Review Questions


1.

Which of the following best describes route summarization?

  1. Using only one subnet so that the network is flattened out

  2. Grouping multiple networks and advertising them as one larger network

  3. Using supernets on all access-level equipment

  4. Advertising only one of many networks for the entire enterprise or campus

broute summarization allows for hierarchical network design and addressing.

2.

When can/should route summarization be used? (Choose all that apply.)

  1. Always

  2. When route tables become too large

  3. When a campus or enterprise router owns several contiguous subnets that share equal high-order bit patterns

  4. When routing protocols are capable of handling prefix length and subnet mask information

  5. When the router IOS is capable of IP classless routing (meaning that the network prefix may be any length, including 32 bits long)

b, c, droute summarization prevents large routing tables, minimizes subnet advertisements, and requires a classless routing protocol.

3.

How should the following networks be summarized?

172.16.12.0/24 172.16.13.0/24 172.16.14.0/24
  1. 172.16.0.0/16

  2. 172.16.14.0/24

  3. 172.16.12.0/22

  4. 172.16.14.0/22

cthe answer 172.16.12.0/22 allows for a summarization of network 172.16.12.0 through 172.16.14.0 with a 24-bit mask.

4.

Which of the following commands allows a Cisco router to forward DHCP requests to the appropriate server?

  1. ip dhcp server

  2. ip helper-address

  3. ip helper address

  4. helper-address

bto better manage and centralize network servers, ip helper addresses can be configured on cisco routers using the ip helper-address command.

5.

Which of the following best describes private addressing?

  1. Network blocks set aside by IANA for networks that aren’t connected to the global Internet

  2. Network blocks that IANA doesn’t allow for commercial use

  3. Network blocks used by private industry

  4. A block of three Class B addresses allocated by IANA for anyone to use

aprivate ip addresses are not unique to a single network or organization connected to the internet.

6.

Which network is not part of IANA-allocated private address blocks?

  1. 172.31.0.0

  2. 10.0.0.0

  3. 198.162.0.0

  4. 192.168.0.0

cthe iana-allocated private address blocks are 10.0.0.0/8, 172.16.0.0/12, and 192.168.0.0/16.

7.

What does NAT mean, and what is it used for?

  1. Network Anonymous Transport: Used to transfer data from privately addressed hosts to the global Internet.

  2. Network Address Translation: Used to renumber a privately addressed network.

  3. Network Address Translation: Used to convert a private IP address into a registered IP address.

  4. Network Address Translation: Uses one address and then proxies connections from a private network to the global Internet.

cnat converts private inside addresses to public outside addresses.

8.

When can NAT be used? (Choose all that apply.)

  1. When application sensitivity isn’t an issue (delay)

  2. When end-to-end traceability isn’t needed

  3. After the private address blocks have been fully utilized

  4. When a network uses only private addresses

  5. When a network has both private and registered addresses

a, b, d, enat is typically used with private address blocks.

9.

Which of the following best describes DHCP?

  1. An NIC used to configure IP addresses

  2. A method of aggregating route information

  3. A dynamic addressing scheme used by IP and IPX

  4. A protocol used to configure IP hosts

ddhcp is used to dynamically assign and centrally manage ip host addresses.

10.

Which of the following best allows a host to be configured using a DHCP server in separate broadcast domains?

  1. It cannot be done.

  2. Configure an IP helper address to forward requests to the DHCP server.

  3. Configure the DHCP server to monitor broadcasts on the remote segment.

  4. Enable bridging on all routers to create a single large broadcast domain.

bcisco routers support the ip helper-address command, allowing centralized dhcp servers.

11.

What is the maximum number of DHCP servers that can service a single broadcast domain with dynamic addresses?

  1. None

  2. One

  3. Two

  4. Three

  5. No limit

eso long as the servers do not overlap in the addresses that they assign out, there is no limit to the number of servers per broadcast domain.

12.

Which of the following is a valid IP version 6 node address?

  1. 1080:::::::8:800:200C:417A

  2. 1080:0:::0::8:800:200C:417A

  3. 1080:0:0:0:8:800:200C:417A

  4. FF01::101

cip version 6 allows for the abbreviation of zeroed fields, but only once per address can :: be used. ff01::101 is an ip version 6 multicast address.

13.

What feature is no longer supported with IP version 6 addresses?

  1. Loopback addresses

  2. Broadcast addresses

  3. Multicast addresses

  4. Unicast addresses

