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 are the advantages of using universal groups in a single domain infrastructure?

Universal groups can be used anywhere in the same Windows forest. They are only available in a Native-mode enterprise. Universal groups may be an easier approach for some administrators because there are no intrinsic limitations on their use. Users can be directly assigned to Universal groups, they can be nested, and they can be used directly with access-control lists to denote access permissions in any domain in the enterprise.

Universal groups are stored in the global catalog (GC); this means that all changes made to these groups engender replication to all global catalog servers in the entire enterprise. Changes to universal groups must therefore be made only after a careful examination of the benefits of universal groups as compared to the cost of the increased global catalog replication load. If an organization has but a single, well-connected LAN, no performance degradation should be experienced, while widely dispersed sites might experience a significant impact. Typically, organizations using WANs should use Universal groups only for relatively static groups in which memberships change rarely

What are the three components of DNS named?

DNS COMPONENTS:

The DNS consists of three components. The first is a "Name Space" that establishes the syntactical rules for creating and structuring legal DNS names. The second is a "Globally Distributed Database" implemented on a network of "Name Servers". The third is "Resolver" software, which understands how to formulate a DNS query and is built into practically every Internet-capable application.

(A) Name Space:

The DNS "Name Space" is the familiar inverted tree hierarchy with a null node named "" at the top. The child nodes of the root node are the Top Level Domains (TLDs)-.com, .net, .org, .gov, .mil-and the country code TLDs, including .jp, .uk, .us, .ca, and so forth. Node names, known as labels, can be as many as 63 characters long, with upper- and lower-case alphabetical letters, numerals, and the hyphen symbol constituting the complete list of legal characters. Labels cannot begin with a hyphen. Upper- and lower-case letters are treated equivalently. A label can appear in multiple places within the name space, but no two nodes with the same label can have the same parent node: A node name must be unique among its siblings.

(B) Name Servers:

The second key component of the DNS is a globally connected network of "name servers". Each zone has a primary or master name server, which is the authoritative source for the zone's resource records. The primary name server is the only server that can be updated by means of local administrative activity. Secondary or slave name servers hold replicated copies of the primary server's data in order to provide redundancy and reduce the primary server's workload.

Furthermore, name servers generally cache data they have looked up, which can greatly speed up subsequent queries for the same data. Name servers also have a built-in agent mechanism that knows where to ask for data it lacks. If a name server can't find a domain within its zone, it sends the query a step closer to the root, which will resend it yet a step closer if it can't find the domain itself. The process repeats until it reaches a TLD, which ensures that the entire depth of the name space will be queried if necessary.

The combination of all the DNS name servers and the architecture of the system creates a remarkable database. There are more than 32 million domain names in the popular TLDs for which the whois utility works. Nominum, whose chief scientist, Paul Mockapetris, invented DNS, claims that there are more than 100 million domain names stored and that the system can easily handle 24,000 queries per second. The database is distributed-no single computer contains all the data. Nevertheless, data is maintained locally even though it's distributed globally, and any device connected to the IP network can perform lookups. The update serial number mechanism in each zone ensures a form of loose coherency on the network-if a record is out of date, the querier knows to check a more authoritative name server.

(C) Resolver:

The third component of the DNS is the "resolver". The resolver is a piece of software that's implemented in the IP stack of every destination point, or "host" in IETF-speak. When a host is configured, manually or through DHCP, it's assigned at least one default name server along with its IP address and subnet mask. This name server is the first place that the host looks in order to resolve a domain name into an IP address. If the domain name is in the local zone, the default name server can handle the request. Otherwise, the default name server queries one of the root servers. The root server responds with a list of name servers that contain data for the TLD of the query. This response is known as a referral. The name server now queries the TLD name server and receives a list of name servers for the second-level domain name. The process repeats until the local name server receives the address for the domain name. The local server then caches the record and returns the address or other DNS data to the original querier.newdiv

Why ADS is required for domain controller?

Domain Controller it is Microsoft Windows Server 2000/2003 directory server that provides access controls over users, accounts, groups, computers and other network resources.

Domain Controller authenticate users and maintains directory services and the security database for a domain.

without ADS it is not possible.

What is the DNS server in which changes are made for a particular zone and then propagated to other DNS servers?

The prefered DNS server for the site is the server which sends the dns zone updates to all the other servers in the site.

The primary DNS zone is created on the server and it has the authority to send changes in zone to other servers

How Blackberry communicates with Exchange Server?

Mapi portocal taking care of the communication between Exchange Server and Blackberry Server, and also Blackberry Server component MAGT (Messaging Agent) will be in touch with Exchange Server for scaning the Blackberry user's Mail BOX.

Thanks and Regards,

Ranjith Kumar.

Where is the camshaft position sensor on a 1994 Dodge Intrepid?

On the driver's side, in the timing cover in front of the valve cover, if it's a 3.5L. Please specify if its a 3.3 or 3.5L

Suppose server object is not loaded into the memory and the client request for it what will happen?

If a server object is not loaded in the memory and the request for it, then the server object is loaded in to the memory and is initialized

What two fsmo roles should not reside on the same server?

Infrastructure Master & RID which consists unique ID to SID of all objects in a directory for all domain's in a forest.

