Computer Networks

Computer Networks High-Yield Revision

Computer Networks High-Yield Revision

High-Yield Revision Hub

Master Computer Networks High-Yield Revision

Master Computer Networks for RPSC Computer Instructor: OSI & TCP/IP models, Data Link, IPv4 Subnetting, TCP/UDP, Switching, Protocols & MCQs.

Concept Breakdown

Detailed technical explanation

Computer Networks Master Revision Cheat Sheet

High-Yield Exam Guide for RPSC Computer Instructor

Target Exam: RPSC Computer Instructor (Senior & Basic) / Computer Science Competitive Exams
Subject: Computer Networks (CN)
Page URL: https://upscorer.in/topics/computer-networks


ЁЯМЯ Priority 1 (Must Master) тнРтнРтнРтнРтнР

1. OSI 7-Layer Reference Model (Open Systems Interconnection)

Developed by ISO in 1984. Conceptual 7-layer framework.

Layer #Layer NamePrimary Function / ResponsibilitiesPDU (Protocol Data Unit)Hardware DevicesProtocols & Standards
7ApplicationNetwork services to end-user applications, UI interface.Data / MessageGatewayHTTP, HTTPS, FTP, SMTP, DNS, SSH, Telnet, DHCP, SNMP, POP3, IMAP
6PresentationData formatting, Syntax/Semantics, Encryption/Decryption, Compression (JPEG, ASCII, TLS/SSL).DataGatewayTLS/SSL, JPEG, MPEG, ASCII, EBCDIC
5SessionSession setup, maintenance, synchronization (checkpoints), dialog control (half/full duplex).DataGatewayNetBIOS, PPTP, RPC, SOCKS
4TransportEnd-to-End (Host-to-Host) process communication, Port addressing, Segmentation, Flow/Error control.Segment (TCP) / Datagram (UDP)Gateway, Layer 4 SwitchTCP, UDP, SCTP, RTP
3NetworkLogical Addressing (IP), Routing, Packet forwarding, Subnetting, Fragmentation.PacketRouter, Layer 3 SwitchIPv4, IPv6, ARP, RARP, ICMP, IGMP, OSPF, BGP, RIP
2Data LinkNode-to-Node framing, Physical (MAC) addressing, Error detection (CRC), Flow control (Sliding Window), MAC access.FrameSwitch, Bridge, NICEthernet (802.3), Wi-Fi (802.11), PPP, HDLC, ATM, ARP
1PhysicalTransmission of raw bits over physical medium, bit synchronization, signal encoding, topology, data rate.BitsHub, Repeater, Modem, CableRS-232, RJ-45, Coaxial, Fiber Optics, Manchester Encoding
  • Memory Trick (Top-to-Bottom): All People Seem To Need Data Processing.
  • Memory Trick (Bottom-to-Top): Please Do Not Throw Sausage Pizza Away.

2. TCP/IP Model (Internet Protocol Suite)

Developed by DoD (Department of Defense). Practical 4-layer (or 5-layer) operational model.

OSI Model (7 Layers) TCP/IP 5-Layer Model TCP/IP 4-Layer Model +--------------------+ +--------------------+ +--------------------+ | 7. Application | | 5. Application | | | | 6. Presentation | ---> | | ---> | 4. Application | | 5. Session | | | | | +--------------------+ +--------------------+ +--------------------+ | 4. Transport | ---> | 4. Transport | ---> | 3. Transport | +--------------------+ +--------------------+ +--------------------+ | 3. Network | ---> | 3. Network (Internet)| ---> | 2. Internet | +--------------------+ +--------------------+ +--------------------+ | 2. Data Link | ---> | 2. Data Link | \ | 1. Network Access /| +--------------------+ | | |---->| Link Layer | | 1. Physical | ---> | 1. Physical | / | | +--------------------+ +--------------------+ +--------------------+

3. Data Link Layer (Layer 2)

Core Functions

  1. Framing: Character Count, Byte Stuffing (Flag = 01111110), Bit Stuffing (Insert 0 after 5 consecutive 1s).
  2. Error Detection:
    • Parity Check: Single bit error detection. (Odd/Even parity).
    • Checksum: Internet Checksum uses 1's complement addition.
    • CRC (Cyclic Redundancy Check): Modulo-2 binary division using generator polynomial G(x)G(x). Detects all single bit errors, double bit errors, odd number errors, and burst errors of length тЙдk\le k.
  3. Flow Control & Sliding Window Protocols:
