Every item below is confirmed on your professor's actual written syllabus. Nothing extra, nothing missing. Read top to bottom once, out loud if you can — that's the whole plan.
Message, Sender, Receiver, Transmission Medium, Protocol.
Syntax (format), Semantics (meaning), Timing (when/how fast).
Delivery, Accuracy, Timeliness, Jitter (variation in arrival delay).
Real-life: Star = your home Wi-Fi router. Bus = old 10BASE2 office Ethernet (one cable, one cut kills it). Ring = FDDI campus backbones (dual ring, self-healing). Mesh = Tier-1 internet backbone routers.
Mnemonic: "All People Seem To Need Data Processing"
Application, Transport, Network, Data Link, Physical (merges OSI 5–7 into one).
Real-life: Alice mails a letter to Bob — she writes the message (Application), addresses the envelope (Network), the postal service routes it hop-by-hop (Data Link, changes at every relay), the truck just carries paper (Physical). MAC address changes every hop; IP address stays the same end-to-end.
Circuit: dedicated path reserved first (setup phase), guaranteed bandwidth, wastes capacity if idle. Packet: no reservation, each packet routed independently, efficient for bursty data.
Real-life: Old landline phone call = circuit switching (64kbps reserved whether you talk or not). WhatsApp/web browsing = packet switching (IP datagrams routed independently, sharing the link).
Real-life: Satellite internet has huge propagation delay (~119ms one-way — distance) even with tiny transmission delay (fast link) — that's the video-call lag. Campus Wi-Fi during registration week = traffic intensity → 1, portal "hangs" as arrival rate nears capacity, not because bandwidth is literally gone.
Use Shannon when SNR/dB is given. Use Nyquist when levels L is given.
Attenuation (energy loss, fixed by amplifiers) · Distortion (frequencies travel at different speeds) · Noise (thermal/crosstalk/impulse).
FDM: separate frequency bands, all sources transmit simultaneously — cable TV, each channel its own frequency slice. TDM: separate time slots, cycling round-robin — T1 phone trunks, 24 calls in fixed repeating slots.
Only ALOHA is on your syllabus. CSMA/CD/CA are NOT (verified against both the written syllabus and the actual lecture slides).
Real-life: Pure ALOHA = the original 1970s Hawaii radio network (AlohaNet). Slotted ALOHA = LoRaWAN IoT sensors synced to a shared clock — halves the vulnerable window, doubles throughput.
Reservation: minislots reserve a turn before sending. Polling: primary asks "data?" (Poll) / "ready?" (Select). Token Passing: only the token-holder may transmit.
Real-life: Reservation = VSAT satellite links (bank branches). Polling = old IBM mainframe terminals / industrial SCADA. Token Passing = IBM Token Ring, FDDI.
Only Framing is on your syllabus. Error Control (CRC/Hamming/Checksum) and HDLC/PPP are NOT.
Both exist so the flag pattern marking frame boundaries never collides with real data.
Real-life: Byte stuffing = PPP/PPPoE DSL modems (escape byte 0x7D). Bit stuffing = HDLC leased lines / cellular backhaul.
C = 2B·log2(L) · Shannon: C = B·log2(1+SNR)S=Ge^-2G, max 18.4% at G=0.5 · Slotted: S=Ge^-G, max 36.8% at G=1