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

Computer Science & Information Technology

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).

Computer Science & Information Technology

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.

Computer Science & Information Technology

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

Computer Science & Information Technology

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).

Computer Science & Information Technology