SlideShare una empresa de Scribd logo
1 de 32
Microsoft Active Directory

        An Overview
What is Active Directory?

   Microsoft‘s new Directory Service
   Called: ADS, NTDS
   Successor to LAN Manager Domains
   Goals
    •   Open Standards
    •   High Scalability
    •   Simplified Administration
    •   Compatibility to existing Windows NT
        systems and applications
Open Standards
   LDAP
    • Low-Level API to Active Directory
   X.500
    • Active Directory Structure
    • Not fully standard-compliant
   DNS
    • Resource Location
    • Extensions, e. G. „Dynamic DNS“
   Kerberos
    • Authentication
Active Directory Structure
   Hierarchical
   Base object
                                      Domain
    Domain
                                       Tree
                    Forest

                                                      OU
                             Domain
                                                    Domain
         Domain                                OU            OU



         Tree

Domain            Domain
                                                    Objects
Which objects does Active
Directory contain?
   „old Friends “
    • User
    • Group
    • Computer
   New Elements
    • Distribution Lists
    • System Policies
   Application defined custom objects
   Described in the Schema
What is the Schema?

   Definition of all AD
    • Object-Types (Classes)
    • Attributes
    • Data-Types (Syntaxes)
   Can be compared to a Database
    Schema
   ONE consistent Schema inside a
    single Forest
   Extensible
What is a Domain?

   AD Base Element (Building Block)
   NT 4 Compatible
   Physically Implemented on Domain
    Controllers (DC)
   Border for
    •   Replication Traffic   Firma.de
    •   System Policies
    •   Administration
What is an Organizational Unit
(OU)?
   Implements a Structure inside a
    Domain
   Can be nested as needed
   Can not be assigned any rights
   Typically used for Administrative
    Reasons
    • e.g. System Policies           LA              New York




                             Admin        Sales   Admin     Sales
What is a Tree?

   Hierarchical Domain Structure inside a
    single Namespace
    • adiscon.com                adiscon.com


    • la.adiscon.com                Tree
    • ny.adiscon.com         la.adiscon.com   ny.adiscon.com

   Transitive Trusts created automatically
   Sub-Domain must be added to Root-
    Domain – otherwise there will be no
    tree!
What is a Forest?

   Combination of Trees
   Disjunct Namespaces
    • adiscon.de
    • adiscon.com
   Transitive Trusts created automatically
   There is one single tree-root!
   Sub-Tree must be added to Root-Tree,
    otherwise no Forest will be created
The Tree-Root
     First Domain installed
     Single Schema
     Absolutely vital!
                                          Domain


                                           Tree
                        Forest

                                                          OU
                                 Domain
                                                        Domain
             Domain                                OU            OU



             Tree

    Domain            Domain
                                                        Objects
Modeling the physical Structure

   Not related to logical Structure
   Modeled via „Sites“
   A site is well connected via fast
    Network Links
   One Site can home multiple Domains
   One Domain can spread across many
    Sites
   Domain Database is stored on Domain
    Controllers
Sample Site Structure
   Logical and physical
    Structure are totally
    independent of each
    other!


                                Adiscon.com



           Site LA                    Site New York

            sales.adiscon.com
                                              sales.adiscon.com
Which Role can a Server have?

   Member Server
   Domain Controller
   Global Catalog
   FSMO
    • Special Roles carried out by only a limited
        set of Servers
    •   e.g. PDC Emulator
    •   e.g. Schema Master
What is a Domain-Controller?
   Stores a physical Copy of the Active
    Directory Database
    • Currently a single Domain per DC
      supported!
    • ESE95 Database (MS Exchange)
   Logon Services
    • Kerberos
    • LAN Manager Authentication
   Recommendation: always have at least
    2 Domain Controllers!
What is a Global Catalog Server?

   Answers AD Search Queries
   Must be present to successfully logon
   Holds a copy of all Objects of the
    whole Forest…
   ...but holds only a subset of the
    Attributes
    • User definable
   Recommendation: at least one GC per
    (larger) Site
Multi Master Replication

   Updates can be applied to ANY
    Domain Controller
   Will be Replicated to each other
    Domain Controls (inside that Domain)
    within 15 Minutes
   Optimized Algorithm reduces
    Replication Traffic
   Not time based (triggered on demand,
    only)!
