1 Active Directory (Week 8, Monday 2/26/2007) © Abdou Illia, Spring 2007.

Slides:



Advertisements
Similar presentations
Windows Server 2003 AD 安裝設定與管理維護 林寶森
Advertisements

1 Preparing Windows 2000 installation (Week 3, Wednesday 2/25/2006) © Abdou Illia, Spring 2006.
How to Succeed with Active Directory Robert Williams, PhD CEO Secure Logistix Corporation.
70-294: MCSE Guide to Microsoft Windows Server 2003 Active Directory, Enhanced Chapter 1: Introduction to Active Directory.
Chapter 6 Introducing Active Directory
Chapter 4 Chapter 4: Planning the Active Directory and Security.
Introduction to Active Directory
3.1 © 2004 Pearson Education, Inc. Exam Managing and Maintaining a Microsoft® Windows® Server 2003 Environment Lesson 3: Introducing Active Directory.
70-270, MCSE/MCSA Guide to Installing and Managing Microsoft Windows XP Professional and Windows Server 2003 Chapter One Introduction to Windows.
CS603 Active Directory February 1, 2001.
70-290: MCSE Guide to Managing a Microsoft Windows Server 2003 Environment Chapter 1: Introduction to Windows Server 2003.
1 Chapter 1 Introduction to Windows Server Two main goals for Net Admin Make network resources available to users Files, folders, printers, etc.
Administering Active Directory
Hands-On Microsoft Windows Server 2003 Administration Chapter 1 Windows Server 2003 Network Administration.
By Rashid Khan Lesson 4-Preparing to Serve: Understanding Microsoft Networking.
Hands-On Microsoft Windows Server 2003 Administration Chapter 3 Administering Active Directory.
Chapter 4 Introduction to Active Directory and Account Management
70-290: MCSE Guide to Managing a Microsoft Windows Server 2003 Environment Chapter 1: Introduction to Windows Server 2003.
3.1 © 2004 Pearson Education, Inc. Exam Managing and Maintaining a Microsoft® Windows® Server 2003 Environment Lesson 3: Introducing Active Directory.
Understanding Active Directory
70-290: MCSE Guide to Managing a Microsoft Windows Server 2003 Environment, Enhanced Chapter 1: Introduction to Windows Server 2003.
Module 1: Introduction to Active Directory
1 CSIT 320. Just as the combination of a database and a database management system collects and organizes information about an institution/company/… as.
Hands-On Microsoft Windows Server 2008
Hands-On Microsoft Windows Server 2008
Overview of Active Directory Domain Services Lesson 1.
Overview of Active Directory Domain Services Lesson 1.
Corso referenti S.I.R.A. – Modulo 2 06 – Active Directory 20/11 – 27/11 – 05/12 11/12 – 13/12 (gruppo 1) 12/12 – 15/12 (gruppo 2) Cristiano Gentili, Massimiliano.
Nassau Community College
(ITI310) SESSIONS : Active Directory By Eng. BASSEM ALSAID.
Directory services Unit objectives
Chapter 4 Introduction to Active Directory and Account Management
Windows Server 2008 Chapter 4 Last Update
MCTS Guide to Configuring Microsoft Windows Server 2008 Active Directory Chapter 3: Introducing Active Directory.
Working with domains and Active Directory
Chapter 6: Windows Servers
A detailed look at the Microsoft Windows Infrastructure at UWE including Active Directory (AD), MIIS, Exchange, SMS, IIS, SQL Server, Terminal Services.
KAPLAN SCHOOL OF INFORMATION SYSTEMS AND TECHNOLOGY Welcome to Unit 4 IT278 Network Administration Course Name – IT278 Network Administration Instructor.
SERVER I SLIDE: 6. SERVER I Topics: Objective 4.3: Deploy and configure the DNS service Objective 5.1: Install domain controllers.
70-290: MCSE Guide to Managing a Microsoft Windows Server 2003 Environment, Enhanced Chapter 1: Introduction to Windows Server 2003.
September 18, 2002 Windows 2000 Server Active Directory By Jerry Haggard.
Module 7 Active Directory and Account Management.
Active Directory Maryam Izadi. Topics Covered NT Vs 2000/2003 Active Directory LDAP MMC.
 Identify Active Directory functions and Benefits.  Identify the major components that make up an Active Directory structure.  Identify how DNS relates.
