Question
Easy

Transmission control protocol is:

1
Collision sensitive protocol
2
Collision less property
3
Connection less protocol
4
Connection oriented protocol
Question Details
Time to Solve: 12
Exam: HTET
Level/Paper: Level 3
Chapter: Computer Networks & Internet
Topic: Computer Network
Correct Answer
Option D
Explanation

The correct option is (4): The Transmission Control Protocol (TCP) is fundamentally defined as a Connection Oriented Protocol. Operating at the Transport Layer of the TCP/IP model, TCP requires a specific, explicit procedure known as the "three-way handshake" (SYN, SYN-ACK, ACK) to establish a stable, logical end-to-end connection between the sending and receiving applications before any application data transfer begins. Once this virtual circuit is established, TCP uses sequence numbers,…Read More