User Tools

Site Tools


opus:fall2012:thakes3:datacommpart2

datacomm Keyword 2

Network Socket

Definition

It is an endpoint for network communication.

References

Wikipedia

datacomm Keyword 2 Phase 2

FireWire Network

Definition

A way to transfer and share files between computers using only one wire between the computers.

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
 */
#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$ 
opus/fall2012/thakes3/datacommpart2.txt · Last modified: 2012/10/17 09:22 by wedge