Intra-Sites Replication

   All Domain Databases involved
   Changes are transmitted compressed
   via IP (RPC) or SMTP
    • SMTP not within a single domain!
   Time Replication occurs can be
    configured
   Volume of Replication Traffic can not
    be restricted!
   Have an Eye on GCs!
Mixed vs. Native Mode?
   Mixed Mode supports Coexistence with NT4
    • Default
    • NT 4 BDCs continue to work
    • Enables “Fallback Scenario” during Migration
   Only Native Mode supports all AD Features
    • More than 40 MB Domain Database Size
    • Mostly problem-free „MoveTree“
    • Universal Groups, Group nesting
   Once you have switched to Native Mode,
    there is no way back to Mixed Mode!
Are there still Trusts available?
   Old fashioned NT 4 Trusts can still be
    used
    • Work like always
    • No additional functionality
   Most be used to connect different
    Forests
    • Be careful – no common Global Catalog!
   Shortcut-Trusts
    • Connect frequently used Domains to each
      other (Performance Optimization)
Shortcut-Trusts
   Domain A users
    frequently access
    Domain B’s Resources
                                         Domain
   No Change in logical
    Structure
                                          Tree
                     Forest

                                                         OU
                              Domain A
                                                       Domain
         Domain                                   OU            OU



         Tree

Domain            Domain B
                                                       Objects
Vital for AD: DNS!
   DNS is Active Directory’s Locator Service
   Without correctly configured DNS no
    working Active Directory!
    • Currently TOP 1 Trouble spot
   Can be hosted on non MS-DNS
    • Minimum BIND Version 8.1.2
    • No special Characters in Computer Names
    • Not really an option
    • Recommendation: delegate a separate “AD-
      Zone” on non-MS DNS and use MS-DNS for that
      zone – saves lots of Trouble!
Who is using Active Directory?

   Windows 2000
    • Authentication
    • System Policies
   Directory Enabled Applications
    • Please do not overlook them when
      planning your AD!
What are Directory-Enabled
Applications?
   Applications directly using and
    accessing the Active Directory
    • e.g. Exchange 2000
    • Many more expected!
   Typically extend the Schema
   May dramatically change usage
    pattern for Active Directory Resources
    • Replication Traffic
        (new Objects, Attributes)
    •   AD Queries (GCs!)
Active Directory Security

   Improved Authentication
   Permissions applied via ACLs
    • To Objects as whole
    • To specific Attributes
   Fine-Tuning of Access Permissions
    possible
   Tool-Support to visualize Security
    Settings currently weak (try Visio!)
What is Kerberos?

   „age-old“ Internet-Standard - mature
   Commonly used under Unix
   Secure Authentication thanks to
    Encryption
   Standard-Authentication Model under
    Windows 2000
   Microsoft Kerberos not fully
    compatible to other Kerberos
    Implementations
Delegation of Administration
   Admin rights can be delegated to Users or
    Groups
    • NOT to OUs!
   Delegation via Wizards
   Currently “Admin Nightmare” – very hard to
    detect who has rights
    • All objects must be viewed separately and
        manually
    •   Currently no good tools – but expected to be
        available in the future
    •   Microsoft itself also plans to provide additional
        tools
Inheritance in Active Directory

   From Top to Bottom
   Inheritance can only be blocked
    completely
    • No IRF like Novell
Groups
   Basically, like under NT 4
    • Local Groups are assigned Permissions
    • Global Groups contain Users
           From a single Domain
           Global Groups are members in Local Groups
            for Permission assignment
   New: Universal Groups
    • Can be used everywhere in every Domain
        (Permissions, Members)
    •   Implemented via GC
         Replication traffic limits usability
Active Directory Problem Spots
   DNS Dependency
   No „Merge-Tree“
   No Partitioning (only a single Domain per
    Domain Controller)
   Limited Tool-Support
   Forest Global Schema
   Schema-Modifications can not be undone
   Issues will be addressed over time by
    Microsoft (keep in mind AD is Version 1.0!)
Importance of AD for Microsoft’s
Strategy
   Most important Product
   All new Microsoft Products need or at
    least work better with Active Directory
    • Exchange 2000
    • SQL Server 2000
    • ...
   Bill Gates: „We have bet Microsoft on
    Active Directory.“
Questions?

   rgerhards@adiscon.com
   www.windows-expert.net

Más contenido relacionado

Destacado

13 parr infor 27 03_11
13 parr infor 27 03_1113 parr infor 27 03_11
13 parr infor 27 03_11Acastions
 
