Computer Science, asked by Anonymous, 11 months ago

how is peer to peer model different from client server model​

Answers

Answered by ArghyadipPal
0

Answer:

In a peer to peer model, all the devices are connected to each other and share equal status within the network. Any of the device can request for a data or service from any other device.

In a client server model, all the user devices are connected to a central server, which stores the data and can deliver services. The clients request the server for the required data which is fulfilled by the server.

Hope this helps!

Answered by Anonymous
10

Explanation:

In Client-Server Network, Centralized server is used to store the data. While in Peer-to-Peer Network, Each peer has its own data. In Client-Server Network, Server respond the services which is request by Client. While in Peer-to-Peer Network, Each and every node can do both request and respond for the services.

Similar questions