Difference between p2p and client server
Answers
Answered by
6
Answer:
The key difference between Client-Server and Peer-to-Peer network is that there is a dedicated server and specific clients in the client-server network model whereas, in peer-to-peer each node can act as both server and client. In the client-server model, the server provides services to the client.
Answered by
5
Answer:In simplest form, a server is a connection point for several clients, that will handle their requests. A client is software that (usually) connects to the server to perform actions. The client provide a user interface that allows users to carry out actions.
Explanation:
Similar questions