Software Engineering (10th Edition)
Software Engineering (10th Edition)
10th Edition
ISBN: 9780133943030
Author: Ian Sommerville
Publisher: PEARSON
Expert Solution & Answer
Book Icon
Chapter 18, Problem 18.1E

Explanation of Solution

Distinctions between Services and software components:

Some of the critical distinctions between services and software components are represented in the below table:

ServicesSoftware Components
Services should be independent and loosely coupled.Software components should not be independent and loosely coupled.
The interface of services is a “provides” interface that allows accesses to the service functionality. However services do not have a “requires” interface as services are intended to be independent and usable in different context.Software components have two related interfaces- “provides” interface and “requires” interface.
Services communicate by exchanging messages, expressed in XML, and these messages are distributed using standard messaging transport protocols such as http and TCP/IP.Software components can be independently deployed and composed without modification.
As there is a single strand of services against several competing standards of components, service inter-operability is much better than components.As there are several competing standards of components against a single strand of services against, components inter-operability is much poorer than services.

Want to see more full solutions like this?

Subscribe now to access step-by-step solutions to millions of textbook problems written by subject matter experts!
Students have asked these similar questions
What is the primary distinction between services and software components?
What are the key differences between software modules and software as a service?
Describe the key components of a service-oriented software system, including service providers, service consumers, and service registries. How do these components interact?