What is the function of dns zones?

The Domain Name System (DNS) is basically a large database which resides on various computers and it contains the names and IP addresses of various hosts on the internet and various domains. The Domain Name System is used to provide information to the Domain Name Service to use when queries are made. The service is the act of querying the database, and the system is the data structure and data itself. The Domain Name System is similar to a file system in Unix or DOS starting with a root. Branches attach to the root to create a huge set of paths. Each branch in the DNS is called a label. Each label can be 63 characters long, but most are less. Each text word between the dots can be 63 characters in length, with the total domain name (all the labels) limited to 255 bytes in overall length. The domain name system database is divided into sections called zones. The name servers in their respective zones are responsible for answering queries for their zones. A zone is a subtree of DNS and is administered separately. There are multiple name servers for a zone. There is usually one primary nameserver and one or more secondary name servers. A name server may be authoritative for more than one zone.

DNS names are assigned through the Internet Registries by the Internet Assigned Number Authority (IANA). The domain name is a name assigned to an internet domain. For example, mycollege.edu represents the domain name of an educational institution. The names microsoft.com and 3Com.com represent the domain names at those commercial companies. Naming hosts within the domain is up to individuals administer their domain.

Access to the Domain name database is through a resolver which may be a program or part of an operating system that resides on users workstations. In Unix the resolver is accessed by using the library functions "gethostbyname" and "gethostbyaddr". The resolver will send requests to the name servers to return information requested by the user. The requesting computer tries to connect to the name server using its IP address rather than the name.

What is Web Server hardware?

The Hardware of a web server will be the same as any other server

Processors

Memory (RAM)

Hard Drives

Power Supplies

Network Card(s)

the server will be set up with IIS - Internet Information Service which allows website to be hosted or Apache if using Linux or other Web service software

generally a web server hosting loads of site will have lots of hard drive space and RAM and powerful processors for running a couple site done need anything really fancy

For domain controllers to register their records with DNS at startup dynamic updates must be allowed true or false?

It isn't necessary for a domain controller - they shouldn't have dynamic updates in the first place. This is primarily for clients in the domain.

What is Pull server?

A 'Pull" server is one in which information is stored on it, waiting for a client to request the information, such as an upgrade. The information must be 'pulled' from the server by the client, so the client is the one initiating the request, not the server.

What is a secondary server takes over in case of primary server failure?

What is (the name?) (of) a secondary server (who) takes over in case of primary server failure?

That would be a BDC. A Backup Domain Controller.

How do you achieve redundancy for your DNS server?

DNS Redundancy is achieved by listing multiple servers, such as NS1.domain.com, NS2.domain.com, in your domain's DNS settings. You must list at least two servers, and can list 4 or more. If you are using a web host they will provide the server names where your web site is hosted for correct DNS locations. The registrar must provide redundant servers to ICCANN for your domain name in order for your web site to be found on the WWW.
When a web browser looks for your web site, it searches the web for your server's IP, such as 10.00.00.00, a numerical listing that routes the browser much like the telephone switching system does. If your browser cannot reach the first DNS listed, it will be routed to the next on the list, and the next, if available.

How view all Global Catalog servers in a forest?

C:\>repadmin /showreps

domain_controller

OR

You can use Replmon.exe for the same purpose.

OR

AD Sites and Services and nslookup gc._msdcs.

To find the in GC from the command line you can try using DSQUERY command.

dsquery server -isgc to find all the gc's in the forest

you can try dsquery server -forest -isgc.

How can get rid of A Runtime Error has occured do you wish to debug?

How do I get rid of a runtime erroe has occured. Do you wish to debug???

There are 3 step to repair runtime error

If you got runtime error then there is a 94% chance that your computer has registry problems. To repair runtime error you need to follow the steps below:

* Step 1 - Download a Perfect Optimizer,install this error repair tool.

* Step 2 - Click the Repair All Button.It will scan you PC for Free.

* Step 3 - Then click the Repair All Button again and your done! It is very easy to repair runtime error.

Here are the URL of Perfect Optimizer: http://www.errorremovers.com/tidporp-runtime_error-zz0005

Trending Questions
What is the domain of a scorpion? What is the value of The Yearling 1938 edition? How can you look at the active directory schema? What are automatically configured in windows server 2003? What TCP IP settings must be configured before installing the DNS server service? What is netlogon? Where can one backup software on a Windows Server? Which folders cannot be shared Can you think of reasons why an opening system might not allow certain types of folders to be shared? What is the name of the first domain in an Active Directory tree? What is an Active Directory Integrated Zone and what does it do? What is a task that a member of Schema Administrator cannot perform that a member of Enterprise Administrator or Domain Administrator can perform? What are the functions of Web Server? What is active directory? Which interface allows you to grant limited permission within active directory to individual users or groups to adhere to a principle of least privilege in administering active directory? What is the main purpose of active directory? Which technique allows you to specify individual users or groups within a container who should or should not receive the settings configured in a particular GPO? What does WINS resolve? What software licensing issues would be raised by using a file server in a student lab? What services does a windows deployment services client computer use to locate a WDS server? What is the default lease length used by a wired scope created in the Windows Server 2008 DHCP Service?