1 / 7

Chapter 1 Linux and TCP

2. Linux and TCP/IP Implementations. The first widely available release of TCP/IP implementation: the 4.2 Berkeley Software Distribution (BSD)Unix TCP/IP implementationsSolarisFreeBSDLinux. 3. Networking Code Organization. Most applications are implemented as user space processes.Protocols are

zenia
Télécharger la présentation

Chapter 1 Linux and TCP

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


    2. 2 Linux and TCP/IP Implementations The first widely available release of TCP/IP implementation: the 4.2 Berkeley Software Distribution (BSD) Unix TCP/IP implementations Solaris FreeBSD Linux

    3. 3 Networking Code Organization Most applications are implemented as user space processes. Protocols are implemented in the system kernel Socket layer Protocol layer Interface layer

    4. 4 Network Daemons and Services Daemon: a process running in the background of the system. Inetd (xinetd in Red Hat Linux 9) Httpd Named Port numbers Well-known port numbers, used by servers Ephemeral port numbers, used by clients The port number and IP address pairs of the server and client preserve the uniqueness of a communication session.

    5. 5 Network Configurations Files When a host is configured to boot locally, TCP/IP configuration parameters are stored in files. When the system boots up, parameters are read from the files and used to configure the daemons and the network interface. A parameter may be changed by editing the corresponding configuration file.

    6. 6 Linux Commands and Tools Basic Linux commands: man, passwd, ls, etc. Text editor vi Other text editors: Emacs, gedit, OpenOffice.org Window Dump Using floppy disks

    7. 7 Diagnostic Tools Tcpdump Ethereal

More Related