SlideShare a Scribd company logo
1 of 50
Download to read offline
Managing a Microsoft Windows
Server 2003 Environment
Chapter 1:
Introduction to Windows
Server 2003
2
Objectives
• Differentiate between the different editions of
Windows Server 2003
• Explain Windows Server 2003 network models and
server roles
• Identify concepts relating to Windows Server 2003
network management and maintenance
• Explain Windows Server 2003 Active Directory
concepts
3
Windows Server 2003 Network
Administration Goals
• To ensure that network resources such as files,
folders, and printers are available to users
• To secure the network so that available resources
are only accessible to users who have been granted
the proper permissions
4
Windows Server 2003 Editions
• Multiple versions of Windows Server 2003 exist
• Each version is defined to meet the need of a
certain market segment
• Versions Include:
• Standard Edition
• Enterprise Edition
• Datacenter Edition
• Web Edition
5
Standard Edition
• Designed for everyday needs of small to medium
businesses or as a departmental server for larger
organizations
• Provides file and print services, secure Internet
connectivity, centralized management of network
resources
• Logical upgrade path for Windows 2000 Server
• Can be used as a domain controller, member server,
or standalone server
6
Standard Edition (continued)
7
Enterprise Edition
• Generally used for medium to large businesses
• Designed for organizations that require better
performance, reliability, and availability than
Standard Edition provides
• Provides support for mission-critical applications
• Available in both 32 and 64-bit editions
8
Enterprise Edition (continued)
9
Enterprise Edition (continued)
10
Datacenter Edition
• Designed for mission-critical applications, very
large databases, and information access that
requires the highest levels of availability
• Can only be obtained from Original Equipment
Manufacturers (OEMs)
11
Datacenter Edition Continued
12
Web Edition
• Lower-cost edition
• Designed for hosting and deploying Web services
and applications
• Meant for small to large companies or departments
that develop and/or deploy Web services
13
Web Edition (continued)
14
Activity 1-1: Determining the
Windows Server 2003 Edition
Installed on a Server
• Objective is to determine the edition of Windows
Server 2003 installed on your server using System
Properties
• Follow the instructions in the book to log in
• Start  My Computer  Properties  General tab
15
Windows Networking Concepts
Overview
• Two different security models used in Windows
environments
• Workgroup
• Domain
• Three roles for a Windows Server 2003 system in a
network
• Standalone server
• Member server
• Domain controller
16
Workgroups
• A workgroup is a logical group of computers
• Characterized by a decentralized security and and
administration model
• Authentication provided by a local account database –
Security Accounts Manager (SAM)
• Limitations
• Users need unique accounts on each workstation
• Users manage their own accounts (security issues)
• Not very scalable
17
Domains
• A domain is a logical group of computers
• Characterized by centralized authentication and
administration
• Authentication provided through centralized Active
Directory
• Active Directory database can be physically distributed
across domain controllers
• Requires at least one system configured as a domain
controller
18
Member Servers
• A member server
• Has an account in a domain
• Is not configured as a domain controller
• Typically used for file, print, application, and host
network services
• All 4 Windows Server 2003 Editions can be configured
as member servers
19
Domain Controllers
• Explicitly configured to store a copy of Active
Directory
• Service user authentication requests
• Service queries about domain objects
• May be a dedicated server but is not required to be
20
Domain Controllers
(continued)
21
Activity 1-2: Determining the
Domain or Workgroup
Membership of a Windows
Server 2003 System
• Objective is to determine the domain or workgroup
membership of a system
• Start  My Computer  Properties  Computer
Name tab
• Displays computer name and domain
• Change  OK
22
Computer Accounts
• Assigned in Windows NT, 2000, XP, and 2003
• Assigned when joining a domain
• Method for authentication and access auditing
• Accounts are represented as computer objects
• Accounts can be viewed using administrative tools
• e.g., Active Directory Users and Computers
23
Activity 1-3: Viewing and
Configuring Computer Account
Settings in Active Directory Users
and Computers
• Objective is to use the Users and Computers tool to
view and configure account settings/properties
• Start  Administrative Tools  Active Directory
Users and Computers
• Follow directions in book to view and configure
various account settings
24
Using Active Directory Users and
Computers to View a Computer
Object
25
Network Management and
Maintenance Overview
• Five major focus areas of administrative tasks
• Managing and maintaining physical and logical devices
• Managing users, computers, and groups
• Managing and maintaining access to resources
• Managing and maintaining a server environment
• Managing and implementing disaster recovery
26
Managing and Maintaining
Physical and Logical Devices
• Network administrator responsibilities include:
• Installing and configuring hardware devices
• Managing server disks
• Monitoring and managing performance
• Tools include
• Control panel applets
• Device Manager
• Disk Defragmenter
27
Managing Users, Computers,
and Groups
• User accounts
• Creation, maintenance, passwords
• Group accounts
• Assign network rights and permissions to multiple users
• Support e-mail distribution lists
• Computer accounts
• Active Directory tools and utilities used to create and
maintain computer accounts
28
Activity 1-4: Resetting a Domain
User Account Password Using
Active Directory Users and
Computers
• Objective is to reset a user password
• Force user to change password at next log-in
• Other techniques discussed
• Start  Administrative Tools  Active Directory
Users and Computers  Users
• Follow directions in book to complete exercise
29
The Reset Password Dialog Box
in Active Directory Users and
Computers
30
Managing and Maintaining
Access to Resources
• Server 2003 uses sharing technique
• Sharing setup
• Through Windows Explorer interface and Computer
Management administrative tool
• Shared folder and NTFS permissions
• Terminal services
• Allows access to applications through a central server
• Allows access from desktops running different operating
systems
31
Managing and Maintaining a
Server Environment
• Covers a wide variety of tasks including:
• Managing server licensing
• Managing patches and software updates
• Managing Web servers
• Managing printers, print queues, disk quotas
• A wide variety of tools are available including:
• Event Viewer and System Monitor
• Software Update Services
• Microsoft Management Console
32
Activity 1-5: Creating a
Custom Microsoft
Management Console
• The objective is to create a custom MMC
• MMC groups commonly used tools for
administrator’s convenience
• Start  Run  mmc  OK  File 
Add/Remove Snap-in
• Follow directions in book to view and select snap-
ins to add to MMC
33
The Add Standalone Snap-in
Dialog Box
34
Selecting the Snap-In Focus
35
Managing and Implementing
Disaster Recovery
• Main component of disaster recovery is system
backup
• Backup tool provided is Windows Backup
• Different types of backup
• Automated scheduling of backups
• Back up critical system state information
• Automated system Recovery
• Shadow Copies of Shared Folders
36
Introduction to Windows
Server 2003 Active Directory
• Provides the following services
• Central point for storing and managing network objects
• Central point for administration of objects and resources
• Logon and authentication services
• Delegation of administration
37
Introduction to Windows
Server 2003 Active Directory
Continued
• Stored on domain controllers in the network
• Changes made to any Active Directory will be
replicated across all domain controllers
• Multimaster replication
• Fault tolerance for domain controller failure
• Uses Domain Name Service (DNS) conventions for
network resources
38
Active Directory Objects
• An object represents a network resource such as a
user, group, computer, or printer
• Objects have attributes depending on object type
• Objects are searchable by attributes
39
Active Directory Schema
• Schema defines the set of possible objects for entire
Active Directory structure
• Only one schema for a given Active Directory,
replicated across domain controllers
• Two main definitions
• Object classes
• Attributes
• Attributes and object classes have a many-to-many
relationship
40
Active Directory Logical
Structure and Components
• Active Directory comprises components that:
• Enable design and administration of a network structure
• Logical
• Hierarchical
• Components include:
• Domains and organizational units
• Trees and forests
• A global catalog
41
Domains and Organizational
Units
• Domain
• Has a unique name
• Is organized in hierarchical levels
• Has an Active Directory replicated across its domain
controllers
• Organizational unit (OU)
• A logical container used to organize domain objects
• Makes it easy to locate and manage objects
• Allows you to apply Group Policy settings
• Allows delegation of administrative control
42
An Active Directory Domain
and OU Structure
43
Trees and Forests
• Sometimes necessary to create multiple domains
within an organization
• First Active Directory domain is the forest root
domain
• A tree is a hierarchical collection of domains that
share a contiguous DNS naming structure
• A forest is a collection of trees that do not share a
contiguous DNS naming structure
• Transitive trust relationships exist among
domains in trees and, optionally, in and across
forests
44
Global Catalog
• An index and partial replica of most frequently used
objects and attributes of an Active Directory
• Replicated to any server in a forest configured to be a
global catalog server
45
Global Catalog (continued)
• Four main functions
• Enable users to find Active Directory information
• Provide universal group membership information
• Supply authentication services when a user logs on from
another domain
• Respond to directory lookup requests from Exchange 2000
and other applications
46
An Active Directory Forest
47
Active Directory
Communications Standards
• The Lightweight Directory Access Protocol
(LDAP) is used to query or update Active Directory
database directly
• LDAP follows convention using naming paths with
two components
• Distinguished name: the unique name of an object in
Active Directory
• Relative distinguished name: the portion of a
distinguished name that is unique within the context of
its container
48
Active Directory Physical
Structure
• Physical structure distinct from logical structure
• Important to consider the effect of Active Directory
traffic and authentication requests on physical
resources
• A site is a combination of 1+ Internet Protocol (IP)
subnets connected by a high-speed connection
• A site link is a configurable object that represents a
connection between sites
49
Summary
• Windows Server 2003 network administration
goals:
• Make network resources available to users as permitted
• Secure the network from unauthorized access
• Four editions of Windows Server 2003 with
different features and costs
• Two network security models with three possible
server roles
50
Summary (continued)
• Five broad categories of network administration
tasks in a Windows Server 2003 environment
• Native directory service is Active Directory
• Objects and schema
• Domains, organizational units and controllers
• Trees and forests
• Sites and site links

