Windows Server 2003

  Home  Server (Computing)  Windows Server 2003


“Windows Server 2003 Interview Questions and Answers guide you about the use and features in Windows Server 2003. Win2K3 is a server operating system produced by Microsoft. This Operating System introduced on 24 April 2003 as the successor to Windows 2000 Server, it is considered by Microsoft to be the cornerstone of its Windows Server System. These Windows Server 2003 interview questions and answers is a guide to prepare for the job where windows 2003 server is in use.”



60 Windows Server 2003 Questions And Answers

41⟩ What is Hidden Share?

Using hidden shares on your network is useful if you do not want a shared folder or drive on the network to be easily accessible. Hidden shares can add another layer of protection for shared files against unauthorized people connecting to your network. Using hidden shares helps eliminate the chance for people to guess your password (or be logged into an authorized Windows account) and then receive access to the shared resource.

Windows automatically shares hard drives by default for administrative purposes. They are hidden shares named with the drive letter followed by a dollar sign (e.g., C$) and commented as Default Share. Thus, certain networking and administrator functions and applications can work properly. Not that preventing Windows from creating these hidden or administrative shares by default each time your computer boots up takes a registry change.

 133 views

44⟩ Name 3 benefits of using AD-integrated zones?

1. We can give easy name resolution to your clients.

2. By creating AD- integrated zone you can also trace hacker and spammer by creating reverse zone.

3. AD integrated zoned all for incremental zone transfers which on transfer changes and not the entire zone. This reduces zone transfer traffic.

4. AD Integrated zones support both secure and dynamic updates.

5. AD integrated zones are stored as part of the active directory and support domain-wide or forest-wide replication through application partitions in AD.

 130 views

45⟩ How do you backup & Restore AD?

You can backup Active Directory by using the NTBACKUP tool that comes built-in with Windows Server 2003. Backing up the Active Directory is done on one or more of your Active Directory domain Controllers, and is performed by backing up the System State on those servers. The System State contains the local Registry, COM+ Class Registration Database, the System Boot Files, certificates from Certificate Server (if it’s installed), Cluster database (if it’s installed), NTDS.DIT, and the SYSVOL folder. the tombstone is 60 days (Windows 2000/2003 DCs), or 180 days (Windows Server 2003 SP1 DCs).

You can use one of the three methods to restore Active Directory from backup media: Primary Restore, Normal Restore (i.e. Non Authoritative), and Authoritative Restore.

Primary Restore: This method rebuilds the first domain controller in a domain when there is no other way to rebuild the domain. Perform a primary restore only when all the domain controllers in the domain are lost, and you want to rebuild the domain from the backup. Members of the Administrators group can perform the primary restore on local computer. On a domain controller, only members of the Domain Admins group can perform this restore.

Normal Restore: This method reinstates the Active Directory data to the state before the backup, and then updates the data through the normal replication process. Perform a normal restore for a single domain controller to a previously known good state.

Authoritative Restore: You perform this method in tandem with a normal restore. An authoritative restore marks specific data as current and prevents the replication from overwriting that data. The authoritative data is then replicated through the domain. Perform an authoritative restore for individual object in a domain that has multiple domain controllers. When you perform an authoritative restore, you lose all changes to the restore object that occurred after the backup. You need to use the NTDSUTIL command line utility to perform an authoritative restore. You need to use it in order to mark Active Directory objects as authoritative, so that they receive a higher version recently changed data on other domain controllers does not overwrite System State data during replication.

 124 views

46⟩ How do you change the DS Restore admin password?

Microsoft Windows 2000 uses the Setpwd utility to reset the DS Restore Mode password. In Microsoft Windows Server 2003, that functionality has been integrated into the NTDSUTIL tool. Note that you cannot use the procedure if the target server is running in DSRM.

 139 views

49⟩ What is SYSVOL folder?

The sysvol folder stores the server’s copy of the domain’s public files. The contents such as group policy, users etc of the sysvol folder are replicated to all domain controllers in the domain. The sysvol folder must be located on an NTFS volume

 143 views

50⟩ How can you restrict running certain applications on a machine?

The Group Policy Object Editor and the Software Restriction Policies extension of Group Policy Object Editor are used to restrict running certain applications on a machine. For Windows XP computers that are not participating in a domain, you can use the Local Security Settings snap-in to access Software Restriction Policies.

 129 views

53⟩ What is Quotas?

Disk Quota is a feature or service of NTFS which helps to restrict or manage the disk usage from the normal user. It can be implemented per user user per volume basis.By default it is disabled. Administrative privilege is required to perform the task. In 2003server we can control only drive but in 2008server we can establish quota in folder level.

 120 views

54⟩ Explain Backup Methodology?

The different types of backup methodologies are:

► Normal Backup:-This is default backup in which all files are backed up even if it was backed up before.

► Incremental Backup:-In this type of backup only the files that haven’t been backed up are taken care of or backed up.

► Differential Backup:-This backup is similar to incremental backup because it does not take backup of those files backed up by normal

backup but different from incremental because it will take backup of differentially backed up files at next time of differential backup.

► Copy Backup:-This type of backup is which is used during system state backup and asr backup. It is used in special conditions only.

► Daily Backup:-This type of backup takes backup of only those files that are created on that particular day.

► System Backup:-This type of backup takes backup of files namely, Boot file, COM+Class Registry, Registry. But in server it takes

backup of ads.

► ASR Backup:-This type of backup takes backup of entire boot partition including OS and user data. This should be the last

troubleshooting method to recover an os from disaster.

 170 views

55⟩ Explain how to publish printer through AD?

The group policy setting ‘Automatically publish new printers in AD’ when disabled, prevents the Add Printer Wizard from automatically publishing shared printers. In addition, Group policy setting ‘Allow printers to be published’ should be enabled(default) for printers to be published on that computers.

 135 views

56⟩ Explain the functionality of FTP Server?

The FTP server is to accept incoming FTP requests. Copy or move the files that you want to make available to the FTP publishing folder for access. The default folder is drive:InetpubFtproot, where drive is the drive on which IIS is installed

In the client-server model, a file server is a computer responsible for the central storage and management of data files so that other computers on the same network can access the files. A file server allows users to share information over a network without having to physically transfer files by floppy diskette or some other external storage device.

 135 views

58⟩ What is Virtual Directory in IIS?

A virtual server can have one home directory and any number of other publishing directories. These other publishing directories are referred to as virtual directories.

 130 views

59⟩ What is Exclusion Range in DHCP Server?

Exclusion Range is used to reserve a bank of ip addresses so computer that require only static ip address such as DNS servers, legacy printers can use reserved assigned addresses .These are not assigned by DHCP server.

 142 views

60⟩ What is SOA Record?

Start Of Authority(SOA) Records indicate that NameServer is authoritative server for the domain.

 125 views