Page 1 Active Directory and DNS Lecture 2 Hassan Shuja 09/14/2004.
By Rashid Khan Lesson 6-Building a Directory Service.
Hands-On Microsoft Windows Server 2008 Chapter 4-Part 1 Introduction to Active Directory and Account Manager.
OVERVIEW OF ACTIVE DIRECTORY
Introduction to Active Directory
Module 1: Introduction to Active Directory
Logical and Physical Network Design 1. Active Directory Objects Objects Represent Network Resources (Users,Groups,Computers,Printers) Attributes Store.
Hussain Ali Department of Computer Engineering KFUPM, Dhahran, Saudi Arabia Active Directory.
Active Directory. Computers in organizations Computers are linked together for communication and sharing of resources There is always a need to administer.
CEG 2400 Fall 2012 Directory Services Active Directory Tree Domain.
Windows 2003 Architecture, Active Directory & DNS Lecture # 3 Hassan Shuja 02/14/2006.
1 Introduction to Active Directory Directory Services Uniquely identify users and resources on a network Provide a single point of network management.
Active Directory Domain Services (AD DS). Identity and Access (IDA) – An IDA infrastructure should: Store information about users, groups, computers and.
Planning an Active Directory Deployment Lesson 1.
Overview of Active Directory Domain Services Lesson 1.
Windows Active Directory – What is it? Definition - Active Directory is a centralized and standardized system that automates network management of user.
Overview of Active Directory Domain Services
Active Directory Administration
(ITI310) SESSIONS 6-7-8: Active Directory.
Objectives Differentiate between the different editions of Windows Server 2003 Explain Windows Server 2003 network models and server roles Identify concepts.
Active Directory Stored collection of information about objects
Chapter 4: Planning the Active Directory and Security
Active Directory (November 7, 2016) © Abdou Illia, Fall 2016.
Active Directory Overview
Introduction to Active Directory Directory Services
CNT 4603: System Administration Fall 2010
Presentation transcript:

1 Active Directory (Week 8, Monday 2/26/2007) © Abdou Illia, Spring 2007

2 Learning Objective Use Active Directory concepts Namespace DNS Global Catalog Schema Class Tree Forest Organizational Units

3 Active Directory A Central Database on a Domain Controller for storing Network resources and security policies+ Tools for managing network resources (find, add, remove, etc.) Used for:  Resource lookup (Searching for specific resources)  User authentication (login) AD =

4 Active Directory structure Individual resources are called objects Objects belong to classes Each Class has its own attributes defined in the Schema User accountComputerPrinterDomain Object classes Object name Object’s Globally Unique Identifier (GUID) Required attributes Optional attributes Syntax Parent relationship Username User’s full name Password Account description Remote access OK Default classes DomainShared folder User AccountComputer GroupPrinter Shared Drive …… Schema Examples: Schema = Database design. Elements used in the definition of each object contained in the Active Directory

5 Replication In a Windows 2003 network, you can create multiple domain controllers (DCs) Each DC stores a copy of the Active Directory Each DC replicates changes in its copy of Active Directory to other DCs. Replications

6 Global catalog (GC) During AD installation, W2003 Server creates a Global Catalog on the 1 st DC The Global Catalog stores: ► Information about all objects in the initial DC ► Partial information about objects in other domains (attributes needed for search). An index and partial replica of objects and attributes most often used in AD database

