User Tools

Site Tools


opus:fall2012:thakes3:datacommpart3

datacomm Keyword 3

Virtual Private Network

Definition

A virtual private network extends a private network through a tunnel to other computers. It is highly secure and uses encryption to port network activity under a tunnel

References

datacomm Keyword 3 Phase 2 Phase 2 Phase 2

Virtual Private Network

Definition

A virtual private network extends a private network through a tunnel to other computers. It is highly secure and uses encryption to port network activity under a tunnel

References

Demonstration

Demonstration of the indicated keyword.

If you wish to aid your definition with a code sample, you can do so by using a wiki code block, an example follows:

/*
 * Sample code block
 */
 
 
====Demonstration====
Demonstration of the indicated keyword.
 
If you wish to aid your definition with a code sample, you can do so by using a wiki **code** block, an example follows:
 
<code c>
/*
 * Sample code block
 */
#include <stdio.h>
 
int main()
{
    return(0);
}

Alternatively (or additionally), if you want to demonstrate something on the command-line, you can do so as follows:

lab46:~$ cd src
lab46:~/src$ gcc -o hello hello.c
lab46:~/src$ ./hello
Hello, World!
lab46:~/src$ 

Demonstration

opus/fall2012/thakes3/datacommpart3.txt · Last modified: 2012/12/06 15:08 by thakes3