🌍 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.


Some common WAN technologies include:

  • Leased Lines
  • MPLS (Multiprotocol Label Switching)
  • Metro Ethernet
  • Broadband Internet
  • Fiber Optic Links
  • 4G/5G Cellular Networks
  • Satellite Links
  • Site-to-Site VPNs over the Internet


WAN TypeWAN IP Address
Internet connection                        ✅ Public IP
MPLS WANUsually Private IP
Leased LineUsually Private IP
SD-WANCan use Public or Private (depends on the underlay)
Packet Tracer Serial LinkUsually Private IP

1. Data Travels Through the Internet

Use the Internet when accessing public websites or cloud services.

Example:

Your PC
|
Home Router
|
ISP
|
Internet
|
YouTube Server

Examples:

  • YouTube
  • Google
  • Gmail
  • Netflix
  • Facebook
  • ChatGPT

The data travels across the public Internet.


2. Data Travels Through a Telecom Network (Private WAN)

Suppose a company has offices in Bengaluru and Chennai.

Bengaluru Office
|
R1
|
Telecom Provider (MPLS/Leased Line)
|
R2
|
Chennai Office

The data does not go over the public Internet.

Instead, it travels through the telecom provider's private WAN network.

Examples of telecom providers in India:

  • Bharti Airtel
  • Reliance Jio
  • Tata Communications

Example 1: Internet

Laptop
|
Wi-Fi
|
ISP
|
Internet
|
www.google.com

Public Internet.


Example 2: Bank Branches

Bank Bengaluru
|
Telecom MPLS
|
Bank Mumbai

Private telecom WAN.

Customer account data is sent over the provider's private network rather than the public Internet.


Example 3: ATM Transaction

ATM
|
Telecom Network
|
Bank Data Center

Most banks use secure private WANs (or encrypted VPNs, depending on the deployment) for transactions instead of sending sensitive traffic directly over the open Internet.


Example 4: VPN over the Internet

Employee Laptop
|
Internet
|
Encrypted VPN Tunnel
|
Company Office

Here the data travels over the Internet, but it is encrypted inside a VPN tunnel.


Comparison

SituationTelecom NetworkInternet
Watching YouTube
Browsing Google
Company branch communication (private WAN)
ATM to bank✅ (or secure WAN/VPN)Usually not directly
VPN to office❌ (uses Internet as transport)
Email, social media

Serial vs Ethernet

FeatureSerialEthernet
Typical UseWANLAN (and modern WANs)
ConnectionPoint-to-pointLAN or point-to-point
ClockingRequired on DCENot required
Common EncapsulationHDLC, PPPEthernet
CCNA LabsFrequently usedFrequently used

 


🧩 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

πŸ–§ VLAN (Virtual Local Area Network)

🌐 NAT (Network Address Translation)

πŸ›°️ OSPF (Open Shortest Path First)