An extension to PPTP is the ____, which establishes, configures, and automatically tests the connection.
A. network access server (NAS)
B. Layer 2 Tunneling Protocol (L2TP)
C. IP Security (IPsec)
D. Link Control Protocol (LCP)
Answer: D
You might also like to view...
The ____________________ value of the use attribute means that the use of the attribute is optional with the element.
Fill in the blank(s) with the appropriate word(s).
Suppose s is a string with the value "java". What will be assigned to x if you execute the following code?
``` char x = s.charAt(4); ``` a. 'a' b. 'v' c. Nothing will be assigned to x, because the execution causes the runtime error StringIndexOutofBoundsException.
A ________ is a text box and a list that is hidden until you click its arrow
A) combo box B) results box C) lookup field D) bracket box
A(n) ____________________ subset view consists of a subset of the rows and columns in some base table.
Fill in the blank(s) with the appropriate word(s).