Which IPv6 multicast addresses are used by OSPFv3 for communications between OSPFv3-configured devices?
A) FF02::5
B) FF02::6
C) FF02::A
D) FF02::9
A, B
Explanation: A) Just like OSPF for IPv4, which uses 224.0.0.5 and 224.0.0.6, OSPFv3 uses similar IPv6 equivalents FF02::5 (all OSPFv3 devices) and FF02::6 (OSPFv3 DR and BDR).
B) Just like OSPF for IPv4, which uses 224.0.0.5 and 224.0.0.6, OSPFv3 uses similar IPv6 equivalents FF02::5 (all OSPFv3 devices) and FF02::6 (OSPFv3 DR and BDR).
You might also like to view...
What is another name for static tunnels?
A. private tunnels B. configured tunnels C. automatic tunnels D. self-managed tunnels
Answer the following statement(s) true (T) or false (F)
1. The probable loss magnitude in the FAIR framework is equivalent to the magnitude of the worst impact. 2. Custom frameworks are easy to design but difficult to implement. 3. The chief Security officer can be the project team member who sets the methodology and approaches of the risk assessment project. 4. Risk is a state of uncertainty. 5. A survey is more reliable than an interview.
What is the postcondition of the following recursive algorithm?Algorithm recursiveAlgorithm (n) if (n equals 0) return 1 else return (n * recursiveAlgorithm (n - 1)) end ifend recursiveAlgorithm
A. n is returned B. n^2 is returned C. n! is returned D. sum(1..n) is returned
The cell error #NULL! means that there is an invalid cell reference.
Answer the following statement true (T) or false (F)