167k views
3 votes
Which computing models belong to traditional distributed computing, but not service-oriented computing?

1) Client-server model
2) Peer-to-peer model
3) Grid computing model
4) Cloud computing model

User Cimm
by
7.7k points

1 Answer

5 votes

Final answer:

The computing models that belong to traditional distributed computing but not service-oriented computing are client-server, peer-to-peer, and grid computing models.

Step-by-step explanation:

The computing models that belong to traditional distributed computing but not service-oriented computing are:

  1. Client-server model: In this model, a central server provides services to multiple client devices. The clients send requests to the server, which processes them and returns the results.
  2. Peer-to-peer model: In this model, multiple devices act as both clients and servers, sharing resources and information directly with each other.
  3. Grid computing model: This model involves the coordinated use of a large number of interconnected computers to perform complex computations.

These models are not specific to service-oriented computing, which focuses on the provision of services through the use of standardized interfaces and protocols.

User Hybrid
by
7.6k points