What is the total number of usable host IP addresses on a network with a 26 mask?

geographic location
device type

Show

Refer to curriculum topic: 8.1.1
The IP address design being used is by geographic location (for example, one campus is 10.1, another campus 10.2, another campus 10.3). The other design criterion is that the next octet number designates IP phones, or a specific device type, with numbers starting with 4, but which can include other numbers. Other devices that might get a designation inside this octet could be printers, PCs, and access points.

1. Host-A has the IPv4 address and subnet mask 10.5.4.100 255.255.255.0. What is the network address of Host-A?

  • A. 10.0.0.0

  • B. 10.5.0.0

  • C. 10.5.4.0

  • D. 10.5.4.100

2. Host-A has the IPv4 address and subnet mask 172.16.4.100 255.255.0.0. What is the network address of Host-A?

  • A. 172.0.0.0

  • B. 172.16.0.0

  • C. 172.16.4.0

  • D. 172.16.4.100

3. Host-A has the IPv4 address and subnet mask 10.5.4.100 255.255.255.0. Which of the following IPv4 addresses would be on the same network as Host-A? (Choose all that apply)

  • A. 10.5.4.1

  • B. 10.5.0.1

  • C. 10.5.4.99

  • D. 10.0.0.98

  • E. 10.5.100.4

4. Host-A has the IPv4 address and subnet mask 172.16.4.100 255.255.0.0. Which of the following IPv4 addresses would be on the same network as Host-A? (Choose all that apply)

  • A. 172.16.4.99

  • B. 172.16.0.1

  • C. 172.17.4.99

  • D. 172.17.4.1

  • E. 172.18.4.1

5. Host-A has the IPv4 address and subnet mask 192.168.1.50 255.255.255.0. Which of the following IPv4 addresses would be on the same network as Host-A? (Choose all that apply)

  • A. 192.168.0.1

  • B. 192.168.0.100

  • C. 192.168.1.1

  • D. 192.168.1.100

  • E. 192.168.2.1

6. Which two statements are correct about private IPv4 addresses? (Choose two.)

  • A. Private IPv4 addresses are assigned to devices within an organization’s intranet (internal network).

  • B. Internet routers will typically forward any packet with a destination address that is a private IPv4 address.

  • C. 172.99.1.1 is a private IPv4 address.

  • D. Any organization (home, school, office, company) can use the 10.0.0.0/8 address.

7. Which two statements are correct about public IPv4 addresses? (Choose two.)

  • A. Public IPv4 addresses are allowed to be assigned to devices within an organization’s intranet (internal network).

  • B. To access a device over the internet, the destination IPv4 address must be a public address.

  • C. 192.168.1.10 is a public IPv4 address.

  • D. Public IPv4 address exhaustion is a reason why there are private IPv4 address and why organizations are transitioning to IPv6.

8. Which organization or group of organizations receives IP addresses from IANA and is responsible for allocating these addresses to ISPs and some organizations?

  • A. IETF

  • B. IEEE

  • C. RIRs

  • D. Tier 1 ISPs

9. Which devices will not forward an IPv4 broadcast packet by default?

  • A. Ethernet switch

  • B. Router

  • C. Windows PC

  • D. None of the above. All devices forward IPv4 broadcast packets by default.

10. Which two situations are the result of excessive broadcast traffic? (Choose two)

  • A. Slow network operations

  • B. Slow device operations

  • C. When devices on all adjacent networks are affected

  • D. When the router has to forward an excessive number of packets

11. What is the prefix length notation for the subnet mask 255.255.255.224?

  • A. /25

  • B. /27

  • C. /26

  • D. /28

The binary format for 255.255.255.224 is 11111111.11111111.11111111.11100000. The prefix length is the number of consecutive 1s in the subnet mask. Therefore, the prefix length is /27.

12. How many valid host addresses are available on an IPv4 subnet that is configured with a /26 mask?

  • A. 192

  • B. 64

  • C. 254

  • D. 190

  • E. 62

When a /26 mask is used, 6 bits are used as host bits. With 6 bits, 64 addresses are possible, but one address is for the subnet number and one address is for a broadcast. This leaves 62 addresses that can be assigned to network devices.

13. Which subnet mask would be used if 5 host bits are available?

  • A. 255.255.255.0

  • B. 255.255.255.240

  • C. 255.255.255.128

  • D. 255.255.255.224

The subnet mask of 255.255.255.0 has 8 host bits. The mask of 255.255.255.128 results in 7 host bits. The mask of 255.255.255.224 has 5 host bits. Finally, 255.255.255.240 represents 4 host bits.​

14. A network administrator subnets the 192.168.10.0/24 network into subnets with /26 masks. How many equal-sized subnets are created?

  • A. 4

  • B. 16

  • C. 8

  • D. 1​

  • E. 2

  • F. 64

The normal mask for 192.168.10.0 is /24. A /26 mask indicates 2 bits have been borrowed for subnetting. With 2 bits, four subnets of equal size could be created.​