Sistemas de informacion modificado
Sistemas de informacion modificadoSistemas de informacion modificado
Sistemas de informacion modificadozaira
 
Zscaler - webcast de Gartner - Los peligros ocultos detrás de su motor de bús...
Zscaler - webcast de Gartner - Los peligros ocultos detrás de su motor de bús...Zscaler - webcast de Gartner - Los peligros ocultos detrás de su motor de bús...
Zscaler - webcast de Gartner - Los peligros ocultos detrás de su motor de bús...AEC Networks
 
Resumen de Sistemas de Información
Resumen de Sistemas de InformaciónResumen de Sistemas de Información
Resumen de Sistemas de Informaciónjemarinoi
 
Practicas: "MICROSOFT WORD"
Practicas: "MICROSOFT WORD"Practicas: "MICROSOFT WORD"
Practicas: "MICROSOFT WORD"'Aroo Juárez
 
DNS - Domain Name System
DNS - Domain Name SystemDNS - Domain Name System
DNS - Domain Name SystemPeter R. Egli
 
Trabajo practico n 2 sistema operativo
Trabajo practico n 2 sistema operativoTrabajo practico n 2 sistema operativo
Trabajo practico n 2 sistema operativoagpmuvi
 

Destacado (10)

13 parr infor 27 03_11
13 parr infor 27 03_1113 parr infor 27 03_11
13 parr infor 27 03_11
 
Juegos de Bodas
Juegos de BodasJuegos de Bodas
Juegos de Bodas
 
Sistemas de informacion modificado
Sistemas de informacion modificadoSistemas de informacion modificado
Sistemas de informacion modificado
 
Zscaler - webcast de Gartner - Los peligros ocultos detrás de su motor de bús...
Zscaler - webcast de Gartner - Los peligros ocultos detrás de su motor de bús...Zscaler - webcast de Gartner - Los peligros ocultos detrás de su motor de bús...
Zscaler - webcast de Gartner - Los peligros ocultos detrás de su motor de bús...
 
Resumen de Sistemas de Información
Resumen de Sistemas de InformaciónResumen de Sistemas de Información
Resumen de Sistemas de Información
 
Practicas: "MICROSOFT WORD"
Practicas: "MICROSOFT WORD"Practicas: "MICROSOFT WORD"
Practicas: "MICROSOFT WORD"
 
DNS - Domain Name System
DNS - Domain Name SystemDNS - Domain Name System
DNS - Domain Name System
 
Dns ppt
Dns pptDns ppt
Dns ppt
 
trabajo microsoft office
trabajo microsoft officetrabajo microsoft office
trabajo microsoft office
 
Trabajo practico n 2 sistema operativo
Trabajo practico n 2 sistema operativoTrabajo practico n 2 sistema operativo
Trabajo practico n 2 sistema operativo
 

Similar a Ads overview-en

Ads Overview En
Ads Overview EnAds Overview En
Ads Overview Enraj240969
 
Virtualization & Server2008 R2 AD
Virtualization & Server2008 R2 ADVirtualization & Server2008 R2 AD
Virtualization & Server2008 R2 ADEdward Jude
 
Active-Directory-Domain-Services.pptx
Active-Directory-Domain-Services.pptxActive-Directory-Domain-Services.pptx
Active-Directory-Domain-Services.pptxJavedAjmal1
 
1.2 active directory
1.2 active directory1.2 active directory
1.2 active directoryMuuluu
 
activedirectory-i-100902105735-phpapp01.pdf
activedirectory-i-100902105735-phpapp01.pdfactivedirectory-i-100902105735-phpapp01.pdf
activedirectory-i-100902105735-phpapp01.pdfsamarth97
 
ACTIVE-DIRECTORY.ppt
ACTIVE-DIRECTORY.pptACTIVE-DIRECTORY.ppt
ACTIVE-DIRECTORY.pptTrngTn67
 
ACTIVE-DIRECTORY.ppt
ACTIVE-DIRECTORY.pptACTIVE-DIRECTORY.ppt
ACTIVE-DIRECTORY.pptmwti2
 
Active directory interview_questions
Active directory interview_questionsActive directory interview_questions
Active directory interview_questionssubhashmr
 
Active directory interview_questions
Active directory interview_questionsActive directory interview_questions
Active directory interview_questionsUmesh Sawant
 
