Match each network protocol feature or term on the left with its correct connection property on the right.
- Transmission Control Protocol (TCP)Connection-oriented protocol providing reliable, sequenced delivery with flow control
- User Datagram Protocol (UDP)Connectionless protocol operating with minimal overhead and no delivery guarantees
- Three-way handshakeConnection establishment process using SYN, SYN-ACK, and ACK flags before data transfer
- Best-effort deliveryTransmission method where data is sent without checking receiver readiness or confirming packet arrival
Cevap
Transmission Control Protocol (TCP) matches with 'Connection-oriented protocol providing reliable, sequenced delivery with flow control'. User Datagram Protocol (UDP) matches with 'Connectionless protocol operating with minimal overhead and no delivery guarantees'. Three-way handshake matches with 'Connection establishment process using SYN, SYN-ACK, and ACK flags before data transfer'. Best-effort delivery matches with 'Transmission method where data is sent without checking receiver readiness or confirming packet arrival'.
TCP requires explicit connection setup (three-way handshake) and provides error recovery and flow control, making it connection-oriented. UDP sends datagrams without a connection negotiation or acknowledgment, making it connectionless and reliant on best-effort delivery.
Adım Adım Çözüm
Anahtar Kavram
Connection-Oriented vs Connectionless Transport Protocols