gawkinet: Introduction

1 
1 1 Networking Concepts
1 *********************
1 
1 This major node provides a (necessarily) brief introduction to computer
1 networking concepts.  For many applications of 'gawk' to TCP/IP
1 networking, we hope that this is enough.  For more advanced tasks, you
1 will need deeper background, and it may be necessary to switch to
1 lower-level programming in C or C++.
1 
1    There are two real-life models for the way computers send messages to
1 each other over a network.  While the analogies are not perfect, they
1 are close enough to convey the major concepts.  These two models are the
1 phone system (reliable byte-stream communications), and the postal
1 system (best-effort datagrams).
1 

Menu