IP Subnetting, Troubleshooting IP, and Introduction to NAT Flashcards

1
Q

What is the maximum number of IP addresses that can be assigned to hosts on a local subnet that uses the 255.255.255.224 subnet mask?

14

16

30

A

30

A /27 (255.255.255.224) is 3 bits on and 5 bits off. This provides 8 subnets, each with 30 hosts. Does it matter if this mask is used with a Class A, B, or C network address? Not at all. The number of host bits would never change

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

You have a Class A host of 10.0.0.110/25. It needs to communicate to a host with an IP address of 10.0.0.210/25. Which of the following devices do you need to use in order for these hosts to communicate?

A Layer 2 switch

Router

DNS server

A

Router

Don’t freak because this is a Class A. What is your subnet mask? 255.255.255.128. Regardless of the class of address, this is a block size of 128 in the fourth octet. The subnets are 0 and 128. The 0 subnet host range is 1–126, with a broadcast address of 127. The 128 subnet host range is 129–254, with a broadcast address of 255. You need a router for these two hosts to communicate because they are in different subnets

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

What is the subnetwork address for a host with the IP address 200.10.5.68/28?

  1. 10.5.56
  2. 10.5.32
  3. 10.5.64
A

200.10.5.64

This is a pretty simple question. A /28 is 255.255.255.240, which means that our block size is 16 in the fourth octet (0, 16, 32, 48, 64, 80, and so on). The host is in the 64 subnet

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

The network address of 172.16.0.0/19 provides how many subnets and hosts?

8 subnets, 30 hosts each

8 subnets, 2,046 hosts each

8 subnets, 8,190 hosts each

A

8 subnets, 8,190 hosts each

A CIDR address of /19 is 255.255.224.0. This is a Class B address, so that is only 3 subnet bits, but it provides 13 host bits, or 8 subnets, each with 8,190 hosts

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

You receive a call from a user who is complaining that they cannot get on the Internet. You have them verify their IP address, mask, and default gateway. The IP address is 10.0.37.144, with a subnet mask of 255.255.254.0. The default gateway is 10.0.38.1. What is the problem?

Incorrect DNS server address

Invalid subnet mask

Incorrect gateway IP

A

Incorrect gateway IP

The host ID of 10.0.37.144 with a 255.255.254.0 mask is in the 10.0.36.0 subnet (yes, you need to be able to subnet in this exam!). Do not stress that this is a Class A; what we care about is that the third octet has a block size of 2, so the next subnet is 10.0.38.0, which makes the broadcast address 10.0.37.255. The default gateway address of 10.0.38.1 is not in the same subnet as the host. Even though this is a Class A address, you still should easily be able to subnet this because you look more at the subnet mask and find your interesting octet, which is the third octet in this question. 256 – 254 = 2. Your block size is 2

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

If a host on a network has the address 172.16.45.14/30, what is the subnetwork this host belongs to?

  1. 16.45.4
  2. 16.45.8
  3. 16.45.12
A

172.16.45.12

A /30, regardless of the class of address, has a 252 in the fourth octet. This means we have a block size of 4 and our subnets are 0, 4, 8, 12, 16, and so on. Address 14 is obviously in the 12 subnet

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

On a network, which mask should you use on point-to-point WAN links in order to reduce the waste of IP addresses?

/28

/29

/30

A

/30

A point-to-point link uses only two hosts. A /30, or 255.255.255.252, mask provides two hosts per subnet

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

On which of the following devices are you most likely to be able to implement NAT?

Hub

Ethernet switch

Router

A

Router

Devices with Layer 3 awareness, such as routers and firewalls, are the only ones that can manipulate the IP header in support of NAT

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

You have an interface on a router with the IP address of 192.168.192.10/29. Including the router interface, how many hosts can have IP addresses on the LAN attached to the router interface?

6

8

30

A

6

A /29 (255.255.255.248), regardless of the class of address, has only 3 host bits. Six hosts is the maximum number of hosts on this LAN, including the router interface

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

When configuring the IP settings on a computer on one subnet to ensure that it can communicate with a computer on another subnet, which of the following is desirable?

Configure the computer with the same default gateway as the other computer.

Configure the computer with the same subnet mask as the other computer.

Configure the computer with a default gateway that matches the IP address of the interface of the router that is attached to the same subnet as the computer.

A

Configure the computer with a default gateway that matches the IP address of the interface of the router that is attached to the same subnet as the computer.

