A network technician is reviewing transport layer protocols to determine their functional differences. Which of the following characteristics are specific to connection-oriented protocols such as TCP, rather than connectionless protocols such as UDP? (SELECT TWO)
- Guaranteed data delivery through acknowledgments and sequence trackingCevap
- Connection establishment via a formal three-way handshake prior to data transmissionCevap
- CMinimal header overhead optimized for real-time low-latency transmission
- DOperations conducted primarily at Layer 3 (Network Layer) of the OSI model
- EStateless datagram transmission without maintaining connection state information
Cevap
The correct characteristics of connection-oriented protocols are guaranteed data delivery through acknowledgments and sequence tracking, as well as connection establishment via a formal three-way handshake prior to data transmission.
Connection-oriented protocols like TCP guarantee data delivery by acknowledging received segments and retransmitting lost packets. Furthermore, they establish an explicit logical connection before transmitting payload data using a three-way handshake (SYN, SYN-ACK, ACK).
Adım Adım Çözüm
Anahtar Kavram
Connection-Oriented vs Connectionless Transport Protocols