lecture
in color
| number | name | interpretation | |
|---|---|---|---|
| 1 | Physical Layer | how devices are physically connected | |
| 2 | Data Link Layer | how neighboring devices communicate | |
| 3 | Network Layer | how non-neighboring devices communicate | |
| 4 | Transport Layer | how to avoid communication errors | |
| 5 | Session Layer | how devices managing ongoing communication | |
| 6 | Presentation Layer | how devices agree on the format of data | |
| 7 | Application Layer | how devices agree on the meaning of data | |
| 8 | Financial Layer | how devices agree on what to spend | |
| 9 | Political Layer | how devices agree on how to get money | you are here! |
| part | theme | alternate interpretation |
|---|---|---|
| I | becoming a 'power user' | getting dangerous to yourself |
| II | becoming a 'super user' | getting dangerous to others |
| III | becoming a 'network admin' | extending danger to the internet |
| IV | becoming an architect | becoming a danger to a corporation |
man pages: document different parts of UNIX.
man man: describes a particular command man
man -k man: describes all man pages about
man.
man -s 3 time : describes the time
function (in section 3) as opposed to the time
command (in section 1).
control-H I invokes it.
tkinfo on an X11 terminal.
emacs isn't installed on many UNIX's by default.
vi/ex to deal with
systems without emacs.
ed/sed as well.
lecture
in color