ProtocolSender Window Size (WsW_s)Receiver Window Size (WrW_r)Efficiency Formula (╬╖\eta)Sequence Numbers RequiredRetransmission on Loss
Stop-and-Wait111111+2a\frac{1}{1 + 2a}22 (00 and 11)Resend lost frame
Go-Back-N (GBN)NN11N1+2a\frac{N}{1 + 2a}N+1N + 1Resend NN frames starting from lost frame
Selective Repeat (SR)NNNN (Ws=WrW_s = W_r)N1+2a\frac{N}{1 + 2a}2N2NResend ONLY the specific lost frame

Where a=TpTt=Propagation┬аDelayTransmission┬аDelaya = \frac{T_p}{T_t} = \frac{\text{Propagation Delay}}{\text{Transmission Delay}}.
Transmission Delay Tt=LBT_t = \frac{L}{B} (Frame Size / Bandwidth).
Propagation Delay Tp=dvT_p = \frac{d}{v} (Distance / Signal Speed).

  1. Protocols & Devices:
    • Ethernet (IEEE 802.3): Uses CSMA/CD (Carrier Sense Multiple Access with Collision Detection). Min frame size = 6464 bytes (512512 bits).
    • Wi-Fi (IEEE 802.11): Uses CSMA/CA (Carrier Sense Multiple Access with Collision Avoidance) with RTS/CTS.
    • PPP (Point-to-Point Protocol): Byte-oriented protocol for direct 2-node connections.
    • HDLC (High-Level Data Link Control): Bit-oriented protocol using bit stuffing.

4. Network Layer (Layer 3)

IPv4 Addressing (32 bits / 4 Bytes)

Format: X.X.X.X (Dotted Decimal notation). Total address space = 232тЙИ4.3┬аbillion2^{32} \approx 4.3 \text{ billion}.

ClassFirst Octet RangeDefault Subnet MaskCIDR PrefixNetwork BitsHost BitsMax NetworksUsable Hosts per Network
Class A1 тАУ 126255.0.0.0/872427тИТ2=1262^7 - 2 = 126224тИТ2=16,777,2142^{24} - 2 = 16,777,214
Class B128 тАУ 191255.255.0.0/161416214=16,3842^{14} = 16,384216тИТ2=65,5342^{16} - 2 = 65,534
Class C192 тАУ 223255.255.255.0/24218221=2,097,1522^{21} = 2,097,15228тИТ2=2542^8 - 2 = 254
Class D224 тАУ 239Reserved for MulticastingтАФтАФтАФтАФтАФ
Class E240 тАУ 255Reserved for Research & ExperimentalтАФтАФтАФтАФтАФ
  • Loopback Address: 127.0.0.0/8 (specifically 127.0.0.1 for local host self-testing).
  • Private IP Address Ranges (RFC 1918):
    • Class A: 10.0.0.0 to 10.255.255.255
    • Class B: 172.16.0.0 to 172.31.255.255
    • Class C: 192.168.0.0 to 192.168.255.255

IPv6 Addressing (128 bits / 16 Bytes)

  • Formatted as 8 groups of 4 hexadecimal digits separated by colons (e.g., 2001:0db8:85a3:0000:0000:8a2e:0370:7334).
  • Address space = 21282^{128}.
  • No broadcast address (uses Multicast instead). Includes built-in IPsec.

Key Network Layer Protocols & Routing

  • ARP (Address Resolution Protocol): Maps logical IP address тЖТ\rightarrow MAC address (Layer 2/3 boundary).
  • RARP (Reverse ARP): Maps physical MAC address тЖТ\rightarrow IP address (used by diskless workstations).
  • ICMP (Internet Control Message Protocol): Error reporting and diagnostics. Used by ping (Echo Request Type 8, Echo Reply Type 0) and traceroute (Time Exceeded Type 11).
  • Routing Algorithms:
    • Distance Vector: Uses Bellman-Ford algorithm. Metric = Hop count (Max 15 hops). Example: RIP (Routing Information Protocol, UDP Port 520). Suffers from Count-to-Infinity problem.
    • Link State: Uses Dijkstra's Shortest Path First (SPF) algorithm. Metric = Cost / Bandwidth. Example: OSPF (Open Shortest Path First, IP Protocol 89).
    • Path Vector: Inter-domain routing protocol. Example: BGP (Border Gateway Protocol, TCP Port 179).

5. Transport Layer (Layer 4)

