Module 6 Flashcards

(38 cards)

1
Q

Routers

A

can send traffic b/w locally connected networks by default. Reference their (IP routing tables) 2 route traffic

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

CLI Command (Show IP Route)

A

!. Shows all known routes

  1. Directly Connected routes.
  2. Dynamically learned routes.
  3. Static Routes.
  4. Gateway of last resort aka default route.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Static Route

A

Is a manually configured route in a router. Overrides dynamically learned routes by default. It is not fault tolerant so if the route drops or has a problem the router would not have a fall over (alternate route).

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

Dynamic Route

A

the routing protocol that learns where 2 send routed protocols. Allows router 2 dynamically learn & share routes w/ 1 another aka (Autonomous System AS).

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

Interior Gateway Protocols - IGP

A

share router information in a single (AS). Uses protocols RIP, IGRP, EIGRP, OSPF, IS-IS.

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

Exterior Gateway Protocols - EGP

A

share routing information b/w AS. Uses protocol BGP & EGP=abosulute no longer in use.

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

Link-State - LS

A

1/3 categories for routers to learn & share info. Uses the Dijkstra algorithm to find path w/ lowest cost/hops b/w node s(shortest path). Every node builds a graph of the network showing connected nodes & other nodes. Ex protocols OSPF & IS-IS

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

Distance-Vector - DV

A

2/3 categories for routers. It calculates the distance & direction (vector) 2 a network. Uses algorithms as Bellman-Ford & DUAL (cisco proprietary). Ex. protocols RIP, IGRP, EIGRP, & BGP.

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

Routing Information Protocol - (RIP)

A

is one of the oldest D-V routing protocols which employs the hop count as a routing metric. RIP prevents routing loops by implementing a limit on the number of hops allowed in a path from source to destination (15 hops) 16+ = infinity. RIPv1 no longer used. is classful. RIPv2 classless in use can route to all class & subnetted class.

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

Interior Gateway Routing Protocol -(IGRP)

A

is a D-V IGP developed by Cisco. It is used by routers to exchange routing data within an AS. Created in part to overcome the limitations of RIP when used within large networks.No longer used.

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

Enhanced Interior Gateway Routing Protocol - (EIGRP)

A

is an advanced D-V routing protocol that is used on a computer network for automating routing decisions and configuration. An IGP, uses DUAL, simple 2 configure & loop-free, rapid convergence, & has primary & secondary route respectively.

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

Border Gateway Protocol - (BGP)

A

is a standardized EGP designed to exchange routing and reachability information between (AS) on the Internet. Classified as a path vector/ D-V routing protocol. eBGP (outside AS) & iBGP (inside AS), neighbors are called BGP peers.

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

Open Shortest Path First - OSPF

A

is one of the families of IP Routing protocols, and an (IGP) for the Internet, used to distribute IP routing information throughout a single (AS) in an IP network. It is L-S, uses the Dykstra algorithm, has hierarchical “areas”, area 0 = backbone.

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

Intermediate System 2 Intermediate System - IS-IS

A

is one of the families of IP Routing protocols, and is an (IGP) for the Internet, used to distribute IP routing information throughout a single (AS) in an IP network. It accomplishes this by determining the best route for data through a Packet switching network.

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

Update Timer

A

30s timer to send RIP table update

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

Invalid Timer

A

invalidates(removes) a router after no updates for 180s.

17
Q

Hold Down Timer

A

delays route installation by 180s after invalidation. Also prevents loop.

18
Q

Flush Timer

A

a route is removed after 240s from the last update route.

19
Q

Routing Loops

A

an invalid router that causes traffic 2 be sent back in the same direction it was received causing a loop (∞). Causes are slow routing protocols, old protocols (EGP), reverse route advertisement ( router send update list 2 each other), & static route ( if route point 2 each other).

20
Q

Split horizon - Loop Prevention

A

makes router not advertise back 2 the route it received updated routing table.

21
Q

Route Poisoning - Loop Prevention

A

advertise 2 networks that a route has infinite metric & it poison ( blocks) it.

22
Q

Poison Reverse - Loop Prevention

A

advertise 2 networks of a route poisoning by neighbors.

23
Q

Administrative Distance - AD

A

a #used 2 rank directly connected routes, Static routes, & dynamic routes from most desirable (0) to least desirable (255). If multiple routes exist in a specific destination lowest AD # will be chosen.

24
Q

Hop Redundancy

A

failover redundancy 4 network gateways aka a 2nd default gateway 4 a LAN). Supported on routers & L3 switches, only 1 router is the active gateway. Uses protocols HSRP, VRRP, GLBP, & CARP.

25
Hot Standby Router Protocol - HSRP
is a Cisco proprietary redundancy protocol for establishing a fault-tolerant default gateway. Popular & easy 2 us.
26
Virtual Router Redundancy Protocol - (VRRP)
is a computer networking protocol that provides for automatic assignment of available (IP) routers to participating hosts. This increases the availability and reliability of routing paths via automatic default gateway selections on an IP subnetwork. Functions similar to HSRP & open source.
27
Gateway Load Balancing Protocol - (GLBP)
cisco owned. Presents multiple gateways in a single instance. Provides load balancing across gateways. Protects data traffic from a failed router or circuit while allowing packet load sharing between a group of redundant routers.
28
Common Address Redundancy Protocol -CARP
is a computer networking protocol that allows multiple hosts on the same LAN 2 share a set of IP addresses. Its primary purpose is to provide failover redundancy, especially when used with firewalls and routers.
29
Access Control Lists
+ L3 & L4 security. Protects networks from outside attackers. Control the traffic in our network & identifies whose allowed in or out based on a list. Used in router, switches, & firewalls.
30
Rules for ACLs
1. Create ACL. 2. Apply ACL. 3. need at least 1 permit statement in the list. 4. Processed from top 2 bottom. 5. 1 ACL can be applied per protocol, per interface, per direction.
31
Standard ACL
filter based on the source (where traffic comes from) best to apply list close 2 the (Destination). # ranges from 1-99.
32
Extended ACL
filters based on the protocol, source, destination, & port best to apply close to the (source). # ranges from 100 - 199.
33
Network Address Translation - NAT
in its simplest form is a 1-1 address mapping. Performed on routers & firewalls. Associates an internal private IP @ into a public internet IP @.
34
Source NAT
changes the source @ of the packets passing through the router. As the host communicates 2 the internet source IP address is changed 2 public IP @. Ex. 192.168.100.50 to 74.189.45.33
35
Destination NAT
changes destination @ of the packets passing through the router. As communication happens from the internet 2 IP @. Ex. 74.189.45.33 to 192.168.100.50.
36
Static NAT
manually maps a private host IP @ directly to a public IP @. 1-1).
37
Dynamic NAT
a 1-1 translation using address pools. Pool are created for both private IP @ & public IP @. Requires multiple public IP @.
38
Port Address Translation - PAT
are randomly generated TCP port #s that are used 2 track & keep separate each NAT session. #1 used to translate a group of private IP @ into public IP @ routable on the internet. SOHO (small office/home office) does this by default.