OSI Model Flashcards
OSI mOdel Overview
Developed in 1977 by International Organization for Standardization (ISO)
▪ Called the OSI model or OSI stack
▪ Consists of 7 layers
▪ Useful in troubleshooting networks
▪ Serves as a reference model in networks
Purposes of Reference Model
Categorize functions of the network into particular layer(s)
▪ Compare technologies across different manufacturers
▪ By understanding its functions, you can understand how best
to communicate with that device
OSI Model Layers
- Application
- Presentation
- Session
- Transport
- Network
- Data Link
- Physical
Data Types in OSI Model
- Application —————- Data
- Presentation—————-Data
- Session————————Data
- Transport———Segments
- Network————–Packets
- Data Link—————Frames
- Physical—————Bits
Layer 1 (Physical)
Transmission of bits across the network
▪ Physical and electrical characteristics
▪ Characteristics:
● How bits are represented on the medium
● Wiring standards for connectors and jacks
● Physical topology
● Synchronizing bits
● Bandwidth usage
● Multiplexing strategy
Layer 1 Examples
Cables
● Ethernet
● Fiber optic
▪ Radio frequencies
● Wi-Fi
● Bluetooth
▪ Infrastructure devices
● Hubs
● Wireless Access Points
● Media Converters
Layer 2 (Data link)
▪ Packages data into frames and transmitting those frames on the network,
performing error detection/correction, and uniquely identifying network
devices with an address (MAC), and flow control
● MAC
● Physical addressing
● Logical topology
● Method of Transmission
● Link Layer Control (LLC)
o Connection services
o Synchronizing transmissions
Layer 2 Examples
Network Interface Cards (NIC)
▪ Bridges
▪ Switches
Layer 3 (Network)
Forwards traffic (routing) with logical address
● Example: IP Address (IPv4 or IPv6)
Logical Link Control (LLC)
Provides connection services
▪ Acknowledgement of receipt of a message
▪ Flow control
● Limits amount of data sender can send at one time to keep
receiver from becoming overwhelmed
▪ Error control
● Allows receiver to let sender know when an expected data frame
wasn’t received or was corrupted by using a checksum
Logical Address
Numerous routed protocols were used for logical addressing over the
years:
● AppleTalk
● Internetwork Packet Exchange (IPX)
● Internet Protocol (IP)
▪ Only Internet Protocol (IP) remains dominant
● IP v4
● IP v6
How should data be forwarded or routed? Layer 3
Packet switching (known as routing)
● Data is divided into packets and forwarded
▪ Circuit switching
● Dedicated communication link is established between two devices
▪ Message switching
● Data is divided into messages, similar to packet sw
ICMP (Layer 3)
Used to send error messages and operational information about an IP
destination
▪ Not regularly used by end-user applications
▪ Used in troubleshooting (ping and traceroute)
Layer 3 Examples
▪ Routers
▪ Multilayer switches
▪ IPv4 protocol
▪ IPv6 protocol
▪ Internet Control Message Protocol (ICMP)
Layer 4 (Transport Layer)
▪ Dividing line between upper and lower layers of the OSI model
▪ Data is sent as segments
▪ TCP/UDP
▪ Windowing
▪ Buffering