Saved Bookmarks
| 1. |
In process-to-process delivery, two processes communicate in which of the following methods?(a) Client/Server(b) Source/Destination(c) Message Transfer(d) Peer to Peer |
|
Answer» Correct answer is (a) Client/Server The explanation is: The most common method used for this communication is Client/Server. The client requests a service through a particular port number to the port of the server using its socket address. Then the server responds by giving the requested service to the client port. |
|