A computer should be configured with an IP address that is unique throughout the reachable internetwork. It should be configured with a subnet mask that matches those of all other devices on its local subnet, but not necessarily one that matches the mask used on any other subnet. It should also be configured with a default gateway that matches its local router’s interface IP address

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

You have an interface on a router with the IP address of 192.168.192.10/29. What is the broadcast address the hosts will use on this LAN?

  1. 168.192.15
  2. 168.192.31
  3. 168.192.63
A

192.168.192.15

A /29 (255.255.255.248) has a block size of 8 in the fourth octet. This means the subnets are 0, 8, 16, 24, and so on. 10 is in the 8 subnet. The next subnet is 16, so 15 is the broadcast address

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

What is the highest usable address on the 172.16.1.0/24 network?

  1. 16.1.255
  2. 16.1.254
  3. 16.1.253
A

172.16.1.254

A 24-bit mask, or prefix length, indicates that the entire fourth octet is used for host identification. In a special case, such as this, it is simpler to visualize the all-zeros value (172.16.1.0) and the all-ones value (172.16.1.255). The highest usable address, the last one before the all-ones value, is 172.16.1.254

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

If an Ethernet port on a router was assigned an IP address of 172.16.112.1/25, what would be the subnet address of this host?

  1. 16.112.0
  2. 16.0.0
  3. 16.96.0
A

172.16.112.0

A /25 mask is 255.255.255.128. Used with a Class B network, the third and fourth octets are used for subnetting with a total of 9 subnet bits: 8 bits in the third octet and 1 bit in the fourth octet. Because there is only 1 bit in the fourth octet, the bit is either off or on—which is a value of 0 or 128. The host in the question is in the 0 subnet, which has a broadcast address of 127 because 128 is the next subnet

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

Using the illustration in question 15, what would be the IP address of E0 if you were using the first subnet? The network ID is 192.168.10.0/28, and you need to use the last available IP address in the range. Again, the 0 subnet should not be considered valid for this question.

  1. 168.10.24
  2. 168.10.62
  3. 168.10.30
A

192.168.10.30

A /28 is a 255.255.255.240 mask. The first subnet is 16 (remember that the question stated not to use subnet 0), and the next subnet is 32, so our broadcast address is 31. This makes our host range 17–30. 30 is the last valid host

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

If you are forced to replace a router that has failed to the point that you are unable to access its current configuration to aid in setting up interface addresses on the new router, which of the following can you reference for assistance?

The default gateway settings on computers from each subnet that the old router interconnected.

The router’s configuration that was periodically cached on the DHCP server.

The router’s configuration that was periodically cached on the DNS server.

A

The default gateway settings on computers from each subnet that the old router interconnected.

The best method here is to check the configuration of devices that were using the old router as a gateway to the rest of the internetwork. Routers do not periodically cache their configurations to servers of any sort. You might have copied the old router’s configuration to a TFTP server or the like, but failing that, you will have to rebuild the configuration from scratch, which might well be much more than interface addresses. Therefore, keeping a copy of the router’s current configuration somewhere other than on the router is a wise choice. Routers don’t auto-configure themselves; we wouldn’t want them to

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

You have a network with a subnet of 172.16.17.0/22. Which of the following is a valid host address?

  1. 16.20.1 255.255.254.0
  2. 16.16.1 255.255.255.240
  3. 16.18.255 255.255.252.0
A

172.16.18.255 255.255.252.0

A Class B network ID with a /22 mask is 255.255.252.0, with a block size of 4 in the third octet. The network address in the question is in subnet 172.16.16.0 with a broadcast address of 172.16.19.255. Only option E has the correct subnet mask listed, and 172.16.18.255 is a valid host

17
Q

Your router has the following IP address on Ethernet0: 172.16.2.1/23. Which of the following can be valid host IDs on the LAN interface attached to the router? (Choose two.)

  1. 16.1.100
  2. 16.1.198
  3. 16.2.255
  4. 16.3.0
A
  1. 16.2.255
  2. 16.3.0

The router’s IP address on the E0 interface is 172.16.2.1/23, which is a 255.255.254.0. This makes the third octet a block size of 2. The router’s interface is in the 2.0 subnet, and the broadcast address is 3.255 because the next subnet is 4.0. The valid host range is 2.1 through 3.254. The router is using the first valid host address in the range

18
Q

You have one IP address provided from your ISP with a /30 mask. However, you have 300 users that need to access the Internet. What technology will you use to implement a solution?

PAT

VPN

DNS

A

PAT

Network Address Translation can allow up to 65,000 hosts to get onto the Internet with one IP address by using Port Address Translation (PAT)