A network technician is configuring a local web server to host internal documentation. The application requires guaranteed delivery of data, sequence tracking, and acknowledgement of received packets. Which Transport layer protocol provides this connection-oriented service?
- Transmission Control Protocol (TCP)Answer
- BUser Datagram Protocol (UDP)
- CInternet Protocol (IP)
- DDomain Name System (DNS)
Answer
Transmission Control Protocol (TCP) is the correct Transport layer protocol because it provides connection-oriented communication with guaranteed delivery, sequencing, and packet acknowledgements.
Transmission Control Protocol (TCP) is designed specifically for connection-oriented operations requiring high reliability. It uses a three-way handshake to establish connections and employs acknowledgements, sequence numbers, and retransmissions to ensure complete, ordered data delivery.
Step-by-Step Solution
Key Concept
Connection-Oriented vs Connectionless Transport Protocols