answersLogoWhite

0

Windows Server 2003

Also known as the Win2K3, Windows Server 2003 is a server OS (operating system) from the American software company Microsoft. This OS has the capability to share printers and files, provide email services, authenticate users, and host message queues.

1,215 Questions

What is correct On a server or in a server?

No. It isn't. Haven't you swum in the other pool yet? Answer: Although I don't like to disagree, and it's certainly true that in traditional written English we should say 'haven't you swum..', people do use 'you haven't swum..' with a rising intonation in spoken English to express surprise. The questioner may be asking about the declarative sentence 'You haven't swum in the other pool yet.' The question mark relates to the inquiry about grammar, and not necessarily to the function of the construct. As a declarative sentence, it is correct.

What are the five FSMO roles in Active Directory forest with one parent and two child domains?

There are five roles:

They are further classified in two

1. Forest Roles
  • Schema Master - As name suggests, the changes that are made while creation of any object in AD or changes in attributes will be made by single domain controller and then it will be replicated to another domain controllers that are present in your environment. There is no corruption of AD schema if all the domain controllers try to make changes. This is one of the very important roles in FSMO roles infrastructure.
  • Domain Naming Master - This role is not used very often, only when you add/remove any domain controllers. This role ensures that there is a unique name of domain controllers in environment.
2. Domain Roles
  • Infrastructure Master - This role checks domain for changes to any objects. If any changes are found then it will replicate to another domain controller.
  • RID Master - This role is responsible for making sure each security principle has a different identifier.
  • PDC emulator - This role is responsible for Account policies such as client password changes and time synchronization in the domain

What is a collection of computers that all utilize a central directory service for authentication and authorization and is usually associated with Active Directory?

It depends on your setup. If this all of the computers are networked in a workgroup environment, then you need to have a locally stored profile on each computer that redirects to the master fileserver. The SAM will be the database in this case

If you have a domain environment, then just join all of the computers into the domain and they should be able to log on to any computer on the network.The AD will take care of security nad NTDS.DIT will be database in this case

What causes computer to dump physical memory?

In this case I rebooted and went into setup. I discovered that my hard drive was no longer listed. I shut down and removed all connections from my IDE slots and cables to my HDD. I checked and saw no visible problem then connected everything up again. My computer runs again.

How can you downgrade a computer running Windows Server 2008 to Windows Server 2003 R2?

Hi, You cannot downgrade an operating system. You will have to nuke the hard drive and reload from the beginning. This is a tough one to do because you have to back-up everything you want to keep and make sure you have all the drivers for everything in your computer. Let me know if you have any questions. -Nitin Answer: Answer:

1: What you will receive: One copy of the applicable Windows Server downgrade software and associated product key. 2: The Downgrade Media Kit is not a new license for Windows Server. It may only be run under a valid license per the terms of those license terms. For example, a copy of Windows Server 2003 R2 Enterprise Edition may be run under a Windows Server 2008 license as permitted by the Downgrade rights described in that license. Check the applicable license terms for specific information regarding the rights for the license. 3: Transfer rights apply to the original license you purchased. 4: Only 1 downgrade media kit per license. 5: The terms of this offer may be changed at any time without notice including, without limitation, the expiration date. 6: There is a fee for this upgrade to cover materials, shipping, handling, and fulfillment overhead. The fee will vary depending on your location. The amount will be presented to you prior to final submission of your order. At that time, you will have the opportunity to opt out before final order submission. The fee is non-refundable. 7: OEM Customers: If you acquired your license with a new server from a server manufacturer, the downgrade software acquired through this program may not be supported by your OEM. Contact your server manufacturer for its support policy for running downgrade software on their server hardware.

The administrator of the first domain in a forest is called the?

The administrator .he/she is part of administrators group and has all rights in the domain.The entreprise admin has all the rights on the forest/domain both are default groups.You can rename your administrator's name and make him part of this group.

What is built-in local groups that come with windows 2012 server and what is the function of each group?

The server described comes in with ready-made local groups to make it easier to establish these in a company. The function of each local group is to have a group that communicates within and between itself.

What are authoritative dns server and none authoritative dns server?

authoritative dns server is server that has own databases that has name resolution for the clients that for resolve from name to ip address and for ip address to name.

non-authorititative dns server is server that forward request of dns client to authoritative dns server for resolve.

Why is dns a requirement for active directory to work?

DNS is extremely important to all aspects of proper Active Directory operation. Any time a client makes a request for a domain service, it must find a domain controller to service that request, which is where DNS comes in to play.

There are two types of DNS queries: recursive and iterative.

When a DNS client requests DNS information, it uses a recursive query to do so.

In a recursive query, the DNS client sends its query to the first DNS server that it has been configured for in its TCP/IP configuration. It then sits and waits for the server to return an answer. If the server returns a positive response, the client will then go to the IP address returned by the server.

What is the name of the first domain in an Active Directory tree?

The first is the parent domain, and everything after that is a child domain. So you might have something like.

parent.local this would be the first domain of the parent domain

child.parent.local is the second or child domain

What is another name for server?

