Which tunneling method is a good choice if you must tunnel through a NAT using UDP, but a poor choice based on performance issues?
A. 6to4
B. Teredo
C. ISATAP
D. GRE
Answer: B
Computer Science & Information Technology
You might also like to view...
________ view allows a background image to be added to a form
Fill in the blank(s) with correct word
Computer Science & Information Technology
How many times will the following code print "Welcome to Java"?
int count = 0; do { System.out.println("Welcome to Java"); count++; } while (count < 10); a. 8 b. 9 c. 10 d. 11 e. 0
Computer Science & Information Technology