OSI Model Flashcards
What’s the OSI Model?
Open Systems Interconnection Reference Model
Layer 7
Application Layer
Layer 1
Physical Layer
Layer 6
Presentation Layer
Layer 2
Data Link Layer
Layer 5
Session Layer
Layer 3
Network Layer
Layer 4
Transport Layer
What relation does the OSI Model have with the OSI Protocol Suite?
The OSI model was based around the protocols in the OSI Protocol Suite; however, most of them didn’t catch on. Nowadays we mainly use the TCP/IP protocol.
What’s a good mnemonic for memorizing the 7 Layers of the OSI model?
All
People
Seem
To
Need
Data
Processing
Physical Layer
Layer 1
- physics of the network (no protocols)
- Signaling, cabling, fiber, connectors
- “physical layer problem”
- Fix cabling, punch-downs, connectors
- Run loopback tests, test/replace cables, swap adapter cards
Data Link Layer
Layer 2
- The basic network language
- the foundation of communication at the data link layer
- Data Link Control (DLC) protocols
-MAC (Media Access Control) address on Ethernet, also referred to as Layer 2 addresses because they correlate back to DLC protocols
- The “Switching” layer
- Frame, MAC Address, Extended Unique Identifier (EUI-48, EUI-64), Switch
Network Layer
Layer 3
- The “routing” layer
- layer associated with Internet Protocol (IP) addresses
- Fragments frames to traverse different types of networks
- e.g., Ethernet -> WAN -> Ethernet, this occurs at Layer 3
- Router, Packet
Transport Layer
Layer 4
- The “post office” layer (how and where)
- Transmission Control Protocol (TCP) segment and User Datagram Protocol (UDP) datagram
- port numbers
- e.g., accessing a large webpage where it can’t be sent via a single frame and is split into multiple pieces and put back together on the other side
Session Layer
Layer 5
- Communication management between devices
- Start, Stop, Restart between endpoints
- Control protocols, tunneling protocols