1. A network design engineer has been asked to design the IP addressing scheme for a customer network. The network will use IP addresses from the 192.168.30.0/24 network. The engineer allocates 254 IP addresses for the hosts on the network but excludes 192.168.30.0/24 and 192.168.30.255/24 IP addresses. Why must the engineer exclude these two IP addresses?
- 192.168.30.0/24 is the IP address reserved for the default gateway, and 192.168.30.255/24 is the IP address reserved for the DHCP server.
- 192.168.30.0/24 is the network IP address and 192.168.30.255/24 is the IP broadcast address.
- 192.168.30.0/24 and 192.168.30.255/24 IP addresses are reserved for outside Internet connectivity.
- 192.168.30.0/24 and 192.168.30.255/24 IP addresses are reserved for the email and DNS servers.
2. What are three private IPv4 address? (Choose three.)
- 224.6.6.6
- 172.32.5.2
- 192.168.5.5
- 10.1.1.1
- 172.16.4.4
- 192.167.10.10
3. Which address prefix range is reserved for IPv4 multicast?
- 224.0.0.0 – 239.255.255.255
- 127.0.0.0 – 127.255.255.255
- 169.254.0.0 – 169.254.255.255
- 240.0.0.0 – 254.255.255.255
4. 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 network address of the destination network
- to identify faulty frames
- to identify the host address of the destination host
5. What are three characteristics of a multicast transmission? (Choose three.)
- Computers use multicast transmission to request IPv4 addresses.
- The source address of a multicast transmission is in the range of 224.0.0.0 to 224.0.0.255.
- Routers will not forward multicast addresses in the range of 224.0.0.0 to 224.0.0.255.
- A single packet can be sent to a group of hosts.
- Multicast messages map lower layer addresses to upper layer addresses.
- Multicast transmissions can be used by routers to exchange routing information.
6. When IPv4 is configured for a computer on a network, what does the subnet mask identify?
- the dynamic subnetwork configuration
- the device that the computer uses to access another network
- the part of the IP address that identifies the network
- the pool of addresses assigned within the network
7. Which network does a host with IP address 172.32.65.13 reside on if it is using a default subnet mask?
- 172.32.0.0
- 172.32.65.32
- 172.32.32.0
- 172.32.65.0
8. A technician is setting up equipment on a network. Which three devices will need IP addresses? (Choose three.)
- a server with two NICs
- a web camera that is attached directly to a host
- a printer with an integrated NIC
- a PDA that is attached to a networked workstation
- an IP phone
- a wireless mouse
9. Which IP address type is intended for a specific host?
- multicast
- broadcast
- unicast
- simulcast
10. What is the equivalent decimal value given a binary number of 11001010?
- 212
- 202
- 240
- 196
11. How many usable hosts are available given a Class C IP address with the default subnet mask?
- 256
- 254
- 252
- 255
12. What are two differences between binary and decimal numbers? (Choose two.)
- Numbers typed on a keyboard are entered as binary and converted to decimal by the computer.
- Binary numbers are based on powers of 2.
- Decimal numbers are based on powers of 1.
- Decimal numbers include 0 through 9.
- Binary numbers consist of three states: on, off, null. Decimal numbers do not have states.