Q. How many bits are borrowed from the host portion in a /24 subnet to create 4 subnets?
Show solution
Solution
To create 4 subnets, 2 bits must be borrowed from the host portion (2^2 = 4).
Correct Answer:
B
— 2
Learn More →
Q. How many usable IP addresses are available in a /28 subnet?
Show solution
Solution
A /28 subnet has 2^(32-28) = 2^4 = 16 total addresses. Subtracting 2 for the network and broadcast addresses leaves 14 usable addresses.
Correct Answer:
A
— 14
Learn More →
Q. If a host has an IP address of 192.168.1.10 and a subnet mask of 255.255.255.0, what is its network address?
A.
192.168.1.0
B.
192.168.1.10
C.
192.168.0.0
D.
192.168.1.255
Show solution
Solution
The network address is obtained by performing a bitwise AND between the IP address and the subnet mask: 192.168.1.10 AND 255.255.255.0 = 192.168.1.0.
Correct Answer:
A
— 192.168.1.0
Learn More →
Q. In a /16 subnet, what is the range of valid host addresses for the network 172.16.0.0?
A.
172.16.0.1 to 172.16.255.254
B.
172.16.0.0 to 172.16.255.255
C.
172.16.0.0 to 172.16.0.255
D.
172.16.1.0 to 172.16.1.255
Show solution
Solution
In a /16 subnet, the valid host range is from 172.16.0.1 to 172.16.255.254, with 172.16.0.0 as the network address and 172.16.255.255 as the broadcast address.
Correct Answer:
A
— 172.16.0.1 to 172.16.255.254
Learn More →
Q. In a network with a subnet mask of 255.255.255.128, how many hosts can be accommodated?
A.
126
B.
128
C.
254
D.
256
Show solution
Solution
A subnet mask of 255.255.255.128 corresponds to /25, which allows for 2^(32-25) = 2^7 = 128 total addresses. Subtracting 2 for the network and broadcast addresses leaves 126 usable hosts.
Correct Answer:
A
— 126
Learn More →
Q. In a subnet mask of 255.255.255.192, how many subnets can be created from a Class C network?
Show solution
Solution
The subnet mask 255.255.255.192 corresponds to /26, which allows for 2^(26-24) = 4 subnets from a Class C network.
Correct Answer:
B
— 4
Learn More →
Q. What is the CIDR notation for a subnet mask of 255.255.255.248?
A.
/24
B.
/25
C.
/26
D.
/29
Show solution
Solution
The subnet mask 255.255.255.248 corresponds to /29, as it has 29 bits set to 1.
Correct Answer:
D
— /29
Learn More →
Q. What is the maximum number of hosts that can be addressed in a /22 subnet?
A.
1022
B.
1024
C.
2046
D.
2048
Show solution
Solution
A /22 subnet has 2^(32-22) = 2^10 = 1024 total addresses. Subtracting 2 for the network and broadcast addresses leaves 1022 usable host addresses.
Correct Answer:
A
— 1022
Learn More →
Q. What is the subnet mask for a network that needs to support 500 hosts?
A.
255.255.255.0
B.
255.255.254.0
C.
255.255.255.128
D.
255.255.255.192
Show solution
Solution
To support 500 hosts, a subnet mask of 255.255.254.0 (/23) is required, providing 510 usable addresses.
Correct Answer:
B
— 255.255.254.0
Learn More →
Q. What is the subnet mask for a network that requires 30 usable IP addresses?
A.
255.255.255.224
B.
255.255.255.240
C.
255.255.255.192
D.
255.255.255.248
Show solution
Solution
To accommodate 30 usable addresses, a /27 subnet mask (255.255.255.224) is needed, providing 32 total addresses (30 usable).
Correct Answer:
A
— 255.255.255.224
Learn More →
Q. What is the subnet mask for a network that requires at least 500 usable IP addresses?
A.
255.255.255.0
B.
255.255.254.0
C.
255.255.255.128
D.
255.255.255.192
Show solution
Solution
To accommodate at least 500 usable addresses, a subnet must have at least 512 total addresses, which corresponds to a /23 subnet mask (255.255.254.0).
Correct Answer:
B
— 255.255.254.0
Learn More →
Q. Which of the following IP addresses is a valid host address in the subnet 10.0.0.0/8?
A.
10.0.0.0
B.
10.255.255.255
C.
10.0.1.1
D.
10.0.0.255
Show solution
Solution
In the subnet 10.0.0.0/8, the valid host addresses range from 10.0.0.1 to 10.255.255.254. Therefore, 10.0.1.1 is a valid host address.
Correct Answer:
C
— 10.0.1.1
Learn More →
Q. Which of the following is the correct subnet mask for a network that has 14 usable IP addresses?
A.
255.255.255.240
B.
255.255.255.224
C.
255.255.255.252
D.
255.255.255.248
Show solution
Solution
A subnet mask of 255.255.255.240 (/28) provides 16 total addresses, allowing for 14 usable IP addresses.
Correct Answer:
A
— 255.255.255.240
Learn More →
Showing 1 to 13 of 13 (1 Pages)