IP Addressing Flashcards

1
Q

Which of the following addresses is not allowed on the Internet?

  1. 192.168.1
  2. 32.255.0
  3. 31.12.251
A

172.31.12.251

The addresses in the range 172.16.0.0 through 172.31.255.255 are all considered private, based on RFC 1918. Use of these addresses on the Internet is prohibited so that they can be used simultaneously in different administrative domains without concern for conflict. Some experts in the industry believe these addresses are not routable, which is not true

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

A host automatically configured with an address from which of the following ranges indicates an inability to contact a DHCP server?

  1. 254.0.x with a mask of 255.255.255.0
  2. 254.x.x with a mask of 255.255.0.0
  3. 254.x.x with a mask of 255.255.255.0
A

169.254.x.x with a mask of 255.255.0.0

APIPA uses the link-local private address range of 169.254.0.0 through 169.254.255.255 and a subnet mask of 255.255.0.0

APIPA addresses are used by DHCP clients that cannot contact a DHCP server and have no static alternate configuration. These addresses are not Internet routable and cannot, by default, be used across routers on an internetwork

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

Which statement regarding private IP addresses is most accurate?

Private addresses cannot be used in intranets that require routing.

Private addresses must be assigned by a registrar or ISP.

A remote host across the Internet cannot ping your host if it has a private address.

A

A remote host across the Internet cannot ping your host if it has a private address.

Private IP addresses are not routable over the Internet, as either source or destination addresses. Because of that fact, any entity that wishes to use such addresses internally can do so without causing conflicts with other entities and without asking permission of any registrar or service provider. Despite not being allowed on the Internet, private IP addresses are fully routable on private intranets

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

Which of the following is a valid Class A address?

  1. 10.0.1
  2. 10.0.1
  3. 10.0.1
A

126.10.0.1

The Class A range is 1 through 126 in the first octet/byte, so only option D is a valid Class A address

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

Which of the following is a valid Class B address?

  1. 1.1.1
  2. 1.1.1
  3. 1.1.1
A

129.1.1.1

The Class B range is 128 through 191 in the first octet/byte. Only option C is a valid Class B address

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

Which of the following describes a broadcast address?

All network bits are on (1s).

All host bits are on (1s).

All network bits are off (0s).

A

All host bits are on (1s).

If you turned on all host bits (all of the host bits are 1s), this would be a broadcast address for that network

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

Which of the following is a Layer 2 broadcast?

FF.FF.FF.EE.EE.EE

FF.FF.FF.FF.FF.FF

255.255.255.255

A

FF.FF.FF.FF.FF.FF

A Layer 2 broadcast is also referred to as a MAC address broadcast, which is in hexadecimal and is FF.FF.FF.FF.FF.FF

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

In a Class C IP address, how long is the network address?

8 bits

16 bits

24 bits

A

24 bits

A default Class C subnet mask is 255.255.255.0, which means that the first three octets, or first 24 bits, are the network number

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

Which of the following is true when describing a unicast address?

Packets addressed to a unicast address are delivered to a single interface.

These are your typical publicly routable addresses, just like regular publicly routable addresses in IPv4.

These are like private addresses in IPv4 in that they are not meant to be routed.

A

Packets addressed to a unicast address are delivered to a single interface.

Packets addressed to a unicast address are delivered to a single interface. For load balancing, multiple interfaces can use the same address

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

A host is rebooted and you view the IP address that it was assigned. The address is 169.123.13.34. Which of the following happened?

The host received an APIPA address.

The host received a multicast address.

The host received a public address.

A

The host received a public address.

I wonder how many of you picked APIPA address as your answer? An APIPA address is 169.254.x.x. The host address in this question is a public address. Somewhat of a tricky question if you did not read carefully

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

An IPv4 address uses 32 bits. How many bits is an IPv6 address?

64

128

192

A

128

An IPv6 address is 128 bits in size

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

Which of the following is true when describing a multicast address?

Packets addressed to a unicast address from a multicast address are delivered to a single interface.

Packets are delivered to all interfaces identified by the address. This is also called a one-to-many address.

It identifies multiple interfaces and is delivered to only one address. This address can also be called one-to-one-of-many.

A

Packets are delivered to all interfaces identified by the address. This is also called a one-to-many address.