CIS13: A Breakthrough in Directory Technology: Meet the Elephant in the Room ...
CIS13: A Breakthrough in Directory Technology: Meet the Elephant in the Room ...CIS13: A Breakthrough in Directory Technology: Meet the Elephant in the Room ...
CIS13: A Breakthrough in Directory Technology: Meet the Elephant in the Room ...CloudIDSummit
 
Active Directory Fundamentals
Active Directory FundamentalsActive Directory Fundamentals
Active Directory FundamentalsAngie Miller
 
The Efficient Use of Cyberinfrastructure to Enable Data Analysis Collaboration
The Efficient Use of Cyberinfrastructure  to Enable Data Analysis CollaborationThe Efficient Use of Cyberinfrastructure  to Enable Data Analysis Collaboration
The Efficient Use of Cyberinfrastructure to Enable Data Analysis CollaborationCybera Inc.
 
Directory services by SAJID
Directory services by SAJIDDirectory services by SAJID
Directory services by SAJIDSajid khan
 
Security and LDAP integration in InduSoft Web Studio
Security and LDAP integration in InduSoft Web StudioSecurity and LDAP integration in InduSoft Web Studio
Security and LDAP integration in InduSoft Web StudioAVEVA
 
02-Active Directory Domain Services.pptx
02-Active Directory Domain Services.pptx02-Active Directory Domain Services.pptx
02-Active Directory Domain Services.pptxAdiWidyanto2
 

Similar a Ads overview-en (20)

Ads Overview En
Ads Overview EnAds Overview En
Ads Overview En
 
Virtualization & Server2008 R2 AD
Virtualization & Server2008 R2 ADVirtualization & Server2008 R2 AD
Virtualization & Server2008 R2 AD
 
Active-Directory-Domain-Services.pptx
Active-Directory-Domain-Services.pptxActive-Directory-Domain-Services.pptx
Active-Directory-Domain-Services.pptx
 
Active directory
Active directoryActive directory
Active directory
 
1.2 active directory
1.2 active directory1.2 active directory
1.2 active directory
 
Lecture 8 permissions
Lecture 8   permissionsLecture 8   permissions
Lecture 8 permissions
 
DC
DCDC
DC
 
activedirectory-i-100902105735-phpapp01.pdf
activedirectory-i-100902105735-phpapp01.pdfactivedirectory-i-100902105735-phpapp01.pdf
activedirectory-i-100902105735-phpapp01.pdf
 
Active directoryfinal
Active directoryfinalActive directoryfinal
Active directoryfinal
 
ACTIVE-DIRECTORY.ppt
ACTIVE-DIRECTORY.pptACTIVE-DIRECTORY.ppt
ACTIVE-DIRECTORY.ppt
 
ACTIVE-DIRECTORY.ppt
ACTIVE-DIRECTORY.pptACTIVE-DIRECTORY.ppt
ACTIVE-DIRECTORY.ppt
 
Active directory interview_questions
Active directory interview_questionsActive directory interview_questions
Active directory interview_questions
 
Active directory interview_questions
Active directory interview_questionsActive directory interview_questions
Active directory interview_questions
 
CIS13: A Breakthrough in Directory Technology: Meet the Elephant in the Room ...
CIS13: A Breakthrough in Directory Technology: Meet the Elephant in the Room ...CIS13: A Breakthrough in Directory Technology: Meet the Elephant in the Room ...
CIS13: A Breakthrough in Directory Technology: Meet the Elephant in the Room ...
 
Fundamentals
FundamentalsFundamentals
Fundamentals
 
Active Directory Fundamentals
Active Directory FundamentalsActive Directory Fundamentals
Active Directory Fundamentals
 
The Efficient Use of Cyberinfrastructure to Enable Data Analysis Collaboration
The Efficient Use of Cyberinfrastructure  to Enable Data Analysis CollaborationThe Efficient Use of Cyberinfrastructure  to Enable Data Analysis Collaboration
The Efficient Use of Cyberinfrastructure to Enable Data Analysis Collaboration
 
Directory services by SAJID
Directory services by SAJIDDirectory services by SAJID
Directory services by SAJID
 
Security and LDAP integration in InduSoft Web Studio
Security and LDAP integration in InduSoft Web StudioSecurity and LDAP integration in InduSoft Web Studio
Security and LDAP integration in InduSoft Web Studio
 
02-Active Directory Domain Services.pptx
02-Active Directory Domain Services.pptx02-Active Directory Domain Services.pptx
02-Active Directory Domain Services.pptx
 