TCP vs UDP Detailed Matrix

FeatureTCP (Transmission Control Protocol)UDP (User Datagram Protocol)
Connection TypeConnection-Oriented (3-Way Handshake)Connectionless
ReliabilityReliable (ACKs, Retransmissions)Unreliable (Best-effort delivery)
Header Size20 Bytes minimum (up to 60 Bytes)8 Bytes fixed
Data FlowByte StreamMessage / Datagram
Flow & Congestion ControlYes (Sliding Window, AIMD, Slow Start)None
SpeedSlower (Overhead due to state management)Very Fast
UsageWeb (HTTP/S), Email (SMTP/POP3), File Transfer (FTP), Terminal (SSH)Streaming, VoIP, DNS, DHCP, Online Gaming

TCP Handshakes

  • 3-Way Handshake (Connection Establishment):
    1. Client тЖТ\rightarrow Server: SYN (Seq = xx)
    2. Server тЖТ\rightarrow Client: SYN + ACK (Seq = yy, ACK = x+1x + 1)
    3. Client тЖТ\rightarrow Server: ACK (Seq = x+1x + 1, ACK = y+1y + 1)
  • 4-Way Handshake (Connection Termination):
    1. Client тЖТ\rightarrow Server: FIN
    2. Server тЖТ\rightarrow Client: ACK
    3. Server тЖТ\rightarrow Client: FIN
    4. Client тЖТ\rightarrow Server: ACK

ЁЯеИ Priority 2 (Very Important) тнРтнРтнРтнР

Switching Techniques

  1. Circuit Switching: Dedicated physical path set up before data transfer. Constant bandwidth, zero queueing delay once established. (e.g., Landline Telephone).
  2. Message Switching: Store-and-Forward mechanism for entire messages. High latency, large memory requirement.
  3. Packet Switching: Data broken into small packets (headers + payload). Dynamic routing.
    • Datagram Packet Switching: Connectionless. Packets routed independently; may arrive out-of-order. (e.g., Internet IP).
    • Virtual Circuit Packet Switching: Connection-oriented. Pre-planned route; packets arrive in-order. (e.g., ATM, Frame Relay).

Transmission Media

  • Guided (Bounded):
    • Twisted Pair: UTP (Unshielded) & STP (Shielded). Cat5e/Cat6. Reduces crosstalk.
    • Coaxial Cable: Inner copper conductor surrounded by insulation & braided mesh. Used in cable TV.
    • Optical Fiber: Transmits light signals via Total Internal Reflection. Ultra-high bandwidth, immune to Electromagnetic Interference (EMI).
  • Unguided (Unbounded):
    • Radio Waves: Omnidirectional (3┬аkHzтИТ1┬аGHz3 \text{ kHz} - 1 \text{ GHz}). Penetrates walls.
    • Microwave: Unidirectional Line-of-Sight (1┬аGHzтИТ300┬аGHz1 \text{ GHz} - 300 \text{ GHz}). Used in satellite links and cellular towers.
    • Infrared: Short range (300┬аGHzтИТ400┬аTHz300 \text{ GHz} - 400 \text{ THz}). Cannot penetrate walls (TV remote).

Network Topologies

TopologyFormula for Links (NN nodes)Fault ToleranceMain Advantage / Disadvantage
MeshN(NтИТ1)2\frac{N(N-1)}{2} links, NтИТ1N-1 I/O portsHighest (Dedicated links)Highly reliable & private / Extremely expensive cabling
StarNN links (Connected to Central Hub/Switch)Moderate (Central switch single point of failure)Easy to install & reconfigure / Hub failure downs network
Bus11 main backbone cable + NN drop linesLow (Cable cut breaks entire net)Simple & cheap / High collision rate, hard to troubleshoot
RingNN links (Token passing)Low (Single break interrupts ring)Equal access / Failure of 1 host affects all (unless dual-ring)
TreeHierarchical combination of Star & BusModerateScalable / Heavy dependency on main backbone cable

Multiplexing & Error Correction

  • Multiplexing:
    • FDM (Frequency Division Multiplexing): Analog technique. Total bandwidth divided into frequency channels separated by guard bands (Radio/TV).
    • TDM (Time Division Multiplexing): Digital technique. Entire bandwidth allocated to each user for fixed time slots (Synchronous/Asynchronous).
    • WDM (Wavelength Division Multiplexing): Optical fiber technique combining different light wavelengths (colors).
  • Hamming Code (Error Correction):
    • Redundancy bits (rr) formula: 2rтЙеm+r+12^r \ge m + r + 1 (where mm is data bits).
    • Can detect 2-bit errors and correct 1-bit error.

