LAN, Backbone, MAN, WAN (Organisational Networks)

Context: FIT1047_MOC Β· how an ORGANISATION assembles networks at every scale β€” deepens the reach ladder from Computer Networks (Components and Types) with ownership, technology and the WAN buy-vs-lease decision

Quick Revision

  • 🎯 Objective: LAN (floor/building, owned, switched Ethernet/WiFi) β†’ backbone (campus, owned, fibre) β†’ MAN/WAN (cities+, leased from carriers).
  • πŸ“¦ Core Components: access/distribution/core layer architecture βž” WAN options: dedicated circuits vs packet-switched carrier vs VPN-over-Internet.
  • ⚑ Key Constraint: the WAN trade-off triangle β€” dedicated (guaranteed, dear) vs carrier packet-switched (shared, simpler) vs VPN (cheapest, no guarantees).

πŸ“ Core

  • LANs βž” switched Ethernet or WiFi; end-user + server access; ≀ ~100 m; fully owned/operated; similar devices grouped.
  • Backbones βž” high-speed links BETWEEN LANs (floors, buildings); owned; fibre physical layer + switches/routers; gateway to MANs/WANs/Internet.
  • Hierarchy (lecture architecture) βž” floor Ethernet switch (access layer) β†’ building distribution switch (distribution layer) β†’ precinct switch/router (core layer).
  • Why lease WANs βž” cables over public land need licences; carriers (Telstra, Optus) amortise them across customers β€” build-your-own rarely rational.

The three WAN options

OptionMechanismProperties
dedicated circuitsleased full-duplex point-to-point (T-carrier, SONET, Metro Ethernet), flat monthly feeguaranteed bandwidth + latency; your routers at each end
packet-switched WANcarrier’s shared packet network via a point-of-presence (POP)shares circuits with other customers; increasingly plain Ethernet (no special kit, common expertise)
VPN over Internetsoftware β€œvirtual NIC”; packets encapsulated + encrypted, tunnelled gateway-to-gatewayavailable everywhere, cheap, flexible β€” but NO performance guarantees, slower than dedicated
  • VPN mechanics βž” Hello! β†’ VPN gateway encrypts/encapsulates ($U1&x#3) β†’ travels the public Internet inside the tunnel β†’ far gateway unpacks β†’ delivers into the remote LAN as if local.

⚠️ Common Mistakes

  • πŸ’‘ MAN β‰ˆ WAN βž” the lecture treats them as the same idea at different distances β€” don’t invent extra differences.
  • πŸ’‘ β€œPrivate” in VPN is cryptographic, not physical βž” the bits ride the public Internet; privacy comes from encryption + encapsulation only.
  • πŸ’‘ Why not just the Internet? βž” the stock answer triple: security, reliability, performance β€” VPN patches the first, never the last two.

🧠 Active Recall