Windows Server 2008 Interview Questions And Answers

New Features in Windows Server 2008

 

It would be stating the obvious to say that the MCITP is harder than the MCSE; it is by a long shot. But what I found when I upgraded is that it is deceptively so. Here are the major changes in Windows Server 2008 that will help you focus on the MCITP exams. Although this is not an all-inclusive list, this should help you concentrate on the major changes that will take up most of your time studying. Looking back on the MCITP Enterprise Administrator Cert, I can’t help but think about the differences between when I got my MCSE 2000, its upgrade to the MCSE 2003, and then the most recent upgrade, the MCITP Enterprise Admin Certification. Compared to MCITP, the MCSE was a cakewalk.
Booting up Windows Server 2008, once you make your way through the Server Manager, going to the Administrative Tools menu, you think to yourself, “Ah, they really didn’t change much.” But if you look more closely, a lot has changed.
Windows Deployment Services and many of its correlative technologies are included in the exam, like it or not. This is basically Microsoft’s answer to cloning technologies, such as Symantec’s Ghost or Acronis. And just to pre-empt the comments, I’m not saying it’s a good answer.
In this blogger’s opinion, the underpinnings of Active Directory have not really changed. What you can do with AD, however has been drastically changed. AD LDS (formerly known as ADAM) is now integrated, AD Federation Services is now integrated, as well as is AD RMS. Yes, I know those were implemented as add-ons to the Windows Server 2003/2003 R2 products, but those weren’t tested upon so much in the 2003 strain of products. They are heavily tested on in the MCITP. Also, brand new features or concepts that are AD-related include Windows Core and Windows RODC’s. Both heavily tested upon as well.
There is a definitive emphasis on Applications knowledge with the MCITP that was not there with Windows Server 2003. This means that you’ll need heavy IIS knowledge. This stands to reason, because as a Windows Admin, you will repeatedly (and quite annoyingly) go head-to-head with IIS very, very often. Implementing Sharepoint? Guess what? You’ll deal with IIS. Want to be an Exchange Admin? You’ll deal with IIS. The company wants to make a web front end for the SQL Database inventory of Inflatable Barbecue Pig Gazebos? You guessed it, you’ll deal with IIS. IIS 7, and coming soon IIS 7.5 with the Windows Server 2008 R2 release, is a big part of the exam. The interface and how IIS is configured has changed tremendously with IIS 7, so you’ll need to spend some time with it.
As a matter of fact, it is safe to say that I think Microsoft is trying to blur the lines between Admin and Developer when it comes to IIS. There are some pretty significant new directives in the config files that are specific to .NET implementations, and it behooves Admins to learn them. You’ll see this as part of the MCITP Upgrade Exam 70-649 or on the 70-643.
Network Access Protection (NAP) is a new feature you will need to learn as well. This is probably going to be your biggest challenge if you’ve never dealt with this type of technology before. It’s backed heavily by Microsoft, and now provides a higher level of security for Windows. If you provide remote access through Windows, you’ll use it because it is the replacement for IAS. There are other uses for it as well, but you will need to use it in order to understand it.
Hyper-V. Chalk this one up to the Microsoft Hype Machine. MS wants to be a player in everything the virtualization market, and Hyper-V is the technology that they think will make them so. Get your hands on this and go over the objectives. There are some questions on it.
Some of the other items of more minor interest include the new Centralized Event Logging, Performance Monitoring and Reporting, Sharepoint Implementation, High Availability (Clustering), IPv6, and Terminal Services.
Overall, I have found that the MCITP is separating the “men from the boys” so to speak. Even my illustrious colleagues who have been using/teaching Windows Server 2003 for a very long time really struggle with Windows Server 2008. Why? Well, the IT field in general is simply becoming more complex. And second of all, the Microsoft mantra of “all things to all people” really pushes an immense list of items to study, and those topics include a lot of “under the hood” improvements that can really cause problems if you don’t know what you’re doing.
Here's a hint: start reading RFC's and/or white papers on the technologies that are implemented. Too many people just study check boxes and radio buttons. Don't just study how to configure, study the consequences of the configuration.

Active Directory and Installation Features

