Chapter 4 - Fundamentals of IPv4 Addressing and Routing Flashcards

1
Q

True or False. All IP addresses in the same group must not be separated from each other by a router.

A

True

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

True or False. IP addresses separated from each other by a router do not have to be in different groups.

A

False. IP addresses separated from each other by a router must be in different groups.

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

IP standards subdivide the entire address space into what 5 classes?

A

Classes A, B, C, D, and E

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

What does DDN stand for?

A

Dotted decimal notation

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

What address space is allocated to the Class A network?

A

Approximately one-half with addresses that start with 1-126.

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

What address space is allocated to the Class B network?

A

Approximately one-fourth with addresses that start with 128-191.

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

What address space is allocated to the Class C network?

A

Approximately one-eigth with addresses that start with 192-223.

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

What is the Class D network used for and what DDNs are assigned to it?

A

Used for multicast and it is assigned 224-239.

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

What is the Class E network used for and what DDNs are assigned to it?

A

Used for experimental and it is assigned 240-255.

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

Which DDN(s) are reserved?

A

0 and 127

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

How many networks in a Class A network - in the entire world?

A

126

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

How many networks in a Class B network - in the entire world?

A

16,384

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

How many networks in a Class C network - in the entire world?

A

2,097,152

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

How many hosts per Class A network?

A

16,777,214

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

How many hosts per Class B network?

A

65,534

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

How many hosts per Class C network?

A

254

17
Q

What is the network number range for Class A networks?

A

1.0.0.0 to 126.0.0.0

18
Q

What is the network number range for Class B networks?

A

128.0.0.0 to 191.255.0.0

19
Q

What is the network number range for Class C networks?

A

192.0.0.0 to 223.255.255.0

20
Q

What does the term classful IP network refer to?

A

Any Class A, B, or C network.

21
Q

If the destination IP address is in the same IP subnet as the host, what does the sending host do with the packet?

A

Sends the packet directly to that destination host.

22
Q

If the destination IP address is NOT in the same IP subnet as the host, what does the sending host do with the packet?

A

The host sends the packet to the default gateway also known as the default router.

23
Q

What 4 step process does a router go through when it receives a data link frame addressed to that router’s data link address?

A

Step 1. Use the data link Frame Check Sequence (FCS) field to ensure that the frame had no errors; if errors occurred, discard the frame.
Step 2. Assuming that the frame was not discarded at Step 1, discard the old data link header and trailer, leaving the IP packet.
Step 3. Compare the IP packet’s destination IP address to the routing table, and find the route that best matches the destination address.
Step 4. Encapsulate the IP packet inside a new data link header and trailer, appropriate for the outgoing interface, and forward the frame.

24
Q

What are some goals of a routing protocol?

A

1) To dynamically learn and fill the routing table with a route to each subnet in the internetwork.
2) If more than one route to a subnet is available, to place the best route in the routing table.
3) To notice when routes in the table are no longer valid, and to remove them from the routing table.
4) If a route is removed from the routing table and another route through another neighboring router is available, to add the route to the routing table.
5) To work quickly when adding new routes or replacing lost routes.
6) To prevent routing loops.

25
Q

What is the time between losing a route and finding a working replacement route called?

A

Convergence time

26
Q

What 3 general steps do many routing protocols generally use to learn routes?

A

Step 1. Each router, independent of the routing protocol, adds a route to its routing table for each subnet directly connected to the router.
Step 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.
Step 3. After learning a new route from a neighbor, the router’s routing protocol adds a route to is IP routing table, with the next-hop router of that route typically being the neighbor from which the route was learned.

27
Q

What does DNS stand for?

A

Domain Name System

28
Q

What is the purpose of DNS?

A

Resolves host names such as www.google.com and www.facebook.com to the matching IP address.

29
Q

How do routers treat DNS messages?

A

Routers treat them like any other IP packet, routing them based on the destination IP address.

30
Q

What does ARP stand for?

A

Address Resolution Protocol

31
Q

What does ARP do?

A

A method by which any host or router on a LAN can dynamically learn the MAC address of another IP host or router on the same LAN.

32
Q

What is an ARP request?

A

A message that asks “if this is your IP address, please reply with your MAC address.”

33
Q

Where does the host or router keep these ARP requests?

A

In their ARP cache or ARP table.

34
Q

What command can you use to see the contents of the ARP cache or table?

A

arp -a

35
Q

What is the primary tool used for testing basic network connectivity?

A

ping

36
Q

What protocol does ping use?

A

Internet Control Message Protocol - ICMP

37
Q

What are the reserved private IP addresses according to RFC 1918?

A

Class A Network 10.0.0.0
Class B Network 172.16.0.0 thru 172.31.0.0 (inclusive)
Class C Networks that begin with 192.168