OSI 7 계층 모델

Application layer : The application layer is closest to the user, which means that both the OSI application layer and the user interact directly with the software application.

Application layer functions typically include identifying communication partners, determining resource availability, and synchronizing communication.

Presentation layer : The presentation layer is responsible for formatting and delivering information to the application layer for further processing or display. It translates data based on the syntax that the application accepts;

Session layer : The session layer provides the mechanism for opening, closing, and managing a session between user application processes.

Communication sessions consist of requests and responses that occur between applications.

Transport layer : The transport layer provides transparent transfer of data between users, and it provides reliable data transfer services to the upper layers. The transport layer controls the reliability of a given link through flow control, segmentation and desegmentation, and error control.

This layer also provides the acknowledgement of the successful data transmission and sends the next data if no errors occurred.

Network layer : The network layer is responsible for communication across different networks. It provides the means of transferring variable-length network packets from a source to a destination host through one or more networks.

Data link layer : The data link layer defines standards for transferring data between adjacent network nodes in a wide area network (WAN) or between nodes on the same local area network (LAN) segment.

Physical layer : The physical layer defines standards for transmitting raw data(bits) over transmission media to connect network nodes. The physical layer provides an electrical, mechanical, and procedural interface to the transmission medium.

Last updated