ЁЯеЙ Priority 3 (Moderately Important) тнРтнРтнР

Application Layer Protocols & Port Numbers

ProtocolPort NumberTransport ProtocolDescription / Purpose
FTP (File Transfer Protocol)20 (Data), 21 (Control)TCPTransfer files between host and server (Active vs Passive mode)
SSH (Secure Shell)22TCPSecure encrypted remote terminal login
Telnet23TCPUnencrypted plaintext remote terminal login
SMTP (Simple Mail Transfer Protocol)25TCPSending email between servers (Push protocol)
DNS (Domain Name System)53UDP & TCPMap domain names тЖТ\rightarrow IP addresses (UDP for queries < 512B, TCP for zone transfer)
DHCP (Dynamic Host Config Protocol)67 (Server), 68 (Client)UDPAutomatically assigns IP, Subnet Mask, Gateway, DNS to hosts
HTTP (Hypertext Transfer Protocol)80TCPWeb page data transfer (unencrypted)
POP3 (Post Office Protocol v3)110TCPDownloads email from server to client and deletes from server (Pull)
IMAP (Internet Message Access Protocol)143TCPSyncs email across multiple devices while keeping emails on server (Pull)
HTTPS (HTTP Secure)443TCPEncrypted web browsing over TLS/SSL

ЁЯОЦя╕П Priority 4 тнРтнР

Network Devices Layer Mapping

Device NameLayer of OSI ModelKey Function
HubLayer 1 (Physical)Multi-port repeater. Broadcasts all incoming signals to all ports. Shares collision domain.
RepeaterLayer 1 (Physical)Regenerates weak physical signals to extend cable reach.
ModemLayer 1 (Physical)Modulator-Demodulator (Converts Digital тЖФ\leftrightarrow Analog signals).
SwitchLayer 2 (Data Link)Multi-port bridge. Unicasts frames using MAC address table (CAM table). Separate collision domains per port.
BridgeLayer 2 (Data Link)Connects 2 LAN segments filtering traffic based on MAC address.
RouterLayer 3 (Network)Connects different networks. Routes packets using IP addresses and routing tables. Separate broadcast domain per interface.
GatewayUpper Layers (4тАУ7)Protocol converter connecting networks with different protocol stacks.

Network Types & MAC vs IP Addressing

  • Network Types:

    • PAN (Personal Area Network): Up to 10 meters (Bluetooth 802.15).
    • LAN (Local Area Network): Office/Building up to 1 km (Ethernet, Wi-Fi).
    • MAN (Metropolitan Area Network): City-wide up to 50 km (Cable TV net, WiMAX).
    • WAN (Wide Area Network): Country/Global (Internet).
  • Addressing Differences:

    • MAC Address: Physical/Hardware address. 48 bits (6 Bytes) hex format (e.g., 00:1A:2B:3C:4D:5E). Burned into NIC card by manufacturer.
    • IP Address: Logical network address. 32 bits (IPv4) or 128 bits (IPv6). Assigned dynamically (DHCP) or statically.
    • Port Number: Process identifier address. 16 bits (0тИТ655350 - 65535).

тЪЦя╕П Very Important Comparisons (Exam Favorites)

  1. TCP vs UDP: TCP is connection-oriented, reliable, 20B header, flow-controlled. UDP is connectionless, unreliable, 8B header, low overhead.
  2. OSI vs TCP/IP: OSI is a theoretical 7-layer reference model. TCP/IP is a practical 4/5-layer implementation model.
  3. IPv4 vs IPv6: IPv4 is 32-bit (numeric decimal), IPv6 is 128-bit (hexadecimal).
  4. Hub vs Switch: Hub is Layer 1 broadcast device (single collision domain). Switch is Layer 2 unicast device (separate collision domain per port).
  5. Switch vs Router: Switch works on MAC addresses (Layer 2). Router works on IP addresses (Layer 3).
  6. CSMA/CD vs CSMA/CA: CSMA/CD detects collisions after they occur (Ethernet). CSMA/CA avoids collisions before transmitting (Wi-Fi).
  7. ARP vs RARP: ARP converts IP тЖТ\rightarrow MAC. RARP converts MAC тЖТ\rightarrow IP.

ЁЯзо High-Yield Numericals to Revise

