Which protocol provides connectionless communication with minimal overhead?

2025

Which protocol provides connectionless communication with minimal overhead?

Answer: B. UDPCorrect Answer: B) UDP UDP (User Datagram Protocol) is a connectionless transport-layer protocol that provides end-to-end communication with minimal overhead.…

  1. A.

    TCP

  2. B.

    UDP

  3. C.

    IP

  4. D.

    HTTP

Attempted by 673 students.

Show answer & explanation

Correct answer: B

Correct Answer: B) UDP

UDP (User Datagram Protocol) is a connectionless transport-layer protocol that provides end-to-end communication with minimal overhead. It does not establish a connection before data transmission and has a small header size, making it faster and more lightweight than TCP.

TCP is connection-oriented and involves additional overhead for connection establishment, acknowledgments, and reliability. IP is responsible for addressing and routing at the network layer, while HTTP is an application-layer protocol.

Hence, UDP is the protocol that provides connectionless communication with minimal overhead.

Explore the full course: Bihar Stet Paper Ii Computer Science

Loading lesson…