Module 1-3 Computer Network Fundamentals, OSI, Network Components Flashcards
(103 cards)
This seven layer model categorizes various network technologies.
Open Systems Interconnect (OSI)
The name given to data at different layers of the OSI model
Protocol Data Unit (PDU)
How to represent binary with the presence or absence of voltage/ light
Current State Modulation
How to represent binary with the transition between voltage/ light.
State Transition Modulation
A mathematical algorithm that is executed on a data string by both the sender and receiver of the data string to see if it is corrupted
Cyclic Redundancy Check (CRC)
Layer 1 of the OSI Model
Physical Layer
PDU of layer 1 of the OSI Model
Bits
Layer 2 of the OSI Model
Data Link Layer
PDU of layer 2 of the OSI Model
Frames
Layer 3 of the OSI Model
Network Layer
PDU of layer 3 of the OSI Model
Packets
Layer 4 of the OSI Model
Transport Layer
PDU of layer 4 of the OSI Model
Segments
Layer 5 of the OSI Model
Session Layer
Layer 6 of the OSI Model
Presentation Layer
Layer 7 of the OSI Model
Application Layer
What is the layer name in the TCP/IP Stack that encompasses the technologies in layers 1 & 2 of the OSI Model
Network Interface Layer
What is the layer name in the TCP/IP Stack that encompasses the technology in layer 3 of the OSI Model
Internet Layer
What is the layer name in the TCP/IP Stack that encompasses the technology in layer 4 of the OSI Model
Transport Layer
What is the layer name in the TCP/IP Stack that encompasses the technologies in layers 5, 6 & 7 of the OSI Model
Application Layer
Supports different communications sessions on the same physical media by allowing to sessions to take turns in a defined time slot
Time-division Multiplexing (TDM)
A connection oriented transmission protocol providing reliable transport. (If a a segment is dropped the sender can detect and retransmit the dropped segment)
Transmission Control Protocol (TCP)
A connectionless oriented transmission protocol providing unreliable transport. (If a segment is dropped the sender is unaware and no retransmission occurs)
User Datagram Protocol (UDP)
TCP/IP Stack is also referred to as.
The DoD Model