TechKnowSurge
Cisco CCNA 1.2 Cisco CCNA 1.3
VideoNetworkFree

WAN Connections

Wide area networks (WANs) connect geographically separate sites using dedicated, circuit-switched, packet-switched, or internet-based connections, each with distinct trade-offs in cost, speed, and reliability. Core WAN concepts include serial versus parallel transmission, network topologies, and the role of internet service providers in delivering connectivity.

Complete this video to capture a CTF flag worth 1 point.

About this video

A wide area network connects multiple geographically separate sites—offices, branches, and facilities—that each contain their own local area networks. Where a LAN ends at a Layer 3 boundary device such as a router, the WAN begins, carrying traffic between those routers across long distances using technologies distinct from the Ethernet standards that govern local networks. WAN communication relies on serial transmission, sending data one bit at a time over a small number of conductors, because parallel transmission becomes impractical and costly over extended distances due to signal crosstalk and cable complexity. WAN infrastructure also adopts various physical and logical topologies, including hub-and-spoke and full or partial mesh arrangements, depending on how sites need to communicate with one another. WAN connections fall into three broad categories: dedicated, switched, and internet. Dedicated connections, such as leased T1, E1, T3, or dark fiber lines, provide exclusive use of a physical medium between two sites. This exclusivity supports strong security, consistent performance, and operational flexibility, but comes at significant cost. Switched connections subdivide into circuit-switched and packet-switched types. Circuit switching, associated with legacy public switched telephone network infrastructure and technologies like ISDN, establishes a temporary dedicated path for the duration of a session and is most commonly encountered today in last-mile scenarios where older copper cabling is still in place. Packet switching, used by technologies such as MPLS, Metro Ethernet, and legacy frame relay, breaks data into packets and transmits them across shared provider networks, allowing multiple organizations to share infrastructure while still receiving defined bandwidth allocations. Internet-based WAN connectivity represents the most accessible and cost-effective option, using ISP connections delivered through DSL, cable, optical fiber, municipal Wi-Fi, cellular networks, or satellite to reach the global internet. Organizations connect each site to an ISP and then use VPNs to create secure tunnels between locations over the shared internet infrastructure. While internet connections can offer high speeds at low cost, they lack the performance guarantees and reliability assurances available through dedicated or managed packet-switched services. Choosing among these WAN types requires balancing cost, bandwidth requirements, reliability expectations, and the geographic reach of the organization's infrastructure.

What you'll learn

What's covered

WAN Technology Overview

Aligned to

Cisco CCNA
1.2 Describe characteristics of network topology architectures
1.3 Compare physical interface and cabling types

Key terms

Wide Area Network
WAN
A network that spans a large geographic area, connecting multiple local area networks.
Packet
A unit of data formatted for transmission over a network, containing a header, payload, and sometimes a trailer.
Router
A network device that forwards data packets between networks based on IP addresses.
Virtual Private Network
VPN
A technology that creates a secure, encrypted tunnel over a public network to protect data in transit.
Bandwidth
The maximum rate of data transfer across a network path, typically measured in bits per second.
Dedicated WAN Connection
A WAN link reserved exclusively for one organization, providing consistent performance but at higher cost; examples include T1, E1, and dark fiber.
Circuit-Switched Connection
A WAN connection type that establishes a temporary dedicated path for the duration of a session, commonly associated with the public switched telephone network (PSTN).
Packet-Switched Connection
A WAN connection type that shares network links by breaking data into packets routed independently; examples include MPLS, Metro Ethernet, Frame Relay, and ATM.
Serial Communication
A method of transmitting data one bit at a time over a single channel, used in WAN links to reduce cost and crosstalk over long distances.
Network Topology
The arrangement and interconnection of network nodes, often represented as maps showing physical and logical connectivity.

Topics

Wide Area Networks Network Topologies Serial Communication Circuit Switching Packet Switching Networking

Transcript

LAN versus WAN

Since we've talked a lot about LANs, or local area networks, let's compare and contrast what the difference between a LAN and a WAN is. A LAN is defined largely by the protocols found in the IEEE, and a lot of the technology has fallen into there. An example of that is ethernet. Ethernet is one of the things that's defined in that 802 range, so ethernet is a LAN technology.

Where the LAN ends is where there is a layer 3 device that divides up your LANs. So in this example right here, we've got a layer 3 device, a router, and this would be considered a LAN right here, a local area network. Now to a certain degree, these in between here, between these routers, could also be considered a LAN as well, because we could be running ethernet in this connection right here, and so these could also be considered. But really, the big ranges in between these LANs, we consider all of this the WAN technology, or the wide area network. It allows us communication between all of our LANs. So that is what a wide area network is.

Connecting our sites