More Related Content

Similar to chapter01-introductiontowindowsserver2003-090505014519-phpapp02.pdf

Mcts chapter 1 (1)
Mcts chapter 1 (1)Mcts chapter 1 (1)
Mcts chapter 1 (1)Ankit Kumar
 
Windows Server 2012 Managing Active Directory Domain
Windows Server 2012 Managing  Active Directory DomainWindows Server 2012 Managing  Active Directory Domain
Windows Server 2012 Managing Active Directory DomainNapoleon NV
 
Chapter01 Introduction To Windows Server 2003
Chapter01     Introduction To  Windows  Server 2003Chapter01     Introduction To  Windows  Server 2003
Chapter01 Introduction To Windows Server 2003Raja Waseem Akhtar
 
Active Directory Domain Services.pptx
Active Directory Domain Services.pptxActive Directory Domain Services.pptx
Active Directory Domain Services.pptxsyedasadraza13
 
12-OS-security-workshop.pdf
12-OS-security-workshop.pdf12-OS-security-workshop.pdf
12-OS-security-workshop.pdfKhalil BOUKRI
 
Database Administration, Management & Security.pptx
Database Administration, Management & Security.pptxDatabase Administration, Management & Security.pptx
Database Administration, Management & Security.pptxSaqibKhan60365
 