Numerical 1: TCP Header Length Scaling

  • Rule: The Header Length field (HLEN) in a TCP header is 4 bits wide. Its value represents the length of the header in 4-byte words (32-bit words).
  • Formula: Actual┬аTCP┬аHeader┬аSize┬а(Bytes)=HLEN┬аValue├Ч4\text{Actual TCP Header Size (Bytes)} = \text{HLEN Value} \times 4.
  • Example Question: If the HLEN value in a TCP segment header is binary 1010 (decimal 10), what is the size of the TCP header?
    • Solution: 10├Ч4=40┬аBytes10 \times 4 = \mathbf{40 \text{ Bytes}}. (20 Bytes options).

Numerical 2: CIDR Usable Host Calculation

  • Rule: For a prefix /N, Host bits h=32тИТNh = 32 - N. Total IPs = 2h2^h. Usable hosts = 2hтИТ22^h - 2 (subtracting Network ID and Broadcast ID).
  • Example Question: How many usable host IP addresses are in a /27 network?
    • Solution: Host bits h=32тИТ27=5h = 32 - 27 = 5. Total IPs = 25=322^5 = 32. Usable hosts = 32тИТ2=30┬аHosts32 - 2 = \mathbf{30 \text{ Hosts}}.

Numerical 3: Sliding Window Efficiency & Throughput

  • Formulas:
    • Transmission time Tt=Frame┬аSizeBandwidthT_t = \frac{\text{Frame Size}}{\text{Bandwidth}}
    • Propagation time Tp=DistanceSpeedT_p = \frac{\text{Distance}}{\text{Speed}}
    • Efficiency ╬╖=N1+2a\eta = \frac{N}{1 + 2a}, where a=TpTta = \frac{T_p}{T_t} and NN is sender window size.
    • Throughput = ╬╖├ЧBandwidth\eta \times \text{Bandwidth}.

ЁЯХТ One-Day Rapid Revision Order

  1. OSI Model & 7 Layers (20 min)
  2. Network Devices & PDU Mapping (15 min)
  3. Data Link Layer & Flow Control Math (40 min)
  4. Network Layer, IPv4 & CIDR Subnetting (45 min)
  5. Transport Layer & TCP 3-Way Handshake (45 min)
  6. TCP vs UDP Quick Comparison (15 min)
  7. IP Classes & Special IPs (30 min)
  8. Application Layer Port Numbers (15 min)
  9. Switching Techniques (20 min)
  10. Topologies & Media (30 min)
  11. Solve High-Yield PYQs (1тАУ2 Hours)

ЁЯУМ The 20 "Must-Remember" Facts

  1. OSI has 7 layers; TCP/IP model has 4 (or 5) layers.
  2. Physical Layer PDU = Bits.
  3. Data Link Layer PDU = Frame.
  4. Network Layer PDU = Packet.
  5. Transport Layer PDU = Segment (TCP) or Datagram (UDP).
  6. Hub operates at Layer 1 (Physical).
  7. Switch operates at Layer 2 (Data Link).
  8. Router operates at Layer 3 (Network).
  9. TCP is connection-oriented and reliable.
  10. UDP is connectionless and unreliable.
  11. TCP uses 3-Way Handshake (SYN тЖТ\rightarrow SYN-ACK тЖТ\rightarrow ACK) for connection setup.
  12. Ethernet uses CSMA/CD (Collision Detection).
  13. Wi-Fi uses CSMA/CA (Collision Avoidance).
  14. IPv4 address is 32 bits (4 bytes).
  15. IPv6 address is 128 bits (16 bytes).
  16. ARP resolves IP address to MAC address.
  17. ICMP is used by ping (Echo Request/Reply) and traceroute.
  18. HTTP uses port 80, HTTPS uses port 443.
  19. DNS uses port 53 (UDP/TCP).
  20. DHCP automatically assigns IP addresses using DISCOVER, OFFER, REQUEST, ACK (DORA process).

Key Revision Rules

