What type of tunnel is created between the client computer and a DirectAccess server, and is used for control of the DirectAccess connection?
A. Infrastructure tunnel
B. Intranet tunnel
C. Internet tunnel
D. Split tunnel
Answer: A
You might also like to view...
What is a critical step you should take on the OS you choose for a bastion host?
A. ensure all security patches are installed B. make sure it is the latest OS version C. choose an obscure OS with which attackers are unfamiliar D. customize the OS for bastion operation
________ are small text files that Web sites put on your computer to store information about you and your preferences
Fill in the blank(s) with correct word
What is not displayed after entering edit mode on a JURT?
a. {master} b. [edit] c. > d. All the above are displayed.
When writing C# code, how do you indicate a namespace?
A. You must specify the namespace by using the "namespace" keyword, followed by the namespace. B. You must use the "declare namespace" keywords, followed by the namespace. C. You must utilize the using clause, or using directive, by specifying "using", followed by the namespace. D. You must use create a file called "namespaces", and include all namespace code in this file. Then, the namespace can be used by name in your program.