Studying Wide Area Networks in the Classroom
Networking currently is taught at many places, and the majority of hands-on learning is done with local area networks (LANs). Even though wide area networks (WANs) are commonly used, course work typically is limited to theory, and students receive little or no practical experience using them. Reasons for this include the high cost of deploying and maintaining a WAN, the lack of WAN test equipment that runs on PC hardware and the impracticality of maintaining commercial data lines for strictly experimental purposes.
One product available for overcoming the obstacles in creating WAN labs is the Sangoma WAN EduKit. Seneca College of Applied Arts & Technology in Toronto is one educational center that is using this toolkit to successfully increase the number of WAN labs available for student use.
A wide area network connects LANs that are typically separated by great distances. The best known example of a WAN is the Internet itself. A smaller-scale example is a network that connects a company's corporate headquarters with branch offices in other cities.
The actual connection (e.g., a leased line or satellite) between the points is handled by a provider, such as the telephone company. The carrier has a point of presence (POP) at each end of the link to which the company connects their equipment.
At each separate site, a company would configure a router containing a WAN adapter card to connect to their carrier's POPs. WAN adapters can communicate over the provider's network using a variety of protocols, including frame relay, HDLC, X.25, SDLC, BSC, PPP and SS7. Because the Sangoma WAN EduKit provides software and sample labs for frame relay and X.25, these protocols are explained briefly below.
Frame relay is a simplified form of packet switching in which synchronous frames of data are routed to different destinations depending on header information. When frame relay is used to communicate over a WAN, the computers containing the WAN adapters are called customer premises equipment (CPE). These connections are identified by a number called a data link connection identifier (DLCI).
Once the hardware is in place to connect each office to the carrier's POPs, a path is established that allows information to be routed between them. This path is called a permanent virtual circuit or PVC, and it is always on as long as the equipment is working. The DLCI is used by the CPE to indicate which of the potentially several different PVCs configured by the provider is the correct recipient of the frame.
The maximum rate at which the carrier guarantees packets can be transmitted over the PVC without packet loss is called the committed information rate (CIR). Some providers offer the capability to specify different CIRs for inbound and outbound traffic along the PVC.
Because frame relay doesn't guarantee packet integrity, it can switch packets end to end much faster than X.25. For packet integrity, the company's routers could use a protocol such as TCP/IP to create packets encapsulated within the frame transmitted over the WAN.
The X.25 protocol is a packet switching protocol that defines an international recommendation for the exchange of data as well as control information. X.25 guarantees data integrity and network managed flow at the cost of some network delays.
The computer connected to the carrier's POP is known as the data terminal equipment (DTE), and the network node is called data circuit terminating equipment (DCE). Connections over the network occur on logical channels of two types: switched virtual circuits (SVCs) and permanent virtual circuits (PVCs).
SVCs are similar to telephone calls; a connection is established, data is transferred and the connection is released. Each DTE on the network is given a unique DTE address that can be used like a telephone number. X.25 PVCs operate in the same manner as the PVCs discussed in the frame relay section.

Figure 3. An X.25 tester screen showing the various X.25 functions that may executed and an X.25 status window.
X.25 uses a store-and-forward mechanism that allows DTEs to have different line speeds, but this can introduce a noticeable delay when the blocks transferred between them are small. The store-and-forward mechanism also has a large requirement for buffering, which can make X.25 less cost-effective than frame relay.
For more information on wide area networks, I recommend reading Linux Routers written by Tony Mancill and published by Prentice Hall PTR.
Trending Topics
| You Need A Budget | Feb 10, 2012 |
| The Linux powered LAN Gaming House | Feb 08, 2012 |
| Creating a vDSO: the Colonel's Other Chicken | Feb 06, 2012 |
| Your CMS Is Not Your Web Site | Feb 01, 2012 |
| Casper, the Friendly (and Persistent) Ghost | Jan 31, 2012 |
| Razor-qt 0.4 - Qt based Desktop Environment | Jan 30, 2012 |
- Fun with ethtool
- Parallel Programming with NVIDIA CUDA
- Readers' Choice Awards 2011
- 100% disappointed with the decision to go all digital.
- Linux-Based X Terminals with XDMCP
- Validate an E-Mail Address with PHP, the Right Way
- You Need A Budget
- The Linux powered LAN Gaming House
- Why Python?
- Python for Android
- Employment Posters
5 hours 44 min ago - Sure the best distro is
7 hours 4 min ago - BeOS was the best
9 hours 48 min ago - I use Wireshark on a daily
14 hours 18 min ago - buena información
19 hours 25 min ago - One important "bucket" that I didn't note (désolé si qqun deja d
20 hours 26 min ago - Gnome3 is such a POS. No one
1 day 5 hours ago - Gnome 3 is the biggest POS
1 day 6 hours ago - I didn't knew this thing by
1 day 12 hours ago - Author's reply
1 day 15 hours ago








Comments
Good
Explains good about WAN and protocols.. X.25 and Frame relay.
Its quite small explanation. Can be explained in details or can give some more snapshots