7 Global Catalog (GC) Common attributes stored in the GC: users’ first and last names, logon names, address GC is primarily for:  Enabling users to find AD information from anywhere in the forest  Providing authentication services when a user from another domain logs on with a User Principal Name (eg.  Responding to directory lookup from application programs like Microsoft Exchange. When a Global Catalog server is not available, the user can only logon to the local computer.

8 Namespace and DNS Domain Name Service (DNS): Service that performs name resolutions, i.e. conversions between IP addresses and domain names Name resolutions take place in a logical area of the network called Namespace A Namespace includes (1) the Active Directory, which contains named objects and (2) one or more DNS servers

9 Types of namespaces Contiguous namespace: A namespace in which every child object contains the name of its parent object abc.com div1.abc.comdiv2.abc.com dept1.div1.abc.comdept1.div2.abc.com Contiguous Namespace Disjointed namespace: A namespace in which the child object name does not resemble the name of its parent object university.edu ethicsresearch.comtechnology.com bio.ethicsresearch.comcell.technology.com Disjointed Namespace

10 Active directory and DNS AD cooperates with DNS during logon process Domain Controller Workstation DNS Server I need Domain Controller IP address IP address is Log on request for userID = john; pswd = ab10; protocol = LDAP Authentication = Yes; userID = john; pswd = ab10; protocol = LDAP 3 4 fnamelnameuserIDOUdomain LizzaFrullaLizSalescontoso.com JohnDoeJohnMktgcontoso.com ::::: :::::  Workstation sends a DNS request for getting a DC IP address  DNS server sends requested IP address  Workstation sends a log on request to DC by user’s credentials  DC sends back authentication response to workstation

11 Active directory and DNS AD cooperates with DNS in locating network resources and services Domain Controller Workstation DNS Server I need Domain Controller IP address IP address is Lookup request for firstname = john; lastname = Doe; protocol = LDAP CN = John Doe, OU = Mktg, DC = contoso, DC = com 3 4 fnamelnameuserIDOUdomain LizzaFrullaLizSalescontoso.com JohnDoeJohnMktgcontoso.com ::::: :::::  Workstation sends a DNS request for getting a DC IP address  DNS server sends requested IP address  Workstation sends the DC a request for locating a user account  DC sends back user’s Unique Distinguish Name

12 Tree A tree contains one or more domains and has the following characteristics: 1)Domains are represented in a contiguous namespace 2)Two-way trust relationships between domains (each domain can access other domain resources) 3)Member domains use the same Schema and Global Catalog tracksport.com east.tracksport.com west.tracksport.com south.tracksport.com north.tracksport.com

13 Forest Usually, a forest consists in more than one tree and has the following characteristics: 1)The trees use a disjoined namespace 2)All trees use the same Schema and Global Catalog atlanta. radiators.com radiators.com florence. radiators.com beijing. engine.com engine.com mexicocity. engine.com chicago. radiators.com valencia. engine.com detroit. partplus.com partplus.com toronto. partplus.com Trust relationship between root domains of each tree

14 Site A TCP/IP concept used to reflect the physical design of the network. It has the following characteristics: 1)Represents one or more IP subnets at the same location 2)High speed connection in the same site 3)Low speed connection between sites Microsoft.com Single domain with single site Site 1 Site 2 Site 3 Microsoft.com Single domain with multiple sites Low speed connections

15 Organizational Unit (OU) Grouping of related objects, such as user accounts, computers and printers for easier management.  OUs reflect functional structure of organization  Objects are grouped in an OU to be administered using the same group policy. Active Directory Manufacturing Division OU Active Directory Distribution Division OU Similar to having subfolders in a folder

16 Summary Questions 1) In AD, a __________ stores information about all the objects in the initial DC and partial information about objects in other domains a) Forest b) Global Catalog c) Namespace d) Schema e) Site 2) Which of the following is a 128-bit number (that cannot change) assigned to an object? a) User Principal Name b) Universal Name c) Globally Unique Identifier 3) When combining domains in a tree, you have named the parent domain univesity.com while the two child domains added to this parent are named computerscience.univesity.com and hystory.university.com. Which of the following options have you selected for naming the domains? a) Disjointed b) Contiguous c) User Principal Name d) Globally Unique Identifier

17 Summary Questions 4) In Active Directory, a _____________ represents the design of the AD database. It contains the definition of objects’ attributes. a) Class b) Global Catalog c) Namespace d) Schema 5) Which of the following statements is/are true regarding a site? a) High speed connections are used in the site, whereas low speed connections are used between sites b) A site represents one or more subnets at the same physical location. c) All of the above 6) Trees in a forest use: a) Different Golbal catalogs b) Same schema c) Always use the same naming structure 7) A(n) __________ is a grouping of related objects, usually, based on the functional structure of the organization a) Site b) Organizational Unit c) tree