CCNA Chapter 7 Exam Practice

Beschreibung

Quiz am CCNA Chapter 7 Exam Practice, erstellt von Matthew M am 15/11/2016.
Matthew M
Quiz von Matthew M, aktualisiert more than 1 year ago
Matthew M
Erstellt von Matthew M vor fast 8 Jahre
5
0

Zusammenfassung der Ressource

Frage 1

Frage
How many bits are in an IPv4 address?
Antworten
  • 32
  • 64
  • 128
  • 256

Frage 2

Frage
What two parts are components of an IPv4 address? (Choose two.)
Antworten
  • subnet portion
  • network portion
  • logical portion
  • host portion
  • physical portion
  • broadcast portion

Frage 3

Frage
What does the IP address 172.17.4.250/24 represent?
Antworten
  • network address
  • multicast address
  • host address
  • broadcast address

Frage 4

Frage
What is the purpose of the subnet mask in conjunction with an IP address?
Antworten
  • to uniquely identify a host on a network
  • to identify whether the address is public or private
  • to determine the subnet to which the host belongs
  • to mask the IP address to outsiders

Frage 5

Frage
What subnet mask is represented by the slash notation /20?
Antworten
  • 255.255.255.248
  • 255.255.224.0
  • 255.255.240.0
  • 255.255.255.0
  • 255.255.255.192

Frage 6

Frage
A message is sent to all hosts on a remote network. Which type of message is it?
Antworten
  • limited broadcast
  • multicast
  • directed broadcast
  • unicast

Frage 7

Frage
What are three characteristics of multicast transmission? (Choose three.)
Antworten
  • The source address of a multicast transmission is in the range of 224.0.0.0 to 224.0.0.255.
  • A single packet can be sent to a group of hosts.
  • Multicast transmission can be used by routers to exchange routing information.
  • The range of 224.0.0.0 to 224.0.0.255 is reserved to reach multicast groups on a local network.
  • Computers use multicast transmission to request IPv4 addresses.
  • Multicast messages map lower layer addresses to upper layer addresses.

Frage 8

Frage
Which three IP addresses are private ? (Choose three.)
Antworten
  • 10.1.1.1
  • 172.32.5.2
  • 192.167.10.10
  • 172.16.4.4
  • 192.168.5.5
  • 224.6.6.6

Frage 9

Frage
Which two IPv4 to IPv6 transition techniques manage the interconnection of IPv6 domains? (Choose two.)
Antworten
  • trunking
  • dual stack
  • encapsulation
  • tunneling
  • multiplexing

Frage 10

Frage
Which of these addresses is the shortest abbreviation for the IP address: 3FFE : 1044 : 0000 : 0000 : 00AB : 0000 : 0000 : 0057?
Antworten
  • 3FFE : 1044 :: AB :: 57
  • 3FFE : 1044 :: 00AB :: 0057
  • 3FFE : 1044 : 0 : 0 : AB :: 57
  • 3FFE : 1044 : 0 : 0 : 00AB :: 0057
  • 3FFE : 1044 : 0000 : 0000 : 00AB :: 57
  • 3FFE : 1044 : 0000 : 0000 : 00AB :: 0057

Frage 11

Frage
What type of address is automatically assigned to an interface when IPv6 is enabled on that interface?
Antworten
  • global unicast
  • link-local
  • loopback
  • unique local

Frage 12

Frage
What are two types of IPv6 unicast addresses? (Choose two.)
Antworten
  • multicast
  • loopback
  • link-local
  • anycast
  • broadcast

Frage 13

Frage
What are three parts of an IPv6 global unicast address? (Choose three.)
Antworten
  • an interface ID that is used to identify the local network for a particular host
  • a global routing prefix that is used to identify the network portion of the address that has been provided by an ISP
  • a subnet ID that is used to identify networks inside of the local enterprise site
  • 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

Frage 14

Frage
An administrator wants to configure hosts to automatically assign IPv6 addresses to themselves by the use of Router Advertisement messages, but also to obtain the DNS server address from a DHCPv6 server. Which address assignment method should be configured?
Antworten
  • SLAAC
  • stateless DHCPv6
  • stateful DHCPv6
  • RA and EUI-64

Frage 15

Frage
Which protocol supports Stateless Address Autoconfiguration (SLAAC) for dynamic assignment of IPv6 addresses to a host?
Antworten
  • ARPv6
  • DHCPv6
  • ICMPv6
  • UDP

Frage 16

Frage
Which two things can be determined by using the ping command? (Choose two.)
Antworten
  • the number of routers between the source and destination device
  • the IP address of the router nearest the destination device
  • the average time it takes a packet to reach the destination and for the response to return to the source
  • the destination device is reachable through the network
  • the average time it takes each router in the path between source and destination to respond

Frage 17

Frage
What is the purpose of ICMP messages?
Antworten
  • to inform routers about network topology changes
  • to ensure the delivery of an IP packet
  • to provide feedback of IP packet transmissions
  • to monitor the process of a domain name to IP address resolution

Frage 18

Frage
What is indicated by a successful ping to the ::1 IPv6 address?
Antworten
  • The host is cabled properly.
  • The default gateway address is correctly configured.
  • All hosts on the local link are available.
  • The link-local address is correctly configured.
  • IP is properly installed on the host.

Frage 19

Frage
A user is executing a tracert to a remote device. At what point would a router, which is in the path to the destination device, stop forwarding the packet?
Antworten
  • when the router receives an ICMP Time Exceeded message
  • when the RTT value reaches zero
  • when the host responds with an ICMP Echo Reply message
  • when the value in the TTL field reaches zero
  • when the values of both the Echo Request and Echo Reply messages reach zero

Frage 20

Frage
What field content is used by ICMPv6 to determine that a packet has expired?
Antworten
  • TTL field
  • CRC field
  • Hop Limit field
  • Time Exceeded field

Frage 21

Frage
The decimal equivalent of the binary number 10010101 is [blank_start]149[blank_end].
Antworten
  • 149

Frage 22

Frage
The binary equivalent of the decimal number 232 is [blank_start]11101000[blank_end]
Antworten
  • 11101000

Frage 23

Frage
What is the decimal equivalent of the hex number 0x3F? [blank_start]63[blank_end]
Antworten
  • 63
Zusammenfassung anzeigen Zusammenfassung ausblenden

ähnlicher Inhalt

The SAT Math test essentials list
lizcortland
How to improve your SAT math score
Brad Hegarty
Common Technology Terms
Julio Aldine Branch-HCPL
Project Communications Management
farzanajeffri
Network Protocols
Shannon Anderson-Rush
Abstraction
Shannon Anderson-Rush
Computing
Kwame Oteng-Adusei
HTTPS explained with Carrier Pigeons
Shannon Anderson-Rush
Introduction to the Internet
Shannon Anderson-Rush
Construcción de software
CRHISTIAN SUAREZ
Historical Development of Computer Languages
Shannon Anderson-Rush