Sie sind auf Seite 1von 8

DRSEnt Chapter 4 CCNA Discovery 3 4.0 2012 100% HeiseR Dev...

http://heiserz.com/drsent-chapter-4-ccna-discovery-3/

HeiseR Dev Zone New home of HeiseR!

Home Network System Entertainment My Blog About me March 6, 2012 You are here: Home / Network / Cisco / CCNA Discovery / DRSEnt Chapter 4 CCNA Discovery 3 4.0 2012 100%

DRSEnt Chapter 4 CCNA Discovery 3 4.0 2012 100%


January 1, 2012 By HeiseR

Take Assessment DRSEnt Chapter 4 CCNA Discovery: Introducing Routing and Switching in the Enterprise (Version 4.0) Answers 2011 2012
1. A network administrator is asked to design a new addressing scheme for a corporate network. Presently, there are 500 users at the head office, 200 users at sales, 425 at manufacturing, and 50 at the research site. Which statement defines the correct VLSM addressing map with minimal waste using the 172.16.0.0/16 network? 172.16.0.0/20 head office 172.16.1.0/21 manufacturing 172.16.1.0/22 sales 172.16.3.0/26 research 172.16.48.0/19 head office 172.16.16.0/20 manufacturing 172.16.48.128 sales 172.16.48.0/26 research 172.16.0.0/23 head office 172.16.2.0/23 manufacturing 172.16.4.0/24 sales 172.16.5.0/26 research 172.16.2.0/22 head office 172.16.3.0/23 manufacturing 172.16.4.0/26 sales

. 1 8

09.03.2012 0:49

DRSEnt Chapter 4 CCNA Discovery 3 4.0 2012 100% HeiseR Dev...

http://heiserz.com/drsent-chapter-4-ccna-discovery-3/

172.16.4.128/25 research 2. What range of networks are summarized by the address and mask, 192.168.32.0/19? 192.168.0.0/24 192.168.32.0/24 192.168.0.0/24 192.168.31.0/24 192.168.32.0/24 192.168.64.0/24 192.168.32.0/24 192.168.63.0/24 3. What is a characteristic of a classful routing protocol on the network? All subnets are seen by all routers. CIDR addresses are advertised. A subnet can be further subnetted down and advertised correctly. Updates received by a router in a different major network have the default mask applied. 4. Refer to the exhibit. All networks that are shown have a /24 prefix. Assuming that all routes have been discovered by all routers in the network, which address will successfully summarize only the networks that are shown? 192.168.8.0/21 192.168.8.0/24 192.168.16.0/20 192.168.16.0/21 192.168.16.0/24 5. Refer to the exhibit. Which two are valid VLSM network addresses for the serial link between Router1 and Router2? (Choose two.) 192.168.1.4/30 192.168.1.8/30 192.168.1.90/30 192.168.1.101/30 192.168.1.190/30 6. A network engineer is implementing a network design using VLSM for network 192.168.1.0/24. After subnetting the network, the engineer has decided to take one of the subnets, 192.168.1.16/28 and subnet it further to provide for point-to-point serial link addresses. What is the maximum number of subnets that can be created from the 192.168.1.16/28 subnet for serial connections? 1 2 4 6 8 16 7. What are two benefits of implementing a VLSM addressing scheme? (Choose two.) allows efficient use of address space supports hierarchical addressing capability supports only one subnet mask length throughout the entire network allows efficient use of larger routing tables to eliminate the need for route summarization solves the problem of discontiguous networks with classful routing protocols 8. How many addresses will be available for dynamic NAT translation when a router is configured with the following commands? Router(config)#ip nat pool TAME 209.165.201.23 209.165.201.30 netmask 255.255.255.224

. 2 8

09.03.2012 0:49

DRSEnt Chapter 4 CCNA Discovery 3 4.0 2012 100% HeiseR Dev...

http://heiserz.com/drsent-chapter-4-ccna-discovery-3/

