Answer:
UDP and TCP are two protocols at the transport layer of the OSI (Open Systems Interconnection) model. The transport layer is responsible for providing end-to-end communication services to applications, and it uses protocols like TCP and UDP to achieve reliable or unreliable data transfer between processes running on different hosts. TCP (Transmission Control Protocol) is a connection-oriented protocol that ensures reliable and ordered delivery of data, while UDP (User Datagram Protocol) is a connectionless protocol that provides a low-overhead, best-effort delivery of data without any reliability guarantees.
UDP and TCP are two protocols at the transport layer of the OSI (Open Systems Interconnection) model. The transport layer is responsible for providing end-to-end communication services to applications, and it uses protocols like TCP and UDP to achieve reliable or unreliable data transfer between processes running on different hosts. TCP (Transmission Control Protocol) is a connection-oriented protocol that ensures reliable and ordered delivery of data, while UDP (User Datagram Protocol) is a connectionless protocol that provides a low-overhead, best-effort delivery of data without any reliability guarantees.
You may be interested in:
Computer Networking MCQs