From 3f0e0b98842513a99f82799613cdcc81719da390 Mon Sep 17 00:00:00 2001 From: binh <> Date: Tue, 1 Mar 2005 11:49:38 +0000 Subject: [PATCH] I can feel it.... :) Binh. --- .../docbook/Linux-Networking/Feedback.xml | 2 +- .../docbook/Linux-Networking/Layering.xml | 78 +- .../docbook/Linux-Networking/Sources.xml | 1228 ++++++++++++++--- 3 files changed, 1093 insertions(+), 215 deletions(-) diff --git a/LDP/guide/docbook/Linux-Networking/Feedback.xml b/LDP/guide/docbook/Linux-Networking/Feedback.xml index 8b6815e1..79722e22 100644 --- a/LDP/guide/docbook/Linux-Networking/Feedback.xml +++ b/LDP/guide/docbook/Linux-Networking/Feedback.xml @@ -8,7 +8,7 @@ been made to ensure that the instructions and information herein are accurate and reliable. Send comments, corrections, suggestions and questions to the author Binh Nguyen, linuxfilesystem(at)yahoo(dot)com(dot)au with the - subject heading of Linux Networking. There is however, no guarantee of response. + subject heading of 'Linux Networking'. There is however, no guarantee of response. diff --git a/LDP/guide/docbook/Linux-Networking/Layering.xml b/LDP/guide/docbook/Linux-Networking/Layering.xml index f4cc4963..289198f0 100644 --- a/LDP/guide/docbook/Linux-Networking/Layering.xml +++ b/LDP/guide/docbook/Linux-Networking/Layering.xml @@ -92,6 +92,8 @@ There are eight main network technology issues that must be addressed at each la in the architecture though. These are outlined below: + + 1. Mechanism of identifying senders and receivers: addressing. 2. Rules for data transfer: simplex, half-duplex, or full-duplex. 3. Logical channels: sharing a link among a number of connections. @@ -100,6 +102,8 @@ in the architecture though. These are outlined below: 6. Incompatible speed between fast sender and slow receiver. 7. Message fragmentation and assembly. 8. Strategies for choosing routes. + + To study the above issues in detail please consult, Tannenbaum 4th edition. @@ -121,35 +125,41 @@ and their respective functions and services. - + + +entity: +in software, it is sometimes called a process; +in hardware in hardware it could mean in pratice an I/O chip -entity: -in software, it is sometimes called a process; in hardware in hardware it could mean in pratice an I/O chip +peer enties: +entities at the same layer in different machines/devices -peer enties: -entities at the same layer in different machines/devices -service provider: -eg. layer n, a layer that provides a service +service provider: +eg. layer n, a layer that provides a service -service receiver: -eg. layer n + 1, a layer that receives a service +service receiver: +eg. layer n + 1, a layer that receives a service -service access point (SAP): -a point where service is accessed, for example a function call in software, or the telephone for a telephone company +service access point (SAP): +a point where service is accessed, for example a function call +in software, or the telephone for a telephone company -protocol data unit (PDU): -a data unit that is communicated between peer entities +protocol data unit (PDU): +a data unit that is communicated between peer entities -service data unit (SDU): -the PDU from the serice receiver +service data unit (SDU): +the PDU from the serice receiver -protocol control information (PCI): -is appended by a service receiver to an SDU in order to indicated the type of service required and forms the IDU +protocol control information (PCI): +is appended by a service receiver to an SDU in order to +indicated the type of service required and forms the IDU -interface data unit (IDU): -the data unit that is given from a service receiver to a service provider. +interface data unit (IDU): +the data unit that is given from a service receiver to a +service provider. - + + The term "service" can be deemed to mean a number of things. These are outlined @@ -184,24 +194,24 @@ the service interface. The primitives differ for different services. As a simple example, a service may provide the following primitives: - + + +LISTEN: +listen for an incoming communication request -LISTEN: -listen for an incoming communication request +CONNECT: +make a communication request -CONNECT: -make a communication request +RECEIVE: +receive data of a communication -RECEIVE: -receive data of a communication +SEND: +send data of a communication -SEND: -send data of a communication - -DISCONNECT: -disconnect or discontinue a communication - - +DISCONNECT: +disconnect or discontinue a communication + + As discussed before, each layer has specfic functions and offers certain services diff --git a/LDP/guide/docbook/Linux-Networking/Sources.xml b/LDP/guide/docbook/Linux-Networking/Sources.xml index 822e6447..d1653717 100644 --- a/LDP/guide/docbook/Linux-Networking/Sources.xml +++ b/LDP/guide/docbook/Linux-Networking/Sources.xml @@ -272,186 +272,1054 @@ -Michael Moncur, MSCE The Core Exams in a Nutshell, O'Reilly &apm; Associates, 1998, USA -Ashton Mills, The Advanced Linux Pocketbook, ACP Tech, 2001, Australia -Guido ``goccia'' Gonzato, Configuration HOWTO, www.tldp.org, Version 1.99.7. 6 November 2001. -Ian Ward, Debian and Windows Shared Printing mini-HOWTO, www.tldp.org, Revision 1.4 2004-01-05 + + +Configuration HOWTO, www.tldp.org + + -Configuration HOWTO -Debian and Windows Shared Printing mini-HOWTO -Check Debian and Windows Shared Printing mini-HOWTO -DHCP mini-HOWTO is SERIOUSLY dodgy and needs an update -Root over nfs clients & server Howto., REALLY COOL doc contains stuff about TFTP and networking configuration -Root over NFS - Another Approach, same as above except updated -Divert Sockets mini-HOWTO, watch, stop and modify IP packets as they pass up and down the stack -DNS HOWTO -IPv6 HOWTO -Linux + XFS HOWTO -Linux Complete Backup and Recovery HOWTO -Linux Crash HOWTO -The Mock Mainframe Mini-HOWTO -Linux NCD mini-HOWTO, up to scratch???? -NCD X terminal mini HOWTO -Linux Netstation HOWTO -Network Boot and Exotic Root HOWTO -The Linux Networking Overview HOWTO -Linux NFS-HOWTO -NFS-Root mini-HOWTO -NFS-Root-Client Mini-HOWTO -The Linux NIS(YP)/NYS/NIS+ HOWTO -Linux Optimized Link State Routing Protocol (OLSR) IPv6 HOWTO -Online Troubleshooting Resources : HOWTO (very very good) -The openMosix HOWTO -LINUX PLIP MINI-HOWTO -PLIP Install HOWTO -Plug-and-Play-HOWTO -Linux PPP HOWTO -VPN PPP-SSH Mini-HOWTO -The Printing HOWTO -The Linux Printing Usage HOWTO -ProxyARP Subnetting HOWTO -Linux web browser station (formerly "The Linux Public Web Browser mini-HOWTO") -mini-HOWTO install qmail with MH (2 versions) -Linux Remote-Boot mini-HOWTO: Configuring Remote-Boot Workstations with Linux, DOS, Windows 95/98 and Windows NT -Remote Bridging with IP Tunnels mini-HOWTO -Remote Serial Console HOWTO -Remote X Apps mini-HOWTO -Root RAID HOWTO cookbook, deprecated!!!! -Samba Authenticated Gateway HOWTO -Sat (Satellite Technology) HOWTO -The Linux 2.4 SCSI subsystem HOWTO -The Linux SCSI Generic (sg) HOWTO -The Linux SCSI programming HOWTO, deprecated!!!! -Secure CVS Pserver Mini-HOWTO -Secure POP via SSH mini-HOWTO -Text-Terminal-HOWTO -Thin Client: New User Guide -Managing Accurate Date and Time -Transparent Proxy with Linux and Squid mini-HOWTO -The Unix and Internet Fundamentals HOWTO -The Unix Hardware Buyer HOWTO -UPS HOWTO -Usenet News HOWTO -User Authentication HOWTO -The Linux UUCP HOWTO -Linux VAR HOWTO, information on linux consulting -VideoLAN HOWTO -VoIP Howto -The VPN HOWTO, deprecated!!!! -VPN HOWTO -Linux VPN Masquerade HOWTO -Web Browsing Behind ISA Server HOWTO -Windows LAN server HOW-TO -Wireless Howto -Link-sys WPC11 Mini-HOWTO -Wireless Sync HOWTO (Using jpilot to sync your PalmOS device to your desktop across a wireless (802.11b) network.) -Linux XDMCP HOWTO -XDM and X Terminal mini-HOWTO -The Linux XFree86 HOWTO -ATI R200 + XFree86 4.x mini-HOWTO -Second Mouse in X mini-HOWTO -Linux Touch Screen HOWTO -XFree86 Video Timings HOWTO -Linux XFree-to-Xinside mini-HOWTO -XFree Local Multi-User HOWTO -Using Xinerama to MultiHead XFree86 V. 4.0+ -XML-RPC HOWTO -Connecting X Terminals to Linux Mini-HOWTO -How to change the title of an xterm -X Window System Architecture Overview HOWTO -The X Window User HOWTO -Bandwidth Limiting HOWTO -www.webopedia.com/quick_ref/OSI_Layers.asp -www.uwsg.iu.edu/usail/network/nfs/network_layers.html -www.ntlug.org/~ccox/net-trouble/img1.html -http://www.tldp.org/LDP/Linux-Dictionary/html/index.html -802.1X Port-Based Authentication HOWTO -Linux Amateur Radio AX.25 HOWTO -Bridging mini-HOWTO -Compressed TCP/IP-Sessions using SSH-like tools -DHCP mini-HOWTO -Diald Howto -Setting Up Your New Domain Mini-HOWTO. -The Linux Electronic Mail Administrator HOWTO -Linux Mail-Queue mini-HOWTO -Linux Ethernet-Howto -FTP mini-HOWTO -LDAP Linux HOWTO -Leased line Mini HOWTO -Multicast over TCP/IP HOWTO -Netrom-Node mini-Howto -The Linux NIS(YP)/NYS/NIS+ HOWTO -The Clock Mini-HOWTO -Linux Networking-HOWTO (Previously the Net-3 Howto) -VoIP Howto -Token-Ring mini-HOWTO -Linux IRC mini-HOWTO -Linux WWW HOWTO -Quota mini-HOWTO -Compressed TCP/IP-Sessions using SSH-like tools -Linux IPv6 HOWTO (en) -Linux-Dictionary, Binh Nguyen, http://www.tldp.org/LDP/Linux-Dictionary/html/index.html -Linux-Filesystem-Hierarchy, Binh Nguyen, http://www.tldp.org/LDP/Linux-Filesystem-Hierarchy/html/index.html -Computer-Dictionary, Binh Nguyen, http://computerdictionary.tsf.org.za/ -Text-Terminal-HOWTO -Setting up IP Aliasing on A Linux Machine Mini-HOWTO -Linux IPX-HOWTO -Ethernet Bridge + netfilter Howto -The Clock Mini-HOWTO -X Window System Architecture Overview HOWTO -The LBX Mini-HOWTO -Leased line Mini HOWTO -http://www.oswg.org/oswg-nightly/DHCP.html -http://www.linux.org.tw/CLDP/mini/DHCP.html -http://www.linux.or.jp/JF/JFdocs/DHCP.html -ftp://cuates.pue.upaep.mx/pub/linux/LuCAS/DHCP-mini-Como/ -mailto:vuksan-feedback@veus.hr -http://www.opencontent.org/opl.shtml -http://web.syr.edu/~jmwobus/comfaqs/dhcp.faq.html -mailto:sergei@phystech.com -ftp://ftp.phystech.com/pub/ -http://www.cps.msu.edu/~dunham/out/ -ftp://metalab.unc.edu/pub/Linux/system/network/daemons -ftp://ftp.phystech.com/pub/ -mailto:alexander.stevenson@home.com -ftp://ftp.redhat.com/pub/redhat/redhat-4.2/i386/RedHat/RPMS/dhcpcd-0.6-2.i386.rpm -mailto:nothing@cc.gatech.edu -http://ftp.debian.org/debian/dists/slink/main/binary-i386/net/ -mailto:heiko@os.inf.tu-dresden.de -ftp://ftp.linuxppc.org/ -ftp://ftp.phystech.com/pub/dhcpcd-1.3.17-pl9.tar.gz -ftp://vanbuer.ddns.org/pub/ -mailto:mellon@isc.org -ftp://ftp.isc.org/isc/dhcp/ -http://www.kde.org/ -ftp://ftp.us.kde.org/pub/kde/unstable/apps/network/ -http://www.linux-mag.com/2000-04/networknirvana_01.html -http://www.tascnets.com/mist/doc/mcpCompare.html -http://research.ivv.nasa.gov/RMP/links.html -http://hill.lut.ac.uk/DS-Archive/MTP.html -RFC 1112 "Host Extensions for IP Multicasting". Steve Deering. August 1989. -RFC 2236 "Internet Group Management Protocol, version 2". W. Fenner. November 1997. -RFC 1458 "Requirements for Multicast Protocols". Braudes, R and Zabele, S. May 1993. -RFC 1469 "IP Multicast over Token-Ring Local Area Networks". T. Pusateri. June 1993. -RFC 1390 "Transmission of IP and ARP over FDDI Networks". D. Katz. January 1993. -RFC 1583 "OSPF Version 2". John Moy. March 1994. -RFC 1584 "Multicast Extensions to OSPF". John Moy. March 1994. -RFC 1585 "MOSPF: Analysis and Experience". John Moy. March 1994. -RFC 1812 "Requirements for IP version 4 Routers". Fred Baker, Editor. June 1995 -RFC 2117 "Protocol Independent Multicast-Sparse Mode (PIM-SM): Protocol Specification". D. Estrin, D. Farinacci, A. Helmy, D. Thaler; S. Deering, M. Handley, V. Jacobson, C. Liu, P. Sharma, and L. Wei. July 1997. -RFC 2189 "Core Based Trees (CBT version 2) Multicast Routing". A. Ballardie. September 1997. -RFC 2201 "Core Based Trees (CBT) Multicast Routing Architecture". A. Ballardie. September 1997. -"Introduction to IP Multicast Routing". draft-ietf-mboned-intro-multicast-03.txt. T. Maufer, C. Semeria. July 1997. -"Administratively Scoped IP Multicast". draft-ietf-mboned-admin-ip-space-03.txt. D. Meyer. June 10, 1997. -Linux Multicast Homepage. http://www.cs.virginia.edu/~mke2e/multicast.html -Linux Multicast FAQ. http://andrew.triumf.ca/pub/linux/multicast-FAQ -Multicast and MBONE on Linux. http://www.teksouth.com/linux/multicast/ -Christian Daudt's MBONE-Linux Page. http://www.microplex.com/~csd/linux/mbone.html -Reliable Multicast Links http://research.ivv.nasa.gov/RMP/links.html -Multicast Transport Protocols http://hill.lut.ac.uk/DS-Archive/MTP.html -"TCP/IP Illustrated: Volume 1 The Protocols". Stevens, W. Richard. Addison Wesley Publishing Company, Reading MA, 1994 -"TCP/IP Illustrated: Volume 2, The Implementation". Wright, Gary and W. Richard Stevens. Addison Wesley Publishing Company, Reading MA, 1995 -"UNIX Network Programming Volume 1. Networking APIs: Sockets and XTI". Stevens, W. Richard. Second Edition, Prentice Hall, Inc. 1998. -"Internetworking with TCP/IP Volume 1 Principles, Protocols, and Architecture". Comer, Douglas E. Second Edition, Prentice Hall, Inc. Englewood Cliffs, New Jersey, 1991 + + +Debian and Windows Shared Printing mini-HOWTO, www.tldp.org + + + + + +Check Debian and Windows Shared Printing mini-HOWTO, www.tldp.org + + + + + +DHCP mini-HOWTO is SERIOUSLY dodgy and needs an update, www.tldp.org + + + + + +Root over nfs clients & server Howto., REALLY COOL doc contains stuff about TFTP and networking configuration, www.tldp.org + + + + + +Root over NFS - Another Approach, same as above except updated, www.tldp.org + + + + + +Divert Sockets mini-HOWTO, watch, stop and modify IP packets as they pass up and down the stack, www.tldp.org + + + + + +DNS HOWTO, www.tldp.org + + + + + +IPv6 HOWTO, www.tldp.org + + + + + +Linux + XFS HOWTO, www.tldp.org + + + + + +Linux Complete Backup and Recovery HOWTO, www.tldp.org + + + + + +Linux Crash HOWTO, www.tldp.org + + + + + +The Mock Mainframe Mini-HOWTO, www.tldp.org + + + + + +Linux NCD mini-HOWTO, up to scratch????, www.tldp.org + + + + + +NCD X terminal mini HOWTO, www.tldp.org + + + + + +Linux Netstation HOWTO, www.tldp.org + + + + + +Network Boot and Exotic Root HOWTO, www.tldp.org + + + + + +The Linux Networking Overview HOWTO, www.tldp.org + + + + + +Linux NFS-HOWTO, www.tldp.org + + + + + +NFS-Root mini-HOWTO, www.tldp.org + + + + + +NFS-Root-Client Mini-HOWTO, www.tldp.org + + + + + +The Linux NIS(YP)/NYS/NIS+ HOWTO, www.tldp.org + + + + + +Linux Optimized Link State Routing Protocol (OLSR) IPv6 HOWTO, www.tldp.org + + + + + +Online Troubleshooting Resources : HOWTO (very very good), www.tldp.org + + + + + +The openMosix HOWTO, www.tldp.org + + + + + +LINUX PLIP MINI-HOWTO, www.tldp.org + + + + + +PLIP Install HOWTO, www.tldp.org + + + + + +Plug-and-Play-HOWTO, www.tldp.org + + + + + +Linux PPP HOWTO, www.tldp.org + + + + + +VPN PPP-SSH Mini-HOWTO, www.tldp.org + + + + + +The Printing HOWTO, www.tldp.org + + + + + +The Linux Printing Usage HOWTO, www.tldp.org + + + + + +ProxyARP Subnetting HOWTO, www.tldp.org + + + + + +Linux web browser station (formerly "The Linux Public Web Browser mini-HOWTO"), www.tldp.org + + + + + +mini-HOWTO install qmail with MH (2 versions), www.tldp.org + + + + + +Linux Remote-Boot mini-HOWTO: Configuring Remote-Boot Workstations with Linux, DOS, Windows 95/98 and Windows NT, www.tldp.org + + + + + +Remote Bridging with IP Tunnels mini-HOWTO, www.tldp.org + + + + + +Remote Serial Console HOWTO, www.tldp.org + + + + + +Remote X Apps mini-HOWTO, www.tldp.org + + + + + +Root RAID HOWTO cookbook, deprecated!!!!, www.tldp.org + + + + + +Samba Authenticated Gateway HOWTO, www.tldp.org + + + + + +Sat (Satellite Technology) HOWTO, www.tldp.org + + + + + +The Linux 2.4 SCSI subsystem HOWTO, www.tldp.org + + + + + +The Linux SCSI Generic (sg) HOWTO, www.tldp.org + + + + + +The Linux SCSI programming HOWTO, deprecated!!!!, www.tldp.org + + + + + +Secure CVS Pserver Mini-HOWTO, www.tldp.org + + + + + +Secure POP via SSH mini-HOWTO, www.tldp.org + + + + + +Text-Terminal-HOWTO, www.tldp.org + + + + + +Thin Client: New User Guide, www.tldp.org + + + + + +Managing Accurate Date and Time, www.tldp.org + + + + + +Transparent Proxy with Linux and Squid mini-HOWTO, www.tldp.org + + + + + +The Unix and Internet Fundamentals HOWTO, www.tldp.org + + + + + +The Unix Hardware Buyer HOWTO, www.tldp.org + + + + + +UPS HOWTO, www.tldp.org + + + + + +Usenet News HOWTO, www.tldp.org + + + + + +User Authentication HOWTO, www.tldp.org + + + + + +The Linux UUCP HOWTO, www.tldp.org + + + + + +Linux VAR HOWTO, information on linux consulting, www.tldp.org + + + + + +VideoLAN HOWTO, www.tldp.org + + + + + +VoIP Howto, www.tldp.org + + + + + +The VPN HOWTO, deprecated!!!!, www.tldp.org + + + + + +VPN HOWTO, www.tldp.org + + + + + +Linux VPN Masquerade HOWTO, www.tldp.org + + + + + +Web Browsing Behind ISA Server HOWTO, www.tldp.org + + + + + +Windows LAN server HOW-TO, www.tldp.org + + + + + +Wireless Howto, www.tldp.org + + + + + +Link-sys WPC11 Mini-HOWTO, www.tldp.org + + + + + +Wireless Sync HOWTO (Using jpilot to sync your PalmOS device to your desktop across a wireless (802.11b) network.), www.tldp.org + + + + + +Linux XDMCP HOWTO, www.tldp.org + + + + + +XDM and X Terminal mini-HOWTO, www.tldp.org + + + + + +The Linux XFree86 HOWTO, www.tldp.org + + + + + +ATI R200 + XFree86 4.x mini-HOWTO, www.tldp.org + + + + + +Second Mouse in X mini-HOWTO, www.tldp.org + + + + + +Linux Touch Screen HOWTO, www.tldp.org + + + + + +XFree86 Video Timings HOWTO, www.tldp.org + + + + + +Linux XFree-to-Xinside mini-HOWTO, www.tldp.org + + + + + +XFree Local Multi-User HOWTO, www.tldp.org + + + + + +Using Xinerama to MultiHead XFree86 V. 4.0+, www.tldp.org + + + + + +XML-RPC HOWTO, www.tldp.org + + + + + +Connecting X Terminals to Linux Mini-HOWTO, www.tldp.org + + + + + +How to change the title of an xterm, www.tldp.org + + + + + +X Window System Architecture Overview HOWTO, www.tldp.org + + + + + +The X Window User HOWTO, www.tldp.org + + + + + +Bandwidth Limiting HOWTO, www.tldp.org + + + + + +www.webopedia.com/quick_ref/OSI_Layers.asp, www.tldp.org + + + + + +www.uwsg.iu.edu/usail/network/nfs/network_layers.html, www.tldp.org + + + + + +www.ntlug.org/~ccox/net-trouble/img1.html, www.tldp.org + + + + + +802.1X Port-Based Authentication HOWTO, www.tldp.org + + + + + +Linux Amateur Radio AX.25 HOWTO, www.tldp.org + + + + + +Bridging mini-HOWTO, www.tldp.org + + + + + +Compressed TCP/IP-Sessions using SSH-like tools, www.tldp.org + + + + + +DHCP mini-HOWTO, www.tldp.org + + + + + +Diald Howto, www.tldp.org + + + + + +Setting Up Your New Domain Mini-HOWTO., www.tldp.org + + + + + +The Linux Electronic Mail Administrator HOWTO, www.tldp.org + + + + + +Linux Mail-Queue mini-HOWTO, www.tldp.org + + + + + +Linux Ethernet-Howto, www.tldp.org + + + + + +FTP mini-HOWTO, www.tldp.org + + + + + +LDAP Linux HOWTO, www.tldp.org + + + + + +Leased line Mini HOWTO, www.tldp.org + + + + + +Multicast over TCP/IP HOWTO, www.tldp.org + + + + + +Netrom-Node mini-Howto, www.tldp.org + + + + + +The Linux NIS(YP)/NYS/NIS+ HOWTO, www.tldp.org + + + + + +The Clock Mini-HOWTO, www.tldp.org + + + + + +Linux Networking-HOWTO (Previously the Net-3 Howto), www.tldp.org + + + + + +VoIP Howto, www.tldp.org + + + + + +Token-Ring mini-HOWTO, www.tldp.org + + + + + +Linux IRC mini-HOWTO, www.tldp.org + + + + + +Linux WWW HOWTO, www.tldp.org + + + + + +Quota mini-HOWTO, www.tldp.org + + + + + +Compressed TCP/IP-Sessions using SSH-like tools, www.tldp.org + + + + + +Linux IPv6 HOWTO (en), www.tldp.org + + + + + +Linux-Dictionary, Binh Nguyen, www.tldp.org + + + + + +Linux-Filesystem-Hierarchy, www.tldp.org + + + + + +Computer-Dictionary, http://computerdictionary.tsf.org.za/ + + + + + +Text-Terminal-HOWTO, www.tldp.org + + + + + +Setting up IP Aliasing on A Linux Machine Mini-HOWTO, www.tldp.org + + + + + +Linux IPX-HOWTO, www.tldp.org + + + + + +Ethernet Bridge + netfilter Howto, www.tldp.org + + + + + +The Clock Mini-HOWTO, www.tldp.org + + + + + +X Window System Architecture Overview HOWTO, www.tldp.org + + + + + +The LBX Mini-HOWTO, www.tldp.org + + + + + +Leased line Mini HOWTO, www.tldp.org + + + + + +http://www.oswg.org/oswg-nightly/DHCP.html + + + + + +http://www.linux.org.tw/CLDP/mini/DHCP.html + + + + + +http://www.linux.or.jp/JF/JFdocs/DHCP.html + + + + + +ftp://cuates.pue.upaep.mx/pub/linux/LuCAS/DHCP-mini-Como/ + + + + + +mailto:vuksan-feedback@veus.hr + + + + + +http://www.opencontent.org/opl.shtml + + + + + +http://web.syr.edu/~jmwobus/comfaqs/dhcp.faq.html + + + + + +mailto:sergei@phystech.com + + + + + +ftp://ftp.phystech.com/pub/ + + + + + +http://www.cps.msu.edu/~dunham/out/ + + + + + +ftp://metalab.unc.edu/pub/Linux/system/network/daemons + + + + + +ftp://ftp.phystech.com/pub/ + + + + + +mailto:alexander.stevenson@home.com + + + + + +ftp://ftp.redhat.com/pub/redhat/redhat-4.2/i386/RedHat/RPMS/dhcpcd-0.6-2.i386.rpm + + + + + +mailto:nothing@cc.gatech.edu + + + + + +http://ftp.debian.org/debian/dists/slink/main/binary-i386/net/ + + + + + +mailto:heiko@os.inf.tu-dresden.de + + + + + +ftp://ftp.linuxppc.org/ + + + + + +ftp://ftp.phystech.com/pub/dhcpcd-1.3.17-pl9.tar.gz + + + + + +ftp://vanbuer.ddns.org/pub/ + + + + + +mailto:mellon@isc.org + + + + + +ftp://ftp.isc.org/isc/dhcp/ + + + + + +http://www.kde.org/ + + + + + +ftp://ftp.us.kde.org/pub/kde/unstable/apps/network/ + + + + + +http://www.linux-mag.com/2000-04/networknirvana_01.html + + + + + +http://www.tascnets.com/mist/doc/mcpCompare.html + + + + + +http://research.ivv.nasa.gov/RMP/links.html + + + + + +http://hill.lut.ac.uk/DS-Archive/MTP.html + + + + + +RFC 1112 "Host Extensions for IP Multicasting". Steve Deering. August 1989. + + + + + +RFC 2236 "Internet Group Management Protocol, version 2". W. Fenner. November 1997. + + + + + +RFC 1458 "Requirements for Multicast Protocols". Braudes, R and Zabele, S. May 1993. + + + + + +RFC 1469 "IP Multicast over Token-Ring Local Area Networks". T. Pusateri. June 1993. + + + + + +RFC 1390 "Transmission of IP and ARP over FDDI Networks". D. Katz. January 1993. + + + + + +RFC 1583 "OSPF Version 2". John Moy. March 1994. + + + + + +RFC 1584 "Multicast Extensions to OSPF". John Moy. March 1994. + + + + + +RFC 1585 "MOSPF: Analysis and Experience". John Moy. March 1994. + + + + + +RFC 1812 "Requirements for IP version 4 Routers". Fred Baker, Editor. June 1995 + + + + + +RFC 2117 "Protocol Independent Multicast-Sparse Mode (PIM-SM): Protocol Specification". D. Estrin, D. Farinacci, A. Helmy, D. Thaler; S. Deering, M. Handley, V. Jacobson, C. Liu, P. Sharma, and L. Wei. July 1997. + + + + + +RFC 2189 "Core Based Trees (CBT version 2) Multicast Routing". A. Ballardie. September 1997. + + + + + +RFC 2201 "Core Based Trees (CBT) Multicast Routing Architecture". A. Ballardie. September 1997. + + + + + +"Introduction to IP Multicast Routing". draft-ietf-mboned-intro-multicast-03.txt. T. Maufer, C. Semeria. July 1997. + + + + + +"Administratively Scoped IP Multicast". draft-ietf-mboned-admin-ip-space-03.txt. D. Meyer. June 10, 1997. + + + + + +Linux Multicast Homepage. http://www.cs.virginia.edu/~mke2e/multicast.html + + + + + +Linux Multicast FAQ. http://andrew.triumf.ca/pub/linux/multicast-FAQ + + + + + +Multicast and MBONE on Linux. http://www.teksouth.com/linux/multicast/ + + + + + +Christian Daudt's MBONE-Linux Page. http://www.microplex.com/~csd/linux/mbone.html + + + + + +Reliable Multicast Links http://research.ivv.nasa.gov/RMP/links.html + + + + + +Multicast Transport Protocols http://hill.lut.ac.uk/DS-Archive/MTP.html + + + + + +"TCP/IP Illustrated: Volume 1 The Protocols". Stevens, W. Richard. Addison Wesley Publishing Company, Reading MA, 1994 + + + + + +"TCP/IP Illustrated: Volume 2, The Implementation". Wright, Gary and W. Richard Stevens. Addison Wesley Publishing Company, Reading MA, 1995 + + + + + +"UNIX Network Programming Volume 1. Networking APIs: Sockets and XTI". Stevens, W. Richard. Second Edition, Prentice Hall, Inc. 1998. + + + + + +"Internetworking with TCP/IP Volume 1 Principles, Protocols, and Architecture". Comer, Douglas E. Second Edition, Prentice Hall, Inc. Englewood Cliffs, New Jersey, 1991 + +