TCP/IP Network Administration (3rd Edition; O'Reilly Networking)
Average customer rating: 4.5 out of 5 stars
  • Administer for performance, not convenience
  • TCP/IP Fundamentals
  • Cannot Live Without
  • Best TCP/IP Book Hands Down!
  • A decent book to learn from and reference.
TCP/IP Network Administration (3rd Edition; O'Reilly Networking)
Craig Hunt
Manufacturer: O'Reilly Media, Inc.
ProductGroup: Book
Binding: Paperback

TCP-IPTCP-IP | Networks, Protocols & APIs | Networking | Computers & Internet | Subjects | Books
GeneralGeneral | Networks, Protocols & APIs | Networking | Computers & Internet | Subjects | Books
Network AdministrationNetwork Administration | Networking | Computers & Internet | Subjects | Books
AdministrationAdministration | Unix | Operating Systems | Computers & Internet | Subjects | Books
GeneralGeneral | Unix | Operating Systems | Computers & Internet | Subjects | Books
GeneralGeneral | Operating Systems | Computers & Internet | Subjects | Books
GeneralGeneral | Programming | Computers & Internet | Subjects | Books
GeneralGeneral | Certification Central | Computers & Internet | Subjects | Books
GeneralGeneral | Computers & Internet | Subjects | Books
GeneralGeneral | Unix & Linux | O'Reilly | By Publisher | Books
GeneralGeneral | Programming | O'Reilly | By Publisher | Books
Network AdministrationNetwork Administration | O'Reilly | By Publisher | Books
Look Inside Computer BooksLook Inside Computer Books | Trip | Specialty Stores | Books
Similar Items:
  1. Essential System Administration, Third Edition Essential System Administration, Third Edition
  2. DNS and Bind:3rd Ed DNS and Bind:3rd Ed
  3. Network Troubleshooting Tools (O'Reilly System Administration) Network Troubleshooting Tools (O'Reilly System Administration)
  4. SSH, The Secure Shell: The Definitive Guide SSH, The Secure Shell: The Definitive Guide
  5. DNS & BIND Cookbook DNS & BIND Cookbook

ASIN: 0596002971

Amazon.com

This book will be indispensable to Unix system administrators. It describes how to set up and administer a network of Unix systems using the TCP/IP protocols, taking a thoroughly practical approach. Topics covered include basic system configuration, routing, common network applications, and many others.

Book Description

This complete guide to setting up and running a TCP/IP network is essential for network administrators, and invaluable for users of home systems that access the Internet. The book starts with the fundamentals -- what protocols do and how they work, how addresses and routing are used to move data through the network, how to set up your network connection -- and then covers, in detail, everything you need to know to exchange information via the Internet. Included are discussions on advanced routing protocols (RIPv2, OSPF, and BGP) and the gated software package that implements them, a tutorial on configuring important network services -- including DNS, Apache, sendmail, Samba, PPP, and DHCP -- as well as expanded chapters on troubleshooting and security. TCP/IP Network Administration is also a command and syntax reference for important packages such as gated, pppd, named, dhcpd, and sendmail. With coverage that includes Linux, Solaris, BSD, and System V TCP/IP implementations, the third edition contains: This new edition includes ways of configuring Samba to provide file and print sharing on networks that integrate Unix and Windows, and a new chapter is dedicated to the important task of configuring the Apache web server. Coverage of network security now includes details on OpenSSH, stunnel, gpg, iptables, and the access control mechanism in xinetd. Plus, the book offers updated information about DNS, including details on BIND 8 and BIND 9, the role of classless IP addressing and network prefixes, and the changing role of registrars. Without a doubt, TCP/IP Network Administration, 3rd Edition is a must-have for all network administrators and anyone who deals with a network that transmits data over the Internet.

Customer Reviews:

3 out of 5 stars Administer for performance, not convenience.......2007-02-05

Anyone who has been concerned or is currently concerned with the performance of networks, no matter how large, has had to deal with the TCP/IP protocol. It has its origins in the late 1960's, being invented essentially by government researchers and finally finding its first specification in 1979. This book is written for Unix systems administrators who must deal with the intricacies of TCP/IP but unfortunately does not suggest to them methods for improving TCP/IP performance. It is one thing to administer for convenience and ease in troubleshooting. It is quite another thing to administer for performance. For this reason, this reviewer only read the last chapter in the book, which deals with the troubleshooting of the TCP/IP implementation. A future edition would be greatly improved by detailed discussion of performance issues and how to administer for optimum performance.

The author does however give a fairly detailed discussion of troubleshooting in TCP/IP and give a few hints to assist the beginning sys/ad person. Many of these are readily apparent to those who are acquainted with the dynamics of TCP/IP, while others are based more on a commonsense understanding of how networks are configured. For example, the author advises checking to see if the trouble is unique to only one application or if it only occurs on one remote host versus all remote hosts. Problems that are application specific are to be distinguished from those that may require investigation into the actual network, the latter occurring when hosts are experiencing problems on only certain subnets.

It is interesting that the troubleshooting techniques and tools that are described in this chapter still require a great deal of human intervention, and therefore are dependent on the time restrictions of the network engineer or administrator. These tools include "built-in" investigative ones like `ipconfig', `ping', `traceroute', and `snoop'. Some of these tools unfortunately can also be used to disrupt a network, such as for example when `ping attacks' are used to flood a host with a barrage of ping packets. In addition, many of them can be used to hack into a particular host, or gain information for a successful intrusion into that host's networked computers. Many of them also can be used to gain information on the layers that are below the TCP layer, such as the `arp' command that allows one to analyze problems with translation between IP and Ethernet addresses.

It is not surprising to find discussions on network design in this chapter, and in these discussions one must go deeper into the lower OSI levels. And in these discussions, particularly in the one on how to subdivide an Ethernet in order to manage the network traffic on a particular segment, the author does indirectly discuss performance issues, although they are strictly speaking outside of the TCP/IP protocol, and its sometimes striking and unpredictable behavior on real networks. This complicated behavior of TCP/IP, and the severe financial impact that its maladies can cause for business and industry dictate that a much more sophisticated approach to troubleshooting TCP/IP be used. This approach would deploy a system that responds immediately to TCP problems, analyzes them, and takes correction (on its own if the risks are understood). In addition it would learn from experience, or "keep a historical record' in the words of the author, so as to be able to confront similar problems in the future more efficiently. Having such an autonomous real-time TCP/IP troubleshooter that is not bound by the long time scales characteristic of human intervention would be complex but definitely useful and a huge return on investment.

5 out of 5 stars TCP/IP Fundamentals.......2005-06-30

This book covers the in's and out's of TCP/IP with a Unix focus. Non-Unix users will find this book equally useful as the Unix user, in that it presents the information in a format that is easy to follow as well as comprehensive.

This book doesn't cater to the casual reader, instead it gives the facts required for administration of a TCP/IP based network. If you want to understand this topic, this is the book to use.

5 out of 5 stars Cannot Live Without.......2004-11-19

Though this book is oriented to UNIX, I find it tremendously useful as a Windows administrator. Core concepts gleamed from this book has catapulted me greatly into my career, and allowed me to solve complex networking problems and avert major disasters.

I was introduced to this book for a UNIX Network Administration course, and from this I was able to really flesh out core TCP/IP concepts as well as play with services like DHCP and DNS, which are essential pieces for a Windows Active Directory environment. Using this book I was able to dabble with other services like NFS and SAMBA from a variety of systems ranging from Mac OS X to Solaris x86 to Linux to Windows XP...

I don't have any complaints, but rather some requests for future editions. I wish there was some coverage of IPSec and Kerberos in Chapter 12 "Network Security". I think Chapter 9 "Local Netowrk Services" could be expanded, as some topics are sparsely covered and there is no mention of printing technologies like IPP or CUPS. I do wish there was more coverage of the raw SMTP protocol and related technologies of POP, IMAP, and LDAP and maybe even mail servers like Exim and Postfix. However, don't touch that sendmail chapter (Chapter 10), as this coverage is so very excellent; other books go off on the deep end are far way too complex to get started.

5 out of 5 stars Best TCP/IP Book Hands Down!.......2003-05-20

As with all of O'Reilly's books, this one is technically accurate and fundamentally sound.

It does not teach TCP/IP from a simplistic approach--telling you only what you need to know and leaving you begging for more. It lays a ground work based upon the actual theory of these protocols and how they were developed and the thinking that was involved in their creation.

From there, it takes you step by step through the layers of the protocols and presents everything that most people would need to know--even more than they would need to know.

Especially enlightening were the chapters on IPv6--the next generation of the IP protocol, and the chapter covering subnetting.

Overall, if you need the one book to explain TCP/IP and the "ins-and-outs" of these networking protocols, look no further.

This book has all you'll need.

4 out of 5 stars A decent book to learn from and reference........2003-05-11

This coveres some aspects, and can be used to learn from--but doesn't cover all the aspects that you'll want to know. For a reference, it's pretty good too. It's a pretty decent book, though has a good mix of information that makes it a little better than average.
Linux Network Administrator's Guide
Average customer rating: 4.5 out of 5 stars
  • I Loved it!
  • Setting up a SHO Linux Network
  • Good for Overview and Common Practices
  • Printed Professional Quality Book
  • good discussion of DNS and sendmail
Linux Network Administrator's Guide
Tony Bautts , Terry Dawson , and Gregor Purdy
Manufacturer: O'Reilly Media, Inc.
ProductGroup: Book
Binding: Paperback

GeneralGeneral | Web Servers | Web Development | Computers & Internet | Subjects | Books
ApacheApache | Web Servers | Web Development | Computers & Internet | Subjects | Books
NetworksNetworks | Networks, Protocols & APIs | Networking | Computers & Internet | Subjects | Books
GeneralGeneral | Networks, Protocols & APIs | Networking | Computers & Internet | Subjects | Books
Network AdministrationNetwork Administration | Networking | Computers & Internet | Subjects | Books
GeneralGeneral | Unix | Operating Systems | Computers & Internet | Subjects | Books
GeneralGeneral | Linux | Operating Systems | Computers & Internet | Subjects | Books
Networking & System AdministrationNetworking & System Administration | Linux | Operating Systems | Computers & Internet | Subjects | Books
ServersServers | Linux | Operating Systems | Computers & Internet | Subjects | Books
GeneralGeneral | Operating Systems | Computers & Internet | Subjects | Books
GeneralGeneral | Certification Central | Computers & Internet | Subjects | Books
GeneralGeneral | Computers & Internet | Subjects | Books
GeneralGeneral | Software | Computers & Internet | Subjects | Books
GeneralGeneral | Unix & Linux | O'Reilly | By Publisher | Books
LinuxLinux | Unix & Linux | O'Reilly | By Publisher | Books
Network AdministrationNetwork Administration | O'Reilly | By Publisher | Books
Look Inside Computer BooksLook Inside Computer Books | Trip | Specialty Stores | Books
All TitlesAll Titles | Qualifying Textbooks - Fall 2007 | Stores | Books
Computers & InternetComputers & Internet | Qualifying Textbooks - Fall 2007 | Stores | Books
Similar Items:
  1. Linux Cookbook Linux Cookbook
  2. Linux iptables Pocket Reference Linux iptables Pocket Reference
  3. Linux Server Hacks: 100 Industrial-Strength Tips and Tools Linux Server Hacks: 100 Industrial-Strength Tips and Tools
  4. Linux Server Hacks, Volume Two: Tips & Tools for Connecting, Monitoring, and Troubleshooting (Hacks) Linux Server Hacks, Volume Two: Tips & Tools for Connecting, Monitoring, and Troubleshooting (Hacks)
  5. Linux Server Security Linux Server Security

ASIN: 0596005482

Book Description

The Linux Network Administrator's Guide, Third Edition dispenses all the practical advice you need to join a network. Along with some hardware considerations, this highly acclaimed guide takes an in-depth look at all of the essential networking software that comes with the operating system--including basic infrastructure (TCP/IP, wireless networking, firewalling) and the most popular services on Linux systems. But as the follow-up to a classic, the third edition of the Linux Network Administrator's Guide does more than just spruce up the basics. It also provides the very latest information on the following cutting-edge services: Featuring a litany of insider tips and techniques, the Linux Network Administrator's Guide, Third Edition is an invaluable companion for any network administrator interested in integrating Linux into their Windows environment Authored by Terry Dawson, Tony Bautts, and Gregor N. Purdy, the Linux Network Administrator's Guide, Third Edition emerged from the Linux Documentation Project (LDP). The LDP's goal is to centralize all of the issues of Linux documentation, ranging from online documentation topics such as installing, using, and running Linux.

Customer Reviews:

5 out of 5 stars I Loved it!.......2007-03-08

I was very suspicious of this book, because I knew it was available online for download. I thought at first, why not just print it and read it. A friend of mine told me this is something completely different. And he was right. It was worth every penny (cent).

The book is a great introduction to Linux networking theory and practices. Although it's lightweight in size, it makes it up with easy to read high quality content. I think even some experienced sysadmins might find a lot of interesting information inside.

The guide is very well written, with nice and self explaining graphics.

5 out of 5 stars Setting up a SHO Linux Network.......2006-08-23

This is an excellent book to start with if you are considering setting up a Linux network for your home or small office. The intended audience is assumed to have some basic programming skills and understands the priority of network security. If you have never written a make file or know what make is, you might want to start with a more fundamental book; you will struggle understanding the concepts of this book. If you have never used UNIX or Linux, you will be quickly LOST!

It is important to realize that this book is a guide and not a reference. Each chapter covers a major system vital to the Linux operating system. Book(s) are written for each system, yet the author covers enough information to get you started and keep you from being dangerous.

The book also indoctrinates you to the procedures and mindsets of Linux. If a specific tool is not covered in this book, you will know how to search for it, read the configuration man pages, build it, and install it.

My background: Mixed Signal IC Design Engineer (20 years), C/C++, C#, Perl Literate. Converting from Win2K OS to Linux because of corporate directive. I have been a user of UNIX and Windows OS for 25 years, however, I never had to administer a network. I wanted to start up a Linux network at home to act as a Subversion server and a general file server.

4 out of 5 stars Good for Overview and Common Practices.......2006-08-10

This is a good first book to purchase if you're getting into Linux Administration. It focuses more on common practices rather than configurations and how-to's. If you're looking to get an idea of how to build your environment (or make it better), this is a good book to start with, then purchase the specific manuals once you've decided on a course of action.

5 out of 5 stars Printed Professional Quality Book.......2005-03-15

This book fits into the space between the general everything there is to know about Linux books (which give limited space to each subject) and highly specialized books that cover only one application such as Apache or sendmail. It's a niche book intended for people aministering a Linux network. It contains what you need to know to set up a network and keep it up.

This is the third printed edition of this book. This has given time for the original work to be expanded and rewritten to satisfy the needs of readers who down through the years have sent in questions on various subjects.

This book is based on the on-line Linux documentation but bound into a convenient book, cleaned up professional illustrations, better indexing. While it costs a bit, it is probably no more than the cost of the ink cartridge it would take to print it out.

4 out of 5 stars good discussion of DNS and sendmail.......2005-03-08

A good education in how to use the Internet, in the context of a linux network. The authors provide a nice lucid explanation of DNS, as a globally distributed database that underpins the Internet. An entire chapter is allocated to this most crucial of ideas. The sort of thing you should have down pat.

Other network aspects are covered elsewhere in the book. Notably sendmail. The most important configuration ideas and settings are shown.

Though, for an edition printed in February 2005, the book only seems to refer to version 8.12 of sendmail. Whereas 8.13 has already been out for several months, and contains much enhanced Milter capabilities for fighting spam. But perhaps the discussion about 8.12 is simply due to the realities of how long it takes for a book to be published and printed.

A very topical chapter is offered last in the book. On wireless networks. It's a decent synopsis of a hugely popular occurrence. But given the rapid hardware upgrades in this field, and the still evolving wireless standards, you may want to seek out a more extensive text.
IPv6 Network Administration
Average customer rating: 4.5 out of 5 stars
  • Book contains no info on OpenBSD OS and its dual stack
  • The IPv6 book for those waiting to learn about IPv6
  • a delayed rollout
IPv6 Network Administration
David Malone , and Niall Richard Murphy
Manufacturer: O'Reilly Media, Inc.
ProductGroup: Book
Binding: Paperback

Intranets & ExtranetsIntranets & Extranets | Networking | Computers & Internet | Subjects | Books
NetworksNetworks | Networks, Protocols & APIs | Networking | Computers & Internet | Subjects | Books
GeneralGeneral | Networks, Protocols & APIs | Networking | Computers & Internet | Subjects | Books
Network AdministrationNetwork Administration | Networking | Computers & Internet | Subjects | Books
GeneralGeneral | Programming | Computers & Internet | Subjects | Books
GeneralGeneral | Certification Central | Computers & Internet | Subjects | Books
GeneralGeneral | Computers & Internet | Subjects | Books
GeneralGeneral | Programming | O'Reilly | By Publisher | Books
Network AdministrationNetwork Administration | O'Reilly | By Publisher | Books
Look Inside Computer BooksLook Inside Computer Books | Trip | Specialty Stores | Books
All TitlesAll Titles | Qualifying Textbooks - Fall 2007 | Stores | Books
Computers & InternetComputers & Internet | Qualifying Textbooks - Fall 2007 | Stores | Books
Similar Items:
  1. IPv6 Essentials IPv6 Essentials
  2. Deploying IPv6 Networks (Networking Technology) Deploying IPv6 Networks (Networking Technology)
  3. Running IPv6 Running IPv6
  4. Understanding IPv6 Understanding IPv6
  5. Migrating to IPv6: A Practical Guide to Implementing IPv6 in Mobile and Fixed Networks Migrating to IPv6: A Practical Guide to Implementing IPv6 in Mobile and Fixed Networks

ASIN: 0596009348

Book Description

What once seemed nearly impossible has turned into reality. The number of available Internet addresses is now nearly exhausted, due mostly to the explosion of commercial websites and entries from an expanding number of countries. This growing shortage has effectively put the Internet community--and some of its most brilliant engineers--on alert for the last decade. Their solution was to create IPv6, a new Internet standard which will ultimately replace the current and antiquated IPv4. As the new backbone of the Internet, this new protocol would fix the most difficult problems that the Internet faces today--scalability and management. And even though IPv6's implementation has met with some resistance over the past few years, all signs are now pointing to its gradual worldwide adoption in the very near future. Sooner or later, all network administrators will need to understand IPv6, and now is a good time to get started. IPv6 Network Administration offers administrators the complete inside info on IPv6. This book reveals the many benefits as well as the potential downsides of this next-generation protocol. It also shows readers exactly how to set up and administer an IPv6 network. A must-have for network administrators everywhere, IPv6 Network Administration delivers an even-handed approach to what will be the most fundamental change to the Internet since its inception. Some of the other IPv6 assets that are covered include: IPv6 Network Administration explains what works, what doesn't, and most of all, what's practical when considering upgrading networks from the current protocol to IPv6.

Customer Reviews:

4 out of 5 stars Book contains no info on OpenBSD OS and its dual stack.......2007-03-01

I'm reading both this book and _IPv6 Essentials, 2nd Ed._
Both of these books are good. but those interested in
IPv6 for OpenBSD will probably find IPv6 Essentials more
useful since this book does not mention OpenBSD at all, whereas the Essentials book
describes details of enabling optional ip6 features in OpenBSD (OpenBSD comes with
both ip4 and ip6 enabled by default) and even mentions OpenBSD
in the index.

Proofreading at OReilly is slipping. I have encountered
grammatical errors in the text that make me wonder if
English is the native language of the proofreader(s).

Also, note that O'Reilly appears to have severed
all email links to the rest of the world. The email addresses given in OReilly books no longer work,
(I tried to send this info to O'Reilly using the email address given in the book but the email bounced.)

5 out of 5 stars The IPv6 book for those waiting to learn about IPv6.......2005-08-11

IPv6 Network Administration is an absolutely first-rate technical guide. It is refreshing to read a book that doesn't waste time by assuming the reader has no networking background. IPv6 Network Administration achieves just the right balance between history, theory, and practical application to serve the needs of administrators and interested readers. If you've been waiting for the right resource from which to learn IPv6, this book is it.

The preface, a less than useful part of many books, offers an interesting history of IPv6 development. Rather than assume IPv4 is worthless, ch 1 and 2 debate IPv4's merits; ch 1 is anti-IPv4 and ch 2 is pro-IPv4. In ch 3 we learn IPv6 details, and here the authors' writing style and judgement shines. They avoid describing every detail of IPv6, and instead summarize or present just the important parts of the protocol. This technique could have earned the book the title "Practical IPv6".

Another smart choice made by the authors involves relating IPv6 concepts in IPv4 terms, where possible and appropriate. For example, ch 3 shows how neighbor solicitation fulfills a role similar to ARP. It will be many years before any student of networking will have to ignore learning IPv4, so I appreciate authors who speak in familiar terms.

Beginning in ch 5 and elsewhere, the authors make a third excellent decision. Rather than just present a Linux command reference and a Windows command reference, they present syntax for many operating systems and networking devices. This must have taken a decent amount of research, but such level of detail makes the work accessible to a wide audience. I found the use of FreeBSD in repeated examples to be particularly appealing.

The authors are not shy about saying what works and what doesn't when IPv6 is involved. In ch 7 they present some novel ways to work around certain issues, e.g., using netcat6 for port forwarding IPv6 traffic. They even show programming examples and outline new aspects of the sockets API to handle IPv6 addressing in ch 8.

Finally, IPv6 Network Administration presents workable ways for admins to give IPv6 a try, such as 6to4 and other tunnel methods. Almost anyone with a public IP address should be able to experiment with IPv6 thanks to the book's directions. Given that I operate multiple IPv6-capable systems in my lab, I was able to test some of the book's commands using link-local addressing (described in the text).

In brief, this is a must-have book for all network administrators. Even if you never intend to deploy IPv6, you should understand it as a professional technician. As a personal observation, I see many opportunities for intruders to exploit misconfigurations, poor coding, and various complexities in IPv6 (such as the huge variety of addresses assigned to single machines). IPv6 Network Administration will help get an IPv6 network running, at least to the point where administrators can begin becoming familiar with this new network protocol.

4 out of 5 stars a delayed rollout.......2005-04-02

The first book I read on IPv6 was in 97. It posited that due to the immminent exhaustion of IPv4 addresses, IPv6 was just around the corner. Well it still is. IPv4 refuses to roll over and quietly die. So what happened?

There's a slight defensive tone to this book, in explaining the delay. The Preface and the first 3 chapters give a nicely nontechnical and readable assessment of developments in the intervening years. A good synopsis of the current status of the Internet usage and how we got to this point. It discusses various limitations of IPv4 and current routing methods based on it.

The remainder of the book is far more technical. Here, the readership is clearly someone like a network programmer or developer. Yes, you can deploy IPv6 on your network. But right now, globally, we have islands of IPv6 in a sea of IPv4.

Perhaps one good thing about the delayed rollout is that the elapsed years have led to far more stringent and comprehensive planning of various facets of IPv6. My favourite is the Mobile IPv6. Around 97, mobile computing in any form was miniscule. But its massive subsequent growth, with the promise of far more to come, gave rise to Mobile IPv6. Nice. So what are we waiting for?
How to Cheat at Windows System Administration Using Command Line Scripts (How to Cheat) (How to Cheat)
Average customer rating: 5 out of 5 stars
  • Discover the Windows command line
How to Cheat at Windows System Administration Using Command Line Scripts (How to Cheat) (How to Cheat)
Pawan K. Bhardwaj , Dave Kleiman , and Brian Barber
Manufacturer: Syngress
ProductGroup: Book
Binding: Paperback

Network SecurityNetwork Security | Networking | Computers & Internet | Subjects | Books
Network AdministrationNetwork Administration | Networking | Computers & Internet | Subjects | Books
Windows - GeneralWindows - General | Operating Systems | Microsoft | Computers & Internet | Subjects | Books
NetworkingNetworking | Microsoft | Computers & Internet | Subjects | Books
GeneralGeneral | Operating Systems | Computers & Internet | Subjects | Books
GeneralGeneral | Software | Computers & Internet | Subjects | Books
Windows SecurityWindows Security | Security & Encryption | Computers & Internet | Subjects | Books
Look Inside Computer BooksLook Inside Computer Books | Trip | Specialty Stores | Books
All TitlesAll Titles | Qualifying Textbooks - Fall 2007 | Stores | Books
Similar Items:
  1. Winternals: Defragmentation, Recovery, and Administration Field Guide Winternals: Defragmentation, Recovery, and Administration Field Guide
  2. How to Cheat at Managing Windows Server Update Services (How to Cheat) (How to Cheat) How to Cheat at Managing Windows Server Update Services (How to Cheat) (How to Cheat)
  3. Windows Administration at the Command Line for Windows 2003, Windows XP, and Windows 2000: In the Field Results Windows Administration at the Command Line for Windows 2003, Windows XP, and Windows 2000: In the Field Results
  4. Microsoft  Windows  Scripting with WMI: Self-Paced Learning Guide (Self Paced Learning Guide) Microsoft Windows Scripting with WMI: Self-Paced Learning Guide (Self Paced Learning Guide)
  5. Microsoft Windows PowerShell Programming for the Absolute Beginner Microsoft Windows PowerShell Programming for the Absolute Beginner

ASIN: 1597491055

Book Description

How to Cheat at Windows Systems Administrators using Command line scripts teaches system administrators hundreds of powerful, time-saving tips for automating daily system administration tasks using Windows command line scripts.

With every new version of Windows, Microsoft is trying to ease the administration jobs by adding more and more layers of graphical user interface (GUI) or configuration wizards (dialog boxes). While these wizards are interactive and make the administrators job easier, they are not always the most convenient and efficient way to accomplish the everyday administration tasks. These wizards are time consuming and, at times, may seem a bit confusing. The purpose of the book is to teach administrators how to use command-line scripts to complete everyday administration jobs, solve recurring network problems and at the same time improve their efficiency.

*Provides system administrators with hundreds of tips, tricks, and scripts to complete administration tasks more quickly and efficiently.

*No direct competition for a core tool for Windows administrators.

*Builds on success of other books in the series including How to Cheat at Managing Windows Small Business Server 2003 and How to Cheat at Managing Microsoft Operations Manager 2005.

Customer Reviews:

5 out of 5 stars Discover the Windows command line.......2006-10-07

"There's more than one way to skin a cat", as the old saying goes.

Everything, and more, that can be done using the graphical, mouse-driven, interfaces provided by Windows, can be accomplished by using the command-line. What's more, these tasks can get scripted and be automated!

This book covers the basics of the command-line and how to go about writing batch files (or scripts).

After these fundamentals are covered, commands in various areas of system, domain and network administration are discussed. From configuring and using the task-scheduler, to performance, to managing disks, to AD administration, to network trouble-shooting, one is ready to tackle any administrative task from the command line.

The book also contains a very handy Appendix for those MS-DOS old-timers amongst us. The Appendix covers the MS-DOS commands no longer supported in Windows XP and those not supported in Windows 2003.

A final note is that this book was written with Windows XP and Windows 2003 in mind.
LINUX TCP/IP Network Administration
Average customer rating: 4.5 out of 5 stars
  • A good book, but NOT for cisco certifications
  • Appropriate for experienced, intriguing for novice
  • SUPERB: Lots of "meat", even OSPF & BGP!
LINUX TCP/IP Network Administration
Scott Mann
Manufacturer: Prentice Hall PTR
ProductGroup: Book
Binding: Paperback

TCP-IPTCP-IP | Networks, Protocols & APIs | Networking | Computers & Internet | Subjects | Books
GeneralGeneral | Networks, Protocols & APIs | Networking | Computers & Internet | Subjects | Books
Network AdministrationNetwork Administration | Networking | Computers & Internet | Subjects | Books
GeneralGeneral | Unix | Operating Systems | Computers & Internet | Subjects | Books
GeneralGeneral | Linux | Operating Systems | Computers & Internet | Subjects | Books
Networking & System AdministrationNetworking & System Administration | Linux | Operating Systems | Computers & Internet | Subjects | Books
GeneralGeneral | Operating Systems | Computers & Internet | Subjects | Books
GeneralGeneral | Certification Central | Computers & Internet | Subjects | Books
GeneralGeneral | Computers & Internet | Subjects | Books
GeneralGeneral | Software | Computers & Internet | Subjects | Books
MathematicsMathematics | Professional Science | Professional & Technical | Subjects | Books | Applied | Chaos & Systems | Geometry & Topology | Mathematical Analysis | Mathematical Physics | Number Systems | Pure Mathematics | Transformations | Trigonometry
Look Inside Computer BooksLook Inside Computer Books | Trip | Specialty Stores | Books
All TitlesAll Titles | Qualifying Textbooks - Fall 2007 | Stores | Books
Computers & InternetComputers & Internet | Qualifying Textbooks - Fall 2007 | Stores | Books
ProfessionalProfessional | Qualifying Textbooks - Fall 2007 | Stores | Books
Similar Items:
  1. TCP/IP Network Administration (3rd Edition; O'Reilly Networking) TCP/IP Network Administration (3rd Edition; O'Reilly Networking)
  2. Linux Network Administrator's Guide Linux Network Administrator's Guide
  3. Network Troubleshooting Tools (O'Reilly System Administration) Network Troubleshooting Tools (O'Reilly System Administration)
  4. Essential System Administration, Third Edition Essential System Administration, Third Edition

ASIN: 0130322202

Customer Reviews:

4 out of 5 stars A good book, but NOT for cisco certifications.......2002-08-03

Linux TCP/IP Network Administration is a very comprehensive book. It starts out easy talking about OSI layer models, defining crucial buzzwords, explaining various hardware options, and generally attempting to fill in possible gaps in your background. It's easy if you don't have any gaps, but by the time we get to dynamic routing protocols it gets thick and heavy for everyone.

The book did have quite a few typos. Write to me if you want my incomplete list. The best chapter (if you're new to this stuff) is chapter six. It really nails how routing tables work. Chapter 10 (covers DHCP Samba and Sendmail) is too much for one chapter and he can't get into enough depth much more than to give out some buzzwords. The later chapters go into configuring routed and gated for the various distance-vector and link-state routing protocols, and finally he ends up discussing QoS and other software that I haven't had a chance to play with yet. Ditto for IPv6. No matter how much we say it's coming it's still gonna rock things when it finally sweeps over.

This book is great if you want to hook up heterogeneous or homogeneous networks with linux servers, routers, and/or clients. As it goes along, it drops names of software you might need (both GUI and CLI based) and tells you where to get it. It tries not to focus TOO much on one Linux distro or another, though the author clearly has his favorites.

The chapters on OSPF and BGP are a great introduction to the theory of these routing protocols. However this book will not tell you how cisco does even the simplest thing and therefore will not directly help you get even your CCNA. It is useful background when studying more advanced cisco certs because sometimes when you read a cisco press book you lose the forest for the trees, and going back and forth between how you configure gated for OSPF and how Cisco does it will give you a clearer idea of what OSPF is REALLY all about (for those who care.)

5 out of 5 stars Appropriate for experienced, intriguing for novice.......2002-07-14

If you need to know about IP routing on UNIX system, this is the book. This book is appropriate for experienced system administrator and intriguing for the novice. The author started on glimpse of TCP/IP, then continuing to UNIX commands and detail explainations that appropriate for routing and the commands.

Although the book title mentioned "LINUX", this book is also applicable to any UNIX system (including BSD, Solaris, HP-UX, AIX, Mac OS X). Any system administrator should not have trouble adjusting command to a more-specific UNIX system (if any).

If previous reviewer commented that this book could be useful for preparing CCIE exam, I could agree with that. But I think this book is more appropriate for preparing CCNA exam since the book's content is not "too advanced" (not sophisticated enough).

If you are not preparing for the exam, you still could learning a lot. From this book at least you could get ideas of how major protocols (like RIP, OSPF, and BGP) getting around on a network without having a vendor router (such as Cisco router) installed. You could also learn about NAT and firewalls.

If you think this book is "too easy", you might try the followings. For the ARP packets, have W. Richard Steven's "TCP/IP Illustrated Vol. 1: The Protocols". Need more info on firewalls? Try "Building Internet Firewalls" by Elizabeth Zwicky, "Linux Firewalls" by Robert Ziegler, and "Intrusion Signatures and Analysis" by Mark Cooper.

Feel not enough background? Get "Internetworking with TCP/IP Vol. 1: Principles, Protocols, and Architecture" by Douglas Comer for the TCP/IP part. For the system administration part, have "UNIX System Administration Handbook" by Evi Nemeth. In between? Try "TCP/IP Network Administration" by Craig Hunt.

5 out of 5 stars SUPERB: Lots of "meat", even OSPF & BGP!.......2001-08-20

If you want to learn lots of advanced protocol details, then this is a "must-have". I think the OSPF & BGP chapters alone are worth the price. [Let me (...) know if you know of any other books on gated; this might even be an idea for CCIE study!]
Windows NT TCP/IP Network Administration
Average customer rating: 5 out of 5 stars
  • Now I know the fondamental concept about network computer
  • Les dio un poco de "flojera" a los amigos autores...
  • The definitive guide to Windows NT networking!
  • Much better than the Microsoft Official Curriculm binders
  • The Real Source of Knwoledge
Windows NT TCP/IP Network Administration
Craig Hunt , and Robert Bruce Thompson
Manufacturer: O'Reilly
ProductGroup: Book
Binding: Paperback

TCP-IPTCP-IP | Networks, Protocols & APIs | Networking | Computers & Internet | Subjects | Books
NetworksNetworks | Networks, Protocols & APIs | Networking | Computers & Internet | Subjects | Books
GeneralGeneral | Networks, Protocols & APIs | Networking | Computers & Internet | Subjects | Books
Network AdministrationNetwork Administration | Networking | Computers & Internet | Subjects | Books
Windows NTWindows NT | Operating Systems | Microsoft | Computers & Internet | Subjects | Books
Windows NT ServerWindows NT Server | Operating Systems | Microsoft | Computers & Internet | Subjects | Books
Windows - GeneralWindows - General | Operating Systems | Microsoft | Computers & Internet | Subjects | Books
NetworkingNetworking | Microsoft | Computers & Internet | Subjects | Books
GeneralGeneral | Programming | Computers & Internet | Subjects | Books
GeneralGeneral | Certification Central | Computers & Internet | Subjects | Books
GeneralGeneral | Computers & Internet | Subjects | Books
GeneralGeneral | Software | Computers & Internet | Subjects | Books
EngineeringEngineering | Professional & Technical | Subjects | Books | Aerospace | Automotive | Bioengineering | Chemical | Civil | Computer Technology | Design | Economics | Education | Electrical & Electronics | Energy | General | Industrial, Manufacturing & Operational Systems | Management | Marine | Materials | Materials Science | Mechanical | Nuclear | Patents & Inventions | Petroleum, Mining & Geological | Power Systems | Reference | Research | Special Topics | Telecommunications | Welding
EngineeringEngineering | Specialty Stores | Books | Aerospace | Automotive | Bioengineering | Chemical | Civil | Computer Technology | Design | Economics | Education | Electrical & Electronics | Energy | General | Industrial, Manufacturing & Operational Systems | Management | Materials | Materials Science | Mechanical | Nuclear | Patents & Inventions | Petroleum, Mining & Geological | Power Systems | Reference | Research | Special Topics | Telecommunications | Welding
GeneralGeneral | Windows | O'Reilly | By Publisher | Books
Windows NTWindows NT | Windows | O'Reilly | By Publisher | Books
Network AdministrationNetwork Administration | O'Reilly | By Publisher | Books
All TitlesAll Titles | Qualifying Textbooks - Fall 2007 | Stores | Books
Similar Items:
  1. Mastering Windows NT Server 4 (7th Edition) Mastering Windows NT Server 4 (7th Edition)

ASIN: 1565923774

Amazon.com

The world runs on IP addresses and the transmission of data between them, and Windows NT controls an increasing number of TCP/IP networks. Windows NT TCP/IP Network Administration helps demystify the aspects of Windows NT that relate to TCP/IP.

Craig Hunt wrote the standard book on TCP/IP under Unix--TCP/IP Network Administration--and he and Robert Thompson have applied their skills with equal aplomb to Windows NT 4. The authors don't assume too much here--they explain how IP addressing and TCP sessions work in general before diving into the specifics of TCP/IP under Windows NT. Readers learn the essentials of packets, addresses, routing, name resolution, subnets, and sockets before Hunt and Thompson trundle out a single Windows NT screen shot.

Windows NT coverage is comprehensive and authoritative. Beginning with a walkthrough of TCP/IP installation under the operating system, Windows NT TCP/IP Network Administration proceeds to reveal the details of all services that relate to TCP/IP. The book includes coverage of Dynamic Host Configuration Protocol (DHCP), Windows Internet Name Service (WINS), Domain Name Service (DNS), Routing and Remote Access Service (RRAS), and Internet Information Server (IIS). Discussion of each service includes documentation of its interface, explanations of how to carry out common tasks, and some suggestions on troubleshooting. Even experienced administrators will be able to learn something from the tons of tips found here. --David Wall

Book Description

Windows NT TCP/IP Network Administration is a complete guide to setting up and running a TCP/IP network on Windows NT. Windows NT and TCP/IP have long had a close association, and this is the first book to focus exclusively on NT networking with TCP/IP. It starts with the fundamentals--what the protocols do and how they work, how addresses and routing move data through the network, and how to set up your network connection. Beyond that, all the important networking services provided as part of Windows NT-- including IIS, RRAS, DNS, WINS, and DHCP--are presented in detail. This book is the NT administrator's indispensable guide.

Contents include:

Customer Reviews:

5 out of 5 stars Now I know the fondamental concept about network computer.......2001-12-06

It's clear and simple. Very good and usefull to understand the network computer.

3 out of 5 stars Les dio un poco de "flojera" a los amigos autores..........2001-08-31

Parece que si, pues aunque el libro cubre la mayor parte de los temas relacionados a configuracion de servidores DHCP, WINS y DNS utilizando NT considero que el libro es pobre en ejemplos ilustrativos, graficos de flujo, consejos y trucos.
Honestamente no recomiendo el libro si es que tienes un serio proyecto en mente para crear un nodo internet y deseas desarrollar toda la infraestructura de soporte TCP/IP.
Este es un libro frio, una clase magistral distante de hace unos 50 años atras sobre un tema tan moderno como TCP/IP, que mantiene al lector muy lejos del autor.
Veamoslo de esta forma matematica:
Este libro + Más graficos + Trucos y Consejos = Que buen libro !!
Espero sinceramente que mi revision te ayude a hacer una buena decision. Saludos.
Piyux.

5 out of 5 stars The definitive guide to Windows NT networking!.......2001-03-31

If you're any way involved with the administration or planning of your NT network environment, this is a book you must have! I consider myself pretty good in networking, but still found myself referring back to this book every so often. A must have on any networking library!

4 out of 5 stars Much better than the Microsoft Official Curriculm binders.......2001-03-11

I bought this book to use as a reference when I got my first IT job. Areas of TCP/IP I found confusing from the Microsoft course I took were cleared up nicely from reading this book.

I never found the need to buy a second TCP/IP book after reading this. You won't either.

5 out of 5 stars The Real Source of Knwoledge.......2000-07-09

I had studied other resources, including a training course to get my knowledge to a good standard. This book was the first that was really worth the effort. So much so, I am now looking for titles by the same Publisher to complete my MCSE
Windows 2000 Administration in a Nutshell : A Desktop Quick Reference
Average customer rating: 3.5 out of 5 stars
  • THE W2K handbook
  • Good companion to the W2K Resource Kits
  • Rather confusing
  • Great mini manual!
  • Desktop Reference
Windows 2000 Administration in a Nutshell : A Desktop Quick Reference
Mitch Tulloch
Manufacturer: O'Reilly Media, Inc.
ProductGroup: Book
Binding: Paperback

Windows NTWindows NT | Operating Systems | Microsoft | Computers & Internet | Subjects | Books
Windows - GeneralWindows - General | Operating Systems | Microsoft | Computers & Internet | Subjects | Books
NetworkingNetworking | Microsoft | Computers & Internet | Subjects | Books
GeneralGeneral | Networks, Protocols & APIs | Networking | Computers & Internet | Subjects | Books
Network AdministrationNetwork Administration | Networking | Computers & Internet | Subjects | Books
GeneralGeneral | Computers & Internet | Subjects | Books
GeneralGeneral | Operating Systems | Computers & Internet | Subjects | Books
GeneralGeneral | Software | Computers & Internet | Subjects | Books
NutshellNutshell | Series | O'Reilly | By Publisher | Books
GeneralGeneral | Windows | O'Reilly | By Publisher | Books
Look Inside Computer BooksLook Inside Computer Books | Trip | Specialty Stores | Books
Similar Items:
  1. Windows 2000 Commands Pocket Reference (Pocket Reference (O'Reilly)) Windows 2000 Commands Pocket Reference (Pocket Reference (O'Reilly))
  2. Windows Server 2003 in a Nutshell Windows Server 2003 in a Nutshell
  3. Windows 2000 Deployment and Desktop Management Windows 2000 Deployment and Desktop Management
  4. Active Directory, 3rd Edition Active Directory, 3rd Edition
  5. Windows 2000 Performance Guide Windows 2000 Performance Guide

ASIN: 1565927133

Book Description

Anyone who installs Windows 2000, creates a user, or adds a printer is a 2000 system administrator. This book covers all the important day-to-day administrative tasks, and the tools for performing each task are included in a handy easy-to-look-up alphabetical reference. What's the same and what's different between the Windows 2000 and Windows NT platform? Has the GUI or the networking architecture changed, and if so, how? Windows 2000 Administration in a Nutshell addresses the problems associated with bridging the gap between the Windows NT and Windows 2000 platforms. This book covers: Whether the concern is new security issues or how Active Directory works, Windows 2000 Administration in a Nutshell is as useful to the single-system home user as it is to the administrator of a 1,000-node corporate network.

Customer Reviews:

5 out of 5 stars THE W2K handbook.......2002-04-11

I have a number of O'Reilly books and have come to expect a lot from them. However, this one raises the standard. Concepts and tasks are listed alphabetically, providing an encyclopedic approach which makes finding topics a snap and beats looking up 50 references in an index to find the one you want. I only wish more tech manuals were organized this way. Perhaps the idea will catch on.
This is not to leave out Mitch Tulloch's writing which, although concise, is highly readable - a rarity in technical manuals (with the exception of the esteemed Mr. Minasi!). Although this book is not meant as a tutorial, I actually found that the organization helped me in understanding certain topics better. This is because each topic is treated in its entirety rather than scattered here and there throughout the book. As mentioned in an above review, this does lead to some redundancy, but the payoff is worth it.
Although I have discovered a lack of information on a couple of more obscure items, overall the book is very comprehensive with virtually no filler material. Of the four W2K handbooks I have, this is the one that remains as my prime reference. It is simply invaluable.

4 out of 5 stars Good companion to the W2K Resource Kits.......2001-09-07

This book is the 80/20 rule in motion. 80% of the day to day issues are resolved with 20% of the product information. The key is knowing which 20%. This book seems to have done a fairly good job of distilling out the 20% most often needed and putting it in a single package. It falls short of a 5 star rating due to organization. Presenting the W2K concepts in alphabetical order is confusing and counter productive. It would have been far better done if the concepts had been organized in a logical hierarchy leaving the referred-to tasks, procedures and utilities in alphabetical order. Overall a very handy manual for W2K setup and admin once you get past the layout.

1 out of 5 stars Rather confusing.......2001-06-15

This book didn't work for me, though I like Nutshell books. I think that alphabetical approach didn't work this time. It might be good for utilities and commands, but for Tasks and Concepts? It's much easier to find what you want on topic basis. And why on earth to use alphabetical approach if most books have good index? I have discovered another book, "Mastering W2K Server" by Mark Minasi. That book is great. I have found there everything I needed. It has a lot of cross-references to NT and even 95/98 without boasting much about it. Nutshell book arrogantly states that you have to be very good at NT to read it. I think that might be just to cover up the confusion created. True, Minasi's book is 50% more expensive, but it's twice bigger also, and much more useful.

5 out of 5 stars Great mini manual!.......2001-06-07

Even though it is over 700 pages I call it mini because of the complexity of Windows 2000, and that the Microsoft reference set is over 7000 pages! First off this is NOT a book for beginners and the author states that on the first page - it is intended for NT experienced people as a quick reference for Windows 2000 networking. No OSI model explaination here. Depending on how much time and depth you want to spend learning Windows 2000, you might first want to pick up Mark Minasis' Mastering Windows 2000 Server 3RD edition which I highly recommend. Active Directory and dns are a big deal in Windows 2000, which takes some time to master and calls for very detailed explainations and examples. However Windows 2000 Administration IN A Nutshell is another winner from O'Reilly. The layout of the book is unique in that instead of a bunch of topic chapters it is broken down into segments on concepts, tasks, consoles, utilities, and commands. Each chapter is conveniently indexed by alphabetical highlighting of subjects to find what you need fast. Page 354 under F for example - folder redirection, about one page on how to do it. No fluff here - just the facts and a lots of them. There is a lot of redundancy here which may bug some people, but this is not a training manual though I consider this book an excellent read for upgrade MCSE studies. There are a LOT of helpful tables, charts, and "boxed" highlights of important topics (such as the one on page 151 "Using Universal Groups"). The author has a section called notes after most topics that are answers to a lot of questions one might have after reading it - the section on disks has 28 such notes, dynamic disks are new to us NT folks and I found them vey helpful. The quick start section has five pages of charts listing Windows NT tools and then the Windows 2000 couterpart and how to access it. There is a full 124 page chapter of administering Windows 2000 from the command line in an alphabetical list! Overall I find the writing style of the author very articulate, non confusing, and enjoyable considering it is a quick reference. Mitch sprinkes enough humor in the text to keep it from becoming tearfully dry. On page 143 he says "The Resource Kit is expected to swell to a staggering 15,000 pages - unless legal action by Greenpeace blocks it." The author obviously knows his stuff on Windows 2000. Windows 2000 Administration In A Nutshell is a great book that will prove very handy to many people using Windows 2000.

4 out of 5 stars Desktop Reference.......2001-05-22

This is a great desktop reference book for the Win 2k Network Administrator. It has all of the big subjects, but without the unnecessary content. Subjects are easily broken down by sections and available for quick reference. Sections include concepts, tasks, console, and a great section on command line functions. Within each section are the specific 2k subjects i.e. AD, TCP/IP, Install, DNS, DHCP, etc. A great little book.
TCP/IP Networking: Architecture, Administration, and Programming
Average customer rating: 4 out of 5 stars
  • excellent book for beginners as well as advance users
TCP/IP Networking: Architecture, Administration, and Programming
James Martin , and Joseph Leben
Manufacturer: Prentice Hall PTR
ProductGroup: Book
Binding: Paperback

TCP-IPTCP-IP | Networks, Protocols & APIs | Networking | Computers & Internet | Subjects | Books
GeneralGeneral | Networks, Protocols & APIs | Networking | Computers & Internet | Subjects | Books
Network AdministrationNetwork Administration | Networking | Computers & Internet | Subjects | Books
Network ProgrammingNetwork Programming | Programming | Computers & Internet | Subjects | Books
Computer DesignComputer Design | Microprocessors & System Design | Hardware | Computers & Internet | Subjects | Books
InternetInternet | Home Computing | Computers & Internet | Subjects | Books | Internet & Education | Online Searching | Web Browsers | Web for Kids
GeneralGeneral | Certification Central | Computers & Internet | Subjects | Books
GeneralGeneral | Computers & Internet | Subjects | Books
EngineeringEngineering | Professional & Technical | Subjects | Books | Aerospace | Automotive | Bioengineering | Chemical | Civil | Computer Technology | Design | Economics | Education | Electrical & Electronics | Energy | General | Industrial, Manufacturing & Operational Systems | Management | Marine | Materials | Materials Science | Mechanical | Nuclear | Patents & Inventions | Petroleum, Mining & Geological | Power Systems | Reference | Research | Special Topics | Telecommunications | Welding
EngineeringEngineering | Specialty Stores | Books | Aerospace | Automotive | Bioengineering | Chemical | Civil | Computer Technology | Design | Economics | Education | Electrical & Electronics | Energy | General | Industrial, Manufacturing & Operational Systems | Management | Materials | Materials Science | Mechanical | Nuclear | Patents & Inventions | Petroleum, Mining & Geological | Power Systems | Reference | Research | Special Topics | Telecommunications | Welding
All TitlesAll Titles | Qualifying Textbooks - Fall 2007 | Stores | Books
Computers & InternetComputers & Internet | Qualifying Textbooks - Fall 2007 | Stores | Books
ProfessionalProfessional | Qualifying Textbooks - Fall 2007 | Stores | Books
ASIN: 0136422322

Book Description

The TCP/IP (Transmission Control Protocol/Internet Protocol) protocol suite forms the basis for the most widely used networking technologies in the world. This book describes the protocols that make up the TCP/IP protocol suite. Explores TCP/IP architecture; Application Layer protocols and services; Transport Layer protocols; Internet Layer protocols; Internet administration; and client-server programming. For users of a TCP/IP internet; technicians responsible for installing TCP/IP hardware and software products; technical staff members responsible for maintaining and administering a TCP/IP internet; and systems analysts, designers, and programmers who will be designing and implementing client-server applications that use TCP/IP internets for communication.

Customer Reviews:

4 out of 5 stars excellent book for beginners as well as advance users.......2000-05-01

best book on tcp/ip explantion and step by step procedure is good. keep it up. thanks
Dynamic host configuration protocol (DHCP) (The Complete Windows NT & UNIX system administration pack)
Average customer rating: Not rated
    Dynamic host configuration protocol (DHCP) (The Complete Windows NT & UNIX system administration pack)
    Robert Bruce Thompson
    Manufacturer: O'Reilly & Associates
    ProductGroup: Book
    Binding: Unknown Binding

    Client-Server SystemsClient-Server Systems | Data in the Enterprise | Networking | Computers & Internet | Subjects | Books
    GeneralGeneral | Networks, Protocols & APIs | Networking | Computers & Internet | Subjects | Books
    Windows NTWindows NT | Operating Systems | Microsoft | Computers & Internet | Subjects | Books
    AdministrationAdministration | Unix | Operating Systems | Computers & Internet | Subjects | Books
    GeneralGeneral | Windows | O'Reilly | By Publisher | Books
    Windows NTWindows NT | Windows | O'Reilly | By Publisher | Books
    GeneralGeneral | Unix & Linux | O'Reilly | By Publisher | Books
    ASIN: B0006RIX74
    IntranetWare/NetWare 4.11: Administration, Troubleshooting, and TCP/IP
    Average customer rating: Not rated
      IntranetWare/NetWare 4.11: Administration, Troubleshooting, and TCP/IP
      Mike Awwad
      Manufacturer: Prentice Hall
      ProductGroup: Book
      Binding: Hardcover

      TCP-IPTCP-IP | Networks, Protocols & APIs | Networking | Computers & Internet | Subjects | Books
      LANLAN | Networks, Protocols & APIs | Networking | Computers & Internet | Subjects | Books
      NetworksNetworks | Networks, Protocols & APIs | Networking | Computers & Internet | Subjects | Books
      GeneralGeneral | Networks, Protocols & APIs | Networking | Computers & Internet | Subjects | Books
      Intranets & ExtranetsIntranets & Extranets | Networking | Computers & Internet | Subjects | Books
      Network AdministrationNetwork Administration | Networking | Computers & Internet | Subjects | Books
      GeneralGeneral | Unix | Operating Systems | Computers & Internet | Subjects | Books
      GeneralGeneral | Operating Systems | Computers & Internet | Subjects | Books
      Novell NetwareNovell Netware | APIs & Operating Environments | Programming | Computers & Internet | Subjects | Books
      GeneralGeneral | Computers & Internet | Subjects | Books
      NetworkingNetworking | Computer Science & Information Systems | New & Used Textbooks | Stores | Books
      Local Area NetworksLocal Area Networks | Information Systems | Computer Science & Information Systems | New & Used Textbooks | Stores | Books
      All TitlesAll Titles | Qualifying Textbooks - Fall 2007 | Stores | Books
      Computers & InternetComputers & Internet | Qualifying Textbooks - Fall 2007 | Stores | Books
      ASIN: 0139271384

      Book Description

      This one-stop, comprehensive guide covers the essentials of data communications using the Network operating system NetWare 4.11 and TCP/IP, and provides all the practical, hands-on experience needed to become a professional network technician or administrator. Discusses the basic fundamentals of data communications (i.e., concepts of data communication through the OSI model); how to develop, design, and administer a NetWare 4.11 network; how to install, upgrade and configure a NeWare 4.11 network; essential skills a LAN technician needs to troubleshoot a NetWare or non-NetWare network; and fundamental concepts of TCP/IP—implementation, troubleshooting, and administration on a NetWare 4.11 network. Demonstrates step-by-step troubleshooting techniques for a network with up to 500 users; considers various Novell networking components that will lead users to more effective choices of networking equipment; and discusses more advanced topics in network administration for better optimizing and maintenance, and in designing a LAN or WAN. An excellent resource for those studying for their CAN (Certified Network Administrator) or CNE (Certified NetWare Engineer) program certification.

      Books:

      1. Telecommunications Essentials, Second Edition: The Complete Global Source (2nd Edition)
      2. The Art of Project Management (Theory in Practice (O'Reilly))
      3. The Jepson Manual: Higher Plants of California
      4. The Rise of the Network Society
      5. The Tao of Network Security Monitoring: Beyond Intrusion Detection
      6. The Web Content Style Guide: An Essential Reference for Online Writers, Editors and Managers
      7. Visual Basic 2005 Cookbook: Solutions for VB 2005 Programmers (Cookbooks (O'Reilly))
      8. Web Database Applications with PHP & MySQL, 2nd Edition
      9. What is WebSphere? Java, J2EE, Portal and Beyond! (Demystifying IBM's Middle Tier Technology, Vol. 1)
      10. Wireless Home Networking For Dummies (For Dummies (Computer/Tech))

      Books Index

      Books Home

      Recommended Books

      1. Fundamentals of Power Electronics
      2. Encyclopedia of the Holocaust
      3. Triple-Entry Bookkeeping and Income Momentum
      4. Woody, From Antz to Zelig: A Reference Guide to Woody Allen's Creative Work, 1964-1998
      5. Analysis of Financial Time Series, 2nd Edition
      6. Crooked Little Vein: A Novel
      7. Cities of the Dead
      8. Computerized Accounting With Peachtree Complete Accounting Release 7.0
      9. When There Was No Money: Building ACLEDA Bank in Cambodia's Evolving Financial Sector
      10. Bad Man Blues: A Portable George Garrett