IP Routing (Lesson 1) Flashcards

1
Q

is an umbrella term for the set of protocols that determine the path that data follows in order to travel across multiple networks from its source to its destination.

A

IP Routing

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

NAT stands for…?

A

Network Address Translation

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

It’s a way to map multiple private addresses inside a local network to a public IP address before transferring the information onto the internet.

A

NAT Network Address Translation

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

NAT Types (5)

A
  • Static NAT
  • Dynamic NAT
  • Port Address Translation (PAT)
  • Routing Information Protocol (RIP)
  • Interior Gateway Routing Protocol (IGRP)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

When the local address is converted to a public one, this NAT chooses the same one.
A consistent public IP address associated with that router or NAT device.

A

Static NAT

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

Instead of choosing the same IP address every time, this NAT goes through a pool of public IP addresses.
Getting a different address each time the router translates the local address to a public address.

A

Dynamic NAT

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

It’s a type of dynamic NAT, but it bands several local IP addresses to a singular public one.

A

Port Address Network (PAT)

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

is a distance-vector routing protocol.
Routers running the distance-vector protocol send all or a portion of their routing tables in routing-update messages to their neighbors.

A

Routing Information Protocol (RIP)

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

isa distance vector interior gateway protocol developed by Cisco.
It is used by routers to exchange routing data within an autonomous system.

A

Interior Gateway Routing Protocol (IGRP)

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

____ is short for Francisco.

A

Cisco

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

____ and ____ Founded the Cisco Company

A

Leonard Bosack and Sandy Lerner

founded in 1984

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

Features of RIP (4)
(Possible Question? idk)

A
  1. Updates of the network are exchanged periodically.
  2. Updates are always broadcasting
  3. Full routing tables are sent in updates.
  4. Routers always trust routing information received from neighbor routers.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Cisco Packet Tracer Basic Commands (8)

A
  • enable
  • configure terminal
  • interface interface_name
  • hostname hostname
  • ip address IP_ADDRESS SUBNET_MASK
  • no shutdown
  • exit
  • end
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Basic Router Troubleshooting Commands (6)

A
  • show running_config
  • show interfaces
  • show ip_route
  • ping IP_ADDRESS
  • traceroute IP_ADDRESS
  • debug command
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

This command is used to enter enable mode.

A

enable
duh

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

This command is used to enter global configuration mode, which allows you to make changes to the router’s global configuration.

A

configure terminal

16
Q

This command is used to enter interface configuration mode, which allows you to make changes to a specific interface on the router.

A

interface interface_name

17
Q

This command is used to set the hostname of the router.

A

hostname hostname

18
Q

This command is used to configure the IP address and subnet mask of an interface.

A

ip address IP_ADDRESS
SUBNET_MASK

meron _ yung gita ng IP at Address and yung Subnet at Mask

19
Q

This command is used to enable an interface that has been previously shut down.

A

no shutdown

20
Q

This command is used to exit the current configuration mode and return to the previous mode.

A

exit

21
Q

This command is used to exit configuration mode and return to privileged mode.

A

end

22
Q

This command is used to display the current configuration of the router.

A

show running_config

23
Q

This command is used to display information about all of the interfaces on the router, including their status, IP address, and bandwidth usage.

A

show interfaces

24
Q

This command is used to display the routing table of the router, which shows the paths that packets take to reach their destination.

A

show ip_route

25
Q

This command is used to test the connectivity between the router and a specific IP address.

A

ping IP_ADDRESS

26
Q

This command is used to trace the path that packets take to reach a specific IP address, and to identify any issues along the way.

A

traceroute IP_ADDRESS

27
Q

This command is used to enable debugging for a specific function, such as routing or authentication.

A

debug command