Directory Services
In addition to the core domain function of Active Directory Directory Service, there are roles such as Active Directory Federation Services.  However, perhaps the most eye-catching role is that of RODC,  Read-Only Domain Controller.  This option is particularly useful for branch offices where there would worries about the physical security of normal DC.
Granular Passwords
The idea is for a Windows Server 2008 domain to have more complex passwords for the crucial admin accounts, than ordinary user accounts.  This is tricky to set-up, but it is now possible to assign different OUs different Password complexity. The underlying mechanism is to use ASDI to generate your own Custom Password Policy and link that policy to a particular OU.
Group Policy Preferences
W2K3 style Group Policies are great, especially if you want to tattoo settings and enforce a corporate desktop.  Windows Server 2008 introduces an additional or parallel idea; you set the initial preference, but allow uses to amend these less critical settings.
Installation
Setup continues the trend to ask for less and less information during install.  The tactic in Windows Server 2003 is to get a GUI installed as soon as possible.  Even though there is lots of work to do in the Initial Configuration Tasks, at least you have the mouse and menus from which to choose your options.
64bit
The five years between W2K3 and Windows Server 2008 is a relatively long time in computing. Perhaps the shift from 32bit to 64bit is a good bellwether for the changes.  Back in 2003 many servers were 32bit, whereas for Windows Server 2008 almost all servers will be 64bit.
Another trend in the Windows family of servers has been improved scalability, the desire to take on jobs previously associated with main-frame computers. For this high-end role, Windows Server 2008 has better support for failover clustering than W2K3.

New Network Related Features

Next Generation TCP/IP Stack - IPv6 Support
IPv6 is sometimes called IPng (Next Generation), hence the redesigned Next Generation TCP/IP stack for both IPv4 and IPv6.  The key performance improvement involves sending bigger, compound TCP packets.
Just as DNS is geared up to register IPv6, so Windows Server 2008 provides support for IPv6. E.g. NAP benefits.
WPF (Windows Filtering Platform) provides a unified well designed packet filtering platform, which operates at all levels of the famous protocol stack (Transport, Network and Frame).  Microsoft provide APIs for third party firewall companies to build drivers to manage and secure the TCP/IP stack.
SMB (Server Messenger Block) v 2.0  is used to create a balanced system Microsoft has removed the bottleneck of SMB v1 by increasing the buffer size, and reducing the number of packets by including more instructions in the headers.
Here are Microsoft's benchmark figures for file transfer on a LAN or WAN.
Plain XP --> Vista gives a 2.5x improvement in file transfer rate
XP + W2K3 --> Vista + Windows Server 2008 gives a 3.5x improvement
I suspect that the numbers maybe an exaggeration for a real working network, but nevertheless the pattern is clear, to get maximum benefits you need both Vista and Windows Server 2008.
NAP
Network Access Protection, or NAP is a quarantine technology that only allow computers that meet security criteria onto the network.  NAP is a neat idea where you invest time in preventing problems caused by rogue laptops, rather than spending even more time in cleaning up virus infections that unhealthy machines introduce to your network.  DHCP works with hand-in-glove with NAP to control which subnets and gateways are available to healthy machines and off limits to machines that need remediation.
DNS
Full support for IPv6.  Recognition and support for RODC (Read-only Domain Controllers).  Creation of a new DNS zone called GlobalNames.  This is to support long single-label names that are unique throughout the domain.

General New Features of Windows Server 2008

Printing
Windows Server 2008 integrates the XML Paper Specification (XPS) to provide a higher level of efficiency, compatibility; the result brings improved document quality to the entire print subsystem.
Improved Print Server Management Tools The Print Management Console (PMC), first shipped in Windows Server 2003 R2, is enhanced in Windows Server 2008. The PMC in Windows Server 2008 includes support for print server migration from Windows 200x to Windows Server 2008.  It also features an improved Network Printer Installation Wizard, which reduces the number of steps that an administrator performs when he adds network printers to the print server.  It does this by automatically locating printers and installing the driver when it's is available.
Terminal Services
Since W2K3 portable devices have mushroomed.  Windows Server 2008 includes an improved version of the Remote Desktop Connection (6.1) that caters for these latest gismos.   Some of these improvements in Terminal Services are already available in W2K3 R2, however, only with Windows Server 2008 do users get the Vista Aero experience.
While RemoteApp has been trialled in earlier operating systems, the ability to run programs from the server alongside those of the local machine, has come of age in Server 2008.
PowerShell
Although Microsoft has created more GUIs than ever, it is perceived to be quicker, to configure Windows Server 2008 from the command line using PowerShell. The vision behind PowerShell is to provide cmdlets (scripts) which automate repetitive tasks, much like UNIX administrators use BASH in their UNIX shells.
ServerMangerCMD.exe Cmdline options - like PowerShell



1 comments: