Question: In the TCP/IP protocol suite, which of the following is a transport layer protocol?
Answer:
In the TCP/IP protocol suite, there are two primary transport layer protocols: Transmission Control Protocol (TCP) and User Datagram Protocol (UDP).
TCP is a reliable, connection-oriented protocol that provides error detection, flow control, and congestion control. It is used for applications that require a guaranteed delivery of data, such as file transfer, email, and web browsing.
UDP, on the other hand, is an unreliable, connectionless protocol that does not provide error detection or flow control. It is used for applications that require fast and efficient delivery of data, such as real-time audio and video streaming, online gaming, and other time-sensitive applications.
Therefore, the correct answer is either Transmission Control Protocol (TCP) or User Datagram Protocol (UDP), depending on the context of the question.
MCQ: In the TCP/IP protocol suite, which of the following is a transport layer protocol?
Correct Answer:A. The Internet Control Message protocol (ICMP)
Explanation:
In the TCP/IP protocol suite, there are two primary transport layer protocols: Transmission Control Protocol (TCP) and User Datagram Protocol (UDP).
TCP is a reliable, connection-oriented protocol that provides error detection, flow control, and congestion control. It is used for applications that require a guaranteed delivery of data, such as file transfer, email, and web browsing.
UDP, on the other hand, is an unreliable, connectionless protocol that does not provide error detection or flow control. It is used for applications that require fast and efficient delivery of data, such as real-time audio and video streaming, online gaming, and other time-sensitive applications.
Therefore, the correct answer is either Transmission Control Protocol (TCP) or User Datagram Protocol (UDP), depending on the context of the question.