Fundamentals of WANs and IP Routing Flashcards

1
Q

Wide-area network (WAN)

A
Define
- physical (Layer 1) standards
- data-link (Layer 2) protocols
to communicate 
- over long distances  (leased-line WANs and Ethernet WANs)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Leased line

A

Can be tought as a crossover cable between two routers, providing a Layer 1 service in full duplex at fixed speed.
Does not define a data-link layer protocol

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

High-Level Data Link Control (HDLC)

A

Oner of the two most known and used protocols in leased lines (The other is PPP)

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

Point-to-Point Protocol (PPP)

A

Oner of the two most known and used protocols in leased lines (The other is HDLC)

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

HDLC Fields

A
  • Flag (pattern to identifies a new arriving frame)
  • Address (destonation device, useless being a point to point connection
  • Control (no longer in use today)
  • Type (type of Layer 3 packet)
  • FCS (like Ethernet FCS)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

ISO HDLC

A

Does not have a Type field.

Cisco uses a proprietary variation that adds Type

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

Ethernet WAN basics

A
  • Works much like an Ethernet crossover cable—just over a WAN
  • Logically, behaves like a point-to-point connection between two routers
  • Physically, behaves as if a physical fiber Ethernet link existed between the two routers
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Internet Protocol (IP)

A

Focuses on the job of routing data, in the form of IP packets, from the source host to the destination host.

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

Path selection

A

The term is sometimes used to refer to the routing process, while at other times, it refers to routing protocols, specifically how routing protocols select the best route among the competing routes to the same destination

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

IP routing table

A

Lists IP address groupings, called IP networks and IP subnets.

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

IP Address Resolution Protocol (ARP)

A

Dynamically learns the data-link address of an IP host connected to a LAN.

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

Internetwork

A

More generally a network made up of routers, switches, cables, and other equipment

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

Foundational rules of subnetting

A
  • Two IP addresses, not separated from each other by a router, must be in the same group (subnet)
  • Two IP addresses, separated from each other by at least one router, must be in different groups (subnets).
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Routing protocols general steps for learning routes

A
  1. Each router, independent of the routing protocol, adds a route to its routing table for each subnet directly connected to the router
  2. Each router’s routing protocol tells its neighbors about the routes in its routing table, including the directly connected routes and routes learned from other routers
  3. After learning a new route from a neighbor, the router’s routing protocol adds a route to its IP routing table, with the next-hop router of that route typically being the neighbor from which the route was learned.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

Routing update

A

A routing protocol message causing the reciver to learn about subnet in the routing table of the sender

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

Basic DNS Name Resolution Request

A
  1. PC sends a DNS message —a DNS query— to the DNS server
  2. DNS server sends back a DNS reply that lists remote server’s IP address
  3. PC can send an IP packet to destination address IP of the remote server
17
Q

Ping (Packet Internet Groper)

A

The primary tool for testing basic network connectivity.
It uses the Internet Control Message Protocol (ICMP), sending a message called an ICMP echo request to another IP address. The computer with that IP address should reply with an ICMP echo reply