What are virtual private networks?

What will be an ideal response?


A virtual private network (VPN) is a network that uses a public communications infrastructure (like the Internet) to facilitate private communication between a company LAN and remote employees. Remote employees work from home or are located somewhere other than their workplace. Although they require extra security measures, VPNs provide a relatively inexpensive way to connect remote and mobile users with the company's private network. Very often, businesses want to provide some limited access to their communications infrastructure to nonemployees. This may include business partners, suppliers, vendors, and others who deal with the company but are not employees. The part of the company's network that allows access to these nonemployees is called the extranet, which is accessed over or through the Internet. Conversely, the part of the company's network that allows access to employees is called the intranet, which is completely separate from the Internet. Virtual private networks can be intranet VPNs or extranet VPNs. Alternatives to VPNs include owned or leased lines, which are much more expensive.

Computer Science & Information Technology

You might also like to view...

____ is considered an additive color mode because its colors are created by adding together different wavelengths of light in various intensities.

a. CMYK b. RGB c. LAB d. CLUT

Computer Science & Information Technology

Which of the following statements creates a multidimensional array with 3 rows, where the first row contains 1 element, the second row contains 4 elements and the final row contains 2 elements?

a. int[][] items = {{1, null, null, null}, {2, 3, 4, 5}, {6, 7, null, null}}; b. int[][] items = {{1}, {2, 3, 4, 5}, {6, 7}}; c. int[][] items = {{1}, {2, 3, 4, 5}, {6, 7}, {}); d. int[][] items = {{1}, {4}, {2}};

Computer Science & Information Technology

A good name for a method that would set the value of instance variable number while ensuring its validity is ________

a) number b) set c) setNumber d) setValid

Computer Science & Information Technology

What Cisco IOS command is used to create a VLAN and enter into VLAN configuration mode?

A) interface vlan vlan B) vlan vlan C) vlan name D) primary vlan vlan

Computer Science & Information Technology