Administrating Your Network
Administrating Your NetworkAdministrating Your Network
Administrating Your Networkzaisahil
 
Ms 302(Harman S. Gahir)
Ms 302(Harman S. Gahir)Ms 302(Harman S. Gahir)
Ms 302(Harman S. Gahir)Harman Gahir
 
Database administration and security
Database administration and securityDatabase administration and security
Database administration and securityDhani Ahmad
 
UNIT 5-UNDERSTANDING THE OPERATION OF A NETWORK.pptx
UNIT 5-UNDERSTANDING THE OPERATION OF A NETWORK.pptxUNIT 5-UNDERSTANDING THE OPERATION OF A NETWORK.pptx
UNIT 5-UNDERSTANDING THE OPERATION OF A NETWORK.pptxLeahRachael
 
AppSense Environment Manager 8.5 Beta
AppSense Environment Manager 8.5 BetaAppSense Environment Manager 8.5 Beta
AppSense Environment Manager 8.5 BetaDave Allen
 
Windows base servers auditing software
Windows base servers auditing softwareWindows base servers auditing software
Windows base servers auditing softwareHatem Mohsen
 
02-Active Directory Domain Services.pptx
02-Active Directory Domain Services.pptx02-Active Directory Domain Services.pptx
02-Active Directory Domain Services.pptxAdiWidyanto2
 
