Question:

Explain the purpose of the following protocols:
(a) TCP/IP
(b) UDP

Show Hint

TCP/IP provides reliable, connection-oriented communication, while UDP offers fast, connectionless data transmission without guaranteed delivery.
Hide Solution
collegedunia
Verified By Collegedunia

Solution and Explanation

(a) TCP/IP (Transmission Control Protocol/Internet Protocol): TCP/IP is a fundamental suite of communication protocols used for interconnecting network devices on the internet and private networks. The Internet Protocol (IP) is responsible for addressing and routing packets of data so they can travel across networks and reach the correct destination. Transmission Control Protocol (TCP) ensures reliable, ordered, and error-checked delivery of data between applications. It establishes a connection before data transfer, manages packet sequencing, retransmits lost packets, and controls flow to prevent congestion. TCP/IP thus enables robust and efficient communication between computers.
(b) UDP (User Datagram Protocol): UDP is a connectionless protocol used within the TCP/IP suite. Unlike TCP, UDP does not establish a connection before sending data, nor does it guarantee delivery, ordering, or error correction. It simply sends packets called datagrams to the recipient without acknowledgments. This reduces overhead and latency, making UDP suitable for applications where speed is critical and occasional data loss is acceptable, such as streaming media, online gaming, and voice over IP (VoIP).
Was this answer helpful?
0
0

Questions Asked in CBSE CLASS XII exam

View More Questions