Open Systems Interconnection Model (OSI) Flashcards
OSI Layer 1
Physical Layer
This is the lowest layer and deals with the physical aspects of data transmission, such as cables, connectors, and electrical signals. It defines how data is transmitted over the physical medium.
OSI Layer 2
Data Link Layer
This layer is responsible for creating a reliable link between two directly connected nodes, such as neighboring devices on a local network. It manages issues like data framing and error detection.
OSI Layer 3
Network Layer
The network layer is concerned with routing data packets between different networks or subnets. It determines the optimal path for data to travel from the source to the destination.
OSI Layer 4
Transport Layer
This layer manages end-to-end communication and ensures that data is reliably delivered between devices. It handles issues like data segmentation, flow control, and error correction.
OSI Layer 5
Session Layer
The session layer establishes, maintains, and terminates communication sessions between two devices. It manages session synchronization and can recover from interruptions in communication.
OSI Layer 6
Presentation Layer
This layer is responsible for data translation, encryption, and compression. It ensures that data sent by one device can be understood by the receiving device, regardless of differences in data formats.
OSI Layer 7
Application Layer
The top layer, the application layer, interacts directly with end-user applications. It provides services and protocols that enable applications to communicate over the network. Common application layer protocols include HTTP, SMTP, and FTP.