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 


September 2007

Windows Server 2008 in Perspective

The latest server OS has evolved nicely
RSS
Subscribe to Windows IT Pro | See More Active Directory (AD) Articles Here | Reprints | Or get the Monthly Online Pass—only $5.95 a month!
SideBar    User Logon Tracking Redux

Executive Summary:
Microsoft’s newest server operating system, code-named Longhorn Server and officially named Windows Server 2008, offers several advantages over the Microsoft Windows Server 2003 operating system. Microsoft Windows Server 2008 includes a 64-bit architecture; a pared-down installation option called Server Core; and Active Directory, Group Policy, and Terminal Services improvements.


Sometime early next year, Microsoft will release Windows NT Server 6.0, once known as "Longhorn Server" and now as Windows Server 2008. Will you love it? Well, that depends: Are you looking for a revolution, or just a bit of evolution?

When it comes to Windows 2008, think more Darwin and Wallace, not Marx and Lenin. As with its two predecessors, Windows Server 2003 and Windows Server 2003 R2, Windows 2008 offers some nifty new tools and innovations, as well as fixes for some old irritations. However, Windows 2008 doesn't have the kind of paradigm-busters that we saw in Windows 2000 Server—which means that the new OS will be relatively easy to incorporate into an existing Windows server environment. Unfortunately, Windows 2008 lacks solutions for some of its earlier sibling's most significant annoyances (as did Windows 2003 and Windows 2003 R2). Although Windows 2008 offers many new technologies, I only have space to cover a few of its features.

Vista Benefits
Whether you love it or hate it, Vista—Microsoft's newest desktop OS—is the most secure version of Windows yet. Windows 2008 builds on Vista's code base, so it inherits Vista's security. In addition, Windows 2008 benefits from Vista's improved functionality.

64-Bit Is It!
Perhaps the most comprehensive change in Windows 2008 is an architectural one: 64 bits. The default processor architecture is now considered to be 64 bits; 32 bits is pure legacy. According to Microsoft, Windows 2008 is the last server OS that the company will offer for 32-bit processors.

Good or bad, you might ask? Wonderful, I'd say! Yes, 64-bit code is somewhat larger than the corresponding 32-bit code, but the AMD64/EM64T chip architecture makes for easier low-level coding for programs—which means that developers are more likely to produce solid code. And even better, 64-bit architecture frees us from the 4GB address space and lets Windows grow to 16TB. Because loading what is essentially the desktop version of Windows 2008—"64-bit Vista Ultimate"—on a desktop generates a Windows Task Manager report that Windows is using 1.08GB before you even start running applications, busting out of the 4GB limit seems like a very good idea. And since Exchange Server 2007 already requires 64 bits, perhaps Windows 2008's 64bit–centricity isn't such a shock.

Server Core
By far, the feature with the single biggest "wow" factor in Windows 2008 has to be Server Core. Working with various versions of UNIX and Linux over the years has made me wish for a Windows version that's only loosely connected to its GUI. On a UNIX/Linux server, you can fire up the GUI just long enough to run a graphical administration tool, configure the server, then turn off the GUI. This approach gives you a server that uses less RAM, needs less CPU power, and is more secure (simply because less software equals fewer places for exploitable bugs).

With Windows 2008, I got my wish, to a certain extent. The Windows 2008 beta gives you the option of installing either the full-blown version, or installing Server Core. When I installed Server Core, the installation was lightning quick. I installed Server Core as a virtual machine (VM) on a system that was already fairly busy, and I was stunned that the entire installation took only 11 minutes, start to finish, and used just 200MB of RAM.

In addition, Server Core runs on some downright skinny hardware. Although I don't suggest that you run a production Server Core system on a 256MB system, it is possible. Considering that Vista won't even install on a system with less than 512MB of RAM and won't run worth a darn on a system with less than 1.5GB, I find it eye-opening for Server Core to show just how much we willingly give away in computing power in order to have a GUI.

But once you see the Server Core desktop, you might beg to trade that computing power to get your GUI back—Server Core's desktop is nothing more than a command prompt window. Server Core lacks about 80 percent of the Windows GUI and completely lacks .NET. Server Core also can't use Windows PowerShell, although it can use some PowerShell commandlets.

Before you quit reading right here, using Server Core isn't as bad as it sounds. You can use several methods to administer a Server Core system. For example, you can hunker down and use the command prompt. Over the years, Microsoft has added more and more command-line administrative power to Windows. Server Core offers several new Call Level Interface (CLI) tools, making CLI-based administration more reasonable.

And GUI addicts, fear not—you can still click to your heart's content. Just fire up a Microsoft Management Console (MMC) remote-management snap-in on a full-blown Windows 2008 system to remotely control your Server Core system.

Server Core can't do everything that full-blown Windows 2008 can; for example, it can't host an Exchange server or a SQL Server machine. It can, however, be a DHCP, WINS, DNS, or Microsoft IIS server (although without ASP.NET support); a domain controller (DC); and a file and print server.

