VPN Reconnect can reestablish a connection as long as how many hours after the connection is lost?
a. 1
b. 8
c. 24
d. 100
B. The VPN Reconnect feature, which uses IKEv2 technology to automatically reestablish a VPN connection when an Internet connection is temporarily lost avoids the need to manually reconnect to the VPN and possibly having to restart a download.
Computer Science & Information Technology
You might also like to view...
To search for files that are larger than 1 MB in size, click to select ________ under the What is it? search criteria option
A) Large B) Small C) Other Size D) Medium
Computer Science & Information Technology
Create a function that reverses the items in a list.
Note: Creating a new function is unnecessary as there is a built in reverse method for lists, but one could make a function that calls this one.
Computer Science & Information Technology