Windows IT Pro is the authoritative and independent resource for windows nt, windows 2000, windows 2003, windows xp. Features a collection of resources and magazines for windows IT professionals.
  
  
  Advanced Search 


May 01, 1998

10 Reasons to Buy Windows NT 5.0


RSS
Subscribe to Windows IT Pro | See More Windows 2000 Articles Here | Reprints | Or get the Monthly Online Pass—only $5.95 a month!

Improvements to NT features for the enterprise and the workstation make NT 5.0 a good upgrade for all customers

Windows NT is once again advancing--this time, from version 4.0 to version 5.0. Both Microsoft's marketing department and Bill Gates have claimed that Microsoft is betting the farm on NT 5.0. After working extensively with the NT 5.0 beta 1 release, I think that bold bet makes a lot of sense. NT 5.0 might be the most important upgrade in NT's history.

Most of NT 5.0's enhancements specifically target server users. NT 5.0 shakes up the underpinnings of the NT operating system to accommodate new server features and different ways of managing and working with the system. However, the NT upgrades don't neglect workstations; NT 5.0 includes improvements for all NT customers. Here are 10 reasons why I'll be the first in line to purchase the shrink-wrapped code.

REASON #1: Directory Services
A major innovation in NT 5.0 is its new directory service, Active Directory (AD). AD radically changes account management in NT. AD gets many of its features from the X.500 and Domain Name System (DNS) standards. To locate directory objects, AD uses the DNS protocol, and to access the objects, AD uses the Lightweight Directory Access Protocol (LDAP). Because NT 5.0 uses DNS, NT 5.0 applications will not require NetBIOS or its name resolver, the Windows Internet Naming Service (WINS), although NT 5.0 will support the WINS protocol to ensure that the OS is compatible with legacy networks. NT 5.0's default networking protocol is TCP/IP.

AD offers a simple, logical naming structure. With AD, you can change the names of the objects in your directory from the nondescript, often cryptic names the OS gives objects.

NT 5.0's multimaster replication system keeps AD directories up-to-date and eliminates NT's reliance on Primary Domain Controllers (PDCs) and Backup Domain Controllers (BDCs). The replication system stores a copy of the entire network directory on each of the network's domain controllers. Administrators can change directory information from any domain controller, and the system will replicate the change to the network's other domain controllers. NT 5.0 simplifies upgrading a server's status on the network. Previous versions of NT required you to completely reinstall NT to upgrade a standard server to a PDC. But in NT 5.0, you need only to add the necessary service to the system to upgrade a server.

NT 5.0 comes with Microsoft's Distributed File System (Dfs), which helps users find data on a network more easily. Instead of spreading files and programs across multiple disk volumes, Dfs consolidates everything into one directory tree. The tree can include file shares on multiple servers located around the world. Its directories can take on descriptive names containing up to 256 characters.

By including AD and Dfs in NT 5.0, Microsoft has upgraded the heart of the NT OS. These features simplify account management and promise to make your life a little easier.

REASON #2: Security
As increasing numbers of NT machines access the Internet, NT users more frequently face security-related problems. NT 5.0 includes some new security features to keep your data safe.

First, NT 5.0 replaces the old NT LAN Manager (NTLM) authentication protocol with the Kerberos 5 security module. Kerberos uses a shared-secret key (i.e., two parties share the key that verifies user identities) to handle authentication. Shared-secret keys help prevent hackers from getting to your data by letting only users with the necessary keys access protected information. NT 5.0 uses Kerberos as the system's main security manager.

Second, the new IP Security Management package acts as a mini-firewall that safeguards your data against intruders from the Internet. The IP Security Management tools prevent packet sniffers from ascertaining the contents of IP packets you send across your internal network by encrypting every packet.

Third, NTFS 5 offers file-level encryption. When you upgrade NTFS 4 volumes to NTFS 5, the directories automatically inherit file-level encryption. File-level encryption is always superior to application-level encryption because file-level encryption is easier to implement. (If you have used an application-level encryption program, such as Pretty Good Privacy--PGP--you know how difficult accessing encrypted files can be.) NT 5.0's encryption format resembles NTFS compression. NT 5.0 looks at encryption as a file attribute. If a directory structure's encryption attribute is active, NT 5.0 automatically encrypts each of that directory's new files with a unique encryption key. Each file keeps this encryption attribute, even when you move the file to another directory. NT 5.0 lets you encrypt and decrypt files from Windows Explorer or from the command line.

NTFS's file encryption technology uses CryptoAPI architecture and relies on public-key encryption. During file encryption, the system assigns the file a randomly-generated key and stores the key independently of the public and private keys of the user who created the file. This method of generating and storing file keys reduces the chance of someone using cryptanalysis tools to crack the file keys' encryption code. NTFS now uses the Data Encryption Standard (DES) as the default encryption algorithm, but future releases of NTFS will let users choose alternative encryption formats.

