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
| Option | Mechanism | Properties |
|---|---|---|
| dedicated circuits | leased full-duplex point-to-point (T-carrier, SONET, Metro Ethernet), flat monthly fee | guaranteed bandwidth + latency; your routers at each end |
| packet-switched WAN | carrierβ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 Internet | software βvirtual NICβ; packets encapsulated + encrypted, tunnelled gateway-to-gateway | available 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
A company connects Melbourne and Penang offices. Walk the three options and what each buys.
Answer
- Short answer: Dedicated leased circuit (guaranteed bandwidth/latency, highest cost) Β· carrier packet-switched service via POPs (shared, moderate) Β· VPN over each officeβs Internet link (cheapest, zero guarantees).
- Why: Pay for certainty β the options price exactly one thing β how much performance is contractually yours.
Sketch the access/distribution/core hierarchy and place switch vs router at each level.
Answer
- Short answer: Floor switches (access) β building distribution switches β precinct core switches/routers toward WAN/Internet.
- Why: Aggregate then route β cheap layer-2 fan-out at the edge; layer-3 intelligence concentrated where networks meet (switch vs router).