This is True®
by Randy Cassingham

Randy Cassingham's Bonzer Web Sites of the Week: Recognizing Interesting Sites that are Beyond the Microsoft/AOL-Time Warner/Media Megalith

DNS Stuff

Trying to trace a spam to see where it's really coming from? Want to see who owns a web site? Need to see what IP address you're using right now? It's all there and lots more: a suite of tools having to do with DNS -- the Internet's Domain Name Service.

From This is True for 2 April 2006

Suggestions for further reading:

Network Warrior
By: Gary A. Donahue
List Price: $44.99
Amazon Price: $29.69
Editorial Review:
Written by networking veteran with 20 years of experience, Network Warrior provides a thorough and practical introduction to the entire network infrastructure, from cabling to the routers. What you need to learn to pass a Cisco certification exam such as CCNA and what you need to know to survive in the real world are two very different things. The strategies that this book offers weren 't on the exam, but they 're exactly what you need to do your job well.

Network Warrior takes you step by step through the world of hubs, switches, firewalls, and more, including ways to troubleshoot a congested network, and when to upgrade and why. Along the way, you 'll gain an historical perspective of various networking features, such as the way Ethernet evolved. Based on the author 's own experience as well as those he worked for and with, Network Warrior is a Cisco-centric book, focused primarily on the TCP/IP protocol and Ethernet networks -- the realm that Cisco Systems now dominates. The book covers:

The type of networks now in use, from LANs, WANs and MANs to CANs



The OSI Model and the layers involved in sending data Hubs, repeaters, switches, and trunks in practice Auto negotiation and why it 's a common problem in network slowdowns Route maps, routing protocols, and switching algorithms in Cisco routers The resilient Ethernet -- how to make things truly redundant Cisco 6500 multi-layer switches and the Catalyst 3750 switch Telecom nomenclature -- why it 's different from the data world T1 and DS3 Firewall theory, designing access lists, authentication in Cisco devices Server load balancing technology Content switch module in action Designing QOS and what QOS does not do IP design and subnetting made easy



The book also explains how to sell your ideas to management, how networks become a mess as a company grows, and why change control is your friend. Network Warrior will help network administrators and engineers win the complex battles they face every day.
 
Microsoft Exchange Server 2007: Tony Redmond's Guide to Successful Implementa...
By: Tony Redmond
List Price: $69.95
Amazon Price: $54.84
Editorial Review:
Microsoft Exchange Server 2007 marks the biggest advancement in the history of the Exchange Product group. The completely re-engineered server system will change the face of how IT administrators approach Exchange.

Tony Redmond, one of the worlds most acclaimed Exchange experts, offers insider insight from the very basics of the newly transformed architecture to understanding the nuances of the new and improved Microsoft Management Console (MMC) 3.0 and the two new administrative interfacesthe Exchange Management Console (EMC) and the Exchange Management Shell (EMS).

This book covers:
How Exchange works with Active Directory
How the new management model works
How to use the Exchange Management Shell to automate administrative operations
How Outlook, Outlook Web Access, and Windows Mobile clients work with Exchange
How Exchange 2007 message routing differs from previous versions
How to help your users to use Exchange intelligently
How to select hardware for Exchange 2007
 
The TCP/IP Guide: A Comprehensive, Illustrated Internet Protocols Reference
By: Charles Kozierok
List Price: $89.95
Amazon Price: $56.67
Editorial Review:
How To Write a Great Research Paper All of the steps of writing a research paper are covered, including choosing a topic, taking notes, writing the outline, compiling a bibliography, revising, evaluating, and more! All is written in friendly language designed to appeal to the middle school age group. Each section includes instructions, examples, and reproducible worksheets. 96 pages.
 
DNS and BIND (5th Edition)
By: Cricket LiuPaul Albitz
List Price: $49.99
Amazon Price: $31.49
Editorial Review:
This is the definitive book on the Domain Name System (DNS), the powerful scheme that facilitates the translation of English-like domain names (www.amazon.com) into computer-comprehensible Internet Protocol (IP) addresses (208.216.182.15). If you run a DNS server of any kind, particularly under Unix, you need to have this book on hand.