15. What subnet mask is represented by the slash notation /20?

  • A. 255.255.255.0

  • B. 255.255.255.192

  • C. 255.255.255.248

  • D. 255.255.224.0

  • E. 255.255.240.0

The slash notation /20 represents a subnet mask with 20 1s. This would translate to: 11111111.11111111.11110000.0000, which in turn would convert into 255.255.240.0.

16. Which statement is true about variable-length subnet masking?

  • A. The size of each subnet may be different, depending on requirements.

  • B. Each subnet is the same size.

  • C. Subnets may only be subnetted one additional time.

  • D. Bits are returned, rather than borrowed, to create additional subnets.

In variable-length subnet masking, bits are borrowed to create subnets. Additional bits may be borrowed to create additional subnets within the original subnets. This may continue until there are no bits available to borrow.

17. Why does a Layer 3 device perform the ANDing process on a destination IP address and subnet mask?

  • A. To identify the host address of the destination host

  • B. To identify the network address of the destination network

  • C. To identify faulty frames

  • D. To identify the broadcast address of the destination network

ANDing allows us to identify the network address from the IP address and the network mask.

18. How many usable IP addresses are available on the 192.168.1.0/27 network?

  • A. 16

  • B. 30

  • C. 256

  • D. 62

  • E. 32

A /27 mask is the same as 255.255.255.224. This leaves 5 host bits. With 5 host bits, 32 IP addresses are possible, but one address represents the subnet number and one address represents the broadcast address. Thus, 30 addresses can then be used to assign to network devices.

19. Which su254bnet mask would be used if exactly 4 host bits are available?

  • A. 255.255.255.240

  • B. 255.255.255.224

  • C. 255.255.255.248

  • D. 255.255.255.128

The subnet mask of 255.255.255.224 has 5 host bits. The mask of 255.255.255.128 results in 7 host bits. The mask of 255.255.255.240 has 4 host bits. Finally, 255.255.255.248 represents 3 host bits.

20. Which two parts are components of an IPv4 address? (Choose two.)

  • A. Host portion

  • B. Network portion

  • C. Logical portion

  • D. Physical portion

  • E. Broadcast portion

An IPv4 address is divided into two parts: a network portion – to identify the specific network on which a host resides, and a host portion – to identify specific hosts on a network. A subnet mask is used to identify the length of each portion.

21. If a network device has a mask of /26, how many IP addresses are available for hosts on this network?

  • A. 62

  • B. 64

  • C. 14

  • D. 32

  • E. 30

A /26 mask is the same as 255.255.255.192. This leaves 6 host bits. With 6 host bits, 64 IP addresses are possible, but one address represents the subnet number and one address represents the broadcast address. Thus 62 addresses can then be assigned to network hosts.

22. What does the IP address 172.17.4.250/24 represent?

  • A. Host address

  • B. Network address

  • C. Broadcast address

  • D. Multicast address

The /24 shows that the network address is 172.17.4.0. The broadcast address for this network would be 172.17.4.255. Useable host addresses for this network are 172.17.4.1 through 172.17.4.254.

23. If a network device has a mask of /28, how many IP addresses are available for hosts on this network?

  • A. 256

  • B. 16

  • C. 254

  • D. 32

  • E. 14

A /28 mask is the same as 255.255.255.240. This leaves 4 host bits. With 4 host bits, 16 IP addresses are possible, but one address represents the subnet number and one address represents the broadcast address. 14 addresses can then be used to assign to network devices.

24. What is the purpose of the subnet mask in conjunction with an IP address?

  • A. To uniquely identify a host on a network

  • B. To identify whether the address is public or private

  • C. To mask the IP address to outsiders

  • D. To determine the subnet to which the host belongs

With the IPv4 address, a subnet mask is also necessary. A subnet mask is a special type of IPv4 address that coupled with the IP address determines the subnet of which the device is a member. ​

25. A network administrator is variably subnetting a network. The smallest subnet has a mask of 255.255.255.224. How many usable host addresses will this subnet provide?​

  • A. 30

  • B. 14

  • C. 2

  • D. 62

  • E. 6

The subnet mask 255.255.255.224 is equivalent to the /27 prefix. This leaves 5 bits for hosts, providing a total of 30 usable IP addresses (2 5  = 32 – 2 = 30).

How many host IP addresses are in a 26?

The bits OFF (0) represent the number of valid hosts, therefore 26 -2 = 62 (-2 is because the subnet and the broadcast are not usable IP addresses, so they need to be subtracted).

What is the usable number of host IP address on network that has a 26 mask?

Subnet Cheat Sheet – 24 Subnet Mask, 30, 26, 27, 29, and other IP Address CIDR Network References.

What is the subnet mask for a 26 network?

Subnet Mask Cheat Sheet.

How many subnets you can have from 26?

You can create: 1 subnet containing 64 addresses (/26) 2 subnets containing 32 addresses (/27) 4 subnets containing 16 addresses (/28)