This page was exported from Braindump2go Exam Dumps Free Download [ https://www.pass4surevce.com ] Export date:Fri Mar 29 11:48:02 2024 / +0000 GMT ___________________________________________________ Title: [Nov.-2016-New]Download CCNA 640-911 Practice Exam PDF from Braindump2go[NQ1-NQ10] --------------------------------------------------- 2016/11 New CCNA Data Center 640-911 DCICN: Introducing Cisco Data Center Networking Exam Questions Updated Today!Free Instant Download 640-911 Exam Dumps (PDF & VCE) 220Q&As from Braindump2go.com Today! 100% Real Exam Questions! 100% Exam Pass Guaranteed! 1.|2016/11 New 640-911 Exam Dumps (PDF & VCE) 220Q&As Share:http://www.braindump2go.com/640-911.html 2.|2016/11 New 640-911 Exam Questions & Answers:https://drive.google.com/folderview?id=0BwwEErkugSaLS1l6YUdERmpVc1k&usp=sharing QUESTION 1What are two features of a bridge? (Choose two.) A.    reliable transmissionB.    operate at OSI Layer 2C.    operate at OSI Layer 3D.    create multiple broadcast domainsE.    create multiple collision domainsF.    flood input packets to all portsG.    drop IP packets with invalid destination ports Answer: BEExplanation:"- a bridge is a two interfaces device that creates 2 collision domains, since it forwards the traffic it receives from one interface only to the interface where the destination layer 2 device (based on his mac address) is connected to. A bridge is considered as an "intelligent hub" since it reads the destination mac address in order to forward the traffic only to the interface where it is connected" https://learningnetwork.cisco.com/thread/1734 QUESTION 2What are three reasons that switches supersede bridges? (Choose three.) A.    Smaller frame buffers decrease latency.B.    Forward, filter, or flood frames.C.    Multiple simultaneous communications between ports.D.    Larger inspection engine allows for higher throughput.E.    Switches have many ports. Answer: BCEExplanation:http://docwiki.cisco.com/wiki/Bridging_and_Switching_Basics QUESTION 3What action does a switch take if the destination MAC address is unknown? A.    discard frameB.    send ICMP unreachable message to sourceC.    flood packet on all portsD.    compare destination IP address against an ACL to determine if it is permittedE.    send gratuitous ARP on all ports and wait for reply before forwarding Answer: CExplanation:"What happens though when the switch receives a frame with a destination MAC address that is not included in the table? In that case the switch will just broadcast/flood the frame with the unknown destination address to all of its ports (apart from the port where the frame came from).This process is called unknown unicast flooding. "http://telconotes.wordpress.com/2013/03/09/how-a-switch-works/ QUESTION 4Which statement describes the purpose of the MAC address forwarding table of a switch? A.    The switch consults the forwarding table to determine the best route to a destination.B.    The switch consults the forwarding table to determine the output port.C.    The switch consults the forwarding table to determine if the packet is routable.D.    The switch consults the forwarding table to determine if access control permits the packet. Answer: B QUESTION 5What are two attributes of a VLAN? (Choose two.) A.    A VLAN defines a collision domain.B.    A VLAN defines a broadcast domain.C.    Broadcasts are flooded to all VLANs.D.    Collisions are flooded to all VLANs.E.    A Layer 3 device is required to route packets between VLANs.F.    A Layer 2 device is required to route packets between VLANs. Answer: BEExplanation:"In computer networking, a single layer-2 network may be partitioned to create multiple distinct broadcast domains, which are mutually isolated so that packets can only pass between them via one or more routers; such a domain is referred to as a virtual local area network, virtual LAN or VLAN.""A router (Layer 3 device) serves as the backbone for network traffic going across different VLANs."http://en.wikipedia.org/wiki/Virtual_LAN QUESTION 6Which four statements indicate unique properties of VLAN 1 on Cisco Nexus switches? (Choose four.) A.    VLAN 1 is used to flood multicast traffic.B.    VLAN 1 cannot be deleted.C.    VLAN 1 is used for Cisco Discovery Protocol.D.    VLAN 1 is used for VTP advertisements.E.    VLAN 1 defines a collision domain.F.    VLAN 1 defines a broadcast domain. Answer: BCDFExplanation:http://www.cisco.com/en/US/docs/switches/datacenter/sw/5_x/nx-os/layer2/configuration/guide/Cisco_Nexus_7000_Series_NX-S_Layer_2_Switching_Configuration_Guide_Release_5.x_chapter4.html QUESTION 7Which command displays the Trunking Native Mode VLAN on port Ethernet 1/18? A.    show running-config switchport e1/18B.    show running-config e1/18 switchportC.    show interface e1/18D.    show interface e1/18 switchportE.    show interface e1/18 native Answer: DExplanation:NX# show interface e1/18 switchportAccess Mode VLAN: 1 (default)Trunking Native Mode VLAN: 1 (default)Trunking VLANs Allowed: 1-4094Voice VLAN: none QUESTION 8Which VTP mode disallows the creation of local VLANs? A.    transparentB.    tunnelingC.    serverD.    clientE.    offF.    native Answer: DExplanation:"A VTP client behaves like a VTP server and transmits and receives VTP updates on its trunks, but you cannot create, change, or delete VLANs on a VTP client. VLANs are configured on another switch in the domain that is in server mode." http://www.cisco.com/en/US/docs/switches/lan/catalyst3560/software/release/12.2_52_se/configuration/guide/swvtp.html#wp1205076 QUESTION 9Which three statements are true concerning RFC 1918 IP addresses? (Choose three.) A.    They are globally routable.B.    They are not globally routable.C.    They must not be filtered at Internet border interfaces.D.    They should be filtered at Internet border interfaces.E.    They include 10.0.0.0/8, 172.16.0.0/16, and 192.168.1.0/24.F.    They include 10.0.0.0/8, 172.16.0.0/21, and 192.168.0.0/16. Answer: BDFExplanation:"The Internet Assigned Numbers Authority (IANA) has reserved the following three blocks of the IP address space for private internets:10.0.0.0 - 10.255.255.255 (10/8 prefix)172.16.0.0 - 172.31.255.255 (172.16/12 prefix)192.168.0.0 - 192.168.255.255 (192.168/16 prefix)"http://tools.ietf.org/html/rfc1918 QUESTION 10Which two statements describe the purpose of RFC 1918? (Choose two.) A.    Establish a range of IP addresses that are dedicated to the growing use of multicast video.B.    Establish a range of IP addresses that are dedicated to the growing use of peer-to-peer file-sharing applications.C.    Establish a range of IP addresses that are dedicated to use on internal networks.D.    Establish a range of IP addresses to address the shrinking pool of globally routable addresses.E.    Delay the transition to IPv6. Answer: CDExplanation:http://tools.ietf.org/html/rfc1918 !!!RECOMMEND!!! 1.Braindump2go|2016/11 New 640-911 Exam Dumps (PDF & VCE) 220Q&As Share:http://www.braindump2go.com/640-911.html 2.Braindump2go|2016/11 New 640-911 Exam Questions & Answers:https://drive.google.com/folderview?id=0BwwEErkugSaLS1l6YUdERmpVc1k&usp=sharing --------------------------------------------------- Images: --------------------------------------------------- --------------------------------------------------- Post date: 2016-11-01 01:45:29 Post date GMT: 2016-11-01 01:45:29 Post modified date: 2016-11-01 01:45:29 Post modified date GMT: 2016-11-01 01:45:29 ____________________________________________________________________________________________ Export of Post and Page as text file has been powered by [ Universal Post Manager ] plugin from www.gconverters.com