OSI MODEL Flashcards
(34 cards)
Physical Layer Characteristics
PDU: Bits
Protocol: Bluetooth, TIA
Devices: Cable, Hub
What are the 2 methods to utilize bandwidth?
Broadband and baseband
Explain broadband and baseband
Broadband: Like cable tv, each channel share the same bandwidth
Baseband: Like phone call, 1 phone call at a time - use reference clock to allow for synchronous communication
Mutiplexing
Simultaneous use of baseband connection
Hub
A layer 1 networking device
Single collision domain, single broadcast domain
Use half duplex for communication n CSMA/CD
Data Link Layer Characteristics
PDU: Frame
Device: Switch, NIC, Bridges
Protocols: Ethernet, PPP, ATM
MAC Address
Physical address
48-bit (12 digit hexa letter) address assigned to a NIC
First 3 pairs are vendor code
Logical Link Control LLC
Provide basic flow control, basic error control func, connection services, and ack receipt of messages
Work via MAC Address
How communication are synchronized at Layer 2?
ISOCHRONOUS, SYNCHRONOUS, and ASYNCHRONOUS
Isochronous
Network devices use a common reference clock and create time slot for transmission (less overhead compared to the other 2)
Synchronous
uses a common reference clock
have beginning and ending frames and special control characters
Asynchronous
each device uses its own internal clock
use stop and start bits
Network Layers Characteristics
PDU: Packet
Devices: Routers, multilayer switches
Protocols: IPv4, IPv6, ICMP
What are the 3 ways that data is routed or forwarded in layer 3?
Packet switching
Circuit switching
Message switching
Packet switching
data divided into packets and forwarded based on IP
keep switching packet until it reaches the final destination IP
Circuit switching
SAME PATH THE WHOLE TIME (it might changes path when session ends tho)
Message switching
data divided into messages
can be stored and forwarded
Route Discovery and Selection
Manually configured as a static route or dynamically thru a routing protocol
Which path to send? (Network layer)
Router uses routing table to forward packets based on destination IP via protocols like EIGRP, RIP, OSPF
Layer 3 Connection Services
Augment layer 2 connection services to improve reliability: flow control and packet reordering
ICMP
Internet Control Message Protocol (ping, traceroute)
send error messages and operational info to an IP destination
Transport layer characteristics
PDU: Segment, Datagram
Protocol: TCP, UDP
Devices: WAN Accelerators, Load balancer, firewalls
TCP
Transmission Control Protocol
connection oriented - reliable
segment retransmission and flow control thru windowing
segment sequencing
acknowledging segment
UDP
User Datagram Protocol
connection-less - unreiable
good for streaming video and audio
less buffering