Through file-level encryption, Kerberos 5, and the IP Security Management package's mini-firewall, NT 5.0 creates an impressively secure system. Data in NT 5.0 is safer than it has been in any NT version to date.

REASON #3: Network Management
NT is well-known for letting administrators customize the OS. However, the customization tools that Microsoft has distributed with NT before version 5.0 are separate applications. For example, if you want to change your drive letters in NT 4.0, you open the Disk Administrator. If you want to check auditing features, you use the Event Viewer, and if you need to add new users to the network, you launch the User Manager for Domains. NT 5.0 consolidates the User Manager, Disk Administrator, and other administration utilities into the Microsoft Management Console (MMC).

MMC serves as a centralized host for many administration programs. Tools such as the Event Viewer are snap-ins that fit within the MMC architecture. Screen 1 shows MMC's System Monitor graph. By using an extensible architecture, NT 5.0 theoretically lets administrators load third-party snap-ins into MMC. This centralization saves administrators from having to hunt for administration programs through separate system directories. Many utility vendors are working on beta versions of tools that will integrate into the MMC framework. In addition, MMC supports Web page displays that contain information about applications (such as bug reports and workarounds) and links to product updates.

NT 5.0 includes an enhanced version of NTBackup. NTBackup can now back up data not only to tape drives, but to Zip, Jaz, SyJet, and CD-recordable drives.

NT 5.0 supports disk quotas, a feature most administrators have drooled over for years. Disk quotas let you cap the amount of disk space users can take up. NT 5.0 lets you assign a quota to one user or a group of users. For example, you can impose a 5MB limit for all users' storage. When users exceed the quota, they receive a message asking them to delete unnecessary files, and NT writes a message in the event logs.

Finally, NT 5.0 improves NT systems administration by supporting junction points. Historically, Windows has limited PCs to 26 volumes: one volume for every letter of the alphabet. In NT 5.0, Microsoft uses junction points to reroute volume letters to directory structures. Suppose N: on your file server acts as an application repository. Rather than mapping N: to a local drive letter, NT 5.0 users can map the applications in N: to a directory, such as E:\apps. This frees up a drive letter on the local machine and makes the applications easier to access because users can log on to a logically named directory, rather than hunting through multiple volumes.

NT 5.0's network management enhancements are a great reason to make the upgrade. These tools eliminate out-of-control user storage, offer more backup options, and save you from searching for management tools through multiple directories.

REASON #4: Hardware Usage
An important enhancement to the NT OS is the addition of 64-bit Very Large Memory (VLM) support, which lets 64-bit processors access up to 32GB of RAM. In contrast, 32-bit memory addressing architecture, which governs OS memory resource access, handles up to only 4GB of RAM. You may not have the hardware necessary to take advantage of this feature, but NT 5.0's VLM support prepares the system for the future, particularly for Intel's 64-bit Merced system.

NT 5.0 also includes support for Plug and Play (PnP) technology. My rudimentary testing shows that NT's implementation of PnP is more accurate at detecting hardware than the PnP in Windows 95 and even the beta 2 release of Windows 98. PnP makes NT's hardware detection extremely accurate. I installed NT 5.0 on a machine that houses some pretty eccentric hardware, and the Setup program detected my ISA SCSI adapters, NICs, and even an ancient ET4000 video card.

The beta 1 release of NT 5.0 lacks reliable PnP support for hot-swapping; sometimes hot-swapping works, and sometimes it crashes the system. However, Microsoft claims that the final release of NT 5.0 will handle hot-swapping as well as Win95 does today. You might consider that claim good or bad, depending on your experience with PnP.

NT 5.0 adds new devices to NT's Hardware Compatibility List (HCL), including the latest Universal Serial Bus (USB), Digital Video Disc (DVD), and FireWire (IEEE 1394) peripherals. Microsoft has transported Win95's Device Manager interface to NT 5.0. The Device Manager helps you diagnose and eliminate device conflicts. Screen 2 shows the Device Manager's display of the hierarchical structure of my NT machine's hardware.

The new NT will help you keep track of the hardware you have, hot-swap the hardware you need, run more hardware than you could before, and even troubleshoot hardware problems when they arise. NT 5.0's improved hardware support will help you use your physical resources to their fullest.

   Previous  [1]  2  Next 


Reader Comments
I read Jonathan Chau’s May Web Exclusives article, ”10 Reasons to Buy Windows NT 5.0,” on the Windows NT Magazine Web site (http://www.winntmag.com/webexclusives), and found it very informative. I have read many articles about the current beta version of NT 5.0 (several from sources within my organization), but found Jonathan’s article to be the most practical and easy to comprehend. Obviously, I will need more details in the future, but he covered the basics well for an overview of the operating system (OS).<br>
--Paul Reed

Paul Reed August 11, 1999


i just like linux better ;-)