bip version 6 addresses no longer support broadcast addresses. the all-hosts multicast is used instead.

14.

Which of the following are valid IPX network addresses? (Choose all that apply.)

  1. 172.16.0.0

  2. 3

  3. abcde111

  4. 1.001a.3858.1c35

b, cipx network addresses are a maximum of 24 bits and are displayed in hexadecimal for ease of use.

15.

Network names should be which of the following? (Choose all that apply.)

  1. Secure and secret

  2. Consistent

  3. Meaningful

  4. Colorful

b, cconsistent and meaningful network naming practices by the network designer will minimize the learning curve for the network s users and administrators.

16.

Which of the following utilities allows you to retain consistent DNS names when using dynamic DHCP address assignment?

  1. Bind

  2. Cisco CNS Network Registrar

  3. IOS

  4. NAT

bthe cisco cns network registrar assigns ip addresses to individual hosts based on their dns name.

17.

When moving a server from one network to another, which of the following steps best retains the existing mappings to that server?

  1. Change the network address and change the name of the server.

  2. Change the network address and don’t change the name of the server.

  3. Don’t change the network address and change the name of the server.

  4. Don’t change the network address and don’t change the name of the server.

bof course, you need to map the existing name to the new address in dns.

18.

In the Have-A-Seat case study, which tool would be used to synchronize names with dynamically assigned IP addresses?

  1. Netsys

  2. CiscoWorks

  3. Cisco CNS Network Registrar

  4. CiscoHub/Ring manager

cthe cisco cns network registrar assigns ip addresses to individual hosts based on their dns name.

19.

In the Have-A-Seat case study, what would be the best recommendation for the end-user computers?

  1. Have each IP address assigned administratively.

  2. Let the users assign their own IP addresses.

  3. Use the Cisco CNS Network Registrar.

  4. Use NAT.

cthe cisco cns network registrar assigns ip addresses to individual hosts for dynamic, centralized management.

20.

In the Willow Creek School District, Scott decides he wants to control all IP address assignment centrally. Which of the following will achieve this for him?

  1. NAT

  2. Private addressing

  3. VLSM

  4. DHCP

ddhcp assigns ip addresses to individual hosts dynamically and allows for centralized management.

Answers

1.

B Route summarization allows for hierarchical network design and addressing.

2.

B, C, D Route summarization prevents large routing tables, minimizes subnet advertisements, and requires a classless routing protocol.

3.

C The answer 172.16.12.0/22 allows for a summarization of network 172.16.12.0 through 172.16.14.0 with a 24-bit mask.

4.

B To better manage and centralize network servers, IP helper addresses can be configured on Cisco routers using the ip helper-address command.

5.

A Private IP addresses are not unique to a single network or organization connected to the Internet.

6.

C The IANA-allocated private address blocks are 10.0.0.0/8, 172.16.0.0/12, and 192.168.0.0/16.

7.

C NAT converts private inside addresses to public outside addresses.

8.

A, B, D, E NAT is typically used with private address blocks.

9.

D DHCP is used to dynamically assign and centrally manage IP host addresses.

10.

B Cisco routers support the ip helper-address command, allowing centralized DHCP servers.

11.

E So long as the servers do not overlap in the addresses that they assign out, there is no limit to the number of servers per broadcast domain.

12.

C IP version 6 allows for the abbreviation of zeroed fields, but only once per address can “::” be used. FF01::101 is an IP version 6 multicast address.

13.

B IP version 6 addresses no longer support broadcast addresses. The all-hosts multicast is used instead.

14.

B, C IPX network addresses are a maximum of 24 bits and are displayed in hexadecimal for ease of use.

15.

B, C Consistent and meaningful network naming practices by the network designer will minimize the learning curve for the network’s users and administrators.

16.

B The Cisco CNS Network Registrar assigns IP addresses to individual hosts based on their DNS name.

17.

B Of course, you need to map the existing name to the new address in DNS.

18.

C The Cisco CNS Network Registrar assigns IP addresses to individual hosts based on their DNS name.

19.

C The Cisco CNS Network Registrar assigns IP addresses to individual hosts for dynamic, centralized management.

20.

D DHCP assigns IP addresses to individual hosts dynamically and allows for centralized management.




CCDA. Cisco Certified Design Associate Study Guide
CCDA: Cisco Certified Design Associate Study Guide, 2nd Edition (640-861)
ISBN: 0782142001
EAN: 2147483647
Year: 2002
Pages: 201

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net