Estructura del Modelo OSI
Estructura del Modelo OSI
The Transport layer in the OSI model is responsible for ensuring the error-free transfer of data between a transmitter and a receiver, even if they are not directly connected, and for maintaining the flow of the network. This layer constitutes the foundation of the protocol hierarchy. At this layer, data is referred to as a TPDU (Transport Protocol Data Unit), with a header labeled as TH .
The Network layer in the OSI model allows for communication between devices located on different networks, facilitating global communication by enabling connections that do not require direct linkage. This layer handles data in the form of 'Packets,' and these packets are prefixed with a header labeled NH .
The Transport Protocol Data Unit (TPDU) is crucial in the OSI model's Transport layer as it encapsulates the data being transferred, ensuring that it is error-free and that the network's flow is maintained. Unlike other data units like the Packet or Frame used in the Network and Data Link layers, respectively, the TPDU has specific features supporting retransmission of lost data and error recovery, which are essential for reliable communication .
The Presentation layer's function within the OSI model is to manage the representation of information. It ensures that even if different systems have distinct internal representations for characters and numbers, they can still accurately communicate data. The data handled at this layer is known as PPDU (Presentation Protocol Data Unit), and it includes a header labeled PH .
The Presentation layer improves communication by ensuring consistent data representation across different systems that may have varying internal data depictions. It translates data into a format that can be universally understood, enabling systems to communicate effectively despite differences in character encoding, data compression, and encryption, thereby supporting interoperability and data integrity across platforms .
The Session layer provides mechanisms for controlling the dialogue between applications on end-user systems. However, its services can sometimes be partially or completely unnecessary because many modern applications handle session management independently of the OSI model’s Session layer. Therefore, in many cases, its role can be minimized or omitted altogether because higher-level applications often incorporate their own session management capabilities .
The Network layer addresses the challenge of enabling communication between devices across different networks that lack direct connectivity. It uses routers and other networking devices to manage and establish paths for data packets to travel across interconnected networks. This layer allows for the seamless transmission of data, thus enabling global communication without the need for direct connections .
The Application layer in the OSI model manages the information that comes from the client applications, facilitating their interaction with the network services. The data structure at this layer is referred to as an APDU (Application Protocol Data Unit), with a header denoted as AH, which helps organize and manage the transmitted information .
The Physical layer's primary responsibilities in the OSI model include specifying the physical devices and transmission media, such as network cables. It ensures that data can be transmitted using these physical means and processed appropriately by the next layer .
The Data Link layer of the OSI model is responsible for checking the data received from the physical layer for errors and correcting them if they are present. This process ensures data integrity before it's passed on to the next layer. The data at this layer is termed a 'Trama,' with headers DH and DT used for organizing the data structure .