Podcast
Questions and Answers
The transport layer allows multiple processes on one host to communicate with multiple processes on another remote host over the network.
The transport layer allows multiple processes on one host to communicate with multiple processes on another remote host over the network.
True
Transport-layer protocols provide a logical communication link between the processes running on the same end system.
Transport-layer protocols provide a logical communication link between the processes running on the same end system.
False
One key challenge for transport-layer protocols is enabling reliable message delivery when the underlying infrastructure may lose and corrupt data.
One key challenge for transport-layer protocols is enabling reliable message delivery when the underlying infrastructure may lose and corrupt data.
True
The transport layer extends the network layer services from allowing two end systems to communicate to allowing processes on the end systems to communicate.
The transport layer extends the network layer services from allowing two end systems to communicate to allowing processes on the end systems to communicate.
Signup and view all the answers
Transport-layer protocols provide a physical communication path between the processes running on different end systems.
Transport-layer protocols provide a physical communication path between the processes running on different end systems.
Signup and view all the answers
The transport-layer protocols are primarily implemented in the routers and switches in a network.
The transport-layer protocols are primarily implemented in the routers and switches in a network.
Signup and view all the answers
UDP provides reliable, connection-oriented services to the network application.
UDP provides reliable, connection-oriented services to the network application.
Signup and view all the answers
The main function of any transport layer protocol does not include extending host-to-host delivery to process-to-process delivery.
The main function of any transport layer protocol does not include extending host-to-host delivery to process-to-process delivery.
Signup and view all the answers
Multiplexing refers to getting the message from the socket, dividing it into segments, and passing the segments to the network layer.
Multiplexing refers to getting the message from the socket, dividing it into segments, and passing the segments to the network layer.
Signup and view all the answers
The IP protocol provides reliable, connection-oriented services to the network application.
The IP protocol provides reliable, connection-oriented services to the network application.
Signup and view all the answers