Daves Notes on Exam 70-219 Designing a Microsoft Windows 2000
Directory Services Infrastructure
by Dave Lilligren from Dave's Help Page for Win2k Certification! for Networkdesigner.net
This exam of 40 "items" is a long one, as evidenced by the nearly 4 hours allotted to complete it. What makes it so lengthy is its format, which is based upon case studies, each with several questions. It takes quite a bit of time to digest the various case studies, as they are quite involved. Fortunately, you are able to refer back to the studies during the questions.
The passing score is pretty low 613. You will probably find some seemingly contradictory questions, and some that are downright hard. But, you should find enough clear and easier-to-follow questions to help you pass. I did, as my 783 score reflects. I was relieved to see that almost all of the information in the exam was covered by the MOC, Course 1561.
Rather than get too into detail regarding the exam itself (something called a "Non-Disclosure Agreement" precludes me from doing so anyway), I would like to focus on the principles and important points of designing a Directory Services infrastructure. If you have a grasp of these points, then any case study thrown at you in any format should be manageable. A final point on the case studies, though: They actually were little bit fun. You found yourself role playing "Joe (or Jane) Consultant." It was kind of real-world-like, in a way. Not as boring as some of those other exams. Well, on to my notes!
Designing an Active Directory Naming Strategy
· Remember the difference between Active Directory names and DNS names. They appear identical, but AD names objects and DNS has resource records.
· Know how to interoperate AD with BIND (Unix DNS servers). BIND version 8.2.1 is the minimum recommended version, because it supports SRV records, dynamic updates, and incremental zone transfers. So, if you need to retain the Unix DNS servers, and youre running 8.2.1 or later, you wont need to upgrade them.
· Remember that the domain on which you install AD in your enterprise becomes the root domain of the forest and its tree (trees are based on a contiguous DNS namespace).
· There are basically three ways to determine a DNS naming strategy:
o Use a delegated subdomain name (e.g., corp.moron.com for the registered moron.com DNS name)
o Use a single DNS domain for both the public and private networks (e.g., moron.com used both internally and externally). This does require additional administration, especially trying to keep the two separate in your design!
o Use a different DNS name for the public and private networks (e.g., moron.com and moronic.com). This makes the division of private and public resources easy.
Designing Active Directory to Delegate Administrative Authority
· Know how the company is (or desires to be) organized. Is IT centralized? If you centralize IT, but decentralize management, you can use a single domain model, with OUs for administrative tasks.
· You can base your hierarchy completely on location, organization, or function. Just be consistent throughout.
· If you mix OUs with domains, you can make your hierarchy by location (e.g., florida.moron.com) with organizational OUs (e.g., sales); or you can do it by organization (e.g., marketing.moron.com) with location OUs (e.g., Chicago).
· When it comes to delegating administrative authority, you can do it either at the site, domain or OU level.
Designing a Schema Policy
· Anything changes made to the schema affects the entire forest! This will affect network traffic until the change is replicated throughout the enterprise.
· Only members of the Schema Admins group can make changes.
· Often times, a directory-enabled application will modify the schema. A classic example would be Exchange 2000. Heres the catch, though. These apps are installed in two phases, with the first one modifying the schema. Guess who cant do this? Anybody NOT in the Schema Admins group. KNOW THIS!
Designing Active Directory to Support Group Policy
· Know the different levels at which you can apply group policy, and why you would use each
o At the site level, you would want to apply a GPO that utilizes a lot of traffic, such as a software installation.
o There are some GPOs that can only be applied at the domain level, such as password and account policy settings.
o Most GPOs should be applied at the OU level, because it gives you so much more flexibility.
· Know how to filter GPOs. For example, if you are administrator, and you just restricted access to changing the registry, youd want to exclude yourself, right? So, you "filter" by "denying" the policy to the administrators group.
· Understand how GPOs are applied. The lowest-level OU gets applied last. Higher-level OU GPOs are inherited, unless "blocked." Guess how you override "blocking"
With the "no override" box checked. Might not make sense, but thats how you do it!
Designing an Active Directory Domain
· Make sure you know the difference between Universal groups, Global groups, and Domain local groups!
· Know how to use different levels of OUs. Upper level OUs should be based on things that dont change in the organization (such as a geographical location). Use the lower-level OUs to delegate authority over objects, such as users or printers.
Designing a Multiple-Domain Structure
· Rule one if there are no compelling reasons to use a multiple-domain structure, use a single domain. Unlike NT 4.0, you dont increase capacity with more domains. A single domain can handle over 4 billion objects.
· But you would use a multiple-domain model in the following situations:
o Different domain-level polices (e.g., password and account policies)
o Decentralized administration
o Reduce replication traffic (keep domain controllers from replicating over a WAN link).
· Know how trusts are used in Windows 2000. Generally, the default trusts will be adequate. Within a forest, all trusts are two-way and transitive. You might want to save time by creating a short-cut trust. You would only an NT 4.0-type trust (one-way, explicit) when you are dealing with resources OUTSIDE of your forest, such as when you are partnering with another corporation.
· When using multiple domains that are on the same level administratively, you might want to create a blank root domain (e.g., moron.com) and put all your accounts into the subdomains (e.g., ura.moron.com and ima.moron.com).
· Know that multiple trees are used when the namespace is not contiguous (e.g., moron.com and imbecile.com).
· Only use separate forests when you are dealing with different corporations or you want to maintain separate schemas. But you will have to set up external, explicit trusts in these cases.
Designing an Active Directory Site Topology
· A "site" in AD is a location that has well-connected computers (at least 10 Mbps). They play a key role in replication.
· In a domain with multiple sites, you will want at least one domain controller in each site.
· If bandwidth availability is low between sites, you will want to schedule replication to occur at off-peak hours.
· The connection between two sites is called a "site link." If multiple site links exists, the best path (lowest cost) is chosen.
· If you have more than two sites to connect, you can use what is called a "site link bridge." For example, Chicago is connected to Minneapolis, which is connected to Seattle. You get to Seattle from Chicago via the site link bridge through Minneapolis. Similar in a sense to routing.
· At each site, you will find at least one "bridgehead server." The KCC (knowledge consistency checker kind of like a routing protocol) builds a topology of the network and usually automatically designates this server. But, you can manually configure it as well.
· When replicating between sites, understand the two IP protocols that can be used: SMTP and RCP over IP. SMTP is nice because it does not establish a TCP session, so updates can be sent later. BUT (and a big one at that), you CANT use SMTP for intra-domain replication. You can only use SMTP for schema and global catalog replication. Most of the time, then you will use RCP.
· At this point, youll also need to understand Operations Masters. The Schema Master and the Domain Naming Master only exist in the root domain of the forest. One PDC Emulator Master, one RID Master, and one Infrastructure Master exist in each domain. You MUST know this. Global Catalog servers should be in each site. The Infrastructure Master should not be a Global Catalog server, because inconsistencies in the infrastructure would go undetected because all objects are on the global catalog server.
Daves Final Thoughts
If youve passed the four core exams by this point, you shouldnt fret too hard about this exam. If you understand all that Ive written about above, you should be able to pass your first time. They give you plenty of time. I only used half of the time, and Im not a fast exam taker. Relax, and have fun with this one!
by Dave Lilligren from Dave's Help Page for Win2k Certification! for Networkdesigner.net
|