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 Split
2a: Logical Link Control
-Aspect of NIC that talks to OS (via drivers)
2b: Media Access Control
-MAC encapsulation
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