10.1 WAN Types Flashcards

1
Q

Describe Point-to point WAN topology

A

A point-to-point connection is a single, pre-established path from the customer’s network through a carrier network (typically an ISP) to a customer’s remote network. A point-to-point line is usually leased from a carrier and thus is often called a leased line.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Describe a Hub and Spoke connection WAN topology

A

A hub and spoke is similar to a point-to-point connection. However, instead of connecting a single remote network, a hub and spoke WAN connects multiple remote networks via WAN links. With a hub and spoke WAN:

- One site is designated as the hub.
- Multiple remote networks (called spokes) are connected to the hub.
- Communications between remote sites is always routed through the hub.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Describe a Full mesh WAN Topology

A

A full mesh WAN topology connects multiple network locations to each other via WAN links. With a full mesh, each location has a direct WAN link to all other locations. This creates a highly redundant WAN topology. However, a full mesh WAN is very expensive, and difficult to establish and maintain.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What is a Single-homed WAN Topology

A

A single-homed WAN is a network connected to an ISP using a single line. Single-homed connections are the most common type of WAN connections.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What is a Dual-Homed WAN Topology

A

A dual-homed WAN provides two separate physical connections to a single ISP. These two connections serve two purposes:
Redundancy: If one of the interfaces goes down, connectivity is retained by the secondary connection.
Increased bandwidth: Outbound traffic can be distributed between the two connections, providing double the bandwidth.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Describe a Circuit switching WAN Topology Connection

A

A circuit switching network allows data connections that can be initiated when needed and terminated when communication is complete. It works much like a telephone line works for voice communication. A circuit switched network uses a dedicated connection between sites. It is ideal for transmitting data that must arrive quickly and in the order it is sent, as is the case with real-time audio and video.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Describe a Packet switching WAN Connection

A

A packet switched network allows data to be broken up into packets and sent across shared resources. Packets are transmitted along the most efficient route to the destination. Packet switching is ideal for transmitting data that can handle transmission delays, as is often the case with web pages and email.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Describe a Private type WAN

A

A private WAN allows a site to connect to one or more designated sites using communication methods that maintain the privacy of the data being transferred.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Describe a Public type WAN

A

A public WAN (e.g., the internet) allows access to any number of sites outside the private network. The communication lines are not protected and the entity initiating the communication is responsible for the security of the data.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Describe cellular type networking

A

Cellular networking uses a digital mobile phone network for internet access.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Describe Metro Ethernet

A

Metro Ethernet, sometimes called a metropolitan area network (MAN), is an Ethernet network that covers an area as small as a few city blocks to as large as an entire metropolitan city. MANs provide a connection to the internet as well as connections to remote locations within the MAN. Most MANs are owned and managed by a city and provided as a public utility. Many IT professionals do not differentiate between a wide area network and a MAN since they use essentially the same network technologies.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Describe (DSL) Digital Subscriber line

A

DSL offers digital communications over what is referred to as plain old telephone service (POTS) lines.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Describe Cable WAN connectivity type

A

Cable internet access is typically offered by companies that provide cable television access. Existing cable TV lines provide bandwidth for internet access in addition to cable TV stations.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Describe ISDN

A

offers digital communications over either existing POTS or T1 lines.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

Describe VSAT

A

A very small aperture terminal (VSAT) is a small-sized earth station used in the transmit/receive of data, voice and video signals over a satellite

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

Describe MPLS

A

MPLS is a high-performance method for forwarding packets through a network. MPLS reduces the number of routing lookups by using labels and label switching to forward packets. Packets are forwarded based on the contents of the label, without examination of the packet. This allows the creation of end-to-end circuits across any type of WAN transport medium, using any protocol.

17
Q

What does a leased line allow you to do

A

allow you to connect two or more routers together that are separated by a large geographical distance.

18
Q

Describe a leased line

A
A leased line is a dedicated, always-on circuit between two endpoints. The service provider passes a constant rate bit stream without interpreting or making decisions about the data sent over the circuit. A physical leased line WAN works similarly to an Ethernet crossover cable connecting two routers; however, there is no distance limitation. Layer 1 leased lines are sometimes referred to using the following names:
A leased circuit
A serial link
A point-to-point link
T1 line
A generic WAN link
19
Q

Name the facts about leased lines

A

Each router runs in full-duplex.
The speed is symmetric, meaning that both routers send bits at the same speed.
The lease line provides a physical layer bit transmission facility:
Routers require a data link protocol on the WAN link.
The lease line itself does not define a data link layer protocol to be used.

20
Q

Describe (HDLC) High-Level Data Link Control Protocol

A

HDLC is often used as the data link protocol for WAN leased line connections:
Cisco routers run HDLC by default.
When implementing HDLC, administrators must do the following for each interface:
Configure the IP address.
Ensure that no other layer 2 encapsulation protocol is configured on the interface.
HDLC organizes data into frames.
HDLC controls the pace at which data is transmitted.
The HDLC frame header identifies the frame type to the router.
The HDLC trailer has a Frame Check Sequence (FCS) field that the receiving router can use to verify the frame. The FCS field allows Cisco routers to support multiple types of Network layer packets to cross an HDLC link.

21
Q

Describe CPE

A

Customer Premise Equipment (CPE) is the equipment at the customer site.

22
Q

Describe CSU/DSU

A

Leased lines require a CSU/DSU device that provides the clocking function. Clocking physically controls the speed and timing that the router’s serial interfaces send and receive bits over the serial cable. The CSU:
Sits between the telecommunication lease line and the router.
Understands the layer 1 conventions of both the telecommunication equipment and the router.
Must be configured to match the telecommunication speed settings.
Connects to the router with the DCE and DTE roles.

23
Q

Describe Serial Cable

A

The serial cable connects the router to the CSU:
The serial cable is usually a short cable.
Serial interfaces on the router are typically a removable card called a WAN interface card (WIC).
The correct cable type must be used to connect the WIC with the CSU/DSU.
New WICs have CSU/DSU capability built-in.

24
Q

Describe Supported lines

A

Types of lines supported are:
DS1 or T1 transmitting up to 1.544 Mbps.
Fractional T1 working in multiples of 64 kbps.
Fractional T3 working in multiples of 1.536 Mbps.
DS3 or T3, traditionally referred to as a 45 Mb pipe, or 44.736 Mbps.

25
Q

router(config-if)#clock rate [rate]

A

Sets the clock rate on the DCE serial interface. The rate should be set in bits per second (bps). In the back-to-back router lab configuration, if the clock rate command is not issued on the DCE, clocking is not provided and the interface status between the two routers will not change to up.

26
Q

router(config-if)#ip address [address] [mask]

A

Assigns an IP address and subnet mask to the interface.

27
Q

router(config-if)#encapsulation hdlc
router(config-if)#encapsulation ppp
router(config-if)#encapsulation frame-relay

A

Modifies the router encapsulation method.

28
Q

router#sh interfaces

A

Displays all interface configurations, including serial connection encapsulation and bandwidth.

29
Q

router#sh ip int brief

A

Displays a consolidated message about each IP interface, including its IP address, line and protocol status, and how the address was configured (DHCP or Manual).

30
Q

router#sh run

A

Displays the clock rate and bandwidth of a serial configuration.

31
Q

router#sh controllers [serial interface]

A

Displays the serial interface configuration, such as the type of serial cable and which end of the cable is connected to the device, DCE or DTE.