Último

Reading and Writing Skills 11 quarter 4 melc 1
Reading and Writing Skills 11 quarter 4 melc 1Reading and Writing Skills 11 quarter 4 melc 1
Reading and Writing Skills 11 quarter 4 melc 1GloryAnnCastre1
 
Sulphonamides, mechanisms and their uses
Sulphonamides, mechanisms and their usesSulphonamides, mechanisms and their uses
Sulphonamides, mechanisms and their usesVijayaLaxmi84
 
How to Fix XML SyntaxError in Odoo the 17
How to Fix XML SyntaxError in Odoo the 17How to Fix XML SyntaxError in Odoo the 17
How to Fix XML SyntaxError in Odoo the 17Celine George
 
ClimART Action | eTwinning Project
ClimART Action    |    eTwinning ProjectClimART Action    |    eTwinning Project
ClimART Action | eTwinning Projectjordimapav
 
Q-Factor HISPOL Quiz-6th April 2024, Quiz Club NITW
Q-Factor HISPOL Quiz-6th April 2024, Quiz Club NITWQ-Factor HISPOL Quiz-6th April 2024, Quiz Club NITW
Q-Factor HISPOL Quiz-6th April 2024, Quiz Club NITWQuiz Club NITW
 
Grade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdf
Grade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdfGrade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdf
Grade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdfJemuel Francisco
 
Transaction Management in Database Management System
Transaction Management in Database Management SystemTransaction Management in Database Management System
Transaction Management in Database Management SystemChristalin Nelson
 
4.11.24 Poverty and Inequality in America.pptx
4.11.24 Poverty and Inequality in America.pptx4.11.24 Poverty and Inequality in America.pptx
4.11.24 Poverty and Inequality in America.pptxmary850239
 
Using Grammatical Signals Suitable to Patterns of Idea Development
Using Grammatical Signals Suitable to Patterns of Idea DevelopmentUsing Grammatical Signals Suitable to Patterns of Idea Development
Using Grammatical Signals Suitable to Patterns of Idea Developmentchesterberbo7
 
DIFFERENT BASKETRY IN THE PHILIPPINES PPT.pptx
DIFFERENT BASKETRY IN THE PHILIPPINES PPT.pptxDIFFERENT BASKETRY IN THE PHILIPPINES PPT.pptx
DIFFERENT BASKETRY IN THE PHILIPPINES PPT.pptxMichelleTuguinay1
 
Unraveling Hypertext_ Analyzing Postmodern Elements in Literature.pptx
Unraveling Hypertext_ Analyzing  Postmodern Elements in  Literature.pptxUnraveling Hypertext_ Analyzing  Postmodern Elements in  Literature.pptx
Unraveling Hypertext_ Analyzing Postmodern Elements in Literature.pptxDhatriParmar
 
Decoding the Tweet _ Practical Criticism in the Age of Hashtag.pptx
Decoding the Tweet _ Practical Criticism in the Age of Hashtag.pptxDecoding the Tweet _ Practical Criticism in the Age of Hashtag.pptx
Decoding the Tweet _ Practical Criticism in the Age of Hashtag.pptxDhatriParmar
 
4.16.24 Poverty and Precarity--Desmond.pptx
4.16.24 Poverty and Precarity--Desmond.pptx4.16.24 Poverty and Precarity--Desmond.pptx
4.16.24 Poverty and Precarity--Desmond.pptxmary850239
 
ARTERIAL BLOOD GAS ANALYSIS........pptx
ARTERIAL BLOOD  GAS ANALYSIS........pptxARTERIAL BLOOD  GAS ANALYSIS........pptx
ARTERIAL BLOOD GAS ANALYSIS........pptxAneriPatwari
 
BIOCHEMISTRY-CARBOHYDRATE METABOLISM CHAPTER 2.pptx
BIOCHEMISTRY-CARBOHYDRATE METABOLISM CHAPTER 2.pptxBIOCHEMISTRY-CARBOHYDRATE METABOLISM CHAPTER 2.pptx
BIOCHEMISTRY-CARBOHYDRATE METABOLISM CHAPTER 2.pptxSayali Powar
 
ICS2208 Lecture6 Notes for SL spaces.pdf
ICS2208 Lecture6 Notes for SL spaces.pdfICS2208 Lecture6 Notes for SL spaces.pdf
ICS2208 Lecture6 Notes for SL spaces.pdfVanessa Camilleri
 