Let me put it in a little different context here, because this will actually explain it even better. A WAN, a wide area network connection, generally is considered that we're connecting our different sites. So in this example right here, we've got our headquarter office in New York City, we've got a branch office in Chicago, we've got an office in Seattle, and our factory maybe down in Dallas. These need to be connected. There could be one or many different LANs at each one of these sites, but what we want to do is interconnect these sites. So somewhere on the site we're going to have a router on those sites, and we're going to connect these sites together.

It could possibly be where it's like this, where we have a hub and spoke, or we might have some sort of mesh network, whether it's a full mesh network or partial mesh network. But the idea behind this is, this is our WAN right here, our wide area network, connecting our different sites together.

Now there are some nuances, there are some different terminologies like a metropolitan area network, a MAN, or a campus area network, a CAN. There are some nuances like that, but for the most part this is our WAN. And so a WAN generally uses some different technology over our local area network.

Serial and parallel

There is one thing to note when it comes to these wide area networks, or even to a certain degree even our local area networks, and that's the difference between serial and parallel. A lot of times we see parallel when it comes to really localized traffic, and really some of our equipment has parallel communications. An example of that would be a motherboard. I've got a circuit board right here and it has multiple lines of communication on it. There are some cables, especially older cables, that were set up to be parallel, so it would communicate multiple bits at a single time. It would communicate across eight lines, it could create a whole byte at the same time. Or into our CPU, we have lots of lines into our CPU on our motherboards, that it's communicating multiple lines into it. So that's parallel.

Now the problem is, as we extend out the distance that our data communicates, these parallel lines become very difficult to do. So if you imagine a cable that just has a few conductors in it versus a cable that has many conductors in it, that can be problematic from an expense perspective, but it also can be problematic from crosstalk, where the lines end up bleeding into each other.

So really, when we're talking about this communication on both LANs and WANs, we generally see that it is all set up with serial communication, where it is one bit at a time. Maybe you have just a few conductors that are carrying the signal across from point A to point B, and it's only sending a bit of information at any given time. So that's the difference between serial and parallel, and serial becomes much more prevalent the further we go out. In fact, even our computers now connect in these short little distances using USB, which is universal serial bus. They're using serial cables, and that's because of that expense and those other issues that come up with parallel.

Topologies

In our network fundamentals we also talked about network topologies, and we talked about the difference between our physical topologies and our logical topologies, and we talked about topologies in relationship to our different layers, layer 2 and layer 3, and how the communication is set up. This is no different when it comes to WAN technologies. We have some that are bus technologies, we have some that are star topologies, we have some that are ring topologies, we have some that are mesh topologies. So we've got different network topologies.

The three types of WAN connection

There are three different types of WAN connections: dedicated, switched and internet. Switched actually has two subcategories to it. One of them is circuit switched, so you've got circuit, and then you also have packet switched.

So let me explain the difference between these different types. First of all, dedicated. Dedicated means that you have a line that only your data communicates across. So an example here is maybe I have a headquarters here in New York, maybe there's a satellite campus in Chicago, and I have a dark fiber that stretched between the two. Now this is a dedicated line between them. Or maybe I have multiple buildings here within New York and there is a wireless connection between these two buildings that's dedicated, that no one else is using that line between those two buildings. So that's dedicated, where you have a line, whether it's copper, wireless or fiber, that's dedicated to you and only you are using it.

Then you have switched. The key purpose to this is it is shared, you're sharing the line with others. And the circuit switched would mean that you have the line for a certain period of time. Maybe it sets up the call and then you can communicate across it, and then it comes back down, so you're sharing it for a certain period of time. Or there's other technologies where it's shared, or it's packet switched, which means you just send a packet and it goes across that line and then it gets sorted out on the other side. So that's packet switched, and we'll talk more in depth into those two and the differences between those two.

Then we have the internet. The idea behind the internet is that there is this big cloud, and you are connecting your devices through internet service providers up to this cloud, and then you make connections between your devices through the internet. So this requires a little bit of setup with security. You need to make sure that you're secure across this, so you set up something like a VPN. Although, the other instances with switched and dedicated, you probably want a VPN too just for safety purposes. But these are the three different types: dedicated, switched and internet.

Dedicated

So let's go a little more into dedicated and what dedicated is. As I mentioned, it means that you have control over that line, that no one else is using that line, you have a dedicated line. One of the examples is like a T1 or E1, a T3, E3. So those are something that you would then subscribe to through an internet service provider, or through some sort of provider, and then they would make a connection between two of your sites and you would pay for that.

Another example would be a dark fiber. The meaning behind a dark fiber is that these internet service providers run these long lines between these long distances, and when they run these lines they're not just running a single fiber, they're running lots of fiber, and they're using it as the backbone for their network. But there's some of those fibers that aren't used yet, and it's called dark fiber because there's no lights that are going down there, there's no communication that's going down it. So then what you can do is you can lease that dark fiber, and now you have ownership, or you're leasing that dark fiber across those lines, so you can connect these two buildings, these two sites, using dark fiber.