Router(config)#ip nat inside source list 9 pool TAME 7 8 9 10 24 31 9. When running NAT, what is the purpose of address overloading? limit the number of hosts that can connect to the WAN allow multiple inside addresses to share a single global address force hosts to wait for an available address allow an outside host to share inside global addresses 10. Refer to the exhibit. Which two IP addresses could be assigned to the hosts that are shown in the exhibit? (Choose two.) 192.168.65.31 192.168.65.32 192.168.65.35 192.168.65.60 192.168.65.63 192.168.65.64 11. What two pieces of information can be determined from the host IP address of 192.168.2.93/29? (Choose two.) The number of bits borrowed for the subnetwork is 5. The number of usable hosts for each subnetwork is 14. The /29 translates to a subnet mask of 255.255.255.248. The network address for this host is 192.168.2.80/29. The broadcast address for this network is 192.168.2.94/29. 12. Refer to the graphic. A technician is investigating why H1 and H2 cannot communicate. What problem should the technician discover? Sw1 has an incorrect default gateway. H1 and H2 are on different subnetworks. Sw1 needs an IP address assigned in the same subnetwork. The H2 IP address should be changed to 192.168.22.34/28. 13. Refer to the exhibit. Based on the output of the show ip nat translations command, which kind of address translation is in effect on this router? static public overload private 14. Which two addresses could be used as private IP addresses in a LAN? (Choose two.) 10.10.1.200 172.31.100.254 172.64.10.10 192.165.2.1 192.169.1.1

. 3 8

09.03.2012 0:49

DRSEnt Chapter 4 CCNA Discovery 3 4.0 2012 100% HeiseR Dev...

http://heiserz.com/drsent-chapter-4-ccna-discovery-3/

15. A network technician has been asked to implement a hierarchical addressing scheme. Which two statements could describe the hierarchical addressing scheme structure to the technician? (Choose two.) A hierarchical addressing structure logically groups networks into smaller subnetworks. A hierarchical network operates most efficiently without a specific address structure. Route summarization will operate efficiently in a hierarchical network without a hierarchical addressing scheme. A hierarchical addressing structure can simplify network management and improve scalability. An effective hierarchical addressing scheme must begin with a classful network at the distribution layer. 16. Which two statements differentiate between flat and hierarchical networks? (Choose two.) In a hierarchical design, the network consists of all Layer 2 devices. In a hierarchical design, a network consists of a single broadcast domain. In a flat network, all hosts can be reached without having to pass through a router. In a flat network, hosts using multiple broadcast domains pass through routers. In a hierarchical design, a network is divided into layers to reduce congestion and the size of failure domains. 17. What two advantages does CIDR provide to a network? (Choose two.) reduced routing table size dynamic address assignment automatic route redistribution reduced routing update traffic automatic summarization at classful boundaries 18. How does a router keep track of which inside local address is used when NAT overload is configured? The router adds an additional bit to the source IP address and maintains a separate table. The router modifies the QoS field. The router uses TCP or UDP port numbers. The router uses a manual entry that is created and maintained in the database of the router. 19. When configuring NAT on a Cisco router, what is the inside local IP address? the IP address of an inside host as it appears to the outside network the IP address of an outside host as it appears to the inside network the IP address of an inside host as it appears to the inside network the configured IP address assigned to a host in the outside network 20. Refer to the exhibit. What solution would solve the discontiguous network problem and prevent the routers from advertising misleading networks? Turn automatic summarization off and manually summarize the routes at the classful boundary. Allow automatic summarization to send the most optimal route. Change the routing protocol to a classless routing protocol, such as RIPv1. Change the LAN addressing schemes on R2 and R3 to use VLSM since it supports discontiguous networks. 21. Which two IP addresses represent the network and broadcast addresses for the network that includes host 192.168.100.130/27? (Choose two.) network 192.168.100.0 network 192.168.100.128 network 192.168.100.130 broadcast 192.168.100.157

. 4 8

09.03.2012 0:49

DRSEnt Chapter 4 CCNA Discovery 3 4.0 2012 100% HeiseR Dev...

http://heiserz.com/drsent-chapter-4-ccna-discovery-3/

broadcast 192.168.100.159 broadcast 192.168.100.255 22. Refer to the exhibit. Host A is assigned an IP address of 10.118.197.55/20. How many additional networked devices will this subnetwork support? 253 509 1021 2045 4093 23. Refer to the exhibit. Which address is an inside global address? 10.1.1.1 10.1.1.2 198.18.1.55 64.100.0.1 Share this: Related posts: 1. 2. 3. 4. 5. DRSEnt Chapter 1 CCNA Discovery 3 4.0 2012 100% DRSEnt Chapter 3 CCNA Discovery 3 4.0 2012 100% DRSEnt Chapter 2 CCNA Discovery 3 4.0 2012 100% DsmbISP Chapter 4 CCNA Discovery 2 4.1 2012 100% DHomesb Chapter 4 CCNA Discovery 1 4.0 2012 100%
Tweet 3 0