Expanded definition: technical and operational
Expanded definition: technical and operationalExpanded definition: technical and operational
Expanded definition: technical and operationalssuser3e220a
 
How to Manage Buy 3 Get 1 Free in Odoo 17
How to Manage Buy 3 Get 1 Free in Odoo 17How to Manage Buy 3 Get 1 Free in Odoo 17
How to Manage Buy 3 Get 1 Free in Odoo 17Celine George
 

Último (20)

Reading and Writing Skills 11 quarter 4 melc 1
Reading and Writing Skills 11 quarter 4 melc 1Reading and Writing Skills 11 quarter 4 melc 1
Reading and Writing Skills 11 quarter 4 melc 1
 
Sulphonamides, mechanisms and their uses
Sulphonamides, mechanisms and their usesSulphonamides, mechanisms and their uses
Sulphonamides, mechanisms and their uses
 
How to Fix XML SyntaxError in Odoo the 17
How to Fix XML SyntaxError in Odoo the 17How to Fix XML SyntaxError in Odoo the 17
How to Fix XML SyntaxError in Odoo the 17
 
ClimART Action | eTwinning Project
ClimART Action    |    eTwinning ProjectClimART Action    |    eTwinning Project
ClimART Action | eTwinning Project
 
Q-Factor HISPOL Quiz-6th April 2024, Quiz Club NITW
Q-Factor HISPOL Quiz-6th April 2024, Quiz Club NITWQ-Factor HISPOL Quiz-6th April 2024, Quiz Club NITW
Q-Factor HISPOL Quiz-6th April 2024, Quiz Club NITW
 
Paradigm shift in nursing research by RS MEHTA
Paradigm shift in nursing research by RS MEHTAParadigm shift in nursing research by RS MEHTA
Paradigm shift in nursing research by RS MEHTA
 
Grade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdf
Grade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdfGrade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdf
Grade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdf
 
Transaction Management in Database Management System
Transaction Management in Database Management SystemTransaction Management in Database Management System
Transaction Management in Database Management System
 
4.11.24 Poverty and Inequality in America.pptx
4.11.24 Poverty and Inequality in America.pptx4.11.24 Poverty and Inequality in America.pptx
4.11.24 Poverty and Inequality in America.pptx
 
Using Grammatical Signals Suitable to Patterns of Idea Development
Using Grammatical Signals Suitable to Patterns of Idea DevelopmentUsing Grammatical Signals Suitable to Patterns of Idea Development
Using Grammatical Signals Suitable to Patterns of Idea Development
 
DIFFERENT BASKETRY IN THE PHILIPPINES PPT.pptx
DIFFERENT BASKETRY IN THE PHILIPPINES PPT.pptxDIFFERENT BASKETRY IN THE PHILIPPINES PPT.pptx
DIFFERENT BASKETRY IN THE PHILIPPINES PPT.pptx
 
Unraveling Hypertext_ Analyzing Postmodern Elements in Literature.pptx
Unraveling Hypertext_ Analyzing  Postmodern Elements in  Literature.pptxUnraveling Hypertext_ Analyzing  Postmodern Elements in  Literature.pptx
Unraveling Hypertext_ Analyzing Postmodern Elements in Literature.pptx
 
Decoding the Tweet _ Practical Criticism in the Age of Hashtag.pptx
Decoding the Tweet _ Practical Criticism in the Age of Hashtag.pptxDecoding the Tweet _ Practical Criticism in the Age of Hashtag.pptx
Decoding the Tweet _ Practical Criticism in the Age of Hashtag.pptx
 
4.16.24 Poverty and Precarity--Desmond.pptx
4.16.24 Poverty and Precarity--Desmond.pptx4.16.24 Poverty and Precarity--Desmond.pptx
4.16.24 Poverty and Precarity--Desmond.pptx
 
ARTERIAL BLOOD GAS ANALYSIS........pptx
ARTERIAL BLOOD  GAS ANALYSIS........pptxARTERIAL BLOOD  GAS ANALYSIS........pptx
ARTERIAL BLOOD GAS ANALYSIS........pptx
 
INCLUSIVE EDUCATION PRACTICES FOR TEACHERS AND TRAINERS.pptx
INCLUSIVE EDUCATION PRACTICES FOR TEACHERS AND TRAINERS.pptxINCLUSIVE EDUCATION PRACTICES FOR TEACHERS AND TRAINERS.pptx
INCLUSIVE EDUCATION PRACTICES FOR TEACHERS AND TRAINERS.pptx
 
