unit 1 quiz

Ace your homework & exams now with Quizwiz!

Which of the following is a good reason to subnet an IPv4 network? (Choose all that apply.) -Eliminate the need for ARP requests. -Decrease the size of the broadcast domain. -Allow broadcasts to reach more computers. -Conserve IP addresses.

-Decrease the size of the broadcast domain. -Conserve IP addresses

Which of the following is a benefit of using IPv6 rather than IPv4? (Choose all that apply.) -You can assign four times the number of addresses in IPv6. -Subnetting to conserve IP addresses is less of a concern. -Features to improve communication security and quality are built into IPv6. -IPv6 addresses are expressed as 16 8-bit numbers separated by colons, which are easier to read than dotted decimal notation.

-Subnetting to conserve IP addresses is less of a concern. -Features to improve communication security and quality are built into IPv6.

What address should you ping if you want to test local IPv6 operation but don't want to actually send any packets on the network? -fe80::ffff -::1 -1::f -2001::db8

::1

What type of IPv6 address should you use when you have multiple routers on a subnet and want hosts to use the nearest router for packets that should be delivered to remote networks? -Unicast -Anycast -Multicast -Broadcast

-anycast

Which of the following is a valid IPv6 address? (Choose all that apply.) -fe80:0:0:FEED::1 -2001:DB8:00AB:11:3344 -fe80:DB8::EE::8901 -2001:DB8:BAD:F00D:0020:3344:0:e4

-fe80:0:0:FEED::1 -2001:DB8:BAD:F00D:0020:3344:0:e4

Which of the following IP addresses will be delivered to all the computers on the local network? -10.1.254.255/16 -10.1.240.255/24 -175.16.1.1/16 -10.255.150.255/8

10.1.240.255/24

Which IP address expressed in CIDR notation has the subnet mask 255.255.255.0? -10.100.44.123/24 -172.29.111.201/18 -192.168.100.1/26 -172.16.88.222/16

10.100.44.123/24

Which of the following IP addresses has 12 bits in the host ID? -12.49.127.88/8 -172.31.89.100/12 -172.31.21.12/16 -12.156.109.252/20

12.156.109.252/20

Which IP network address expressed in CIDR notation can support a maximum of 1022 hosts? -172.29.128.0/18 -172.16.4.0/22 -10.100.44.0/24 -192.168.100.64/26

172.16.4.0/22

Which IP address can't be assigned to a host computer? -172.29.132.0/18 -192.168.100.66/26 -172.16.7.255/22 -10.100.44.16/24

172.16.7.255/22

How many bits are in the interface ID of an IPv6 address? -48 -64 -32 -16

64

You have set up an email server that needs to respond to email requests by using mail.coolgadgets.com and mail.niftytools.com in the request URL. How can you do this? -Install two NICs, and assign the same IP address to both NICs. Configure DNS to map one MAC address to mail.coolgadgets.com and the other MAC address to mail.niftytools.com. -Configure two IP addresses on one NIC. Configure DHCP to map one IP address to mail.coolgadgets.com and the other IP address to mail.niftytools.com. -Install two NICs, and assign different IP addresses to each NIC, but make sure both IP addresses use the same network ID. Configure the NICs to use default gateways on different networks. -Install two NICs, and connect each one to a different network. Set up the router on each network to forward mail packets to the NIC bound to the correct URL.

Configure two IP addresses on one NIC. Configure DHCP to map one IP address to mail.coolgadgets.com and the other IP address to mail.niftytools.com.

Which IPv6 transition technology requires the netsh command to manually create the tunnel to carry IPv6 traffic over the IPv4 Internet? -6to4 -IPv6-over-IPv4 -Teredo -ISATAP

IPv6-over-IPv4

Which of the following IPv6 transition technologies is enabled by default in Windows Server 2016 and embeds an IPv4 address in a link-local IPv6 address? -IPv6-over-IPv4 -6to4 -ISATAP -Teredo

ISATAP

Which of the following IPv6 autoconfiguration methods utilizes an autoconfiguration protocol, such as DHCPv6, to acquire an IPv6 address? -Stateless autoconfiguration -Static IPv6 configuration -Stateful autoconfiguration -Prefixed IPv6 autoconfiguration

Stateful autoconfiguration

You have a server with two NICs, each attached to a different IP network. You're having problems communicating with devices on remote networks that send packets to one of the interfaces. The server receives the packets fine, but the server's replies never reach the intended destination network. Replies to packets that come in through the other interface seem to reach their destination without any problems. What can you do that will most likely solve the problem? -Use the route command to add routes to the networks that aren't receiving replies. -Replace the NIC that's having problems replying to packets. -Configure a second default gateway on the interface exhibiting problems. -Change the default gateway to use the router that's on the network of the interface exhibiting problems.

Use the route command to add routes to the networks that aren't receiving replies.

Your DNS server is on the same network as the computer where you enter the following commands: arp -d ipconfig /flushdns nslookup server1. Which of the following protocols is used first as a result of these commands? -TCP -DNS -ARP -DHCP

dhcp

You have just finished a default installation of Windows Server 2016. You know that TCP/IP is installed. How does your new server receive an assigned IP address? -ARP -DHCP -TCP -DNS

dns

You have just typed the commands ipconfig /flushdns and ping server1. Which of the following protocols is used first as a result of these commands? -dns -DHCP -TCP -ICMP

dns

You have just changed the IP address on a computer named computer5 in your domain from 172.31.1.10/24 to 172.31.1.110/24. You were communicating with this computer from your workstation with no problems right before you changed the address. Now when you try the command ping computer5 from your workstation, you don't get a successful reply. Other computers on the network aren't having a problem communicating with the computer. Which command might help solve the problem? -ipconfig /flushdns -tracert computer5 -arp -d -ping -6 172.31.1.110

ipconfig /flushdns

Which command can cause an address of 0.0.0.0 to be assigned to a host? -Set-NetIPInterface -InterfaceAlias Ethernet -DHCP enabled -netsh set IPv4 address=Null -nslookup 0.0.0.0 -ipconfig /release

ipconfig /release

Which command should you use to configure the primary DNS server on your computer? -netsh -arp -ipconfig -nslookup

netsh

Which command should you use with a dual-homed server to make sure the server sends packets out to the correct interface? -ping -route -ipconfig -tracert

route

Which of the following is needed if a computer with the IP address 172.31.210.10/24 wants to communicate with a computer with the IP address 172.31.209.122/24? -Switch -Router -Server -Hub

router

Which IPv6 transition technology can be used with NAT routers and has the address prefix 2001::/32? -ISATAP -6to4 -IPv6-over-IPv4 -Teredo

teredo

Which command should you use to determine whether there's a bottleneck between your computer and a computer on another network? -tracert -route -ipconfig -ping

tracert


Related study sets

PRINCE2 Foundation Practice Questions

View Set

CH 64 Arthritis and Connective Tissue Diseases

View Set

CHAPTER 1 FOCUSING ON SUCCESS REVIEW QUESTIONS + QUIZ

View Set

Genetics & Molecular Biology K322 Exam 2

View Set

Chapter 16 - Hardware Support A+

View Set

Chapter 2: Early American Settlements

View Set