Section 3: OSI Model Flashcards
What is the Open Systems Interconnection model (OSI)?
A reference model for troubleshooting networks
What are the OSI model layers from top to bottom?
7) Application
6) Presentation
5) Session
4) Transport
3) Network
2) Data Link
1) Physical
Please Do Not Throw Sausage Pizza Away!
What are the data types in the OSI model?
- Application, Presentation, Session: Data
- Transport: Segments
- Network: Packets
- Data Link: Frames
- Physical: Bits
Don’t Some People Fear Birthdays?
What is the physical layer (Layer 1)?
Transmission of bits across the network
What is considered standard wiring for RJ-45 cables and ports?
TIA/EIA-568-B
What do crossover cables use? (List 2)
T-568A & T-568B
What is broadband bandwidth? List an example
Divides bandwidth into separate channels
Cable TV
What is baseband bandwidth? List an example
Uses all available frequency on a medium (cable) to transmit data and uses a reference clock to coordinate the transmissions by both sender and receiver
Ethernet
What are some examples of Layer 1 of the OSI Model? List at least 3
Ethernet, Fiber Optic, Wi-Fi, Bluetooth, WAPs, Hubs
What is the data link layer (Layer 2)?
Packages data into frames and transmitting those frames on the network, performing error detection/correction, and uniquely identifying network devices with an address, and flow control.
What is a media access control (MAC) address?
A 48-bit physical address assigned to a network interface card (NIC) by manufacturer
What is flow control?
Limits amount of data sender can send at one time to keep receiver from becoming overwhelmed
What are some examples of Layer 2 of the OSI Model? List at least 3
NICs, Bridges, Switches
What is the network layer (Layer 3)?
Forwards routing traffic with logical address
What are the two Internet Protocols (IPs)?
IPv4 & IPv6
What is internet control message protocol (ICMP)?
Used to send error messages and operational information about an IP destination
Used in troubleshooting (ping & traceroute)
What are some example of Layer 3? List at least 3
Routers, Multilayer Switches, IPv4, IPv6, ICMP
What is the transport layer (Layer 4)?
Connection-oriented protocol that is a reliable way to transport segments across the network
Data is sent in segments
What is transmission control protocol (TCP)?
A connection-oriented protocol
A reliable transport of segments
What is user datagram protocol (UDP)?
A connectionless protocol
An unreliable transport of segments
What are some examples of Layer 4? List at least 3
TCP, UDP, WAN Accelerators, Firewalls, Load Balancers
What is a session layer (Layer 5)?
Keeps conversations separate to prevent intermingling of the data
What are some examples of Layer 5?
H.323 & NetBIOS
What is the presentation layer (Layer 6)?
Formats the data exchanged and securing that data with proper encryption