COMPUTER NETWORKING

DATA LINK LAYER WIRED NETWORKS

WIRED LANS ETHERNET PROTOCOL

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
Connection-oriented protocol. Ensures delivery of data by requiring the recipient of a network transmission to send an acknowledgement of each and every IP packet it receives.
A
UPD
B
IP
C
TCP
D
UDP
Explanation: 

Detailed explanation-1: -The Transmission Control Protocol (TCP) is a transport protocol that is used on top of IP to ensure reliable transmission of packets. TCP includes mechanisms to solve many of the problems that arise from packet-based messaging, such as lost packets, out of order packets, duplicate packets, and corrupted packets.

Detailed explanation-2: -TCP confirms that a packet has reached its destination by establishing an end-to-end connection between sending and receiving hosts. TCP is therefore considered a “reliable, connection-oriented” protocol.

Detailed explanation-3: -In terms of the OSI model, TCP is a transport-layer protocol. It provides a connection-oriented data transmission service between applications, that is, a connection is established before data transmission begins. TCP has more error checking that UDP. UDP is also a transport-layer protocol and is an alternative to TCP.

There is 1 question to complete.