Microsoft Offical Course 20410C_10
Microsoft Offical Course 20410C_10Microsoft Offical Course 20410C_10
Microsoft Offical Course 20410C_10gameaxt
 

Similar to chapter01-introductiontowindowsserver2003-090505014519-phpapp02.pdf (20)

Mcts chapter 1 (1)
Mcts chapter 1 (1)Mcts chapter 1 (1)
Mcts chapter 1 (1)
 
Windows Server 2012 Managing Active Directory Domain
Windows Server 2012 Managing  Active Directory DomainWindows Server 2012 Managing  Active Directory Domain
Windows Server 2012 Managing Active Directory Domain
 
Chapter01 Introduction To Windows Server 2003
Chapter01     Introduction To  Windows  Server 2003Chapter01     Introduction To  Windows  Server 2003
Chapter01 Introduction To Windows Server 2003
 
Mcts chapter 1
Mcts chapter 1Mcts chapter 1
Mcts chapter 1
 
Chapter Two.pptx
Chapter Two.pptxChapter Two.pptx
Chapter Two.pptx
 
Active Directory Domain Services.pptx
Active Directory Domain Services.pptxActive Directory Domain Services.pptx
Active Directory Domain Services.pptx
 
Network operating system
Network operating systemNetwork operating system
Network operating system
 
linux - Google Docs.pdf
linux - Google Docs.pdflinux - Google Docs.pdf
linux - Google Docs.pdf
 
12-OS-security-workshop.pdf
12-OS-security-workshop.pdf12-OS-security-workshop.pdf
12-OS-security-workshop.pdf
 
Database Administration, Management & Security.pptx
Database Administration, Management & Security.pptxDatabase Administration, Management & Security.pptx
Database Administration, Management & Security.pptx
 
Administrating Your Network
Administrating Your NetworkAdministrating Your Network
Administrating Your Network
 
Ms 302(Harman S. Gahir)
Ms 302(Harman S. Gahir)Ms 302(Harman S. Gahir)
Ms 302(Harman S. Gahir)
 
Database administration and security
Database administration and securityDatabase administration and security
Database administration and security
 
UNIT 5-UNDERSTANDING THE OPERATION OF A NETWORK.pptx
UNIT 5-UNDERSTANDING THE OPERATION OF A NETWORK.pptxUNIT 5-UNDERSTANDING THE OPERATION OF A NETWORK.pptx
UNIT 5-UNDERSTANDING THE OPERATION OF A NETWORK.pptx
 
AppSense Environment Manager 8.5 Beta
AppSense Environment Manager 8.5 BetaAppSense Environment Manager 8.5 Beta
AppSense Environment Manager 8.5 Beta
 
9781111306366 ppt ch10
9781111306366 ppt ch109781111306366 ppt ch10
9781111306366 ppt ch10
 
Windows base servers auditing software
Windows base servers auditing softwareWindows base servers auditing software
Windows base servers auditing software
 
02-Active Directory Domain Services.pptx
02-Active Directory Domain Services.pptx02-Active Directory Domain Services.pptx
02-Active Directory Domain Services.pptx
 
Microsoft Offical Course 20410C_10
Microsoft Offical Course 20410C_10Microsoft Offical Course 20410C_10
Microsoft Offical Course 20410C_10
 
systems_software
systems_softwaresystems_software
systems_software
 

More from KhadijaTahir29

More from KhadijaTahir29 (8)

