Check answers here:
Chapters 13 – 14: Multicast and QoS Exam Answers
Quiz-summary
0 of 32 questions completed
Questions:
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
- 11
- 12
- 13
- 14
- 15
- 16
- 17
- 18
- 19
- 20
- 21
- 22
- 23
- 24
- 25
- 26
- 27
- 28
- 29
- 30
- 31
- 32
Information
CCNP ENCOR v8 Chapters 13 – 14: Multicast and QoS 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 32 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
- 22
- 23
- 24
- 25
- 26
- 27
- 28
- 29
- 30
- 31
- 32
- Answered
- Review
-
Question 1 of 32
1. Question
1 pointsWhat is the IP address for the Cisco-RP-announce multicast group?Correct
Incorrect
Hint
The internet Assigned Numbers authority has assigned two group addresses, 224.0.0.39 and 224.0.1.40, for Auto-RP configuration in order to announce the RP in the multicast group. -
Question 2 of 32
2. Question
1 pointsWhich is a characteristic of PIM sparse mode?Correct
Incorrect
Hint
PIM sparse mode chooses one or more routers to operate as rendezvous points (RPs). An RP is a single common root placed at a chosen point of a shared distribution tree. -
Question 3 of 32
3. Question
1 pointsThe bootstrap router (BSR) mechanism of automating the distribution of rendezvous point (RP) information uses which IP address to disseminate information to all protocol independent multicast (PIM) routers?Correct
Incorrect
Hint
BSR (bootstrap router) messages are forwarded out of every PIM-enabled interface and use the all PIM router address 224.0.0.13 with a TTL of 1. -
Question 4 of 32
4. Question
1 pointsA network administrator is troubleshooting an IP multicast problem. Where can the administrator view source S, group G, incoming interfaces (IIF), outgoing interfaces (OIFs), and RPF neighbor information for each multicast route?Correct
Incorrect
Hint
The multicast routing information base (MRIB) is a topology table that is also known as the multicast route table (mroute). The MRIB is built using PIM and the routing table. It contains the source S, group G, incoming interfaces (IIF), outgoing interfaces (OIFs), and RPF neighbor information for each multicast route as well as other multicast-related information. The command show ip mroute is used to display the full contents of the IP multicast routing table. -
Question 5 of 32
5. Question
1 pointsA network administrator statically assigns a multicast address of 239.255.8.5 to an application running on a server. The NIC on the server is with the MAC address of AB.54.C1.01.B8.9F. Which Layer 2 multicast address will receivers use on their interfaces in order to receive the multicast feed?Correct
Incorrect
Hint
When a receiver wants to receive multicast feed from a particular multicast service, it will send a IGMP join message with the multicast IP address of the service and then reprogram the receiver interface with the matching multicast MAC address. To find the matching MAC address, do the following: Convert the IP multicast address 239.255.8.5 to binary form, 11101111.11111111.00001000.00000101 Separate the 23 low-order binary bits from the converted address, 1111111.00001000.00000101 Convert these bits to hexadecimal: 7F:08:05 Because the first 24bits of a multicast MAC address are 01.00.5E, The resulting multicast MAC address is then 01:00:5E:7F:08:05. -
Question 6 of 32
6. Question
1 pointsWhich notation is used to refer to the forwarding state in PIM shared trees?Correct
Incorrect
Hint
In a shared tree uses a rendezvous point (RP) as the tree root instead of the multicast source. Multicast traffic is forwarded down the shared tree to the group address (G). For this reason the forwarding state is referred to as (*,G). -
Question 7 of 32
7. Question
1 pointsWhich statement about IGMPv3 is true?Correct
Incorrect
Hint
IGMPv3 is an extension of IGMPv2 with added support for multicast source filtering done through the use of a new message type called Version 3 membership report. It supports applications that explicitly signal sources that want to receive multicast traffic by using the membership report in the Include or Exclude mode. -
Question 8 of 32
8. Question
1 pointsWhich well-know multicast group is joined by all PIM-enabled routers to receive RP mappings?Correct
Incorrect
Hint
RP mapping agents advertise the RP mappings to the well-known multicast group address, 224.0.1.40 (Cisco-RP-Discovery). Advertisements are sent every 60 seconds by default, or when changes are detected. All PIM-enabled routers join 224.0.1.40 and store the RP mappings in cache. -
Question 9 of 32
9. Question
1 pointsAn administrator has configured and enabled multicast together with PIM sparse mode on all VLANs on the network. Which feature helps to reduce multicast traffic being broadcast on the access layer switches?Correct
Incorrect
Hint
IGMP snooping stops multicast traffic from being broadcast on the access layer switches by examining IGMP joins that are sent by receivers and maintaining a table of interfaces to IGMP joins. -
Question 10 of 32
10. Question
1 pointsWhich two IGMPv3 modes are used to signal membership to a multicast host group? (Choose two.)Correct
Incorrect
Hint
The two IGMP modes that are used to signal membership are Include mode (the receiver announces membership to a multicast group and provides a include list) and Exclude mode (receiver announces membership to multicast group and provides exclude list). -
Question 11 of 32
11. Question
1 pointsWhich statement describes a characteristic of IP multicast routing?Correct
Incorrect
Hint
PIM dense mode is used in a multicast group that is densely populated across the network. PIM dense mode (PIM-DM) prunes expire after three minutes. This means that the flood and prune behavior of PIM dense mode repeats every three minutes and should be taken into account when designing a network for PIM-DM. A rendezvous point (RP) is required only in networks running Protocol Independent Multicast sparse mode (PIM-SM). -
Question 12 of 32
12. Question
1 pointsTo which multicast group does a candidate RP send announcement messages to advertise its willingness to be an RP?Correct
Incorrect
Hint
A C-RP advertises its willingness to be an RP every 60 seconds via RP announcement messages to the reserved well-known multicast group 224.0.1.39 (Cisco-RP-Announce). RP mapping agents join group 224.0.1.39 to receive the RP announcements. -
Question 13 of 32
13. Question
1 pointsWhich two statements about Protocol Independent Multicast (PIM) are true? (Choose two.)Correct
Incorrect
Hint
PIM is a multicast routing protocol that routes multicast traffic between network segments by creating distribution trees. It makes packet-forwarding decisions independent of the unicast IP routing protocol that is running in the network. There are five operating PIM modes: PIM dense mode (PIM-DM) PIM sparse mode (PIM-SM) PIM sparse dense Mode PIM source specific multicast (PIM-SSM) PIM bidirectional mode (Bidir-PIM) -
Question 14 of 32
14. Question
1 pointsWhich two statements describe IGMP? (Choose two.)Correct
Incorrect
Hint
IGMPv3 is used to provide source filtering for Source Specific Multicast (SSM). IGMP snooping can be used to mitigate multicast flooding and optimize the forwarding of multicast traffic to interested receivers. -
Question 15 of 32
15. Question
1 pointsWhich nonproprietary mechanism does PIM use to discover and announce RP set information for each group prefix for all the routers in a PIM domain?Correct
Incorrect
Hint
The bootstrap router (BSR) mechanism is used by PIM to discover and announce RP set information for each group prefix for all the routers in a PIM domain. This mechanism provides a fault-tolerant, automated RP discovery and distribution mechanism. -
Question 16 of 32
16. Question
1 pointsWhat happens when an edge router using IntServ QoS determines that the data pathway cannot support the level of QoS requested?Correct
Incorrect
Hint
When the IntServ QoS model is being used, if network devices along a data path can reserve the required bandwidth, the originating application can begin transmitting. If the requested resource reservation cannot be allocated along the path, the originating application does not send any data. -
Question 17 of 32
17. Question
1 pointsQuestion as presented: Match the state with its marking in a DSCP two token bucket mechanism environment. (Not all options apply.)Correct
Incorrect
-
Question 18 of 32
18. Question
1 pointsWhat two fields are available in IPv4 and IPv6 headers to mark packets for QoS? (Choose two.)Correct
Incorrect
Hint
IPv4 uses an 8-bit Type of Service field to mark packets at Layer 3 and IPv6 uses an 8-bit Traffic Class field to mark packets at Layer 3. The fields are used by receiving devices to forward the packets based on the appropriate assigned QoS policy. -
Question 19 of 32
19. Question
1 pointsA network administrator has defined the trust boundary of a network. What is the function of trusted endpoints deployed across the network?Correct
Incorrect
Hint
Trusted endpoints are devices that have the capability to mark application traffic at Layer 2 or Layer 3. Trusted endpoints include the following: IP phones Wireless access points Videoconferencing gateways and systems IP conferencing stations and more -
Question 20 of 32
20. Question
1 pointsWhich is a QoS model that a network engineer would implement to ensure a source to destination quality of service standard for a specified data flow?Correct
Incorrect
Hint
Best effort is the default packet forwarding design and provides no QoS. The differentiated services model enforces and applies QoS mechanisms on a hop-by-hop basis, not source to destination. Class-based weighted fair queuing and low latency queuing are queuing algorithms. -
Question 21 of 32
21. Question
1 pointsWhat would be the Tc value in ms for a 1 Gbps interface configured with a policer defined with a CIR of 150 Mbps and a Bc of 12 Mb?Correct
Incorrect
Hint
The Tc value is calculated by using the formula Bc (bits)/ CIR (bps) X 1000 TC = (15 Mb/150 Mbps) X 1000 Tc = (15,000,000 bits/150,000,000 pbs) X 1000 Tc = 100 ms -
Question 22 of 32
22. Question
1 pointsWhat statement describes the Class of Service field?Correct
Incorrect
Hint
The Class of Service is a 3-bit, Layer 2 field that is used as part of quality of service (QOS) between switches. The CoS is also one of the values used for classification and marking of traffic. -
Question 23 of 32
23. Question
1 pointsWhich protocol operates at Layer 3 and is used for marking packets?Correct
Incorrect
Hint
The differentiated services code point (DSCP) protocol is used to mark a 6-bit field within the DiffServ field that allows for classification of up to 64 values used for QoS. -
Question 24 of 32
24. Question
1 pointsWhat is the recommended maximum one-way latency when implementing video over IP for real-time video applications?Correct
Incorrect
Hint
Because voice traffic is very sensitive to delay and jitter, to avoid packet drops care must taken to be ensure a maximum one-way latency of not more then 150ms. -
Question 25 of 32
25. Question
1 pointsWhich two procedures should be implemented when deploying VoIP in a campus network? (Choose two.)Correct
Incorrect
Hint
Because voice traffic is very sensitive to latency and jitter, it would be better to keep it on a separate vlan and prioritize the traffic using QoS mechanisms. Such actions will ensure that the voice traffic has a dedicated bandwidth that is sufficient to meet its needs and the traffic is marked as priority over any other traffic. -
Question 26 of 32
26. Question
1 pointsWhich statement is true about the Single-Rate Two-Color Markers algorithm?Correct
Incorrect
Hint
The Single-Rate Two-Color Markers use a single token algorithm while the Single-Rate Three-Color markers use the two token bucket algorithm. -
Question 27 of 32
27. Question
1 pointsQuestion as presented: Match the queuing algorithm with its description. (Not all options apply.)Correct
Incorrect
-
Question 28 of 32
28. Question
1 pointsWhat is the value of the DSCP marker for video traffic on a WLAN?Correct
Incorrect
Hint
The traffic types and their associated DSCP values in a WLAN are as follows: Voice-EF Video-AF41 Best Effort-O Background-AF11 -
Question 29 of 32
29. Question
1 pointsWhich statement describes NBAR2?Correct
Incorrect
Hint
NBAR2 is a deep packet inspection engine that uses Layer 3 through 7 data to identify a variety of protocols. it can operate in either Protocol discovery mode or Modular QoS CLI (MQC) mode. -
Question 30 of 32
30. Question
1 pointsMatch QoS techniques with the description. (Not all options are used.)Correct
Incorrect
-
Question 31 of 32
31. Question
1 pointsMatch the parameter with the correct description. (Not all options apply.)Correct
Incorrect
-
Question 32 of 32
32. Question
1 pointsMatch the operation to the appropriate QoS model.Correct
Incorrect