OSI Model Flashcards
1.1
Open Systems Interconnect Model (OSI)
■ Developed in 1977 by the International Organization for Standardization
■ OSI is a reference model
● Used to categorize the functions of a network
● Useful for troubleshooting
○ Networks today operate under the TCP/IP mode
○ Layers
■ Physical - Layer 1
■ Data Link - Layer 2
■ Network - Layer 3
■ Transport - Layer 4
■ Session - Layer 5
■ Presentation - Layer 6
■ Application - Layer 7
○ Networks are designed to make data flow across networks
Physical Layer
(BITS)
■ First layer of the OSI model where transmission of bits across the network
occurs and includes physical and electrical network characteristics
■ Data type occurs as bits
● Binary bits represented as a series of 1s and 0s
○ Transition Modulation
■ Switching between levels to represent 1 or 0
● Copper Wire (Cat5/Cat6) – Uses voltage (0V for 0, +5V/-5V for 1)
● Fiber Optic Cable – Uses light (on for 1, off for 0)
○ Connector Standards
■ RJ-45 Connector – Used in CAT5/CAT6 cables
■ Wiring Standards
● TIA/EIA-568A
● TIA/EIA-568B
■ Crossover cables – TIA/EIA-568A on one end, and TIA/EIA-568B on the
other end
■ Straight-through cables – TIA/EIA-568B on both ends
○ Physical Topology
■ Different physical network layouts
● Bus
● Ring
● Star
● Hub-and-Spoke
● Full Mesh
● Partial Mesh
■ Based on how cables are physically connected
○ Synchronization
■ Asynchronous Communication
● Start and stop bits for out-of-sync data transmission
■ Synchronous Communication
● Real-time communication using a common time source
○ Bandwidth Utilization
■ Broadband
● Divides bandwidth into separate channels (e.g., cable TV)
■ Baseband
● Uses all frequency of the cable all the time (e.g., telephone)
Layer 1 Devices
■ Simply repeat whatever they receive
■ No logic or decision-making at Layer 1
■ Cables – media
● Fiber optic
● Ethernet
● Coaxial
■ Wireless Media
● Bluetooth
● Wi-Fi
● Near field communication
■ Infrastructure Devices
● Hubs
● Access points
● Media converters
Multiplexing
● Allows multiple people to use a baseband connection at the same
time
■ Time Division Multiplexing (TDM)
● Allocates dedicated time slots
■ Statistical Time Division Multiplexing (StatTDM)
● Dynamically allocates time slots based on when people need it
■ Frequency Division Multiplexing (FDM)
● Divides the medium into channels
Layer 2
Data Link
■ Responsible for packaging bits from Layer 1 into frames and transmitting
them across the network
■ Performs error detection and correction, identifies devices using MAC
addresses, and provides flow control
MAC Address (Media Access Control Address)
■ A means for identifying a device physically and allowing it to operate on a
logical topology
■ A unique 48-bit physical addressing system is assigned to every network
interface card (NIC) produced
● Written in hexadecimal numbers
● First 24 bits – identify the manufacturer
● Remaining 24 bits – identify the specific device
■ Crucial for logical topology – identifying devices on the network
Logical Link Control (LLC)
■ Provides connection services and acknowledges message receipt,
ensuring controlled data flow
■ Most basic form of flow control
● Limits data sent by a sender and prevents receiver overwhelm
■ Uses a checksum to detect corrupted data frames
■ Isochronous Mode
● Common reference clock
● Time slots for transmissions
● Less overhead
Synchronous Method
● Devices use the same clock, with beginning and ending frames,
and control characters for synchronization
Asynchronous (layer 2)
● Devices reference own clock cycles
● No strict control over communication timing
Layer 2 Devices
■ Network Interface Cards (NICs)
■ Bridges
■ Switches
● Intelligent use of logic to learn and send data to specific devices
based on MAC addresses
○ Switch Operation
■ Switches use CAM tables with MAC addresses to identify physical ports
connected to devices
■ Enables selective data transmission to specific areas in the network.
Layer 3
Network Layer
■ Concerned with routing and forwarding traffic using logical addresses.
Logical Addressing
■ IP variants – common logical addressing schemes
● IPv4 – written in dotted octet notation which are four sets of
numbers separated by dots (e.g., 172.16.254.1)
● IPv6
■ Other protocols – these were replaced by IP (Internet Protocol)
● AppleTalk
● IPX (Internetwork Packet Exchange)
Packet Switching (Routing)
● Data is divided into packets and then forwarded
● Most commonly used method
Circuit Switching
● A dedicated communication link is established between two
devices
Message Switching
● Data is divided into messages which may be stored and then forwarded.
Route Discovery and Selection
■ Routers maintain routing tables for determining the best path
● Dynamic protocols (e.g., RIP , OSPF) enable routers to share and
update route information
■ Routing protocols help decide how data is going to flow across the
network and how the routers are going to communicate that information
Connection Services at Layer 3
■ Augments Layer 2 services
■ Involves flow control
● Prevents sender from overwhelming the receiver
■ Packet reordering
● Ensures data packets arrive and are reassembled in the correct
order
Internet Control Message Protocol (ICMP)
■ Used for sending error messages and operational information to an IP
destination
■ PING
● Most commonly used ICMP
● Helps troubleshoot network issues by testing connectivity and
response times
■ Traceroute
● Traces the route of a packet through the network