CCNA 1 – Chapter 8 – IP Addressing Exam Answer 2016 100%
1. Which IPv6 address is most compressed for the full FE80:0:0:0:2AA:FF:FE9A:4CA3 address??
- FE80::2AA:FF:FE9A:4CA3
- FE80:::0:2AA:FF:FE9A:4CA3?
- FE8::2AA:FF:FE9A:4CA3?
- FE80::0:2AA:FF:FE9A:4CA3?
2. What is the prefix length notation for the subnet mask 255.255.255.224?
- /26
- /28
- /25
- /27
3. How many bits are in an IPv4 address?
- 64
- 256
- 32
- 128
4. Which two parts are components of an IPv4 address? (Choose two.)
- network portion
- host portion
- physical portion
- broadcast portion
- subnet portion
- logical portion
5. A message is sent to all hosts on a remote network. Which type of message is it?
- multicast
- unicast
- limited broadcast
- directed broadcast
6. What two statements describe characteristics of Layer 3 broadcasts? (Choose two.)
- Routers create broadcast domains.
- There is a broadcast domain on each switch interface.
- A limited broadcast packet has a destination IP address of 255.255.255.255.
- A router will not forward any type of Layer 3 broadcast packet.
- Broadcasts are a threat and users must avoid using protocols that implement them.
- Some IPv6 protocols use broadcasts.
7. An IPv6 enabled device sends a data packet with the destination address of FF02::1. What is the target of this packet?
- all IPv6 enabled nodes on the local link
- all IPv6 configured routers across the network
- all IPv6 DHCP servers
- all IPv6 configured routers on the local link
8. Which network migration technique encapsulates IPv6 packets inside IPv4 packets to carry them over IPv4 network infrastructures?
- translation
- tunneling
- encapsulation
- dual-stack
9. Which two statements are correct about IPv4 and IPv6 addresses? (Choose two.)
- IPv4 addresses are represented by hexadecimal numbers.
- IPv4 addresses are 32 bits in length.
- IPv4 addresses are 128 bits in length.
- IPv6 addresses are 64 bits in length.
- IPv6 addresses are represented by hexadecimal numbers.
- IPv6 addresses are 32 bits in length.
10. What are two types of IPv6 unicast addresses? (Choose two.)
- loopback
- anycast
- broadcast
- multicast
- link-local
11. What are three parts of an IPv6 global unicast address? (Choose three.)
- a global routing prefix that is used to identify the network portion of the address that has been provided by an ISP
- a global routing prefix that is used to identify the portion of the network address provided by a local administrator
- an interface ID that is used to identify the local host on the network
- an interface ID that is used to identify the local network for a particular host
- a subnet ID that is used to identify networks inside of the local enterprise site
12. Which two things can be determined by using the ping command? (Choose two.)
- the IP address of the router nearest the destination device
- whether or not the destination device is reachable through the network
- the average time it takes each router in the path between source and destination to respond
- the number of routers between the source and destination device
- the average time it takes a packet to reach the destination and for the response to return to the source
13. When a Cisco router is being moved from an IPv4 network to a complete IPv6 environment, which series of commands would correctly enable IPv6 forwarding and interface addressing?
- Router# configure terminal
Router(config)# interface fastethernet 0/0
Router(config-if)# ip address 192.168.1.254 255.255.255.0
Router(config-if)# no shutdown
Router(config-if)# exit
Router(config)# ipv6 unicast-routing - Router# configure terminal
Router(config)# interface fastethernet 0/0
Router(config-if)# ipv6 address 2001:db8:bced:1::9/64
Router(config-if)# no shutdown
Router(config-if)# exit
Router(config)# ipv6 unicast-routing - Router# configure terminal
Router(config)# interface fastethernet 0/0
Router(config-if)# ipv6 address 2001:db8:bced:1::9/64
Router(config-if)# no shutdown - Router# configure terminal
Router(config)# interface fastethernet 0/0
Router(config-if)# ip address 2001:db8:bced:1::9/64
Router(config-if)# ip address 192.168.1.254 255.255.255.0
Router(config-if)# no shutdown
Router(config)# interface fastethernet 0/0
Router(config-if)# ip address 192.168.1.254 255.255.255.0
Router(config-if)# no shutdown
Router(config-if)# exit
Router(config)# ipv6 unicast-routing
Router(config)# interface fastethernet 0/0
Router(config-if)# ipv6 address 2001:db8:bced:1::9/64
Router(config-if)# no shutdown
Router(config-if)# exit
Router(config)# ipv6 unicast-routing
Router(config)# interface fastethernet 0/0
Router(config-if)# ipv6 address 2001:db8:bced:1::9/64
Router(config-if)# no shutdown
Router(config)# interface fastethernet 0/0
Router(config-if)# ip address 2001:db8:bced:1::9/64
Router(config-if)# ip address 192.168.1.254 255.255.255.0
Router(config-if)# no shutdown
No comments:
Post a Comment