In: Computer Science
Q2: Specify any four difference between Client/Server computing and Peer-to-Peer computing. Which architecture used by Bitcoin digital currency?
Please, Please, Please and Please…
1. I need new and unique answers, please. (Use your own words, don't copy and paste, even when you answer like theses answers before.)
2. Please Use your keyboard to answer my Questions. (Don't use handwriting) please
3. Please i need a good and a perfect answers.
Thank you..
Peer to peer network is a distributed application architecture that partitions tasks or workloads between peers.
Client server network is a distributed application structure based on resource or service providers called servers and service requesters called clients.
Now the major differences are given below:
In peer to peer network, each node can request for services and provide services.
Whereas, in client server network, the client requests for service and server responds with a service.
Peer to peer and client server network is that the peer to peer network is a decentralized network while client server network is a centralized network.
There are multiple service providing nodes in a peer to peer network. So, it is more reliable. In client server network, the clients depend on the server. Failure in the server will disrupt the functioning of all clients.
The service providing nodes are distributed in the peer to peer network, the service requesting node does not need to wait long.In client server network, multiple clients requests for services from a server. Therefore, the access time for a service is higher.