Anonymous User August 16, 2005 (Article Rating: )


10 reasons to have (not buy!) linux:

1. its free
2. its secured on level that windows would never be
3. that system was desined for network its compatibile with windows, unix and so on
4. i had never found hardware that linux wasnt compatibile
5. hehe, windows is portable? where is linux suport for programs like msoffice, media player?
6. yes linux is compatblie with windows but not vice versa ;)
7. linux also is internet integrated, dms like KDE and GNOME are highly internet integrated.
8. KDE is easier, faster, less buggy and much more customable than explorer.
9. if i wana play Dvix/Xvid,DVD on windows i have to download 10 random codecs and pray it works ... in linux i just install system and all works :-)
10. i would say, bash, streaming ... windows in scripting is fairly better than DOS, linux is just 2 levels above it ...

Free, Fast, Stable ... but of coz not perfect, but i prefer not to buy buggy product for that prize as windows is in shops ...

Anonymous User August 16, 2005 (Article Rating: )


You must log on before posting a comment.

If you don't have a username & password, please register now.




Top Viewed ArticlesView all articles
Friday at PASS Europe 2006

Kevin talks about the closing day of the event and shares a funny Microsoft film. ...

Windows Mobile: What Went Wrong?

Paul discusses the evolution of Windows Mobile and why he thinks the platform is probably doomed. ...

Microsoft Makes Windows 7 Name Official

It's official: Microsoft's next Windows version, currently being developed under the codename Windows 7 will use that moniker as its official final name when it hits the market in early 2010. The news, delivered as is so often the case these days via a ...


Windows OSs Whitepapers Why SaaS is the Right Solution for Log Management

Are You Satisfied?

A Preliminary Look at Deployment Plans for Microsoft Windows Vista

Related Events Check out our list of Free Email Newsletters!

Windows OSs eBooks Understanding and Leveraging Code Signing Technologies

A Guide to Windows Certification and Public Keys

SQL Server Administration for Oracle DBAs

Related Windows OSs Resources Become a VIP member of the Windows IT Pro community!
Get it all with the VIP CD and VIP access. A $500+ value for only $279!

Subscribe to Windows IT Pro!
Solve your toughest technical problems with our experts and access 10,000 + articles online. 30% off

Monthly Online Pass - Only $5.95!
Get instant access to 10,000+ articles from Windows IT Pro Magazine!

TechNet Virtual Labs
Evaluate and test Microsoft's newest products.

Job Openings in IT


ADS BY GOOGLE SPONSORED LINKS FEATURED LINKS

Microsoft Exchange & Windows Connections event returns to Las Vegas Nov 10 - 13
Connections returns to Las Vegas for this exciting event where each attendee will receive SQL Server 2008 standard with 1 CAL. Co-located with Microsoft ASP.NET, SQL Server, and SharePoint Connections with over 250 in-depth sessions.

Free Online Event! Virtualization:Get the Facts!
Register now and attend this free, live in-depth online conference on November 13 and 20, 2008, produced by Windows IT Pro. All registrants are eligible to receive a complimentary one-year digital subscription to Windows IT Pro (a $49.95 value)!

Check Out Hyper-V Video on ITTV
Watch Karen Forster's interview on Hyper-V's performance on ITTV.net.

Ease Your Scripting Pains with the Flexibility of PowerShell!
Join MVP Paul Robichaux on December 11, 2008 at 11:00 AM EDT as he equips you with PowerShell basics in 3 introductory lessons, each followed by a live Q&A session—all on your own computer!

PASS Community Summit 2008 in Seattle on Nov 18-21
The don’t-miss event for Microsoft SQL Server Professionals. Register now and you’ll enjoy top-notch Microsoft and Community speakers and more.



Order Your SQL Fundamentals CD Today!
Learn how to use SQL Server, understand Office integration techniques and dive into the essentials of SQL Express and Visual Basic with this free SQL Fundamentals CD.

Email Recovery and eDiscovery for Microsoft Exchange!
Discover, Recover, and Export mailboxes, folders and individual items direct from offline EDB’s or online production Exchange Servers. Free 30 Day Demo.
Windows IT Pro Home Register FAQ for Windows WinInfo News
Europe Edition About Us Contact Us/Customer Service Media Kit Affiliates / Licensing  
SQL Server Magazine Office & SharePoint Pro Windows Dev Pro IT Job Hound ITTV
IT Library Technology Resource Directory Connected Home Windows Excavator Windows SuperSite 
 
 Windows IT Pro is a Division of Penton Media Inc.
 Copyright © 2008 Penton Media, Inc., All rights reserved. Terms and Use | Privacy Statement | Reprints and Licensing