Podcast
Questions and Answers
In a P2P architecture, how do peers communicate?
In a P2P architecture, how do peers communicate?
- Peers never communicate with each other
- Peers directly communicate with each other (correct)
- Peers always communicate through a central server
- Peers communicate through a complex routing system
What is the characteristic of peers in a P2P architecture?
What is the characteristic of peers in a P2P architecture?
- Peers are never connected to the network
- Peers are always connected with static IP addresses
- Peers are intermittently connected and change IP addresses (correct)
- Peers have dynamic hostnames
How do processes within the same host communicate?
How do processes within the same host communicate?
- Processes never communicate within the same host
- Processes communicate through a complex routing system
- Processes communicate using interprocess communication defined by the OS (correct)
- Processes communicate through a central server
What is a client process in the context of processes communicating?
What is a client process in the context of processes communicating?
How do processes in different hosts communicate?
How do processes in different hosts communicate?