H12-821_V1.0 · Question #886
TTL is the function of preventing loops in multicast.
The correct answer is A. TRUE. Option A is correct because TTL (Time To Live) is a field in the IP packet header that decrements by 1 at each router hop. When the TTL reaches zero, the router discards the packet and sends an ICMP "Time Exceeded" message back to the source. This mechanism ensures that…
Question
Options
- ATRUE
- BFALSE
- C
- D
How the community answered
(51 responses)- A78% (40)
- B12% (6)
- C6% (3)
- D4% (2)
Explanation
Option A is correct because TTL (Time To Live) is a field in the IP packet header that decrements by 1 at each router hop. When the TTL reaches zero, the router discards the packet and sends an ICMP "Time Exceeded" message back to the source. This mechanism ensures that multicast packets cannot circulate indefinitely if a routing loop exists, giving TTL its loop-prevention role.
Option B (FALSE) is wrong because TTL genuinely does prevent infinite loops - without it, a misconfigured multicast network could cause packets to bounce between routers forever, consuming bandwidth and crashing the network.
Options C and D are empty distractors with no content, so they can be immediately eliminated.
Memory tip: Think of TTL as a "hop budget." Every router that forwards the packet spends one unit from that budget. When the budget hits zero, the packet dies - so even if it's caught in a loop, it can't live forever. "TTL = Temporary Traffic Limiter."
Topics
Community Discussion
No community discussion yet for this question.