01 - Network Models Flashcards
Protocols
sets of rules, regulations, standards, and procedures that enable hardware and software developers to make devices and applications that function properly at a particular layer
OSI Seven Layers
Layer 7 - Application Layer 6 - Presentation Layer 5 - Session Layer 4 - Transport Layer 3 - Network Layer 2 - Data Link Layer 1 - Physical
Layer 1
Physical Layer
- anything that moves data from one system to another (copper cabling, fiber optics, radio waves)
NIC
Network Interface Card
- interface between PC and network
MAC Address
- Media Access Control Address
- special firmware burned onto ROM chip
- 48-bit identifier
- no two NICs share the same MAC address
- first 6 digits - OUI - Organizationally Unique Identifier
- last 6 digits - Device ID
View MAC address in Windows CLI
ipconfig /all
View MAC address in Linux CLI
ip a
View MAC address in Mac CLI
ifconfig
Other names for MAC Address
- MAC-48
- EUI-48 (Extended Unique Indentifier)
Frame
a container for a chunk of data moving across a network
Unit of data at each layer is called?
PDU (Protocol Data Unit)
PDU for Layer 2
Frame
Different frame types
Different frame types are used on different networks, however, all NICs on the same network must use the same frame type
Parts of a Frame
Header:
- Receiving MAC Address
- Sending MAC Address
- type field - indicates whats encapsulated in the frame
Payload:
- data
Trailer:
- FCS
Frame Size
1500 bytes