System and Network Administration lecture in color

First, a true life story

The problem: your group definition script

Extenuating circumstances

Solution

A study in arrogance

Basic networking concepts

Networking:

OSI Reference Model:

 +---------------------+
 | Application Layer   |  how devices agree on the meaning of data
 +---------------------+     mayor
 | Presentation Layer  |  how devices agree on the format of data
 +---------------------+     town meetings
 | Session Layer       |  how neighboring devices establish channels of info
 +---------------------+     community cable
 | Transport Layer     |  how to avoid communication errors between devices
 +---------------------+     libel suits/lawyers
 | Network Layer       |  how non-neighboring devices communicate 
 +---------------------+     gossip
 | Data Link Layer     |  how neighboring devices communicate
 +---------------------+     talking over the fence
 | Physical Layer      |  how devices are physically connected 
 +---------------------+     back fences

The _9_ layers of the OSI reference model:

 +---------------------+
 | Political Layer     |  how devices agree on what to spend. 
 +---------------------+
 | Financial Layer     |  how devices agree on what to buy. 
 +---------------------+
 | Application Layer   |  how devices agree on the meaning of data
 +---------------------+     
 | Presentation Layer  |  how devices agree on the format of data
 +---------------------+     
 | Session Layer       |  how neighboring devices establish channels of info
 +---------------------+    
 | Transport Layer     |  how to avoid communication errors between devices
 +---------------------+   
 | Network Layer       |  how non-neighboring devices communicate 
 +---------------------+  
 | Data Link Layer     |  how neighboring devices communicate
 +---------------------+
 | Physical Layer      |  how devices are physically connected 
 +---------------------+

General comments:

Typical example of layering in action:

 host        repeater    router      host
 [ App ]>    [ App ]     [ App ]    >[ App ] 
 [ Pre ]|    [ Pre ]     [ Pre ]    |[ Pre ]
 [ Ses ]|    [ Ses ]     [ Ses ]    |[ Ses ]
 [ Trn ]|    [ Trn ]    +[ Trn ]+   |[ Trn ]
 [ Net ]|    [ Net ]    |[ Net ]|   |[ Net ]
 [ Lnk ]|   +[ Lnk ]+   |[ Lnk ]|   |[ Lnk ]
 [ Phy ]+-->+[ Phy ]+-->|[ Phy ]+-->+[ Phy ]

Encapsulation:

TCP/IP: Transmission Control Protocol/Internet Protocol

TCP: Transmission Control Protocol

UDP: User Datagram Protocol

Let's build ourselves a network:

Brief Practical Discussion:

thicknet(AUI):

thinnet:

twisted pair:

The link layer: ethernet.

Packet structure

Modern ethernet: 10/T, 100/T:

Wiring 10/T:

Crossover:

Comments on all ethernet link layers:

Collisions:

lies, damn lies, and bandwidth calculations

Other link layers:

RS232 (modem-to-computer) connections: also called SERIAL

Null modems:

RS232 speeds:

Point-to-point protocol:

Illusions:


lecture in color

/comp/150NET/notes/net-old.php
downloaded on Nov-23-2009 04:57:26 PM,
was last modified on Feb-17-2004 10:48:58 PM.

All lecture note content is copyright 2004 by
Alva L. Couch, Computer Science, Tufts University