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