OSI Model Flashcards
Layer 1
Physical - where bits travel in 1s and 0s over physical cables and satellite transmissions
Layer 2
Data Link - responsible for data transferred between hosts on a LAN or WAN (Wide Area Network). This is also called the network interface layer. Data at this level is organized and grouped into frames.
Layer 3
Network - responsible for the transfer of data outside of LAN or WAN, for example, between hosts on different networks. Data here is organized into packets and includes the source and destination IP (Internet Protocol) addresses of the sending and receiving hosts.
Layer 4
Transport - where data is defined with more special service protocols and organized into segments. For example, the Transfer Control Protocol (TCP) assures that every segment or packet arrives at its destination. UDP does not ensure that each packet or segment arrives. Rather, it just streams data constantly.
Layer 5
Session - provides the mechanism for opening, closing, and managing a session between end-user application processes
Layer 6
Presentation - responsible for the formatting and delivery of information to the application layer for further processing or display (also called the syntax layer)
Layer 7
Application - layer that connects software that users use with lower layers - HTTP is on this layer