BIOCHEMISTRY-CARBOHYDRATE METABOLISM CHAPTER 2.pptx
BIOCHEMISTRY-CARBOHYDRATE METABOLISM CHAPTER 2.pptxBIOCHEMISTRY-CARBOHYDRATE METABOLISM CHAPTER 2.pptx
BIOCHEMISTRY-CARBOHYDRATE METABOLISM CHAPTER 2.pptx
 
ICS2208 Lecture6 Notes for SL spaces.pdf
ICS2208 Lecture6 Notes for SL spaces.pdfICS2208 Lecture6 Notes for SL spaces.pdf
ICS2208 Lecture6 Notes for SL spaces.pdf
 
Expanded definition: technical and operational
Expanded definition: technical and operationalExpanded definition: technical and operational
Expanded definition: technical and operational
 
How to Manage Buy 3 Get 1 Free in Odoo 17
How to Manage Buy 3 Get 1 Free in Odoo 17How to Manage Buy 3 Get 1 Free in Odoo 17
How to Manage Buy 3 Get 1 Free in Odoo 17
 

Ads overview-en

  • 2. What is Active Directory?  Microsoft‘s new Directory Service  Called: ADS, NTDS  Successor to LAN Manager Domains  Goals • Open Standards • High Scalability • Simplified Administration • Compatibility to existing Windows NT systems and applications
  • 3. Open Standards  LDAP • Low-Level API to Active Directory  X.500 • Active Directory Structure • Not fully standard-compliant  DNS • Resource Location • Extensions, e. G. „Dynamic DNS“  Kerberos • Authentication
  • 4. Active Directory Structure  Hierarchical  Base object Domain Domain Tree Forest OU Domain Domain Domain OU OU Tree Domain Domain Objects
  • 5. Which objects does Active Directory contain?  „old Friends “ • User • Group • Computer  New Elements • Distribution Lists • System Policies  Application defined custom objects  Described in the Schema
  • 6. What is the Schema?  Definition of all AD • Object-Types (Classes) • Attributes • Data-Types (Syntaxes)  Can be compared to a Database Schema  ONE consistent Schema inside a single Forest  Extensible
  • 7. What is a Domain?  AD Base Element (Building Block)  NT 4 Compatible  Physically Implemented on Domain Controllers (DC)  Border for • Replication Traffic Firma.de • System Policies • Administration
  • 8. What is an Organizational Unit (OU)?  Implements a Structure inside a Domain  Can be nested as needed  Can not be assigned any rights  Typically used for Administrative Reasons • e.g. System Policies LA New York Admin Sales Admin Sales
  • 9. What is a Tree?  Hierarchical Domain Structure inside a single Namespace • adiscon.com adiscon.com • la.adiscon.com Tree • ny.adiscon.com la.adiscon.com ny.adiscon.com  Transitive Trusts created automatically  Sub-Domain must be added to Root- Domain – otherwise there will be no tree!
  • 10. What is a Forest?  Combination of Trees  Disjunct Namespaces • adiscon.de • adiscon.com  Transitive Trusts created automatically  There is one single tree-root!  Sub-Tree must be added to Root-Tree, otherwise no Forest will be created
  • 11. The Tree-Root  First Domain installed  Single Schema  Absolutely vital! Domain Tree Forest OU Domain Domain Domain OU OU Tree Domain Domain Objects
  • 12. Modeling the physical Structure  Not related to logical Structure  Modeled via „Sites“  A site is well connected via fast Network Links  One Site can home multiple Domains  One Domain can spread across many Sites  Domain Database is stored on Domain Controllers
  • 13. Sample Site Structure  Logical and physical Structure are totally independent of each other! Adiscon.com Site LA Site New York sales.adiscon.com sales.adiscon.com
  • 14. Which Role can a Server have?  Member Server  Domain Controller  Global Catalog  FSMO • Special Roles carried out by only a limited set of Servers • e.g. PDC Emulator • e.g. Schema Master
  • 15. What is a Domain-Controller?  Stores a physical Copy of the Active Directory Database • Currently a single Domain per DC supported! • ESE95 Database (MS Exchange)  Logon Services • Kerberos • LAN Manager Authentication  Recommendation: always have at least 2 Domain Controllers!
  • 16. What is a Global Catalog Server?  Answers AD Search Queries  Must be present to successfully logon  Holds a copy of all Objects of the whole Forest…  ...but holds only a subset of the Attributes • User definable  Recommendation: at least one GC per (larger) Site
  • 17. Multi Master Replication  Updates can be applied to ANY Domain Controller  Will be Replicated to each other Domain Controls (inside that Domain) within 15 Minutes  Optimized Algorithm reduces Replication Traffic  Not time based (triggered on demand, only)!
  • 18. Intra-Sites Replication  All Domain Databases involved  Changes are transmitted compressed  via IP (RPC) or SMTP • SMTP not within a single domain!  Time Replication occurs can be configured  Volume of Replication Traffic can not be restricted!  Have an Eye on GCs!
  • 19. Mixed vs. Native Mode?  Mixed Mode supports Coexistence with NT4 • Default • NT 4 BDCs continue to work • Enables “Fallback Scenario” during Migration  Only Native Mode supports all AD Features • More than 40 MB Domain Database Size • Mostly problem-free „MoveTree“ • Universal Groups, Group nesting  Once you have switched to Native Mode, there is no way back to Mixed Mode!
  • 20. Are there still Trusts available?  Old fashioned NT 4 Trusts can still be used • Work like always • No additional functionality  Most be used to connect different Forests • Be careful – no common Global Catalog!  Shortcut-Trusts • Connect frequently used Domains to each other (Performance Optimization)
  • 21. Shortcut-Trusts  Domain A users frequently access Domain B’s Resources Domain  No Change in logical Structure Tree Forest OU Domain A Domain Domain OU OU Tree Domain Domain B Objects
  • 22. Vital for AD: DNS!  DNS is Active Directory’s Locator Service  Without correctly configured DNS no working Active Directory! • Currently TOP 1 Trouble spot  Can be hosted on non MS-DNS • Minimum BIND Version 8.1.2 • No special Characters in Computer Names • Not really an option • Recommendation: delegate a separate “AD- Zone” on non-MS DNS and use MS-DNS for that zone – saves lots of Trouble!
  • 23. Who is using Active Directory?  Windows 2000 • Authentication • System Policies  Directory Enabled Applications • Please do not overlook them when planning your AD!
  • 24. What are Directory-Enabled Applications?  Applications directly using and accessing the Active Directory • e.g. Exchange 2000 • Many more expected!  Typically extend the Schema  May dramatically change usage pattern for Active Directory Resources • Replication Traffic (new Objects, Attributes) • AD Queries (GCs!)
  • 25. Active Directory Security  Improved Authentication  Permissions applied via ACLs • To Objects as whole • To specific Attributes  Fine-Tuning of Access Permissions possible  Tool-Support to visualize Security Settings currently weak (try Visio!)
  • 26. What is Kerberos?  „age-old“ Internet-Standard - mature  Commonly used under Unix  Secure Authentication thanks to Encryption  Standard-Authentication Model under Windows 2000  Microsoft Kerberos not fully compatible to other Kerberos Implementations
  • 27. Delegation of Administration  Admin rights can be delegated to Users or Groups • NOT to OUs!  Delegation via Wizards  Currently “Admin Nightmare” – very hard to detect who has rights • All objects must be viewed separately and manually • Currently no good tools – but expected to be available in the future • Microsoft itself also plans to provide additional tools
  • 28. Inheritance in Active Directory  From Top to Bottom  Inheritance can only be blocked completely • No IRF like Novell
  • 29. Groups  Basically, like under NT 4 • Local Groups are assigned Permissions • Global Groups contain Users  From a single Domain  Global Groups are members in Local Groups for Permission assignment  New: Universal Groups • Can be used everywhere in every Domain (Permissions, Members) • Implemented via GC  Replication traffic limits usability
  • 30. Active Directory Problem Spots  DNS Dependency  No „Merge-Tree“  No Partitioning (only a single Domain per Domain Controller)  Limited Tool-Support  Forest Global Schema  Schema-Modifications can not be undone  Issues will be addressed over time by Microsoft (keep in mind AD is Version 1.0!)
  • 31. Importance of AD for Microsoft’s Strategy  Most important Product  All new Microsoft Products need or at least work better with Active Directory • Exchange 2000 • SQL Server 2000 • ...  Bill Gates: „We have bet Microsoft on Active Directory.“
  • 32. Questions?  rgerhards@adiscon.com  www.windows-expert.net