Why use Server Core? Two reasons. First, as I've said, Server Core runs on much lighter hardware than the full-blown version of Windows 2008 does. Thus, Server Core might make more sense as a VM in production than the complete version makes. Or, Server Core might fit on an inexpensive bit of computer hardware, making a server in a branch office more feasible than a server requiring more silicon and iron might be. Second, a smaller software base offers fewer places for bugs to crop up that would allow malicious users to attack and exploit a Server Core system—which Microsoft claims will prevent Server Core systems from needing patching as often as full-blown systems. All other things being equal, less software means better security (which, I think, is why Microsoft didn't include .NET in Server Core). And although some of you will disagree with me, I think Microsoft should keep .NET off Server Core. The .NET platform is a hefty bit of software with its own security subsystem—adding it to a "minimalist" version of Windows 2008 that's designed for sturdiness would defeat the purpose of Server Core. The big question is: Will Server Core sell? And the answer depends on just one thing: price. Microsoft says that when you buy a copy of Windows Server 2008 Standard Edition, Enterprise Edition, or Datacenter Edition, you'll have the option of installing either the complete or Server Core version of the software. If so, Server Core is doomed. Why would someone pay thousands of dollars for a server OS, then install its reduced-function version? My prediction is that Server Core will die on the vine—which would be a shame. Microsoft should think seriously about making Server core the Windows 2008 "low-price alternative."

Active Directory Changes
The first change that Windows 2008 brings to Active Directory (AD) is a new name, Active Directory Domain Services. ADDS alters Windows-based domains in several ways: read-only DCs (RODCs), fine-grained password policies, and AD snapshots.

Before I discuss what's new in Windows 2008 AD, let me point out what's not new: improvements to forest restructuring tools. Windows 2008 still offers no easy way to merge forests, pluck a domain from a forest and make it a new forest, merge two domains, or perform any of the other tasks that mergers, acquisitions, and reorganizations require.

Read-only DCs. Windows 2008 has a new sort of DC called a read-only domain controller (RODC), which might be the OS's second-biggest change after Server Core. Recall that prior to Win2K, domains had just one server with a read/write copy of the domain accounts—the server called the primary domain controller (PDC). All the other DCs had just read-only copies of the domain accounts; they were called backup domain controllers (BDCs). In Win2K, all DCs became equal, with every DC being a read/write DC.

   Previous  [1]  2  Next 


Reader Comments

You must log on before posting a comment.

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




Top Viewed ArticlesView all articles
A Simple File Transfer Solution

My small business clients thought FTP was the answer to their file transfer problems, but I surprised them with an even better solution for their data delivery needs. ...

The Memory-Optimization Hoax

Don't believe the hype. At best, RAM optimizers have no effect. At worst, they seriously degrade performance. ...

August 2008 Reader Challenge and July Reader Challenge Winners

Whether you're new to Windows Vista or you've been using it for some time, there are some things that take getting used to after using Windows XP for a long time. Didja notice the following things? ...


Related Articles Access Denied

The Soul of Windows Server 2008: Server Core and Hyper-V

Fortify Remote-Server Security

Windows Server 2008 Password Policies

Active Directory (AD) Whitepapers An Introduction to Windows Server 2008 Server Manager

Get More from Active Directory—Easily Audit Changes, and Secure and Restore Objects

User Provisioning: Get the Most Bang for your IT Buck

Related Events Check out our list of Free Email Newsletters!

Windows OSs eBooks Understanding and Leveraging Code Signing Technologies

Keeping Your Business Safe from Attack: Monitoring and Managing Your Network Security

Windows 2003: Active Directory Administration Essentials

Related Active Directory (AD) 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

WinConnections Conference Fall 2008
Don’t miss the premier event for Microsoft IT Professionals in Las Vegas, November 10-13. Register and book your room by August 25 and receive a FREE room night (based on a three night minimum stay).

Deploying SharePoint! In-Person Event Series – 8 Cities
Discover best practices and tips for deploying the perfect SharePoint infrastructure. Early Bird Price of $99 through Aug 29th.

Find a new job now on the all new IT Job Hound!
Search jobs, post your resume, and set up job e-mail alerts!

Master SharePoint with 3 eLearning Seminars
Learn how to build a better SharePoint infrastructure and enable powerful collaboration with MVPs Dan Holme and Michael Noel. Register today!

Top Tools for Virtualization Disaster Recovery & Replication
View this web seminar on August 14th to learn about two tools that will result in faster backup and restore with P2V disaster recovery.

SharePointConnections Conference Fall 2008
Don’t miss the premier event for Microsoft IT Professionals in Las Vegas, November 10-13. Register and book your room by August 25 and receive a FREE room night (based on a three night minimum stay).

VMworld 2008 - Sign Up Today!
Join your peers on September 15-18 at The Venetian Hotel in Las Vegas as VMware hosts VMworld 2008, the leading Virtualization event.



Entrust Unified Communications Certs
Secure Exchange 2007 and save 20%. Now through Sept. 2008.

When managing just VMware isn’t enough
Plan/Manage/Secure – NetIQ VMware management. Download whitepaper.

Microsoft® Tech•Ed EMEA 2008 IT Professionals
Advance your thinking with new ideas and practical real-world solutions at Microsoft’s FIVE day technical infrastructure conference 3-7 Nov., 2008. Register before 26 September 2008 to save €300.

Order Your Fundamentals CD Today!
Gain an introduction to Exchange, learn server security requirements, and understand how unified communications can play a role in your messaging strategies with this free Exchange CD.

Are You Really Compliant with Software Regulations?
View this web seminar that will help you with compliance best practices and check out a management solution to assure that you won’t be in jeopardy of an audit.
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 Technical Resources 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