Free 2014 Latest Cisco 200-120 Dump (41-50) Download!

QUESTION 41
How is an EUI-64 format interface ID created from a 48-bit MAC address?

A.    by appending 0xFF to the MAC address
B.    by prefixing the MAC address with 0xFFEE
C.    by prefixing the MAC address with 0xFF and appending 0xFF to it
D.    by inserting 0xFFFE between the upper three bytes and the lower three bytes of the MAC address
E.    by prefixing the MAC address with 0xF and inserting 0xF after each of its first three bytes

Answer: D
Explanation:
The modified EUI-64 format interface identifier is derived from the 48-bit link-layer (MAC) address by inserting the hexadecimal number FFFE between the upper three bytes (OUI field) and the lower three bytes (serial number) of the link layer address.

QUESTION 42
Which option is a valid IPv6 address?

A.    2001:0000:130F::099a::12a
B.    2002:7654:A1AD:61:81AF:CCC1
C.    FEC0:ABCD:WXYZ:0067::2A4
D.    2004:1:25A4:886F::1

Answer: D
Explanation:
An IPv6 address is represented as eight groups of four hexadecimal digits, each group representing 16 bits (two octets). The groups are separated by colons (:). An example of an IPv6 address is 2001:0db8:85a3:0000:0000:8a2e:0370:7334. The leading 0’s in a group can be collapsed using ::, but this can only be done once in an IP address.

QUESTION 43
Which three are characteristics of an IPv6 anycast address? (Choose three.)

A.    one-to-many communication model
B.    one-to-nearest communication model
C.    any-to-many communication model
D.    a unique IPv6 address for each device in the group
E.    the same address for multiple devices in the group
F.    delivery of packets to the group interface that is closest to the sending device

Answer: BEF
Explanation:
A new address type made specifically for IPv6 is called the Anycast Address. These IPv6 addresses are global addresses, these addresses can be assigned to more than one interface unlike an IPv6 unicast
address. Anycast is designed to send a packet to the nearest interface that is apart of that anycast group.
The sender creates a packet and forwards the packet to the anycast address as the destination address which goes to the nearest router. The nearest router or interface is found by using the metric of a routing protocol currently running on the network. However in a LAN setting the nearest interface is found depending on the order the neighbors were learned. The anycast packet in a LAN setting forwards the packet to the neighbor it learned about first.

QUESTION 44
A national retail chain needs to design an IP addressing scheme to support a nationwide network. The company needs a minimum of 300 sub-networks and a maximum of 50 host addresses per subnet. Working with only one Class B address, which of the following subnet masks will support an appropriate addressing scheme? (Choose two.)

A.    255.255.255.0
B.    255.255.255.128
C.    255.255.252.0
D.    255.255.255.224
E.    255.255.255.192
F.    255.255.248.0

Answer: BE
Explanation:
Subnetting is used to break the network into smaller more efficient subnets to prevent excessive rates of Ethernet packet collision in a large network. Such subnets can be arranged hierarchically, with the organization’s network address space (see also Autonomous System) partitioned into a tree-like structure. Routers are used to manage traffic and constitute borders between subnets. A routing prefix is the sequence of leading bits of an IP address that precede the portion of the address used as host identifier. In IPv4 networks, the routing prefix is often expressed as a “subnet mask”, which is a bit mask covering the number of bits used in the prefix. An IPv4 subnet mask is frequently expressed in quad-dotted decimal representation, e.g., 255.255.255.0 is the subnet mask for the 192.168.1.0 network with a 24-bit routing prefix (192.168.1.0/24).

QUESTION 45
Which IPv6 address is the all-router multicast group?

A.    FF02::1
B.    FF02::2
C.    FF02::3
D.    FF02::4

Answer: B
Explanation:
Well-known IPv6 multicast addresses:
Address
Description
ff02::1
All nodes on the local network segment
ff02::2
All routers on the local network segment

QUESTION 46
Which IPv6 address is valid?

A.    2001:0db8:0000:130F:0000:0000:08GC:140B
B.    2001:0db8:0:130H::87C:140B
C.    2031::130F::9C0:876A:130B
D.    2031:0:130F::9C0:876A:130B

Answer: D
Explanation:
An IPv6 address is represented as eight groups of four hexadecimal digits, each group representing 16 bits (two octets). The groups are separated by colons (:). An example of an IPv6 address is 2001:0db8:85a3:0000:0000:8a2e:0370:7334. The leading 0’s in a group can be collapsed using ::, but this can only be done once in an IP address.

QUESTION 47
Which command can you use to manually assign a static IPv6 address to a router interface?

A.    ipv6 autoconfig 2001:db8:2222:7272::72/64
B.    ipv6 address 2001:db8:2222:7272::72/64
C.    ipv6 address PREFIX_1 ::1/64
D.    ipv6 autoconfig

Answer: B
Explanation:
To assign an IPv6 address to an interface, use the “ipv6 address” command and specify the IP address you wish to use.

QUESTION 48
Which of these represents an IPv6 link-local address?

A.    FE80::380e:611a:e14f:3d69
B.    FE81::280f:512b:e14f:3d69
C.    FEFE:0345:5f1b::e14d:3d69
D.    FE08::280e:611:a:f14f:3d69

Answer: A
Explanation:
In the Internet Protocol Version 6 (IPv6), the address block fe80::/10 has been reserved for link- local unicast addressing. The actual link local addresses are assigned with the prefix fe80::/64. They may be assigned by automatic (stateless) or stateful (e.g. manual) mechanisms.

QUESTION 49
The network administrator is asked to configure 113 point-to-point links. Which IP addressing scheme defines the address range and subnet mask that meet the requirement and waste the fewest subnet and host addresses?

A.    10.10.0.0/16 subnetted with mask 255.255.255.252
B.    10.10.0.0/18 subnetted with mask 255.255.255.252
C.    10.10.1.0/24 subnetted with mask 255.255.255.252
D.    10.10.0.0/23 subnetted with mask 255.255.255.252
E.    10.10.1.0/25 subnetted with mask 255.255.255.252

Answer: D
Explanation:
We need 113 point-to-point links which equal to 113 sub-networks < 128 so we need to borrow 7 bits (because 2^7 = 128).
The network used for point-to-point connection should be /30.
So our initial network should be 30 ?7 = 23.
So 10.10.0.0/23 is the correct answer.
You can understand it more clearly when writing it in binary form:
/23 = 1111 1111.1111 1110.0000 0000
/30 = 1111 1111.1111 1111.1111 1100 (borrow 7 bits)

QUESTION 50
A Cisco router is booting and has just completed the POST process. It is now ready to find and load an IOS image. What function does the router perform next?

A.    It checks the configuration register.
B.    It attempts to boot from a TFTP server.
C.    It loads the first image file in flash memory.
D.    It inspects the configuration file in NVRAM for boot instructions.

Answer: A
Explanation:
Default (normal) Boot SequencePower on Router – Router does POST – Bootstrap starts IOS load – Check configuration registerto see what mode the router should boot up in (usually 0x2102
to read startup-config in NVRAM / or 0x2142 to start in “setup-mode”) – check the startup-config file in NVRAM for boot-system commands – load IOS from Flash.

If you want to pass the Cisco 200-120 Exam sucessfully, recommend to read latest Cisco 200-120 Dump full version.

clip_image001