Now one of the disadvantages to this is it's very expensive, because you are using up quite a bit of potential bandwidth there with that line, and so the cost of this can be quite a bit. But the pro of it is that you have full control over the data that's going across there, so it could be more secure, it could be that you have more control over what type of communications and how the communication happens across that line. And then there's a lot more flexibility with it, and the quality is good, it can create more simplicity with the way you manage it. So there's a lot of advantages, but the big disadvantage to it is that it comes at a very steep cost.

Circuit switched

One of the types of WAN connections that we have is a circuit switched type. Now this one isn't as readily used because of the disadvantages it has, but it's still out there. The reason why we still occasionally run into this is because there are buildings out there that are old buildings, there's infrastructure out there that's old infrastructure. What kind of cables do we have running to this old infrastructure? We have power, we have old phone lines that are running to these. So although we consistently are converting things over to fiber and faster connections, we still in some of these old buildings have these older connections. So we still utilize to a certain degree the plain old telephone system, these older copper connections to these buildings, using circuit switched technology.

Really where we see this circuit switched technology being used is the last mile. What I mean by that is, in these cities you have central offices that have old phone systems that are connected to your buildings, and this is what the last mile is. It's generally the most expensive part of trying to set up this infrastructure. Really what we do is we still maintain the regular backbone services that we have with this, but this last mile is sometimes the more difficult connection that we can establish. So we use circuit switched technologies to create connections in this last mile here.

The con of this is it's just really slow. These connections are really slow. It's using like the public switched telephone network, the PSTN, or plain old telephone system, the POTS lines, to communicate across it, and they're just not designed for data or any fast data, and so they can be really slow. ISDN is another example of communications that can be set up as a switched network. So the advantage is that there's a lot of buildings out there that still only have these types of connections, so we still can get at least something to those buildings, so that way we can get connectivity.

Packet switched

Then we have packet switched. Packet switched is all the technologies that we've been talking about. We've been talking about taking data and breaking it up into little packets and then sending it across these lines. So that is packet switched. We would use packet switched connections probably in almost all cases nowadays. So what I mean by that is, if we were to get a dedicated line, we would probably still use packet switched technology to get our information from one of our sites to another site, and the reason why we would do that is because we could have multiple streams of communication going on at any given time.

So why am I calling this out separately? The reason is because when we are paying for our connections between our different sites, we may be paying for a packet switched shared network. What that would look like is you would have service providers that would be placed all around the world, or all around your area, and then you would make connection to these different service providers, and then they would have a network of interconnected buildings, interconnected networks all throughout here, and you are sharing these connection lines with other people, with other businesses. They're shared lines, but they're just shared via packet switched networks. So that is another way we could go: we're essentially buying some bandwidth on these shared connections between all of our different sites here.

Now this can come at a bit of an expense, but we get some guarantees when we get this type of connection. Some legacy examples of this would be things like frame relay and ATM, which really are not used as much anymore, but some more recent examples that are still commonly used are things like Metro Ethernet and MPLS. So that is packet switched, and how we can share lines of communication with other companies and other traffic using this packet switched technology going through a service provider.

The internet

Then we have the internet. Whereas with dedicated it's just us that can use those lines, or we have packet switched where we're sharing with other people, the internet is like a free-for-all. You have this open internet, this communication that happens there. You've got the cloud. The cloud is made up of lots of different service providers, they have lots of different networks in there, and you have an internet service provider. You connect to that internet service provider and they connect you to this network here, the web. And then, same thing, you would have an internet service provider that would connect each one of these sites, and then through the internet you would make a connection between all of your sites through something like a VPN.

So that is the internet. This is a very cheap way of going about doing this, and not only is it inexpensive, but you can get really fast speeds. You don't have the same dedication as if you go to the packet switched, where you're buying some packet switched services like MPLS, and it's not going to be nearly as expensive as dedicated lines. So this is a good route to go, because you get some speed with it and it's relatively cheap. But there's not necessarily a guarantee, because the internet can be unstable at times and connections can drop and stuff, so you don't get the same guarantee with things like a dedicated line or an MPLS.

Examples of this would be anything that you know of already that you can connect to the internet through an internet service provider. So some examples of this: DSL would be an example, getting it through some sort of cable company, getting some sort of optical fiber connection, municipal Wi-Fi, cellular data whether it be 3G, 4G, 5G, LTE, satellite internet would be an example of this, WiMAX, IEEE 802.16. So all of these are examples of ways of just connecting to the internet and providing for that internet service provider. A lot of businesses make the connection nowadays through this.

About TechKnowSurge

TechKnowSurge builds IT and cybersecurity professionals through hands-on, concept-first training built around real understanding — not memorization. Free interactive tools, structured programs, and 25+ years of real-world experience, all in one place.

Explore free tools and programs →