InterviewSolution
Saved Bookmarks
| 1. |
Beyond IP, UDP provides additional services such as _______(a) Routing and switching(b) Sending and receiving of packets(c) Multiplexing and demultiplexing(d) Demultiplexing and error checking |
|
Answer» Correct choice is (d) Demultiplexing and error checking The best I can explain: De-multiplexing is the delivering of received segments to the correct application layer processes at the recipients end using UDP. Error checking is done through checksum in UDP. |
|