CS 268 - Class Notes (Introduction)


Communication of Computing Devices

Terms and Conventions (Jargon)

Data is sent across a network as a "stream" of bits (1 or 0).

Encapsulation: "wrapping" data in information (or context):

Some Conventions: Example of Encapsulation: WWW Page Download over Ethernet


                              +-------------------------------+
                              |      WWW Page Contents        |
                              +-------------------------------+
                              V                               V
                       +--------------------------------------+
                       | HTTP |                               |
                       |Header|                               |
  Application          +--------------------------------------+
---------------------- V ------------------------------------ V
  Network/OS    +---------------------------------------------+
                | TCP  |                                      |
                |Header|                                      |
                +---------------------------------------------+
                V                                             V
         +----------------------------------------------------+
         | IP   |                                             |
         |Header|                                             |
         +----------------------------------------------------+
         V                                                    V
+-------------------------------------------------------------+--------+
|Ethernet| IP   | TCP  | HTTP |      WWW Page Contents        |Ethernet|
|Header  |Header|Header|Header|                               | Trailer|
+-------------------------------------------------------------+--------+

Protocol: a formula for passing messages, specifying the details of message formats, and describing how to handle error conditions. Protocols exist at various levels:

Basic Types of Networks

Network Technologies

STS = Synchronous Transport Signal, SONET = Synchronous Optical Network. ATM is designed specifically for OC-3 and OC-12 speeds.
Todd L. Montgomery (revised 08.23.1999)