Module 1 of 5
๐Ÿ”Œ Network Fundamentals
1

OSI & TCP/IP Reference Models

The OSI Model (7 Layers)

LayerNameKey Protocols/Devices
7ApplicationHTTP, HTTPS, FTP, SMTP, DNS
6PresentationTLS, SSL, JPEG, ASCII
5SessionNetBIOS, RPC
4TransportTCP, UDP; Segments
3NetworkIP, ICMP, Routers; Packets
2Data LinkEthernet, MAC; Switches; Frames
1PhysicalCables, Hubs, Repeaters; Bits

TCP/IP Model (4 Layers)

Application โ†’ Transport โ†’ Internet โ†’ Network Access. Maps roughly to OSI layers 7-5, 4, 3, and 2-1 respectively.

2

Network Devices & Topologies

Key Network Devices

  • Hub โ€” Layer 1; broadcasts all frames to all ports; half-duplex; obsolete.
  • Switch โ€” Layer 2; learns MAC addresses; forwards frames only to the correct port; full-duplex; creates separate collision domains per port.
  • Router โ€” Layer 3; routes packets between different networks using IP addresses; separates broadcast domains.
  • Firewall โ€” inspects and filters traffic based on rules; can be stateful or stateless.
  • Wireless Access Point (WAP) โ€” connects wireless clients to a wired network.

Ethernet Cable Types

  • Straight-through โ€” connects different device types (PC to switch, switch to router).
  • Crossover โ€” connects same device types (PC to PC, switch to switch). Modern switches use Auto-MDIX to detect automatically.
  • Fibre Optic โ€” uses light; immune to EMI; longer distances. Single-mode for long distances; multi-mode for shorter distances.

Network Topologies

  • Star โ€” all devices connect to a central switch (most common in LANs).
  • Bus โ€” all devices share a single cable (legacy).
  • Ring โ€” devices connect in a loop; Token Ring (legacy).
  • Mesh โ€” every device connected to every other device; high redundancy.

Finished reading? Take the quiz to earn 75 points.

Take Quiz โ†’