Ch. 6 - Link Layer & LANs Flashcards
Link Layer
Layer responsible for node-to-node data transfer.
LAN
Local Area Network for connecting devices in proximity.
Multiple Access Protocols
Methods for multiple devices to share a channel.
Framing
Encapsulating datagrams into frames for transmission.
MAC Address
Unique identifier for network interface at link layer.
Half-Duplex
Communication mode where transmission is one-way at a time.
Full-Duplex
Communication mode allowing simultaneous two-way transmission.
VLAN
Virtual Local Area Network for segmenting network traffic.
Cyclic Redundancy Check (CRC)
Error-detecting code for ensuring data integrity.
Point-to-Point Link
Direct connection between two network nodes.
Broadcast Link
Shared medium allowing multiple devices to communicate.
Signal Attenuation
Loss of signal strength during transmission.
Noise
Unwanted electrical signals interfering with data transmission.
Datagram
Basic unit of data used in packet-switched networks.
Transport Segment
Data unit passed between transport and link layers.
Redundancy
Extra data added for error detection and correction.
Two-Dimensional Bit Parity
Error detection method using rows and columns of bits.
Single Bit Parity
Error detection using a single parity bit.
Link Virtualization
Abstracting physical links for improved resource management.
Shared Wire
Physical medium for multiple nodes to communicate.
Shared Radio
Wireless medium allowing multiple nodes to transmit.
Collision
Interference when multiple nodes transmit simultaneously.
Multiple Access Protocol
Algorithm for nodes to share communication channels.
Channel Partitioning
Divides channel into exclusive segments for nodes.
Random Access
Allows nodes to transmit without prior coordination.
Taking Turns
Nodes transmit sequentially, allowing longer turns.
What is ALOHA?
Random access protocol allowing unsynchronized transmissions.
Slotted ALOHA
Transmissions occur at the start of time slots.
Efficiency of ALOHA
Maximum throughput of Pure ALOHA is 18%.
What is CSMA?
Carrier Sense Multiple Access; listen before transmitting.
What is CSMA/CD?
Collision Detection in CSMA; aborts on collision.
Polling
Controller node invites others to transmit in turn.
Token Passing
Control token passed sequentially among nodes.