Section 31: WAN - Wide Area Networks

0.0(0)
Studied by 0 people
call kaiCall Kai
Locked
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/27

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 8:13 PM on 8/4/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

28 Terms

1
New cards

What are the four Internet redundancy topology options with a single ISP vs. multiple ISPs?

Single Homed (one router, one ISP), Dual Homed (two routers, one ISP), Multihomed (one router, two ISPs), Dual Multihomed (two routers, cross-connected to two ISPs).

2
New cards

In WAN topology terms, what defines a Full Mesh topology?

Every site has a direct connection to every other site

3
New cards

What's the benefit of using GRE over IPsec together, rather than either alone?

You get IPsec's encryption plus GRE's multicast support — IPsec alone doesn't support multicast, but GRE does

4
New cards

What does DWDM stand for, and what does it do?

Dense Wavelength Division Multiplexing — combines/multiplexes multiple optical signals onto a single fiber strand

5
New cards

Do Customer Edge (CE) routers run MPLS?

No — CE routers peer at Layer 3 with the provider's PE routers, but MPLS runs across the provider's core on the PE and P routers only.

6
New cards

What does PPPoE stand for?

Point-to-Point Protocol over Ethernet

7
New cards

What bandwidth does a T1 leased line offer?

1.544 Mbps

8
New cards

What is DMVPN, and what's its key advantage over a standard hub-and-spoke VPN?

Dynamic Multipoint VPN — Cisco proprietary, provides scalable hub-and-spoke configuration while also enabling direct full-mesh (spoke-to-spoke) connectivity between sites

9
New cards

What is GETVPN, and what are its defining characteristics?

Group Encrypted Transport VPN — Cisco proprietary, uses a central key server for centralized policy/key management, designed to secure traffic over a private WAN (like MPLS) without adding tunnels. Uses IPsec transport mode, which preserves the original IP header.

10
New cards

What Site-to-Site VPN option is open standard, and what's its key limitation?

IPsec Tunnel — open standard, but does not support multicast.

11
New cards

What does VPLS stand for, and what type of connectivity does it provide?

Virtual Private LAN Service — a multipoint Layer 2 MPLS VPN

12
New cards

What does VPWS stand for, and what type of connectivity does it provide?

Virtual Private Wire Service (uses pseudowires) — a point-to-point Layer 2 VPN.

13
New cards

What does DSL stand for?

Digital Subscriber Line.

14
New cards

What does MPLS stand for?

Multi Protocol Label Switching.

15
New cards

What's the key difference between Remote Access VPN and Site-to-Site VPN in terms of endpoints?

Remote Access VPN connects an individual user's device (with VPN software) to an office router/firewall. Site-to-Site VPN connects router/firewall to router/firewall between offices — no software needed on user desktops.

16
New cards

How do LAN, MAN, and WAN differ in scope?

LAN = single building or building group. MAN = larger than a LAN but smaller than a WAN (e.g. connecting multiple campuses within the same city). WAN = geographically distributed, connecting multiple LANs together.

17
New cards

What is IPsec VTI, and how does it differ from a standard open-standard IPsec tunnel?

IPsec VTI (Virtual Tunnel Interface) is a Cisco-proprietary, simplified configuration between two Cisco devices — unlike standard IPsec tunnels, it supports multicast.

18
New cards

What is "dark fiber," and why does it exist?

Unused optical fiber cabling — service providers often laid more fiber than needed, since DWDM later let them multiplex much more capacity onto existing strands, leaving surplus cable unlit.

19
New cards

What are the "primary" WAN connectivity options (with an SLA), vs. the smaller-office/backup options (without one)?

Primary (with SLA guarantees): Leased Lines, MPLS, Satellite. Smaller office/backup (no corporate SLA, going over the Internet): DSL, Cable, Wireless (e.g. 4G).

20
New cards

What are considered legacy WAN technologies for the CCNA exam?

Frame Relay, ATM, X.25, ISDN, and PSTN dial-up.

21
New cards

What bandwidth do T1 and E1 leased lines offer, and where is each used?

T1 = 1.544 Mbps (North America). E1 = 2 Mbps (Europe and most of the rest of the world).

22
New cards

For the CCNA exam, what physical interface type do Leased Lines use?

Serial — not Ethernet.

23
New cards

What's the key difference between a Layer 3 and Layer 2 MPLS VPN regarding CE routers and IP subnets?

Layer 3: CE routers peer at Layer 3 with the PE (different sites are in different IP subnets). Layer 2: CE devices don't peer with the PE at all — the provider network is transparent, acting like a giant switch, and all sites can be in the same IP sub

24
New cards

Can different MPLS VPN customers use the same IP subnet on the shared provider infrastructure?

Yes — customers are kept strictly separate with separate routing tables, so overlapping subnets between different customers cause no conflict.

25
New cards

What's the practical difference between VPLS and VPWS in terms of number of sites?

VPLS (multipoint) connects more than 2 sites in the same Layer 2 domain. VPWS (point-to-point) connects exactly 2 sites.

26
New cards

What's the main advantage and disadvantage of a Redundant Hub-and-Spoke topology compared to standard Hub-and-Spoke?

Advantage: removes the single point of failure (a second hub site provides backup). Disadvantage: higher cost (roughly doubles the number of links) — traffic flow is still suboptimal since branch-to-branch traffic still routes through a hub.

27
New cards

What is a Partial Mesh topology, and why would you use it over Hub-and-Spoke or Full Mesh?

A hub-and-spoke topology with a few additional direct spoke-to-spoke links added — a cost/performance trade-off, giving more direct paths between select high-traffic sites without the full cost of a complete mesh.

28
New cards

Where is PPPoE typically configured in a DSL deployment — the modem or the router?

Usually the DSL modem, though it can be configured on the router instead depending on regional/provider convention.