Communication Systems

Was ist der Unterschied zwischen einer Client-Server und einer P2P-Architektur?

Client-Server:

1: Was ist der Unterschied zwischen einer Client-Server und einer P2P-Architektur?

Server
Always on

permanent IP address

server farms for scaling Clients

communicate with server
may be intermittently connected
may have dynamic IP address
do not communicate directly with each other

- Pure P2P:

  • ○  no always-on server

  • ○  arbitraty end systems communicate directly

  • ○  peers are intermittently connected and may change IP address

  • ○  Highly scalable

  • ○  But difficult to manage

Diskussion