1 CSIT 320. Just as the combination of a database and a database management system collects and organizes information about an institution/company/… as.

Slides:



Advertisements
Similar presentations
Microsoft Active Directory
Advertisements

COMP091 OS1 Active Directory. Some History Early 1990s Windows for Workgroups introduced peer-to-peer networking based on SMB over netbios (tcp/ip still.
How to Succeed with Active Directory Robert Williams, PhD CEO Secure Logistix Corporation.
Active Directory: Final Solution to Enterprise System Integration
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.
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.
By Rashid Khan Lesson 4-Preparing to Serve: Understanding Microsoft Networking.
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.
By Karan Oberoi.  A directory service (DS) is a software application- or a set of applications - that stores and organizes information about a computer.
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
A centralized system.  Active Directory is Microsoft's trademarked directory service, an integral part of the Windows architecture. Like other directory.
Hands-On Microsoft Windows Server 2008
Hands-On Microsoft Windows Server 2008
Vikram Thakur Introduction to Active Directory Structure.
ADVANCED MICROSOFT ACTIVE DIRECTORY CONCEPTS
Overview of Active Directory Domain Services Lesson 1.
Nassau Community College
(ITI310) SESSIONS : Active Directory By Eng. BASSEM ALSAID.
BZUPAGES.COM An Introduction to. BZUPAGES.COM Introduction Large corporations today face the following problems Finding a certain file. Seeing everything.
Directory services Unit objectives
11 REVIEWING MICROSOFT ACTIVE DIRECTORY CONCEPTS Chapter 1.
Chapter 4 Introduction to Active Directory and Account Management
Session 6 Windows Platform Dina Alkhoudari. Learning Objectives What is Active Directory Logical components of active directory Physical components of.
Windows Server 2008 Chapter 4 Last Update
MCTS Guide to Configuring Microsoft Windows Server 2008 Active Directory Chapter 3: Introducing Active Directory.
KAPLAN SCHOOL OF INFORMATION SYSTEMS AND TECHNOLOGY Welcome to Unit 4 IT278 Network Administration Course Name – IT278 Network Administration Instructor.
Windows 2000 Operating System -- Active Directory Service COSC 516 Yuan YAO 08/29/2000.
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 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.
1 Windows 2008 Configuring Server Roles and Services.
Secure Networking Windows 2000 Distributed Security Services Sandeep Joshi Group 4.
 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.
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.
MCSE: Windows Server 2003 Active Directory Planning, Implementation, and Maintenance Study Guide, Second Edition (70-294) Chapter 1: Overview of the Active.
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.
Active Directory Replication (Part 1) Paige Verwolf Support Professional Microsoft Corporation © 1999 Microsoft Corporation. All rights reserved.
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.
Microsoft Active Directory
ACTIVE DIRECTORY An Overview.. By Karan Oberoi.
Introduction to Active Directory Directory Services
Presentation transcript:

1 CSIT 320

Just as the combination of a database and a database management system collects and organizes information about an institution/company/… as well as manages access to that information, Active Directory collects, organizes and manages access to information about network “objects” – such as computers, servers, printers, users, groups, etc. For instance, one component is a Directory Service Often likened to a phone book which one to look up numbers (from names) or services (yellow pages) Active Directory is often just called AD For example AD-DS is active 2 CSIT 320

Active Directory is based upon some of the following standards (though not fully compliant with all of them) DNS – AD needs DNS to work, follows its organization and naming conventions X.500 – directory service protocol based on the OSI model (AD does not use the full X.500 standard) LDAP (Lightweight Directory Access Protocol ) – part of the X.500 standard was Directory Access Protocol – LDAP is a scaled down, easier version of that Kerberos – network authentication protocol – adds the security to AD 3 CSIT 320

Whereas a database has a “relational” structure, the objects in AD have a hierarchical, tree-like structure. Thus there is a root Every object other than the root has one and only one parent. However, it can get complicated in that there are various levels (domains, organizational units, groups) as well as distinctions between logical separations and physical separations. 4 CSIT 320

A domain is one of the main organizational units in Active Directory. It collects resources and manages access to them for a set of users. For instance users being logged in the same domain typically implies that those users will for the most part have access to the same resources and follow the same policies In Active Directory diagrams, domains are represented by triangles. 5 CSIT 320

An AD domain must have at least one AD domain controller. The domain controller manages the authentication of users granting them access to the domain and the resources it contains. Best Practices suggests that there are at least two domain controllers in a domain so that access to the domain can still be granted if one controller is down. 6 CSIT 320

A tree is a set of domains that obey a DNS-type hierarchical naming structure. They belong to the same “namespace”. A namespace provides a context in which a name has a well defined meaning. 7 CSIT 320 lasalle.edu student.lasalle.edu luna.lasalle.edu

As the name suggests a forest is a collection of trees. Each tree has a its own namespace, but the different trees in the forest have different namespaces. However you may want them to be connected in some way – have some kind of trust relationship, some sharing of resources or just want to administer them as a unit. 8 CSIT 320 lasalle.edu lasalle.museum student.lasalle.edu

The trees in a forest still share a common root. The first tree in the forest serves as the root. It will have (at least initially) the global catalog – the collection of definitions, how the forests are organized, what the trust relationships are, names for all of the objects, etc. 9 CSIT 320

If two domains have a trust relationship, it means that users from one domain can access resources from another domain. That way an administrator does not have to give users accounts in both domains. The domain with the resource is said to be “trusting” and the domain with the user is said to be “trusted”. Trust can be but doesn’t have to be a two-way street. CSIT

Before we were moving up in the hierarchy from the original concept of a domain, an organizational unit on the other hand is lower in the hierarchy (farther from the root) It is a container within a domain – resources like printers and file shares organized into smaller containers. Example within the student.lasalle.edu domain, science students may be access to different shares and different printers from business students, etc. 11 CSIT 320

In a large company a logical container such as a domain might cover multiple physical locations. This can cause a problem because a lot of information is passed between domain controllers. So AD has the notion of a site to correspond to physical differences rather than logical differences A site can have multiple domains A domain may be spread over multiple sites 12 CSIT 320

User Group Computer Printer Distribution Lists System Policies 13 CSIT 320

Just like in a database, Active Directory has a schema. Definition of all AD objects, For example, it will define a User, what attributes a User must have, what attributes a User might have, relationships between Users and Groups, etc. ONE schema for a forest Extensible While a default set of definitions gets one started with AD, one can extend or create new objects 14 CSIT 320

A distributed data repository containing a searchable, partial representation of every object in every domain in a forest. 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 Attribute 15 CSIT 320

Member Server – server on a domain offering a non- active directory service Domain Controller – as the name suggests its manages access to the resources within a domain Global Catalog – while a domain controller stores the objects for the domain it “controls”, a global catalog server stores the objects from all domains in the forest. A global catalog server is a domain controller, but a domain controller may not be a global catalog server 16 CSIT 320

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)! 17 CSIT 320

Improved Authentication Permissions applied via ACLs To Objects as whole To specific Attributes Fine-Tuning of Access Permissions possible 18 CSIT 320

Windows Server 2008 R2 Unleashed, Rand Morimoto, Michael Noel, Omar Droubi, Ross Mistry and Chris Amaris, SAMS. Active Directory for Dummies, Steve Clines and Marcia Loughry, Wiley. terminology-and-concepts.html 19 CSIT 320