Question: Which of the following functions are performed by UDP?
Answer:
Process-to-process communication refers to the exchange of data between two processes running on different hosts connected over a network. This communication takes place at the transport layer of the OSI (Open Systems Interconnection) model, which is responsible for providing reliable and efficient end-to-end communication services to applications.
To enable process-to-process communication, each process is assigned a unique identifier called a port number, which is used by the transport layer protocols such as TCP (Transmission Control Protocol) or UDP (User Datagram Protocol) to identify the source and destination processes. The source process sends data to the destination process by encapsulating it into a packet, which includes the port numbers, sequence numbers, and other control information needed to ensure reliable delivery.
Process-to-process communication is essential for many networked applications, such as web browsing, email, file transfer, and video streaming, which rely on the transport layer protocols to ensure that data is transmitted correctly and efficiently between hosts.
MCQ: Which of the following functions are performed by UDP?
Correct Answer:A. process-to-process communication
Explanation:
Process-to-process communication refers to the exchange of data between two processes running on different hosts connected over a network. This communication takes place at the transport layer of the OSI (Open Systems Interconnection) model, which is responsible for providing reliable and efficient end-to-end communication services to applications.
To enable process-to-process communication, each process is assigned a unique identifier called a port number, which is used by the transport layer protocols such as TCP (Transmission Control Protocol) or UDP (User Datagram Protocol) to identify the source and destination processes. The source process sends data to the destination process by encapsulating it into a packet, which includes the port numbers, sequence numbers, and other control information needed to ensure reliable delivery.
Process-to-process communication is essential for many networked applications, such as web browsing, email, file transfer, and video streaming, which rely on the transport layer protocols to ensure that data is transmitted correctly and efficiently between hosts.