This book's early chapters give a view of DNS from high altitude, explaining basic concepts such as domains, name servers, and name resolution. From there, the authors proceed on a more practical tack, presenting specific instructions for setting up your own domain and DNS server using BIND. The authors then tell you what to do as your domain grows and you need to add more machines, subdomains, and greater throughput capacity. They also talk a lot about nslookup and C programming with the various DNS and BIND libraries. Administrators will find the chapter on BIND debugging output particularly helpful. Here, the authors translate BIND's mysterious error messages and offer specific strategies for fixing and optimizing the program. This edition covers BIND 8.1.2, but pays lots of attention to older versions that are still in wide use (4.8.3 and 4.9). The authors are careful to note differences among the versions. --David Wall

DNS and BIND tells you everything you need to work with one of the Internet's fundamental building blocks: the distributed host information database that's responsible for translating names into addresses, routing mail to its proper destination, and even listing phone numbers with the new ENUM standard. This book brings you up-to-date with the latest changes in this crucial service.

The fifth edition covers BIND 9.3.2, the most recent release of the BIND 9 series, as well as BIND 8.4.7. BIND 9.3.2 contains further improvements in security and IPv6 support, and important new features such as internationalized domain names, ENUM (electronic numbering), and SPF (the Sender Policy Framework).

Whether you're an administrator involved with DNS on a daily basis or a user who wants to be more informed about the Internet and how it works, you'll find that this book is essential reading.

Topics include: What DNS does, how it works, and when you need to use it How to find your own place in the Internet's namespace Setting up name servers Using MX records to route mail Configuring hosts to use DNS name servers Subdividing domains (parenting) Securing your name server: restricting who can query your server, preventing unauthorized zone transfers, avoiding bogus servers, etc. The DNS Security Extensions (DNSSEC) and Transaction Signatures (TSIG) Mapping one name to several servers for load sharing Dynamic updates, asynchronous notification of change to a zone, and incremental zone transfers Troubleshooting: using nslookup and dig, reading debugging output, common problems DNS programming using the resolver library and Perl's Net::DNS module


 
Windows PowerShell Cookbook: for Windows, Exchange 2007, and MOM V3
By: Lee Holmes
List Price: $49.99
Amazon Price: $31.49
Editorial Review:
This Cookbook by Windows PowerShell team developer Lee Holmes provides hundreds of tested scripts that you can use right away to get Microsoft's new tool working for you. More than 150 recipes, combined with a concise task-based introduction to the Windows PowerShell scripting language and environment, make it the perfect look-up guide when you encounter a thorny problem, or need a quick solution. The ideal companion to any tutorial or reference, this book meets the needs of system administrators at any level.

Microsoft has revolutionized the world of system management and command-line shells with its release of Windows PowerShell, and Lee Holmes gives you practical tools and inside advice that will make you a more productive user and administrator. You will be able to solve everything from automating routine tasks, working with files, event logs and other forms of structured data, to managing the users and resources of complex Windows networks. Each recipe includes a focused piece of code plus discussion of how and why it works, so that you can apply the solution to similar tasks.

You get an array of recipes covering PowerShell fundamentals, common tasks, and administrator tasks, including: Pipelines, variables, objects, looping and flow control, strings and unstructured text, calculations and math

Simple files; structured files; Internet-enabled scripts; code reuse; lists, arrays and hashtables; user feedback; error management; environmental awareness; script signing; and more

Files and directories, registry manipulation, comparing data, event logs, process cmdlets, service cmdlets, Active Directory, enterprise computer management, and more

Those who administer Microsoft's Exchange 2007 and System Center Operations Manager (formerly MOM) will also benefit from this book, with separate chapters devoted to these servers. All Windows administrators will appreciate the appendices that include a PowerShell language quick reference, and a reference to the .NET, WMI and COM objects that PowerShell scripters will use often.

With working scripts, tutorials, and references all in one volume, Windows PowerShell Cookbook will turbocharge the productivity of any Windows administrator.
 
About the Site
About This is True
About the Authors

Subscribe Free
to This is True
and see the Sites
when they're issued!
Your e-mail:



Find by keyword:

Prev: Frugal By Design Library

Next: Right to Create

Complete Name List

Copyright 1999-2008 ThisisTrue.Inc, all rights reserved. May not be copied or archived without express, prior, written permission. "This is True" is a registered trademark of ThisisTrue.Inc, Ridgway Colorado. 9288