What is RIPng, and what is it used for?
What will be an ideal response?
RIPng is Routing Information Protocol next generation, and it is required tosupport IPv6 routing.
Computer Science & Information Technology
You might also like to view...
What will be output from the following code:
What will be an ideal response?
Computer Science & Information Technology
Suppose that x is an int variable. Which of the following expressions always evaluates to false?
A. (x > 0) || (x <= 0) B. (x > 0) || (x == 0) C. (x > 0) && ( x <= 0) D. (x >= 0) && (x == 0)
Computer Science & Information Technology