InterviewSolution
Saved Bookmarks
| 1. |
Which of the below are common network protocols?(a) TCP(b) UDP(c) TCP and UDP(d) CNP |
|
Answer» The correct choice is (c) TCP and UDP To explain: Transmission Control Protocol(TCP) and User Datagram Protocol(UDP) are the two common network protocol. TCP/IP allows reliable communication between two applications. UDP is connection less protocol. |
|