Essential formulas and core points to memorize

  • 1ЁЯМР OSI 7-Layer Reference Model: Application (7, User UI), Presentation (6, Encryption/JPEG), Session (5, Checkpoints), Transport (4, Port/Process), Network (3, IP/Routing), Data Link (2, MAC/Framing), Physical (1, Bits/Hub).
  • 2ЁЯТ╗ TCP/IP Model Mapping: Practical 4/5-layer model. Application layer maps to OSI Application/Presentation/Session. Network Access maps to Data Link/Physical.
  • 3ЁЯУж Protocol Data Units (PDUs): Physical = Bits, Data Link = Frame, Network = Packet, Transport = Segment (TCP) / Datagram (UDP), Application = Data/Message.
  • 4ЁЯЫая╕П Layer-Specific Devices: Hub & Repeater = Layer 1 (Physical), Switch & Bridge = Layer 2 (Data Link), Router = Layer 3 (Network), Gateway = Upper Layers (4-7).
  • 5ЁЯФД Flow Control & Window Math: Stop-and-Wait (Ws=1, Wr=1, ╬╖=1/(1+2a)), Go-Back-N (Ws=N, Wr=1, resends N lost frames), Selective Repeat (Ws=N, Wr=N, Ws=Wr<=2^(k-1)).
  • 6ЁЯЫбя╕П Error Detection: CRC uses modulo-2 division by generator polynomial G(x). Parity check detects odd bit errors. Internet Checksum uses 1's complement addition.
  • 7ЁЯМР IPv4 Address Classes & CIDR: Class A (1-126, /8), Class B (128-191, /16), Class C (192-223, /24), Class D (224-239, Multicast), Class E (240-255). Usable host IPs = 2^(32-N) - 2.
  • 8ЁЯФТ IP Addressing Rules: Loopback IP = 127.0.0.1. Private IPs: 10.0.0.0/8, 172.16.0.0/12, 192.168.0.0/16. MAC Address = 48 bits (6 Bytes) physical hex.
  • 9ЁЯдЭ TCP Handshakes: Connection establishment uses 3-Way Handshake (SYN -> SYN+ACK -> ACK). Connection termination uses 4-Way Handshake (FIN -> ACK -> FIN -> ACK).
  • 10тЪб TCP vs UDP: TCP is connection-oriented, reliable, 20-byte min header, uses byte stream. UDP is connectionless, unreliable, 8-byte fixed header, best for real-time video.
  • 11ЁЯФН ARP vs RARP: ARP resolves IP address to MAC address. RARP resolves MAC address to IP address. ICMP is used by ping (Echo Request Type 8, Echo Reply Type 0).
  • 12ЁЯУб Transmission Media & Topologies: Fiber Optics uses Total Internal Reflection. Mesh topology links = N(N-1)/2. Ethernet uses CSMA/CD; Wi-Fi uses CSMA/CA.
  • 13ЁЯФС Key Port Numbers: HTTP (80), HTTPS (443), FTP (20/21), SSH (22), Telnet (23), SMTP (25), DNS (53), DHCP (67/68), POP3 (110), IMAP (143).

Common Exam Mistakes

Where students frequently lose marks

Mistake 1: Confusing Hub and Switch layers. A Hub is a Layer 1 broadcast device (single collision domain), whereas a Switch is a Layer 2 unicast device (separate collision domain per port).
Mistake 2: Thinking ARP works across different subnets. ARP broadcasts are limited to the local Data Link broadcast domain.
Mistake 3: Forgetting to subtract 2 when calculating usable host IPs in a CIDR subnet. Always subtract 2 for Network Address and Broadcast Address (Usable = 2^h - 2).
Mistake 4: Confusing TCP Header Length (HLEN) units. The 4-bit HLEN field is measured in 4-byte words, so HLEN = 10 means 10 * 4 = 40 Bytes.
Mistake 5: Assuming Selective Repeat window size can be 2^k. Maximum sender window size in Selective Repeat must be Ws <= 2^(k-1) to avoid sequence number ambiguity.
Mistake 6: Mixing up CSMA/CD and CSMA/CA. CSMA/CD (Ethernet) DETECTS collisions after they happen. CSMA/CA (Wi-Fi) AVOIDS collisions before transmitting using RTS/CTS.
Mistake 7: Swapping FTP data and control ports. Port 21 is for Control (commands), Port 20 is for Data transfer.
Mistake 8: Assuming IPv6 has broadcast addresses. IPv6 does NOT use broadcast; it relies on Multicast and Anycast.
Mistake 9: Confusing POP3 and IMAP. POP3 downloads email and deletes it from server by default, while IMAP syncs mail across multiple devices and keeps emails on the server.
Mistake 10: Forgetting that ICMP operates at Network Layer (Layer 3) but encapsulates inside IP packets without using Transport layer ports.

Topic Quiz Practice

1 of 10
Question 1

The IETF standards documents are called Blank