dns-approximately.pdf
dns-approximately.pdfdns-approximately.pdf
dns-approximately.pdf
 
009911554.pdf
009911554.pdf009911554.pdf
009911554.pdf
 
008094493.pdf
008094493.pdf008094493.pdf
008094493.pdf
 
009978776.pdf
009978776.pdf009978776.pdf
009978776.pdf
 
005272686.pdf
005272686.pdf005272686.pdf
005272686.pdf
 
009693652.pdf
009693652.pdf009693652.pdf
009693652.pdf
 
lt-theoriesofintelligence-201117093932 (1).pdf
lt-theoriesofintelligence-201117093932 (1).pdflt-theoriesofintelligence-201117093932 (1).pdf
lt-theoriesofintelligence-201117093932 (1).pdf
 
10658353.ppt
10658353.ppt10658353.ppt
10658353.ppt
 

Recently uploaded

How to Configure Email Server in Odoo 17
How to Configure Email Server in Odoo 17How to Configure Email Server in Odoo 17
How to Configure Email Server in Odoo 17Celine George
 
Crayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon ACrayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon AUnboundStockton
 
Introduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher EducationIntroduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher Educationpboyjonauth
 
History Class XII Ch. 3 Kinship, Caste and Class (1).pptx
History Class XII Ch. 3 Kinship, Caste and Class (1).pptxHistory Class XII Ch. 3 Kinship, Caste and Class (1).pptx
History Class XII Ch. 3 Kinship, Caste and Class (1).pptxsocialsciencegdgrohi
 
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdf
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdfEnzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdf
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdfSumit Tiwari
 
CELL CYCLE Division Science 8 quarter IV.pptx
CELL CYCLE Division Science 8 quarter IV.pptxCELL CYCLE Division Science 8 quarter IV.pptx
CELL CYCLE Division Science 8 quarter IV.pptxJiesonDelaCerna
 
Earth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice greatEarth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice greatYousafMalik24
 
Full Stack Web Development Course for Beginners
Full Stack Web Development Course  for BeginnersFull Stack Web Development Course  for Beginners
Full Stack Web Development Course for BeginnersSabitha Banu
 
Introduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptxIntroduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptxpboyjonauth
 
Employee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxEmployee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxNirmalaLoungPoorunde1
 
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdfssuser54595a
 
Alper Gobel In Media Res Media Component
Alper Gobel In Media Res Media ComponentAlper Gobel In Media Res Media Component
Alper Gobel In Media Res Media ComponentInMediaRes1
 
Solving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptxSolving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptxOH TEIK BIN
 
Types of Journalistic Writing Grade 8.pptx
Types of Journalistic Writing Grade 8.pptxTypes of Journalistic Writing Grade 8.pptx
Types of Journalistic Writing Grade 8.pptxEyham Joco
 
Painted Grey Ware.pptx, PGW Culture of India
Painted Grey Ware.pptx, PGW Culture of IndiaPainted Grey Ware.pptx, PGW Culture of India
Painted Grey Ware.pptx, PGW Culture of IndiaVirag Sontakke
 
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️9953056974 Low Rate Call Girls In Saket, Delhi NCR
 
Hierarchy of management that covers different levels of management
Hierarchy of management that covers different levels of managementHierarchy of management that covers different levels of management
Hierarchy of management that covers different levels of managementmkooblal
 
Pharmacognosy Flower 3. Compositae 2023.pdf
Pharmacognosy Flower 3. Compositae 2023.pdfPharmacognosy Flower 3. Compositae 2023.pdf
Pharmacognosy Flower 3. Compositae 2023.pdfMahmoud M. Sallam
 

Recently uploaded (20)

How to Configure Email Server in Odoo 17
How to Configure Email Server in Odoo 17How to Configure Email Server in Odoo 17
How to Configure Email Server in Odoo 17
 
Crayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon ACrayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon A
 
Introduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher EducationIntroduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher Education
 