Packets addressed to a multicast address are delivered to all interfaces identified by the multicast address, the same as in IPv4. A multicast address is also called a one-to-many address. You can tell multicast addresses in IPv6 because they always start with FF

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

Which of the following is true when describing an anycast address?

Packets addressed to a unicast address from an anycast address are delivered to a single interface.

Packets are delivered to all interfaces identified by the address. This is also called a one-to-many address.

This address identifies multiple interfaces, and the anycast packet is delivered to only one address: the closest one. This address can also be called one-to-nearest.

A

This address identifies multiple interfaces, and the anycast packet is delivered to only one address: the closest one. This address can also be called one-to-nearest.

Anycast addresses identify multiple interfaces, which is the same as multicast; however, the big difference is that the anycast packet is delivered to only one address: the first one it finds defined in terms of routing distance. This address can also be called one-to-one-of-many or one-to-nearest

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

You want to ping the loopback address of your local host. Which two addresses could you type? (Choose two.)

ping 127.0.0.1

ping 0.0.0.0

ping ::1

trace 0.0.::1

A

ping 127.0.0.1

ping ::1

The loopback address with IPv4 is 127.0.0.1. With IPv6, that address is ::1

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

What two statements about IPv6 addresses are true? (Choose two.)

Leading zeros are required.

Two colons (::) are used to represent successive hexadecimal fields of zeros.

Two colons (::) are used to separate fields.

A single interface will have multiple IPv6 addresses of different types.

A

Two colons (::) are used to represent successive hexadecimal fields of zeros.

A single interface will have multiple IPv6 addresses of different types.

In order to shorten the written length of an IPv6 address, successive fields of zeros may be replaced by double colons. In trying to shorten the address further, leading zeros may also be removed. Just as with IPv4, a single device’s interface can have more than one address; with IPv6 there are more types of addresses and the same rule applies. There can be link-local, global unicast, and multicast addresses all assigned to the same interface

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

What two statements about IPv4 and IPv6 addresses are true? (Choose two.)

An IPv6 address is 32 bits long, represented in hexadecimal.

An IPv6 address is 128 bits long, represented in decimal.

An IPv4 address is 32 bits long, represented in decimal.

An IPv6 address is 128 bits long, represented in hexadecimal.

A

An IPv4 address is 32 bits long, represented in decimal.

An IPv6 address is 128 bits long, represented in hexadecimal.

IPv4 addresses are 32 bits long and are represented in decimal format. IPv6 addresses are 128 bits long and represented in hexadecimal format

17
Q

Which of the following is a Class C network address?

  1. 0.0.1
  2. 0.0.0
  3. 255.254.0
A

192.255.254.0

Only option D is in the Class C range of 192 through 224. It might look wrong because there is a 255 in the address, but this is not wrong—you can have a 255 in a network address, just not in the first octet

18
Q

Which of the following are private IP addresses? (Choose two.)

  1. 172.19.39
  2. 20.14.36
  3. 33.194.30
  4. 168.24.43
A
  1. 20.14.36
  2. 168.24.43

The Class A private address range is 10.0.0.0 through 10.255.255.255. The Class B private address range is 172.16.0.0 through 172.31.255.255, and the Class C private address range is 192.168.0.0 through 192.168.255.255

19
Q

IPv6 unicast routing is running on the Corp router. Which of the following addresses would be used as the EUI-64 address?

Corp#sh int f0/0
FastEthernet0/0 is up, line protocol is up
Hardware is AmdFE, address is 000d.bd3b.0d80 (bia 000d.bd3b.0d80)
[output cut]

FF02::3c3d:0d:bdff:fe3b:0d80

FE80::3c3d:2d:bdff:fe3b:0d80

FE80::3c3d:0d:bdff:fe3b:0d80

A

FE80::3c3d:2d:bdff:fe3b:0d80

This can be a hard question if you don’t remember to invert the 7th bit! Always look for the 7th bit when studying for the exam. The EUI-64 autoconfiguration inserts an FF:FE in the middle of the 48-bit MAC address to create a unique IPv6 address

20
Q

Which of the following is an invalid IP address for a host?

  1. 0.0.1
  2. 0.0.1
  3. 0.0.1
A

224.0.0.1

Option C is a multicast address and cannot be used to address hosts.