Routing Flashcards

1
Q

Routing Table

A

Tells the router exactly where to send the packets

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

Command to see Routing Table

A

netstat -r

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

Metric

A

Cost of using a route

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

DOCSIS

A

Data over cable Service Interface Specification

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

ATM

A

Asynchronous Transfer mode

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

NAT

A

Network Address Translation

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

NAT Definition

A

Hides the ip addresses of computers on the the LAN but enable them to connect to the broader internet

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

PAT

A

Post Address Translation

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

PAT Definition

A

Uses port numbers to map traffic from specific machines in the network

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

SNAT

A

Static NAT maps a single routable IP address to a single machine.

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

DNAT

A

Dynamic NAT many computers can share a pool of routable IP addresses that number fewer than the computers

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

Hop

A

each time a packet goes through a router

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

Hop count

A

metric value for the number of routers a packet will pass through on its way to its destination network.

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

MTU

A

Maximum Transmission Unit, determines the largest frame a particular technology can handle

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

Distance Vector Routing

A

Uses total cost counting, and calculate the total cost to get to a particular network ID and compare that cost to the total cost of all the other routes to get to the same location.

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

RIPv1

A

Routing Information Protocol A form of distance vector routing.

Maxiumum Hop Count: 15
Update interval: 30 seconds

17
Q

VLSM

A

Variable Length Subnet Masking, where networks connected through the router use different subnets masks.

18
Q

RIPv2

A

VLSM and authentication are both added.

19
Q

ASN

A

Autonomous system number

20
Q

EGP

A

Exterior Gateway Protocol

21
Q

BGP

A

Border Gateway Protocol, connects all Autonomous systems, Current version is BGP-4

22
Q

Route Aggregation

A

A way to simplify routing tables into manageable levels

23
Q

Link State dynamic Routing protocol

A

announce and forward individual route changes as they appeared

24
Q

2 Kinds of Link State

A

OSPF and IS-IS

25
OSPF
Open Shortest Path First, used inside Autonomous systems, when first connected will send Hello packets to see other OSPF devices.
26
LSA
Link State Advertisement, information about routers and network that are sourced by each router and are flooded from router to router in each OSPF area
27
IS-IS
Intermediate system to Intermediate System, uses concept of areas and send only updates to routing tables. Link State Dynamic routing protocol that supporting IPv6 from start.
28
EIGRP
Enhanced Interior Gateway Routing Protocol, proprietary to cisco and is an Advanced distance vector protocol
29
Route Redistribution
When a router takes routes it has learned by one method and announces these routes over another protocol.
30
Yost Cable/Rollover cable
The serial cable you can connect to a cisco router using
31
NMS
Network Management Software
32
Traceroute tool
Command: tracert Records a route between any two hosts on a network and returns information about every router between them.