IP Addressing and the Routing Process Flashcards

1
Q

What is the range for Class A IP addresses?

A

Class A is 1 - 126

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

What is the range for Class B Ip addresses?

A

Class B is 128 - 191

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

What is the range for Class C IP addresses?

A

Class C is 192 - 223

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

True or False - Any address with a first octect of 227 is reserved for loopback interfaces

A

False - 127 is reserved for loopback interfaces

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

What is the default mask for a Class A address?

A

255.0.0.0

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

What is the default mask for a Class B address?

A

255.255.0.0

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

What is the default mask for a Class C address?

A

255.255.255.0

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

What is the range in each class for private addresses?

A

Class A: 10.0.0.0 - 10.255.255.255
Class B: 172.16.0.0 - 172.31.255.255
Class C: 192.168.0.0 - 192.168.255.255

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

True or False - Private addresses are referred to as “RFC 1918 Private Addresses”

A

True

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

A host at 192.168.1.100 wants to send packets to a host at 10.1.1.5, the sending host knows that 10.1.1.5 is not on the same subnet, what does the sending host do with the packets?

A

The sending host will send the packets to its default gateway

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

When a router receives a packet, there are three possibilities regarding its destination…what are they?

A
  • Destined for a directly connected network
  • Destined for a non-directly connected network that the router HAS and entry for in its routing table
  • Destined for a non-directly connected network that the router does NOT have an entry for
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

What command would you use to show the ip routes?

A

Show ip route

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

What is a prefix notation?

A

Its a number that represents the number of 1’s a the beginning of the network mask when its expressed in binary. Example /8 would be 255.0.0.0 or 11111111.00000000.00000000.00000000

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

What command would you use to configure a static route?

A

ip route 0.0.0.0 0.0.0.0 192.168.0.1 (example)

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