Chapter 1 - OSI Model Flashcards
The OSI Model
Seven layer model where each layer defines an important function in computer networking.
Layer 7- Application
Layer 6- Presentation
Layer 5- Session
Layer 4- Transport
Layer 3- Network
Layer 2- Data Link
Layer 1- Physical
Layer 7
Application Layer
Layer 6
Presentation Layer
Layer 5
Session Layer
Layer 4
Transport Layer
Layer 3
Network Layer
Layer 2
Data Link Layer
Layer 1
Physical Layer
Physical Layer
Layer 1
Defines the method of moving data between computers. Anything that moves data from one system to another- copper cabling, fiber optics, even radio waves
Data Link Layer
Layer 2
Focuses on physical addressing; adds in MAC address of the receiving endpoint
Checks received data to ensure it wasn’t corrupted in transit
NICs and Switches included here
Network Layer
Layer 3
Responsible for locating the destination of your request, uses logical addressing (IP addresses)
Transport Layer
Layer 4
Selects the protocol to send the data over (TCP or UDP) then divides it into segments or datagrams for transmission
Also does reassembly on the other end
Session Layer
Layer 5
Creates and maintains separate sessions between other computers
Presentation Layer
Layer 6
Translates the data into a standardized format, as well as handling any encryption, compression or other transformations to the data
Application Layer
Layer 7
Provides networking options to programs running on a computer
(APIs)
In the Transport Layer, encapsulated data is referred to as ____
Segments or Datagrams depending on whether TCP or UDP is being used
At the Network Layer, encapsulated data is referred to as ___
Packets
At the Data Link Layer, encapsulated data is referred to as ___
Frames
What Layer is the only one to add a trailer in addition to a header?
Data Link
NIC
Network Interface Card
Serves as the interface between the PC and the network. Each one has a unique MAC address for identification
MAC Address
Unique, 48-bit identifier. No two NICs ever share the same MAC address
Any company that makes NICs must contact IEEE and request a block of MAC addresses
MAC-48
Original name for the format assigned to MAC addresses by IEEE. Means the MAC address will be 48 bits, with the first 24 bits defining the OUI
OUI
Organizationally Unique Identifier; first 24 bits of MAC address and unique to each manufacturer
EUI-48
Current term for format IEEE uses for MAC Addresses.
Extended Unique Identifier
48 bits with first 24 bits being the OUI