Network Implementation (Chapter 2) Flashcards

1
Q

Routing

A

Is the movement of packets between network based on Layer 3 headers, performed by routers. They pass the packet along (hop) until the packet reaches it’s destination.

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

Router golden rule

A

All routers must know what to do with packets, either by having the packets destination in it’s routing table or by having a default route to pass the packet to

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

Default Route

A

Is route that a router sends packets to when there are no other available routes

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

2nd Golden Rule of Routing

A

The router must be able to choose which interface to send the packet out of. Each router interface must belong to a different network

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

Static Routing

A

Is when routes are manually entered into the routing table. All route must be entered into all routing tables or packets will be lost. It allows a router to know which route to take to reach a network

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

Dynamic Routing

A

Routers use protocol that are used to inform routers of routes upstream.

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

Routing Protocols

A

Distance Vector
- routers on fixed intervals would broadcast their route tables which would be used by other routes to update their route tables
Link State
- would only broadcast route table updates when a link changes state
- Routing Information Protocol (RIP)
Hybrid
- uses the best of both link State and distance Vector
- Enhanced Interior Gateway Routing Protocol (EIGRP)
Path Vector
- determines the best path by maintaining route path information and policies
- Border Gateway Protocol (BGP)

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

Interior/Exterior Gateway Protocols

A

Interior Gateway Protocols
- are protocols used within a private network
- RIP, OSPF, EIGRP, iBGP
Exterior Gateway Protocols
- used between ISP on the internet
- BGP

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

Border Gateway Protocol

A

Is an exterior router protocol that allows a router to count an autonomous system as a single hop
- Exterior
- TCP 179
- unicast
- slow convergence
- administrative distance 20
- no load balancing
- complex to set up

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

Enhanced Interior Gateway Routing Protocol (EIGRP)

A

Is a protocol used by routers that ensures that each router on an interior networks maintains a topology table of the entire network
- interior
- Protocol ID 88
- administrative distance 90
- has loads balancing
- easy to set up

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

Autonomous System

A

An Identifiable number assigned to a network that is under a single administrative that controls 50000 routes within their network

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

EIGRG Successor/Feasible Successor

A

Successor
- is the best route to a destination
Feasible Successor
- is a backup route to the same destination

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

OSPF

A

Is a protocol for routers that divides a network into areas into a Hierarchical structure.
- Interior
- Protocol ID 89
- multicast
- fast convergence
- administrative distance 110
- No load balancing
- complex to setup

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

Router forwarding decisions

A

Routers make routing decision based on
- longest prefix match (route with the longest CIDR mask)
- administrative distance
- Routing Protocol Metric

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

Prefix Length

A

Prefix is the length of the subnet mask in the router (largest CIDR number).
A longer prefix is more specific to where the destination is.

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

Prefix Length

A

First criteria for route selection
Prefix is the length of the subnet mask in the router (largest CIDR number).
A longer prefix is more specific to where the destination is.

17
Q

Administrative Distance

A

2 criteria for route selection
Is the believability of a route source which could be Directly connected, statically entered or a routing protocol. Each source has an administrative distance.

18
Q

Routing Protocols Metric

A

Third criteria for route selection
Is the cost of a particular route compared with other routes with the same adminstrative distance

19
Q

Network Address Translation

A

Performed by routers and firewalls that translates the internal private IP address into a public IP address to access the internet.
- Packets IP are temporarily changed to the public IP

20
Q

Port Address Translation

A

Performed by routers when multiple devices are attempting to access the internet, it translates their private IP address into the same Public IP address but the router maintains the devices original source port.

21
Q

First Hop Redundancy Protocol (FHRP)

A

Is when multiple routers act as a single default gateway for all host on a network.
- all routers will share a Virtual IP and Virtual MAC that all host will send their traffic to

22
Q

Subinterfaces

A

Are logical interface created on a routers physical interface that allows multiple VLAN to use the logical interface as it’s default Gateway and subnet