History Class XII Ch. 3 Kinship, Caste and Class (1).pptx
History Class XII Ch. 3 Kinship, Caste and Class (1).pptxHistory Class XII Ch. 3 Kinship, Caste and Class (1).pptx
History Class XII Ch. 3 Kinship, Caste and Class (1).pptx
 
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdf
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdfEnzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdf
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdf
 
CELL CYCLE Division Science 8 quarter IV.pptx
CELL CYCLE Division Science 8 quarter IV.pptxCELL CYCLE Division Science 8 quarter IV.pptx
CELL CYCLE Division Science 8 quarter IV.pptx
 
Earth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice greatEarth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice great
 
ESSENTIAL of (CS/IT/IS) class 06 (database)
ESSENTIAL of (CS/IT/IS) class 06 (database)ESSENTIAL of (CS/IT/IS) class 06 (database)
ESSENTIAL of (CS/IT/IS) class 06 (database)
 
Full Stack Web Development Course for Beginners
Full Stack Web Development Course  for BeginnersFull Stack Web Development Course  for Beginners
Full Stack Web Development Course for Beginners
 
Introduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptxIntroduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptx
 
Employee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxEmployee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptx
 
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
 
Alper Gobel In Media Res Media Component
Alper Gobel In Media Res Media ComponentAlper Gobel In Media Res Media Component
Alper Gobel In Media Res Media Component
 
Solving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptxSolving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptx
 
Types of Journalistic Writing Grade 8.pptx
Types of Journalistic Writing Grade 8.pptxTypes of Journalistic Writing Grade 8.pptx
Types of Journalistic Writing Grade 8.pptx
 
OS-operating systems- ch04 (Threads) ...
OS-operating systems- ch04 (Threads) ...OS-operating systems- ch04 (Threads) ...
OS-operating systems- ch04 (Threads) ...
 
Painted Grey Ware.pptx, PGW Culture of India
Painted Grey Ware.pptx, PGW Culture of IndiaPainted Grey Ware.pptx, PGW Culture of India
Painted Grey Ware.pptx, PGW Culture of India
 
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
 
Hierarchy of management that covers different levels of management
Hierarchy of management that covers different levels of managementHierarchy of management that covers different levels of management
Hierarchy of management that covers different levels of management
 
Pharmacognosy Flower 3. Compositae 2023.pdf
Pharmacognosy Flower 3. Compositae 2023.pdfPharmacognosy Flower 3. Compositae 2023.pdf
Pharmacognosy Flower 3. Compositae 2023.pdf
 

