What is the GRE IP protocol number?

A) 6
B) 47
C) 87
D) 17

B
Explanation: B) When implementing GRE, it is important to ensure that the path between the tunnel endpoints allows IP protocol number 47 (GRE). If it doesn't, then the tunnel will not work.

Computer Science & Information Technology

You might also like to view...

To add a new comment to a document, you click the New Comment button in the:

A) Comments group on the Review Tab. B) Review group on the Comments Tab. C) Add group on the Comments Tab. D) Comments group on the Add Tab.

Computer Science & Information Technology

Let Point be a generic type. We want to write a method that takes as parameter Point objects whose type parameter is the Number class, or any subclass of Number. We can do this by declaring the type of the method parameter as

A) Point B) Point C) Point D) Point

Computer Science & Information Technology