Home » JAVA Programming » Networking » Question
  1. Which of the below are common network protocols?
    1. TCP and UDP
    2. CNP
    3. UDP
    4. TCP
    5. None of these
Correct Option: A

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.



Your comments will be displayed only after manual approval.