Which of the following RAS Gateways can be implemented to perform simple routing between virtual networks on a host and VLANs configured on the physical network?

A. GRE tunneling
B. Layer 3 forwarder
C. NAT gateway
D. Site-to-site VPN


Answer: B

Computer Science & Information Technology

You might also like to view...

A C++ member function that sets or changes the value stored in a member variable is called

A) an accessor. B) a mutator. C) a user. D) a get function. E) an updater.

Computer Science & Information Technology

Suppose an ArrayList list contains {"red", "green", "red", "green"}. What is the list after the following code?

``` list.remove("red"); ``` a. {"red", "green", "red", "green"} b. {"green", "red", "green"} c. {"green", "green"} d. {"red", "green", "green"}

Computer Science & Information Technology

What does the tcpdump host 192.168.1.100 command do?

A. It only captures traffic originating from and destined to 192.168.1.100. B. It only captures traffic originating from 192.168.1.100. C. It only captures traffic destined to 192.168.1.100. D. It only captures traffic destined to the default host 192.168.1.1.

Computer Science & Information Technology

The system unit on most personal computers contains at least one hard disk, sometimes called an internal hard disk because it is not portable.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology