Active Directory (November 7, 2016) © Abdou Illia, Fall 2016.

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.
Chapter 6 Introducing Active Directory
Chapter 4 Chapter 4: Planning the Active Directory and Security.
1 Active Directory (Week 8, Monday 2/26/2007) © Abdou Illia, Spring 2007.
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.
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.
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 Harikrishnan V G 18 March Presentation titlePage 2 Agenda ► Introduction – Active Directory ► Directory Service ► Benefits of Active.
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.
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
Implementing Active Directory Domain Services
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 Overview
Prepared by Wasim Ahmad Bhat
Windows Active Directory Environment
Introduction to Active Directory Directory Services
CNT 4603: System Administration Fall 2010
Presentation transcript:

Active Directory (November 7, 2016) © Abdou Illia, Fall 2016

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

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

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

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

Global catalog (GC) During AD installation, W2003 Server creates a Global Catalog on the 1st 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

Global Catalog (GC) Common attributes stored in the GC: users’ first and last names, logon names, email 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. john@east.contoso.com) 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.

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

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

Active directory and DNS AD cooperates with DNS during logon process 10.1.10.25 Workstation 10.1.10.16 3 Log on request for userID = john; pswd = ab10; protocol = LDAP Domain Controller Authentication = Yes; userID = john; pswd = ab10; protocol = LDAP 4 2 1 I need Domain Controller IP address fname lname userID OU domain Lizza Frulla Liz Sales contoso.com John Doe Mktg : IP address is 10.1.10.16 DNS Server 10.1.0.1 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

Active directory and DNS AD cooperates with DNS in locating network resources and services 10.1.10.25 Workstation 10.1.10.16 3 Lookup request for firstname = john; lastname = Doe; protocol = LDAP Domain Controller CN = John Doe, OU = Mktg, DC = contoso, DC = com 4 2 1 I need Domain Controller IP address IP address is 10.1.10.16 fname lname userID OU domain Lizza Frulla Liz Sales contoso.com John Doe Mktg : DNS Server 10.1.0.1 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

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

Forest Usually, a forest consists in more than one tree and has the following characteristics: The trees use a disjoined namespace 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

Site A TCP/IP concept used to reflect the physical design of the network. It has the following characteristics: Represents one or more IP subnets at the same location High speed connection in the same site 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

Organizational Unit (OU) Similar to having subfolders in a folder 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

Summary Questions In AD, a __________ stores information about all the objects in the initial DC and partial information about objects in other domains Forest Global Catalog Namespace Schema Site Which of the following is a 128-bit number (that cannot change) assigned to an object? User Principal Name Universal Name Globally Unique Identifier 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? Disjointed Contiguous

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