[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
2.1.2 Comparing Protocols
This section develops a pair of programs (sender and receiver) that do nothing but send a timestamp from one machine to another. The sender and the receiver are implemented with each of the three protocols available and demonstrate the differences between them.
2.1.2.1 ‘/inet/tcp’ | The TCP special file. | |
2.1.2.2 ‘/inet/udp’ | The UDP special file. | |
2.1.2.3 ‘/inet/raw’ | The RAW special file. |