0% found this document useful (0 votes)
3K views6 pages

11.10.4 Module Quiz - IPv4 Addressing (Answers)

Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
3K views6 pages

11.10.4 Module Quiz - IPv4 Addressing (Answers)

Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 6

11.10.

4 Module Quiz – IPv4 Addressing Communications Exam


Answers
(Answers)
 Mar 31, 2020 |  Last Updated: Jun 5, 2022 | Modules 16 - 17: Building
and Securing a Small
 CCNA v7 Course #1, CCNA v7.0 |  4 Comments
Network Exam Answers
 Share  Tweet  Share  Pin it
[PT Skills] Practice PT
Skills Assessment (PTSA)
11.10.4 Module Quiz – IPv4 Addressing [Final Skills] ITN Final
Answers Skills Exam (PTSA)

1. What does the IP address 172.17.4.250/24 represent? ITNv7 Practice Final


Exam
network address
multicast address CCNA 1 v7 Course

host address FINAL Exam Answers

broadcast address

Explanation: The /24 shows that the network address is


Related Posts
172.17.4.0. The broadcast address for this network
8.3.6 Check Your Understanding –
would be 172.17.4.255. Useable host addresses for this
IPv6 Packet Answers
network are 172.17.4.1 through 172.17.4.254.
6.3.5 Check Your Understanding –
Data Link Frame Answers
2. If a network device has a mask of /28, how many IP
addresses are available for hosts on this network? 3.4.5 Check Your Understanding –
Standards Organizations Answers
256
3.7.10 Lab – Use Wireshark to View
254 Network Traffic (Answers)
62
14.8.1 Packet Tracer – TCP and
32
UDP Communications (Answers)
16
14 1.6.1 Packet Tracer – Implement a
Small Network (Instructions Answer)

Explanation: A /28 mask is the same as 7.3.7 Lab – View the Switch MAC
Address Table (Answers)
255.255.255.240. This leaves 4 host bits. With 4 host
bits, 16 IP addresses are possible, but one address 6.3.4 Packet Tracer – Troubleshoot
represents the subnet number and one address EtherChannel (Instructions Answer)

CCNA 3 v7.0 Curriculum: Module


represents the broadcast address. 14 addresses can 12 – Network Troubleshooting
then be used to assign to network devices. 9.3.4 Packet Tracer – IPv6
Neighbor Discovery (Answer)

3. What is the purpose of the subnet mask in conjunction


with an IP address? Recent Comments
to uniquely identify a host on a network tirth bhanderi on CCNA 2 v7.0 Final
Exam Answers Full – Switching,
to identify whether the address is public or private
Routing and Wireless Essentials
to determine the subnet to which the host belongs
to mask the IP address to outsiders IT Administrator on CCNA1 v7.0:
ITN Practice PT Skills Assessment
(PTSA) Answers
Explanation: With the IPv4 address, a subnet mask is
zillnerkustknabe on CCNA1 v7.0:
also necessary. A subnet mask is a special type of IPv4
ITN Practice PT Skills Assessment
address that coupled with the IP address determines the (PTSA) Answers
subnet of which the device is a member.
17230683 on CCNA 1 v5.1 + v6.0
Pretest Test Online 2018-2019
4. A network administrator is variably subnetting a
Yohana on CCNA 1 (v5.1 + v6.0)
network. The smallest subnet has a mask of Chapter 3 Exam Answers 2020 –
255.255.255.224. How many usable host addresses will 100% Full
this subnet provide?​

2
6
14
30
62

Explanation: 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 (25 = 32 – 2 =
30).

5. What subnet mask is represented by the slash notation


/20?

255.255.255.248
255.255.224.0
255.255.240.0
255.255.255.0
255.255.255.192

Explanation: 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.

6. Which statement is true about variable-length subnet


masking?

Each subnet is the same size.


The size of each subnet may be different, depending
on requirements.
Subnets may only be subnetted one additional time.
Bits are returned, rather than borrowed, to create
additional subnets.

Explanation: 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.

7. Why does a Layer 3 device perform the ANDing


process on a destination IP address and subnet mask?

to identify the broadcast address of the destination


network
to identify the host address of the destination host
to identify faulty frames
to identify the network address of the destination
network

Explanation: ANDing allows us to identify the network


address from the IP address and the network mask.

8. How many usable IP addresses are available on the


192.168.1.0/27 network?

256
254
62
30
16
32

Explanation: 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.

9. Which subnet mask would be used if exactly 4 host


bits are available?

255.255.255.224
255.255.255.128
255.255.255.240
255.255.255.248

Explanation: 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.

10. Which two parts are components of an IPv4 address?


(Choose two.)

subnet portion
network portion
logical portion
host portion
physical portion
broadcast portion

Explanation: 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.

11. If a network device has a mask of /26, how many IP


addresses are available for hosts on this network?

64
30
62
32
16
14

Explanation: 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.

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

/25
/26
/27
/28

Explanation: 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.

13. How many valid host addresses are available on an


IPv4 subnet that is configured with a /26 mask?

254
190
192
62
64

Explanation: 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.

14. Which subnet mask would be used if 5 host bits are


available?

255.255.255.0
255.255.255.128
255.255.255.224
255.255.255.240

Explanation: 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.

15. A network administrator subnets the 192.168.10.0/24


network into subnets with /26 masks. How many equal-
sized subnets are created?

1
2
4

You might also like