Time limit: 0
Quiz-summary
0 of 21 questions completed
Questions:
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
- 11
- 12
- 13
- 14
- 15
- 16
- 17
- 18
- 19
- 20
- 21
Information
Networking Devices and Initial Configuration Module 4 - 6 Checkpoint Test Online
You have already completed the quiz before. Hence you can not start it again.
Quiz is loading...
You must sign in or sign up to start the quiz.
You have to finish following quiz, to start this quiz:
Results
0 of 21 questions answered correctly
Your time:
Time has elapsed
You have reached 0 of 0 points, (0)
Average score |
|
Your score |
|
Categories
- Not categorized 0%
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
- 11
- 12
- 13
- 14
- 15
- 16
- 17
- 18
- 19
- 20
- 21
- Answered
- Review
-
Question 1 of 21
1. Question
1 pointsRefer to the exhibit. ServerB is attempting to contact HostA. Which two statements correctly identify the addressing that ServerB will generate in the process? (Choose two.)Correct
Incorrect
Hint
In order to send data to HostA, ServerB will generate a packet that contains the IP address of the destination device on the remote network and a frame that contains the MAC address of the default gateway device on the local network. -
Question 2 of 21
2. Question
1 pointsWhen would a switch record multiple entries for a single switch port in its MAC address table?Correct
Incorrect
Hint
When another switch or a hub is connected to a switch port then frames could be received from the multiple nodes connected to the other switch or the hub. This will result in the MAC address for each of those multiple nodes to be recorded in the MAC address table against that one port. When a router is connected to a switch port, only the MAC address of the router interface would be recorded against the switch port. ARP broadcasts are used to associate MAC addresses with IP addresses and such broadcasts would not directly result in multiple MAC addresses being recorded against a single switch port. Configuring the switch to perform Layer 3 switching will not result in multiple MAC addresses being recorded against a single switch port. The ARP table associated with the Layer 3 switch port may contain multiple IP address to MAC address mappings but this is to enable the correct framing of Layer 3 packets, not the Layer 2 frame switching function. -
Question 3 of 21
3. Question
1 pointsOpen the PT Activity. Perform the tasks in the activity instructions and then answer the question. Which port does Switch0 use to send frames to the host with the IPv4 address 10.1.1.5?Correct
Incorrect
Hint
Issuing the command ipconfig /all from the PC0 command prompt displays the IPv4 address and MAC address. When the IPv4 address 10.1.1.5 is pinged from PC0, the switch stores the source MAC address (from PC0) along with the port to which PC0 is connected. When the destination reply is received, the switch takes the destination MAC address and compares to MAC addresses stored in the MAC address table. Issuing the show mac-address-table on the PC0 Terminal application displays two dynamic MAC address entries. The MAC address and port entry that does not belong to PC0 must be the MAC address and port of the destination with the IPv4 address 10.1.1.5. -
Question 4 of 21
4. Question
1 pointsWhich information does a switch use to populate the MAC address table?Correct
Incorrect
Hint
To maintain the MAC address table, the switch uses the source MAC address of the incoming packets and the port that the packets enter. The destination address is used to select the outgoing port. -
Question 5 of 21
5. Question
1 pointsRefer to the exhibit. The exhibit shows a small switched network and the contents of the MAC address table of the switch. PC1 has sent a frame addressed to PC3. What will the switch do with the frame?Correct
Incorrect
Hint
The MAC address of PC3 is not present in the MAC table of the switch. Because the switch does not know where to send the frame that is addressed to PC3, it will forward the frame to all the switch ports, except for port 4, which is the incoming port. -
Question 6 of 21
6. Question
1 pointsWhen a computer assembles a frame to be sent over the network, what is the maximum size of an Ethernet frame?Correct
Incorrect
Hint
Ethernet standards define a frame size with a minimum of 64 bytes and a maximum of 1518 bytes including fields of destination MAC address, source MAC, Length/Type, data payload, and FCS. -
Question 7 of 21
7. Question
1 pointsRefer to the exhibit. A ping to PC3 is issued from PC0, PC1, and PC2 in this exact order. Which MAC addresses will be contained in the S1 MAC address table that is associated with the Fa0/1 port?Correct
Incorrect
Hint
Switch S1 builds a MAC address table based on the source MAC address in the frame and the port upon which the frame enters the switch. The PC2 MAC address will be associated with port FA0/2. Because port FA0/1 of switch S1 connects with another switch, port FA0/1 will receive frames from multiple different devices. The MAC address table on switch S1 will therefore contain MAC addresses associated with each of the sending PCs. -
Question 8 of 21
8. Question
1 pointsWhat are two functions that are provided by the network layer? (Choose two.)Correct
Incorrect
Hint
The network layer is primarily concerned with passing data from a source to a destination on another network. IP addresses supply unique identifiers for the source and destination. The network layer provides connectionless, best-effort delivery. Devices rely on higher layers to supply services to processes. -
Question 9 of 21
9. Question
1 pointsWhich IPv4 header field is responsible for defining the priority of the packet?Correct
Incorrect
Hint
Differentiated services (DiffServ) is an IPv4 header field that is used to define the priority of each packet. The first 6 bits identify the value that is used by the QoS mechanism, and the last 2 bits identify the value that can be used to avoid packet dropping during network congestion. Traffic class is an IPv6 header field that is equivalent to the IPv4 differentiated services (DiffServ) field. Flow label is also an IPv6 header field that can be used to tell routers and switches to keep the same path for the packet flow to avoid packet reordering. Flags is an IPv4 header field that identifies how the packet is fragmented. -
Question 10 of 21
10. Question
1 pointsWhich field in an IPv6 packet is used by the router to determine if a packet has expired and should be dropped?Correct
Incorrect
Hint
ICMPv6, like IPv4, sends a Time Exceeded message if the router cannot forward an IPv6 packet because the packet has expired. However, the IPv6 packet does not have a TTL field. Instead, it uses the Hop Limit field to determine if the packet has expired. -
Question 11 of 21
11. Question
1 pointsWhat is correct in relation to NAT for IPv6?Correct
Incorrect
Hint
NAT for IPv6 is a temporary measure to aid in the move from IPv4 to IPv6. NAT64 is replacing NAT-PT. Dual stack is a method for running IPv4 and IPv6 on the same network. -
Question 12 of 21
12. Question
1 pointsWhich field in the IPv6 header points to optional network layer information that is carried in the IPv6 packet?Correct
Incorrect
Hint
Optional Layer 3 information about fragmentation, security, and mobility is carried inside of extension headers in an IPv6 packet. The next header field of the IPv6 header acts as a pointer to these optional extension headers if they are present. -
Question 13 of 21
13. Question
1 pointsMatch the characteristics with the correct IP protocol version.Correct
Incorrect
Hint
Options matched to the correct selection.IPv4 IPv6 12 basic header fields 128-bit address space 20 octets header 40 octets header 32-bit address space 8 header fields -
Question 14 of 21
14. Question
1 pointsWhat is one advantage that the IPv6 simplified header offers over IPv4?Correct
Incorrect
Hint
The IPv6 simplified header offers several advantages over IPv4: · Better routing efficiency and efficient packet handling for performance and forwarding-rate scalability · No requirement for processing checksums · Simplified and more efficient extension header mechanisms (as opposed to the IPv4 Options field) · A Flow Label field for per-flow processing with no need to open the transport inner packet to identify the various traffic flows -
Question 15 of 21
15. Question
1 pointsRefer to the exhibit. If all devices are using a subnet mask of 255.255.255.0, which laptop would have an IP address with the same network number as the server?Correct
Incorrect
Hint
The subnet mask shows which part of the IP address is the network number. Because all the devices have a subnet mask of 255.255.255.0, the first three sets of numbers in each IP address indicate the network number. The server and laptop C both have network numbers of 192.168.3.0. -
Question 16 of 21
16. Question
1 pointsWhy does a Layer 3 device perform the ANDing process on a destination IP address and subnet mask?Correct
Incorrect
Hint
ANDing allows us to identify the network address from the IP address and the network mask. -
Question 17 of 21
17. Question
1 pointsRefer to the exhibit. A computer that is configured with the IPv4 address as shown in the exhibit is unable to access the internet. What is the problem?Correct
Incorrect
Hint
The subnet mask of 255.255.255.224 identifies the network of 192.168.44.128. The usable range for the network is 192.168.44.129 through 192.168.44.158. The default gateway address of 192.168.44.161 exists on a separate network from the PC it is configured on. -
Question 18 of 21
18. Question
1 pointsA network engineer subnets the network 192.168.100.0 /24 into 16 subnets. How many usable host addresses will be available on each of the subnets?Correct
Incorrect
Hint
When network 192.168.100.0 /24 is subnetted into 16 subnets, each subnet will have a new network mask of 255.255.255.240. This new mask will leave four bits of the address available for hosts. Four host bits yield 16 host addresses. However, two of those addresses are reserved, the lowest for the subnet and the highest for the subnet broadcast. This leaves 14 addresses for host configuration. -
Question 19 of 21
19. Question
1 pointsWhat subnet mask would be associated with the IPv4 prefix of /28?Correct
Incorrect
Hint
/28 represents the number of consecutive 1s in the subnet mask. 24 1s makes the 255.255.255 part of the subnet mask. The last 4 1s in the mask is where it gets a little tricky. Add the values that these 4 1s represent to get the last octet of the mask: 128 + 64 + 32 + 16 = 240. /28 = 255.255.255.240 -
Question 20 of 21
20. Question
1 pointsConsider the group of five IPv4 addresses each with the subnet mask of 255.255.255.0. Which two IPv4 addresses belong to the same local network? (Choose two.)Correct
Incorrect
Hint
The subnet mask determines which part of the IP address is the network number. Because the subnet mask is 255.255.255.0, the first three sets of numbers in each IPv4 address indicate the network number. IPv4 addresses with the same network number are considered in the same local network. -
Question 21 of 21
21. Question
1 pointsWhich two hosts exist on the same subnet? (Choose two.)Correct
Incorrect
Hint
Hosts 172.16.100.4/23 and 172.16.101.199/23 both exist in network 172.16.100.0/23. This network includes all addresses from 172.16.100.1 through 172.16.101.255.