Email

Filed Under: CCNA Discovery, Cisco, Introducing Routing and Switching in the Enterprise, Network Tagged With: Chapter 4 Email Newsletter Sign up to receive email updates and to hear what's going on with my website!

Categories

CCNA Exploration 4.0 Answers 2012 ENetwork ERouting Chapter 1 Chapter 1 Chapter 2 Chapter 2 Chapter 3 Chapter 3 Chapter 4 Chapter 4 Chapter 5 Chapter 5 ESwitching EWAN Chapter 1 Chapter 1 Chapter 2 Chapter 2 Chapter 3 Chapter 3 Chapter 4 Chapter 4 Chapter 5 Chapter 5

. 5 8

09.03.2012 0:49

DRSEnt Chapter 4 CCNA Discovery 3 4.0 2012 100% HeiseR Dev...

http://heiserz.com/drsent-chapter-4-ccna-discovery-3/

ENetwork ERouting ESwitching EWAN Chapter 6 Chapter 6 Chapter 6 Chapter 6 Chapter 7 Chapter 7 Chapter 7 Chapter 7 Chapter 8 Chapter 8 Chapter 8 Chapter 9 Chapter 9 Chapter 10 Chapter 10 Chapter 11 Chapter 11 Final Final Final Final Skill Skill Skill Skill CCNA Discovery 4.0 Answers 2012 DHomesb DsmbISP DRSEnt DCompNtwk Chapter 1 Chapter 1 Chapter 1 Chapter 1 Chapter 2 Chapter 2 Chapter 2 Chapter 2 Chapter 3 Chapter 3 Chapter 3 Chapter 3 Chapter 4 Chapter 4 Chapter 4 Chapter 4 Chapter 5 Chapter 5 Chapter 5 Chapter 5 Chapter 6 Chapter 6 Chapter 6 Chapter 6 Chapter 7 Chapter 7 Chapter 7 Chapter 7 Chapter 8 Chapter 8 Chapter 8 Chapter 8 Chapter 9 Chapter 9 Chapter 9 Chapter 9 Final Final Final Final CCNAS 1.0 & CCNP 6.0 Answers 2012 CCNAS ROUTE SWITCH TSHOOT Chapter 1 Chapter 1 Chapter 1 Chapter 1 Chapter 2 Chapter 2 Chapter 2 Chapter 2 Chapter 3 Chapter 3 Chapter 3 Chapter 3 Chapter 4 Chapter 4 Chapter 4 Chapter 4 Chapter 5 Chapter 5 Chapter 5 Chapter 5 Chapter 6 Chapter 6 Chapter 6 Chapter 6 Chapter 7 Chapter 7 Chapter 7 Chapter 7 Chapter 8 Chapter 8 Chapter 8 Chapter 9 Chapter 9 Final Final Final Final Advertisements

. 6 8

09.03.2012 0:49

DRSEnt Chapter 4 CCNA Discovery 3 4.0 2012 100% HeiseR Dev...

http://heiserz.com/drsent-chapter-4-ccna-discovery-3/

Recent Posts Quick and Snow Show 1101 04-03-2012 S3 C6 Inter-VLAN Routing S3 C4 VTP Quick and Snow Show 1100 26-02-2012 S3 C3 VLANS Quick and Snow Show 1099 19-02-2012 S3 C2 Basic switch concepts and configurations S3 C1 LAN Design Quick and Snow Show 1098 12-02-2012 Quick and Snow Show 1097 05-02-2012 Tags

Chapter 1 Chapter 2 Chapter 3 Chapter 4 Chapter 5 Chapter 6 Chapter 7 Chapter 8 Chapter 9 Chapter 10 Chapter 11 Download Final Exam Flash
Packet Tracer PC Practice

Quick and Snow Show Semester 1 Semester 2

Semester 3 Semester 4 Skill Exam


Follow Us Facebook Twitter

. 7 8

09.03.2012 0:49

DRSEnt Chapter 4 CCNA Discovery 3 4.0 2012 100% HeiseR Dev...

http://heiserz.com/drsent-chapter-4-ccna-discovery-3/

Google+ YouTube Feed / Atom Feedburner Return to top of page

Copyright 20102012 Genesis WordPress x10Hosting Log in

. 8 8

09.03.2012 0:49

Das könnte Ihnen auch gefallen