|
|
80 of 81 people found the following review helpful:
5.0 out of 5 stars
Best TCP-IP introduction you can find, September 18, 2000
To learn about TCP-IP there are three aspects you should consider: TCP-IP standards, TCP-IP implementation and TCP-IP programming. Are you looking for a good intro about TCP-IP Standards? This is surely the best. This book isn't about TCP-IP programming or implementation; I would say that it is an organized, gentle and concise presentation of the Internet documentation known as RFC ( request for comments ). After reading this book you should try "TCP-IP Illustrated, Vol. 1" by Richard Stevens, because it offers a more practical approach describing a real TCP-IP Internet "on the fly". After these two books you have a good background to read the Internet RFCs and more specific books about routing, firewalls, proxys, Internet high-level protocols and applications ( http, ftp, telnet, smtp, pop, etc ... ). After the basics you should read a book about a particular implementation of TCP-IP for the OS you are using. A nice intro about TCP-IP for Unix is "TCP-IP Network Administration" by Craig Hunt. Three other O'Reilly's books about specific topics on TCP-IP Administration for Unix are "DNS and Bind" , "Sendmail" and "Managing NFS and NIS". If you are interested in Unix TCP-IP programming there is still a quite long way, because you should know "C" language, basic Unix programing and Unix network programming. For this herculean task, I highly recommend "Advanced Programming in Unix Environment" by Richard Stevens for basic Unix programming and "Unix Network Programming Vol. 1" also by Richard Stevens for TCP-IP programming. These are the best books on basic and network programming for Unix OS. By the way, You don't need the Volumes 2 and 3 of this book. This Volume 1 is the only one you should buy.
|