Which layer of the OSI Model is responsible for establishing, maintaining, and terminating connections between devices?
- Session Layer
- Transport Layer
- Application Layer
- Data Link Layer
The Transport Layer (Layer 4) of the OSI Model is responsible for establishing, maintaining, and terminating connections between devices. It ensures reliable data delivery, error detection and correction, flow control, and end-to-end communication. This layer manages the segmentation and reassembly of data, providing mechanisms for both connection-oriented (TCP) and connectionless (UDP) communication. Option 2 is correct because the Transport Layer handles connection-related tasks in the OSI Model.
Loading...
Related Quiz
- A ___________ is a data structure used to store information about the state of each thread in...
- What is the correct syntax for declaring a variable in JavaScript?
- Git _________ is a technique used to combine multiple commits into one.
- What are the advantages and disadvantages of using Django's ORM (Object-Relational Mapping)?
- You're designing a web application that requires secure communication over the Internet. Explain how you would implement SSL/TLS (Secure Socket Layer/Transport Layer Security) protocols within the TCP/IP model to achieve this.