A rack or collection of hardware, the software is the component that makes it a server. What software/protocol depends on the type of server: DNS, Mail, Web servers etc.

What can you do to promote a server to DC if you are on a remote location with slow WAN link?

First available in Windows 2003, you will create a copy of the system state from an existing DC and copy it to the new remote server. Run "Dcpromo /adv". You will be prompted for the location of the system state files

===================================

Answer B:

Backup system state as;

  1. Click Start, click Run, type ntbackup, and then click OK. (If the Backup utility starts in wizard mode, click the Advanced Mode hyperlink.)
  2. From the Backup tab, click to select the System State check box in the left pane. Do not back up the file system part of the SYSVOL tree separately from the system state backup.
  3. In the Backup media or file name box, specify the drive, path, and file name of the system state backup.
name the file .bak (recommended and general)

Restore system stat as below on the target computer;

  1. Log on to the Windows Server 2003-based computer that you want to promote. You must be a member of the local administrators group on this computer.
  2. Click Start, click Run, type ntbackup, and then click OK. (If the Backup utility starts in wizard mode, click the Advanced Mode hyperlink.)
  3. In the Backup utility, click the Restore and Manage Media tab. In the Tools menu, click Catalog a backup file..., and then locate the .bkf file that you created earlier. Click OK.
  4. Expand the contents of the .bkf file, and then click to select the System State check box.
  5. In Restore files to:, click Alternate Location. To restore the system state, type the logical drive and the path. We suggest that you type X:\Ntdsrestore. In this command, X is the logical drive that will ultimately host the Active Directory database when the member computer is promoted. The final location for the Active Directory database is selected when you run the Active Directory Installation Wizard. This folder must be different from the folder that contains the restored system state.
Now Last stage is Promoting an additional domain controller
  1. Verify that the domain controller that is to be promoted has DNS name resolution and network connectivity to existing domain controllers in the domain controller's target domain.
  2. Click Start, click Run, type dcpromo /adv, and then click OK.
  3. Click Next to bypass the Welcome to the Active Directory Installation Wizard and Operating System Compatibility dialog boxes.
  4. On the Domain Controller Type page, click Additional domain controller for an existing domain, and then click Next.
  5. On the Copying Domain Information page, click From these restored backup files:, and then type the logical drive and the path of the alternative location where the system state backup was restored. Click Next.
  6. In Network Credentials, type the user name, the password, and the domain name of an account that is a member of the domain administrators group for the domain that you are promoting in.
  7. Continue with the remainder of the Active Directory Installation Wizard pages as you would with the standard promotion of an additional domain controller.
  8. After the SYSVOL tree has replicated in, and the SYSVOL share exists, delete any remaining restored system files and folders.
Regards,

Rizwan Ranjha

Network Engineer

===================================

What term describes the length of time for which a DNS record is valid after which is needs to be re-registered?

Time-to-Live (TTL)

The DNS System powers the Internet as we know it today and is responsible for converting domain names into IP addresses and for placing them on the correct hosting server. But the DNS system would have been just a theoretical concept, if TTL was not presented.

TTL is an acronym for Time To Live and refers to the capability of the DNS servers to cache DNS records. It represents the amount of time that a DNS record for a certain host remains in the cache memory of a DNS server after the latter has located the host's matching IP address.

By specifying TTL settings for a particular domain's DNS records, webmasters define the frequency of website content updates. The longer the TTL value is, the faster the domain resolution time periods will be. The TTL value can be set from one to several hours, if you are not planning any changes to your domain's DNS records in the meantime. If you need to make such changes, you will have to decrease the TTL value entry to several minutes to avoid any outdated data on your website.

TTL values are entered as seconds and the common TTL time value is 86400 seconds, which is virtually equal to one day (24 hours). With this value set for your domain, any changes to your DNS records will be reflected online in up to 24 hour

Difference between windows xp and server 2003?

Answer--The difference between the two is simple. Windows Server 2003 is built on Windows XP, but Server 2003 has some advanced networking and server facilities. You can notice this on the Server configuration wizard on Server 2003

Note: There is Lot of difference win XP & win server 2003. Xp is a client operating systems. but win 2003 is a server. we can not install active directory in Xp. but we install active directorey win server 2003. we can not manage centralize Win xp. but we manage centralize Win server 2003. Win Xp use small network Maximum 25 computer in a network. but we manage large network through win server 2003.

Note: If you want more information so you can visit http://www.iyogibusiness.com/

What is the function of the forward lookup DNS zone in the DNS name resolution pro?

I think the forward look-up zone is use to convert host name to ip address of a pc in our network

What is a specialized device that allows multiple networks or multiple parts of one network to connect and exchange data?

Specialized Device for exchanging data amongst class based Networks & Subnetted (multiple parts of one network) is Router.

What is a dns address?

A DNS address is the address to a server that converts a URL to an IP address. Most DNS address' are provided by your ISP, although there are many free DNS servers available.

How do you find primary and secondary DNS number?

could somebody help me out on this one i can't figure it out to?

there is no difference between a primary and secondary DNS server except that in normal operation the primary is the one that is tried first if that dosent work then the secondry is used, just list any 2 of the 3 you have as primary and secondry