Network Models Flashcards
OSI Layer Model
7: Application
6: Presentation
5: Session
4: Transport
3: Network
2: Data Link
1: Physical
Layer 1
Physical layer - the cabling used to connect
Also a hub, if it’s an old network setup
Layer 2 Sublayers
Only layer with sublayers
2a: Logical Link Control (LLC)
-Aspect of NIC that talks to OS (via drivers). Handles network protocols and flow control
2b: Media Access Control
-MAC encapsulation - creates and addresses the frame and performs frame check sequence (FCS)
NIC
Network Interface Card
MAC Address
Media Access Control - burned into a NIC’s ROM chip
48 bits - 12 hex characters
Companies request a block of MAC addresses to use
Unix vs Windows MAC
Windows uses dash
use ipconfig /all to find
Linux uses colons
ifconfig (Macintosh)
ip a (linux)
OUI
Organizationally Unique Identifier - the first 6 digits of a MAC address
Device ID
Last 6 digits of MAC address, represent the serial number from manufacturer
EUI-48
Extended Unique Identifier - just another name for a MAC address
Layer 2 Frame Encapsulation
Recipient MAC | Sender MAC | Type of Data | Data | FCS
Frame Header
MAC addresses (recipient/sender) and Type
Frame Payload
Encapsulated Data
Frame Trailer
FCS - Frame Check Sequence.
Uses cyclic reduncancy check (CRC) for receiving NIC to verify data
Frame data limitations
1500 bytes
FCS is always 4 bytes
Data stored by NICs
MACs of devices they have previously communicated with
FF-FF-FF-FF-FF-FF
Broadcast MAC address, NIC sends out to all devices when requesting MAC addresses, will receive a response with the MAC
Process for Frame Movement
1) NIC receives data from OS
2) NIC attaches FCS to data
3) NIC attaches header
4) Frame sent