chapter01-introductiontowindowsserver2003-090505014519-phpapp02.pdf

  • 1. Managing a Microsoft Windows Server 2003 Environment Chapter 1: Introduction to Windows Server 2003
  • 2. 2 Objectives • Differentiate between the different editions of Windows Server 2003 • Explain Windows Server 2003 network models and server roles • Identify concepts relating to Windows Server 2003 network management and maintenance • Explain Windows Server 2003 Active Directory concepts
  • 3. 3 Windows Server 2003 Network Administration Goals • To ensure that network resources such as files, folders, and printers are available to users • To secure the network so that available resources are only accessible to users who have been granted the proper permissions
  • 4. 4 Windows Server 2003 Editions • Multiple versions of Windows Server 2003 exist • Each version is defined to meet the need of a certain market segment • Versions Include: • Standard Edition • Enterprise Edition • Datacenter Edition • Web Edition
  • 5. 5 Standard Edition • Designed for everyday needs of small to medium businesses or as a departmental server for larger organizations • Provides file and print services, secure Internet connectivity, centralized management of network resources • Logical upgrade path for Windows 2000 Server • Can be used as a domain controller, member server, or standalone server
  • 7. 7 Enterprise Edition • Generally used for medium to large businesses • Designed for organizations that require better performance, reliability, and availability than Standard Edition provides • Provides support for mission-critical applications • Available in both 32 and 64-bit editions
  • 10. 10 Datacenter Edition • Designed for mission-critical applications, very large databases, and information access that requires the highest levels of availability • Can only be obtained from Original Equipment Manufacturers (OEMs)
  • 12. 12 Web Edition • Lower-cost edition • Designed for hosting and deploying Web services and applications • Meant for small to large companies or departments that develop and/or deploy Web services
  • 14. 14 Activity 1-1: Determining the Windows Server 2003 Edition Installed on a Server • Objective is to determine the edition of Windows Server 2003 installed on your server using System Properties • Follow the instructions in the book to log in • Start  My Computer  Properties  General tab
  • 15. 15 Windows Networking Concepts Overview • Two different security models used in Windows environments • Workgroup • Domain • Three roles for a Windows Server 2003 system in a network • Standalone server • Member server • Domain controller
  • 16. 16 Workgroups • A workgroup is a logical group of computers • Characterized by a decentralized security and and administration model • Authentication provided by a local account database – Security Accounts Manager (SAM) • Limitations • Users need unique accounts on each workstation • Users manage their own accounts (security issues) • Not very scalable
  • 17. 17 Domains • A domain is a logical group of computers • Characterized by centralized authentication and administration • Authentication provided through centralized Active Directory • Active Directory database can be physically distributed across domain controllers • Requires at least one system configured as a domain controller
  • 18. 18 Member Servers • A member server • Has an account in a domain • Is not configured as a domain controller • Typically used for file, print, application, and host network services • All 4 Windows Server 2003 Editions can be configured as member servers
  • 19. 19 Domain Controllers • Explicitly configured to store a copy of Active Directory • Service user authentication requests • Service queries about domain objects • May be a dedicated server but is not required to be
  • 21. 21 Activity 1-2: Determining the Domain or Workgroup Membership of a Windows Server 2003 System • Objective is to determine the domain or workgroup membership of a system • Start  My Computer  Properties  Computer Name tab • Displays computer name and domain • Change  OK
  • 22. 22 Computer Accounts • Assigned in Windows NT, 2000, XP, and 2003 • Assigned when joining a domain • Method for authentication and access auditing • Accounts are represented as computer objects • Accounts can be viewed using administrative tools • e.g., Active Directory Users and Computers
  • 23. 23 Activity 1-3: Viewing and Configuring Computer Account Settings in Active Directory Users and Computers • Objective is to use the Users and Computers tool to view and configure account settings/properties • Start  Administrative Tools  Active Directory Users and Computers • Follow directions in book to view and configure various account settings
  • 24. 24 Using Active Directory Users and Computers to View a Computer Object
  • 25. 25 Network Management and Maintenance Overview • Five major focus areas of administrative tasks • Managing and maintaining physical and logical devices • Managing users, computers, and groups • Managing and maintaining access to resources • Managing and maintaining a server environment • Managing and implementing disaster recovery
  • 26. 26 Managing and Maintaining Physical and Logical Devices • Network administrator responsibilities include: • Installing and configuring hardware devices • Managing server disks • Monitoring and managing performance • Tools include • Control panel applets • Device Manager • Disk Defragmenter
  • 27. 27 Managing Users, Computers, and Groups • User accounts • Creation, maintenance, passwords • Group accounts • Assign network rights and permissions to multiple users • Support e-mail distribution lists • Computer accounts • Active Directory tools and utilities used to create and maintain computer accounts
  • 28. 28 Activity 1-4: Resetting a Domain User Account Password Using Active Directory Users and Computers • Objective is to reset a user password • Force user to change password at next log-in • Other techniques discussed • Start  Administrative Tools  Active Directory Users and Computers  Users • Follow directions in book to complete exercise
  • 29. 29 The Reset Password Dialog Box in Active Directory Users and Computers
  • 30. 30 Managing and Maintaining Access to Resources • Server 2003 uses sharing technique • Sharing setup • Through Windows Explorer interface and Computer Management administrative tool • Shared folder and NTFS permissions • Terminal services • Allows access to applications through a central server • Allows access from desktops running different operating systems
  • 31. 31 Managing and Maintaining a Server Environment • Covers a wide variety of tasks including: • Managing server licensing • Managing patches and software updates • Managing Web servers • Managing printers, print queues, disk quotas • A wide variety of tools are available including: • Event Viewer and System Monitor • Software Update Services • Microsoft Management Console
  • 32. 32 Activity 1-5: Creating a Custom Microsoft Management Console • The objective is to create a custom MMC • MMC groups commonly used tools for administrator’s convenience • Start  Run  mmc  OK  File  Add/Remove Snap-in • Follow directions in book to view and select snap- ins to add to MMC
  • 33. 33 The Add Standalone Snap-in Dialog Box
  • 35. 35 Managing and Implementing Disaster Recovery • Main component of disaster recovery is system backup • Backup tool provided is Windows Backup • Different types of backup • Automated scheduling of backups • Back up critical system state information • Automated system Recovery • Shadow Copies of Shared Folders
  • 36. 36 Introduction to Windows Server 2003 Active Directory • Provides the following services • Central point for storing and managing network objects • Central point for administration of objects and resources • Logon and authentication services • Delegation of administration
  • 37. 37 Introduction to Windows Server 2003 Active Directory Continued • Stored on domain controllers in the network • Changes made to any Active Directory will be replicated across all domain controllers • Multimaster replication • Fault tolerance for domain controller failure • Uses Domain Name Service (DNS) conventions for network resources
  • 38. 38 Active Directory Objects • An object represents a network resource such as a user, group, computer, or printer • Objects have attributes depending on object type • Objects are searchable by attributes
  • 39. 39 Active Directory Schema • Schema defines the set of possible objects for entire Active Directory structure • Only one schema for a given Active Directory, replicated across domain controllers • Two main definitions • Object classes • Attributes • Attributes and object classes have a many-to-many relationship
  • 40. 40 Active Directory Logical Structure and Components • Active Directory comprises components that: • Enable design and administration of a network structure • Logical • Hierarchical • Components include: • Domains and organizational units • Trees and forests • A global catalog
  • 41. 41 Domains and Organizational Units • Domain • Has a unique name • Is organized in hierarchical levels • Has an Active Directory replicated across its domain controllers • Organizational unit (OU) • A logical container used to organize domain objects • Makes it easy to locate and manage objects • Allows you to apply Group Policy settings • Allows delegation of administrative control
  • 42. 42 An Active Directory Domain and OU Structure
  • 43. 43 Trees and Forests • Sometimes necessary to create multiple domains within an organization • First Active Directory domain is the forest root domain • A tree is a hierarchical collection of domains that share a contiguous DNS naming structure • A forest is a collection of trees that do not share a contiguous DNS naming structure • Transitive trust relationships exist among domains in trees and, optionally, in and across forests
  • 44. 44 Global Catalog • An index and partial replica of most frequently used objects and attributes of an Active Directory • Replicated to any server in a forest configured to be a global catalog server
  • 45. 45 Global Catalog (continued) • Four main functions • Enable users to find Active Directory information • Provide universal group membership information • Supply authentication services when a user logs on from another domain • Respond to directory lookup requests from Exchange 2000 and other applications
  • 47. 47 Active Directory Communications Standards • The Lightweight Directory Access Protocol (LDAP) is used to query or update Active Directory database directly • LDAP follows convention using naming paths with two components • Distinguished name: the unique name of an object in Active Directory • Relative distinguished name: the portion of a distinguished name that is unique within the context of its container
  • 48. 48 Active Directory Physical Structure • Physical structure distinct from logical structure • Important to consider the effect of Active Directory traffic and authentication requests on physical resources • A site is a combination of 1+ Internet Protocol (IP) subnets connected by a high-speed connection • A site link is a configurable object that represents a connection between sites
  • 49. 49 Summary • Windows Server 2003 network administration goals: • Make network resources available to users as permitted • Secure the network from unauthorized access • Four editions of Windows Server 2003 with different features and costs • Two network security models with three possible server roles
  • 50. 50 Summary (continued) • Five broad categories of network administration tasks in a Windows Server 2003 environment • Native directory service is Active Directory • Objects and schema • Domains, organizational units and controllers • Trees and forests • Sites and site links