π 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 Type | WAN IP Address |
|---|---|
| Internet connection | ✅ Public IP |
| MPLS WAN | Usually Private IP |
| Leased Line | Usually Private IP |
| SD-WAN | Can use Public or Private (depends on the underlay) |
| Packet Tracer Serial Link | Usually 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
- Gmail
- Netflix
- 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
| Situation | Telecom Network | Internet |
|---|---|---|
| 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
| Feature | Serial | Ethernet |
|---|---|---|
| Typical Use | WAN | LAN (and modern WANs) |
| Connection | Point-to-point | LAN or point-to-point |
| Clocking | Required on DCE | Not required |
| Common Encapsulation | HDLC, PPP | Ethernet |
| CCNA Labs | Frequently used | Frequently 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
| Feature | Description |
|---|---|
| Coverage Area | Large – connects multiple cities or countries |
| Ownership | Often leased from Internet Service Providers (ISPs) |
| Speed | Slower than LANs (depends on bandwidth and distance) |
| Technology | MPLS, Leased Line, VPN, Frame Relay, SD-WAN |
| Cost | More expensive due to telecom infrastructure |
| Devices Used | Routers, Firewalls, Modems, WAN Switches |
π₯️ Devices Involved in WAN
| Device | Function |
|---|---|
| Router | Connects LANs to WAN and routes data between networks |
| Modem | Converts digital data to analog signals for transmission |
| Firewall | Secures data between WAN and LAN |
| CSU/DSU (Channel Service Unit / Data Service Unit) | Connects routers to digital WAN circuits |
| Cloud Network / ISP | Provides WAN connectivity through public or private links |
π How WAN Communication Works
-
Data is generated in one LAN (e.g., a user in Delhi office).
-
The router sends data out of the LAN toward the WAN.
-
Data travels across the telecommunication network or Internet.
-
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)
| Technology | Description |
|---|---|
| Leased Line | Dedicated 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 / ATM | Legacy WAN technologies (mostly replaced) |
| SD-WAN (Software Defined WAN) | Modern, intelligent WAN with centralized control |
π WAN vs LAN – Key Differences
| Feature | LAN | WAN |
|---|---|---|
| Coverage | Small area (office, campus) | Large area (cities, countries) |
| Ownership | Owned by organization | Uses ISP/telco services |
| Speed | High (100 Mbps – 10 Gbps) | Lower (1 Mbps – 1 Gbps) |
| Cost | Low setup cost | High due to leased connections |
| Devices | Switches, PCs | Routers, modems, firewalls |
| Maintenance | Easy (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:
| Device | Quantity |
|---|---|
| Router | 2 |
| Switch | 2 |
| PC | 4 (2 per LAN) |
| Serial Cable | 1 (to connect routers) |
πͺ Basic Steps:
-
Create two LANs (e.g., LAN A: 192.168.1.0/24, LAN B: 192.168.2.0/24).
-
Connect each LAN to a router via a switch.
-
Connect the two routers using a Serial DCE/DTE link (simulate WAN link).
-
Assign IP addresses to PCs, routers’ LAN interfaces, and serial interfaces.
-
Configure static routes on both routers to reach the other network.
-
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
| Concept | Explanation |
|---|---|
| WAN | Connects multiple LANs across long distances |
| Router | Connects and routes data between networks |
| ISP | Provides WAN connectivity services |
| VPN / MPLS / SD-WAN | Common WAN technologies |
| Goal of WAN | Enable 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
Post a Comment