Client-server and Peer-Peer Flashcards
1
Q
What are the four key points of Client-server
A
- Most common
- One device (client) requests services from another (server)
- It neatly separated functions allowing efficient allocation of resources
- If the server goes down the whole network goes down
2
Q
What are the four key points of Peer-Peer
A
- Allow computers have the same status, there is no central server
- Each computer acts as a client and a server
- Cheap and good for use of the internet, allows for files to be easily shared
- If one goes down only lose files on that computer