SLAAEM2 October 2024 AM2434
The Open System Interconnection (OSI) layer model provides a conceptual framework that standardizes the functions of a communication system into seven distinct layers, facilitating interoperability and communication between different systems and technologies. Each layer serves a specific function and interacts with the layers directly above and below one layer, providing a structured and modular approach to the network communication.
The seven OSI layers are:
In industrial Ethernet systems, the OSI model is used to standardize communication protocols and makes sure compatibility and interoperability among devices. Industrial Ethernet protocols, for example PROFINET, utilizes various OSI layers, particularly the physical layer for hardware connections, the data link layer for Ethernet frame communication, and the network layer for protocol specific addressing and routing.
The Physical Layer is handled by the Ethernet PHY. Depending on the protocol either a 10/100Mbit Ethernet PHY is used, or a 10/100/1000Mbit Ethernet PHY. New market trends also ask for single pair Ethernet (SPE) PHY, which also support speeds from 10Mbit/sec to 1000Mbit/sec.
The Data Link Layer is hosting the media access controller (MAC) implementation. Commonly used is here the standard Ethernet MAC for TCP/IP data communication. Industrial Ethernet protocols have some extensions to the MAC layer to support cyclic data exchange with high priority Ethernet frames and specific Ethernet frame handling like cut-through and on-the-fly.
Network and Transport Layer handle the Internet Protocol (IP) and UDP/TCP in Ethernet communication. Industrial Ethernet protocols can also use those three blocks, but more often the stack in Layer 5 of the industrial Ethernet protocol has direct Layer 2 access, and bypassing UDP/TCP and IP block.
The Session Layer runs the industrial Ethernet protocols stack, which is very specific to the industrial protocol.
The Presentation and Session Layer contain the industrial application, which is depends on the customer use case for the device.