OSI Model Flashcards
Used to
- categorize functions of the network into particular layers
- compare technologies across different manufacturers
> by understanding its functions, you can understand how best to
communicate with that device
- Useful in troubleshooting networks
- Serves as a reference model in networks
OSI Model
Name the layers of OSI Model
Layer 1 - Physical Layer 2 - Data Link Layer 3 - Network Layer 4 - Transport Layer 5 - Session Layer 6 - Presentation Layer 7 - Application
Please Do Not Teach Students Pointless Acronyms
Match different data types to the layers of the OSI Model
Layer 7, 6, 5 - Application, Presentation Session --> Data Layer 4 - Transport --> Segments Layer 3 - Network --> Packets Layer 2 - Data Link --> Frames Layer 1 - Physical --> Bits
Don’t Some People Fear Birthdays?
- Transmission of bits across the network
- Physical and electrical characteristics
> how bits are represented on the medium
> wiring standards for connectors and jacks
> physical topology
> synchronizing bits
> bandwidth usage
> multiplexing strategy - Devices in this layer view networks from a topological perspective such as: bus, ring, star, hub-and-spoke, full mesh, partial mesh
Layer 1 - Physical
How are bits represented on the medium?
Electrical voltage (copper wiring) or light (Fibre optics) represent 1’s and 0’s
If it changed during the clock cycle, then a 1 is represented, otherwise a 0
Transition modulation
- Standard wiring for RJ-45 cables and ports
TIA/EIA-568-B
TIA/EIA-568-B is standard wiring for ______ cables and ports
RJ-45
Crossover cables use ________
T-568A and T-568B
T-568A and T-568B are used in what type of cables?
Crossover cables
Re: Layer 1 communication synchronization
- Uses start bits and stop bits to indicate when transmissions occur from sender to receiver
- Think of voicemail
Asynchronous communication
Re: Layer 1 communication synchronization
- Uses a reference clock to coordinate the transmission by both sender and receiver
- Think of a real time phone conversation
Synchronous communication
- Divides bandwidth into separate channels
- Uses Frequency-Division Multiplexing (FDM)
- Example: cable TV
Broadband bandwidth
- Uses all available frequency on a medium (cable) to transmit data and uses a reference clock to coordinate transmissions by both sender and receiver
- Example: Ethernet, telephone
Baseband bandwidth
Name an example of broadband bandwidth utilization
Cable TV
Name an example of baseband bandwidth utilization
Ethernet
- Each session takes turns, using time slots, to share medium between all users
Time-Division Multiplexing (TDM)
- More efficient version of TDM
- Dynamically allocates time slots on an as-needed basis instead of statically assigning
Statistical Time-Division Multiplexing (StatTDM)
- Medium is divided into various channels based on frequencies and each session is transmitted over a different channel
- Example: broadband
Frequency-Division Multiplexing (FDM)
What layer of the OSI Model are the following cables?
- Ethernet
- Fibre optic
Layer 1
What layer of the OSI Model are the following radio frequencies?
- WiFi
- Bluetooth
Layer 1
What layer of the OSI Model are the following infrastructure devices?
- Hubs
- Wireless Access Points
- Media converters
Layer 1
Straight-thru cables use ________
Typically T-568B on both ends, but could also use T-568A
- Taking some limited amount of resource and using it more efficiently
- Allows multiple people to use a baseband connection at the same time
Multiplexing
- OSI Layer that packages data into frames and transmits 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
Layer 2 - Data Link
Which layer of the OSI Model uses MAC addresses?
Layer 2 - Data Link
- Physical addressing
> uses 48-bit address assigned to a network interface card (NIC) by
manufacturer
> first 24-bits is the vendor code
> second 24-bits is a unique value - Written hexademically e.g. D2:51:F1:3A:34:65
MAC address (Media Access Control)
- Provides connection services
- Acknowledgement of receipt of a message
- The most basic form of 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 unexpected data frame wasn’t
received or was corrupted by using a checksum
Logical Link Control (LLC)
Re: Layer 2 communication synchronization
- Network devices use a common reference clock source and create time slots for transmission
- Less overhead
Isochronous