🌍 Introduction to WAN (Wide Area Network)

 

🌍 Introduction to WAN (Wide Area Network)


🧠 What is a WAN?

A WAN (Wide Area Network) is a network that connects multiple LANs (Local Area Networks) across large geographic areas — cities, countries, or even continents.

In simple words:
LAN connects computers in one building, while WAN connects multiple buildings or locations together — often using telecommunication links like fiber optics, leased lines, or the Internet.


🧩 Example

Imagine a company with:

  • An office in Delhi

  • Another in Mumbai

  • A third in London

Each office has its own LAN, but all three offices share data and applications via a WAN connection (for example, through MPLS or VPN over the Internet).


🌐 WAN in Real Life

  • The Internet is the largest WAN in the world.

  • Banking networks that connect ATMs across cities.

  • Multinational companies connecting branch offices globally.

  • Educational institutions linking campuses.


⚙️ Key Characteristics of a WAN

FeatureDescription
Coverage AreaLarge – connects multiple cities or countries
OwnershipOften leased from Internet Service Providers (ISPs)
SpeedSlower than LANs (depends on bandwidth and distance)
TechnologyMPLS, Leased Line, VPN, Frame Relay, SD-WAN
CostMore expensive due to telecom infrastructure
Devices UsedRouters, Firewalls, Modems, WAN Switches

🖥️ Devices Involved in WAN

DeviceFunction
RouterConnects LANs to WAN and routes data between networks
ModemConverts digital data to analog signals for transmission
FirewallSecures data between WAN and LAN
CSU/DSU (Channel Service Unit / Data Service Unit)Connects routers to digital WAN circuits
Cloud Network / ISPProvides WAN connectivity through public or private links

🔄 How WAN Communication Works

  1. Data is generated in one LAN (e.g., a user in Delhi office).

  2. The router sends data out of the LAN toward the WAN.

  3. Data travels across the telecommunication network or Internet.

  4. The destination router (e.g., in Mumbai office) receives and forwards it to the local LAN.

📡 Routers play a critical role — they’re the “post offices” directing data to the correct network.


🔍 WAN Technologies (Common Examples)

TechnologyDescription
Leased LineDedicated private link between two locations
MPLS (Multiprotocol Label Switching)High-speed, private, reliable WAN service
VPN (Virtual Private Network)Secure encrypted WAN over public Internet
Frame Relay / ATMLegacy WAN technologies (mostly replaced)
SD-WAN (Software Defined WAN)Modern, intelligent WAN with centralized control

🔒 WAN vs LAN – Key Differences

FeatureLANWAN
CoverageSmall area (office, campus)Large area (cities, countries)
OwnershipOwned by organizationUses ISP/telco services
SpeedHigh (100 Mbps – 10 Gbps)Lower (1 Mbps – 1 Gbps)
CostLow setup costHigh due to leased connections
DevicesSwitches, PCsRouters, modems, firewalls
MaintenanceEasy (local team)Complex (shared or remote)

🧰 Hands-On Idea: WAN Simulation in Cisco Packet Tracer

🎯 Goal:

Connect two LANs located in different networks using two routers.

🔧 Setup Overview:

DeviceQuantity
Router2
Switch2
PC4 (2 per LAN)
Serial Cable1 (to connect routers)

🪜 Basic Steps:

  1. Create two LANs (e.g., LAN A: 192.168.1.0/24, LAN B: 192.168.2.0/24).

  2. Connect each LAN to a router via a switch.

  3. Connect the two routers using a Serial DCE/DTE link (simulate WAN link).

  4. Assign IP addresses to PCs, routers’ LAN interfaces, and serial interfaces.

  5. Configure static routes on both routers to reach the other network.

  6. Use ping to test connectivity between PCs on different LANs.

Success:
If PC1 (192.168.1.10) can ping PC3 (192.168.2.10), you’ve created a working WAN link!


🧠 Key Takeaways

ConceptExplanation
WANConnects multiple LANs across long distances
RouterConnects and routes data between networks
ISPProvides WAN connectivity services
VPN / MPLS / SD-WANCommon WAN technologies
Goal of WANEnable remote communication securely and efficiently

💬 Conclusion

“If a LAN connects people in one building,
a WAN connects people across the world.”

Understanding WANs helps you see how the Internet, enterprise networks, and cloud systems all communicate.
It’s the backbone of global networking — making remote access, online banking, and video calls possible.

Comments

Popular posts from this blog

🖥️ Private IP vs Public IP Address

🧠 Introduction to CCNA Networking