SlideShare une entreprise Scribd logo
1  sur  53
MCTS Guide to Configuring
Microsoft Windows Server 2008
Active Directory
Chapter 1: Introducing Windows Server
2008
MCTS Windows Server 2008 Active Directory 2
Objectives
2
• Explain the function of a server in a network
environment
• Describe the editions of Windows Server 2008
• Discuss core technologies
• Explain the primary roles a Windows Server 2008
computer can fulfill
• Describe the new and enhanced features of
Windows Server 2008
MCTS Windows Server 2008 Active Directory 3
The Role of a Server Operating System
• Hardware or Software? Server software is
ambiguous; can run on multiple different platforms
(i.e. laptop)
• Windows Server 2008 roles short summary:
– File and Printer sharing
– Web server
– Routing and Remote Access Services (RRAS)
– Domain Name System (DNS)
– Dynamic Host Configuration Protocol (DHCP)
– File Transfer Protocol (FTP) Server
– Active Directory
– Distributed File System (DFS)
– Fax Server
MCTS Windows Server 2008 Active Directory 4
Windows Server 2008 Editions
• Windows Server 2008 Standard Edition
– Smaller organizations consisting of a few hundred users or less
• Windows Server 2008 Enterprise Edition
– Larger companies with more needs
• Windows Server 2008 Datacenter Edition
– Companies that run high powered servers with considerable
resources
• Windows Web Server 2008
– Similar to Standard. User base varies from small businesses to
corporations with large departments
MCTS Windows Server 2008 Active Directory 5
Windows 2008 Standard Edition
• Up to 4 physical processors allowed
• Available in 32-bit or 64-bit versions
• 32-bit version supports up to 4 GB of RAM, 64-bit
version up to 32 GB
• Lacks more advanced features, such as clustering
• 64-bit version can install one virtual instance of
Server 2008 Standard Edition with Hyper-V
MCTS Windows Server 2008 Active Directory 6
Windows Server 2008 Enterprise Edition
• All the features of Standard Edition
• Up to 8 physical processors
• 32-bit version supports 64 GB RAM; 64-bit version
supports 2 TB
• Can be clustered; up to 16 cluster nodes permitted
• Hot-add memory
• Four virtual instances per license with Hyper-V
MCTS Windows Server 2008 Active Directory 7
Windows Server 2008 Datacenter Edition
• All the features of Enterprise Edition
• Up to 32 physical processors in 32-bit version, 64
processors in 64-bit
• Extra fault tolerance features: hot-add and hot-
replace memory or CPU
• Can’t be purchased as individual license, only
through volume license or through OEMs (pre-
installed)
• Unlimited number of virtual instances
MCTS Windows Server 2008 Active Directory 8
Windows Web Server 2008
• Designed to run Internet Information Services (IIS)
7.0
• Hardware support similar to Standard Edition
• Lacks many of the features present in other
editions
• Typically used when roles such as Active Directory
or Terminal Services are not required
MCTS Windows Server 2008 Active Directory 9
System Requirements (All editions)
Component Requirement
Processor Minimum: 1 GHz for x86 CPU or 1.4
GHz for x64 cpu
Recommended: 2 GHz or faster
Memory Minimum 512 MB RAM
Recommended: 2 GB RAM or more
Available disk space Minimum: 10 GB
Recommended: 40 GB or more
Additional drives DVD-ROM
Display and peripherals Super VGA or higher
Keyboard and mouse
MCTS Windows Server 2008 Active Directory 10
Windows Server 2008 Core Technologies
• New Technology File System
• Active Directory
• Microsoft Management Console
• Disk Management
• File and printer sharing
• Windows networking
• Internet Information Services
MCTS Windows Server 2008 Active Directory 11
NTFS
• New Technology File System
• Successor to FAT/FAT32
• Native support for long filenames, file and folder
permissions, support for large files and volumes,
reliability, compression, and encryption
• Most significant is the added ability for more
granular file access control
MCTS Windows Server 2008 Active Directory 12
Active Directory
• Provides a single point of administration of
resources (Users, groups, shared printers, etc.)
• Provides centralized authentication and
authorization of users to network resources
• Along with DNS, provides domain-naming services
and management for a Windows domain.
• Enables administrators to assign system policies,
deploy software to client computers, and assign
permissions and rights to users of network
resources
MCTS Windows Server 2008 Active Directory 13
Microsoft Management Console (MMC)
• Creates a centralized management interface for
administrators
• Uses snap-ins, which are designed to perform
specific administrative tasks (such as disk
management or active directory configuration)
• Multiple snap-ins can be combined into a single
MMC, providing quicker access to commonly used
tools
Microsoft Management Console (MMC)
(cont.)
MCTS Windows Server 2008 Active Directory 15
Disk Management
• Monitors disk and volume status
• Initializes new disks
• Creates and formats new volumes
• Troubleshoots disk problems
• Configures redundant disk configurations (RAID)
MCTS Windows Server 2008 Active Directory 16
File and Printer Sharing
• Shadow copies
• Disk quotas
• Distributed File System (DFS)
• Also possible to configure options that allow
redundancy, version control, and user storage
restrictions.
MCTS Windows Server 2008 Active Directory 17
Windows Networking Concepts
• The Workgroup Model
– A small group of computers that share common roles, such as
sharing files or printers.
– Also called a peer-to-peer network
– Decentralized logons, security, and resource sharing
– Easy to configure and works well for small groups of users
(fewer than 10)
– A Windows Server 2008 server that participates in a workgroup
is referred to as a stand-alone server
MCTS Windows Server 2008 Active Directory 18
Windows Networking Concepts (cont.)
• The Domain Model
– Preferred for a network of more than 10 computers or a
network that requires centralized security and resource
management
– Requires at least one computer to be a domain controller
– A domain controller is a Windows server that has Active
Directory installed and is responsible for allowing client
computers access to domain resources
– A member server is a Windows Server that’s in the
management scope of a domain but doesn’t have Active
Directory installed
MCTS Windows Server 2008 Active Directory 19
Windows Networking Components
• Network Interface
– Composed of two parts; the network interface card (NIC) and
the device driver software
• Network Protocol
– Specifies the rules and format of communication between
network devices
• Network Client and Server Software
– Network client sends requests to a server to access network
resources
– Network server software receives requests for shared network
resources and makes those resources available to a network
client
MCTS Windows Server 2008 Active Directory 20
Internet Information Services
• Windows Server 2008 provides IIS 7.0
• Modular design
– Unused features aren’t available for attackers to exploit
• Extensibility
– Functionality is easily added via modular design
• Manageability
– Delegated administration; can assign control over some
aspects of the website to developers and content owners
– Appcmd.exe provides the ability to manage IIS via scripts and
batch files
MCTS Windows Server 2008 Active Directory 21
Windows Server 2008 Roles
• Server role is a major function or service that a
server performs
• Role services add functions to main roles
• Server features provide functions that enhance or
support an installed role or add a stand-alone
function
• A server can be configured for a single role or
multiple roles
MCTS Windows Server 2008 Active Directory 22
Active Directory Certificate Services
• A digital certificate is an electronic document
containing information about the certificate holder
and the entity that issued the certificate
• The Active Directory Certificate Services role
provides services for creating, issuing, and
managing digital certificates
• AD CS can include other server roles for managing
certificates
MCTS Windows Server 2008 Active Directory 23
Active Directory Domain Services
• Active Directory Domain Services (AD DS) installs
Active Directory and turns Windows Server 2008
into a domain controller
• Read Only Domain Controller (RODC)
– Provides the same authentication and authorization services as
a standard domain controller
– Changes cannot be made on an RODC directly
– Updated periodically by replication from standard domain
controllers
MCTS Windows Server 2008 Active Directory 24
Other Active Directory Related Roles
• Active Directory Federation Services (AD FS)
• Active Directory Lightweight Directory Services (AD
LDS)
• Active Directory Rights Management Services (AD
RMS)
MCTS Windows Server 2008 Active Directory 25
Application Server
• Provides high-performance integrated environment
for managing, deploying, and running client/server
business applications
• Applications for this role usually built with one or
more of the following technologies: IIS, ASP.NET,
Microsoft .NET Framework, COM+, and Message
Queuing
MCTS Windows Server 2008 Active Directory 26
DHCP Server
• Dynamic Host Configuration Protocol Server role
provides automatic IP address assignment and
configuration for client computers
• Can provide default gateway address, DNS server
addresses, WINS server addresses, and other
options
• Windows Server 2008’s DHCP server role provides
support for IPv6
MCTS Windows Server 2008 Active Directory 27
DNS Server
• DNS Server resolves the names of Internet
computers and computers that are members of a
Windows Domain to their assigned IP addresses.
• When installing Active Directory, you can specify
an existing DNS server or install DNS on the same
server as Active Directory
MCTS Windows Server 2008 Active Directory 28
Fax Server
• Provides tools to managed shared fax resources
and allow users to send and receive faxes
• After the role is installed, you can
– Manage users who have access to fax resources
– Configure fax devices
– Create rules for routing incoming and outgoing faxes
– Monitor and log use of fax resources
MCTS Windows Server 2008 Active Directory 29
File Services
• Provide high availability, reliable, shared storage to
Windows and other client OSs
• Installing File Services role installs the File Server
service automatically
File Services (cont.)
MCTS Windows Server 2008 Active Directory 31
Hyper-V
• Provides services to create and manage virtual
machines on a Windows Server 2008 computer
• A virtual machine is a software environment that
simulates the computer hardware an OS requires
for installation
• Installing an OS on a virtual machine is done using
the same methods used on a physical machine
MCTS Windows Server 2008 Active Directory 32
Network Policy and Access Services
• Provides Routing and Remote Access Services
(RRAS)
• Other services that can be installed
– Network Policy Server (NPS)
– Health Registration Authority (HRA)
– Host Credential Authorization Protocol (HCAP)
MCTS Windows Server 2008 Active Directory 33
Print Services
• Enables administrators to manage access to
network printers
• Installs Print Server by default
• Internet Printing role service enables Web-based
management of network printers
• Line Printer Daemon (LPD) role service provides
compatibility with Linux/UNIX clients
MCTS Windows Server 2008 Active Directory 34
Terminal Services
• Enables users and administrators to control a
Windows desktop remotely / run applications
hosted on a server remotely
• Terminal server role permits up to two
simultaneous remote desktop sessions
• Additional sessions require TS Licensing role
service and license purchases
• Other roles
– TS Sessions Broker
– TS Gateway
– TS Web Access
MCTS Windows Server 2008 Active Directory 35
UDDI Services
• Universal Description, Discovery, and Integration
(UDDI) Services enables administrators to
manage, catalog, and share web services
• Allows users to search for web services available
to them
• Gives developers a catalog of existing applications
and development work
MCTS Windows Server 2008 Active Directory 36
Web Server (IIS)
• Consists of role services Web Server, management
tools, and FTP publishing
• Secondary role services can be installed for
additional features
MCTS Windows Server 2008 Active Directory 37
Windows Deployment Services
• Simplifies the installation of Windows over a
network
• Can install and remotely configure Windows Vista
and Server 2008 systems
• WDS is an improved version of Remote Installation
Services (RIS) found in Windows Server 2000 and
2003
MCTS Windows Server 2008 Active Directory 38
New Features in Windows Server 2008
• Server Manager
• Server Core
• Hyper-V virtualization
• Storage management enhancements
• Networking enhancements
• Network Access Protection
• Windows Deployment Services
• New Active Directory roles
• Terminal Services enhancements
MCTS Windows Server 2008 Active Directory 39
Server Manager
• Provides a single interface for installing,
configuring, and removing a variety of server roles
and features on a server
• Summarizes server status and configuration
• Includes tools to diagnose problems, manage
storage, and perform general configuration tasks
• Consolidates tools from Windows Server 2003
MCTS Windows Server 2008 Active Directory 40
Server Core
• Has a minimum environment and lacks a full GUI
• Can install the following server roles:
– Active Directory Domain Services (AD DS)
– Active Directory Lightweight Directory Services (AD LDS)
– Dynamic Host Configuration Protocol (DHCP) Server
– DNS Server
– File Services
– Print Server
– Streaming Media Services
– Web Server
– Hyper-V
MCTS Windows Server 2008 Active Directory 41
Server Core (cont.)
• Core supports additional features to enhance
server roles:
– Microsoft Failover Clustering
– Network Load Balancing
– Subsystem for UNIX-based Applications
– Windows Backup
– Multipath I/O
– Removable Storage Management
– Windows Bitlocker Drive Encryption
– Simple Network Management Protocol (SNMP)
– Windows Internet Naming Service (WINS)
– Telnet client
– Quality of Service (QOS)
MCTS Windows Server 2008 Active Directory 42
Server Core (cont.)
• Server Core lacks the ability to install the following
server roles (and their optional features):
– Application Server
– Active Directory Rights Management Services
– Fax Server
– UDDI Services
– Windows Deployment Services
– Active Directory Certificate Services
– Network Policy and Access Services
– Terminal Services
– Active Directory Federation Services
Server Core (cont.)
MCTS Windows Server 2008 Active Directory 44
Hyper-V
• Virtualization isolates critical applications
• Virtualization helps to consolidate multiple physical
servers into a singular server
• Using a virtual machine increases the ease of
backing up essential servers
• Updates or changes to an OS can be made on a
virtual machine to test stability before being applied
to a production machine
• Reduces the need for physical devices in
educational environments
MCTS Windows Server 2008 Active Directory 45
Hyper-V (cont.)
• Hyper-V Requirements:
– 64-bit version of Windows Server 2008 Standard, Enterprise, or
Datacenter Edition
– A server running a 64-bit processor with virtualization support
and hardware data execution protection.
– Enough free memory and disk space to run virtual machines
and store virtual hard drives. Virtual machines use the same
amount of memory and disk space resources as a physical
machine.
Hyper-V (cont.)
MCTS Windows Server 2008 Active Directory 47
Storage Management Enhancements
• Share and Storage Management MMC Snap-in
• File Server Resource Manager
• Windows Server Backup
• Other improvements include:
– Storage Explorer
– SMB 2.0
– Remote boot support
MCTS Windows Server 2008 Active Directory 48
Networking Enhancements
• Improved support for IPv6
– DHCPv6
– Load balancing
• Redesigned TCP/IP stack
– Improved performance, error-detection, and recovery
• Virtual Private Networking
– Secure Socket Tunneling Protocol (SSTP)
MCTS Windows Server 2008 Active Directory 49
Network Access Protection
• Ensures computers are equipped with required
security features
• Enables monitoring of anti-virus software and
firewall settings
• If a computer does not meet all requirements
defined by an administrator, it can be restricted
automatically from accessing certain network
resources
• Can force computers to update themselves
MCTS Windows Server 2008 Active Directory 50
Windows Deployment Services
• Updates Remote Installation Services
• Allows unattended installation of Windows OSs
• WDS can multicast deployment of disk images,
reducing network bandwidth required
• Includes tools to customize the Windows OS for
deployment
MCTS Windows Server 2008 Active Directory 51
New Active Directory Roles
• Active Directory Lightweight Directory Services (AD
LDS)
– Provides tighter integration for applications that require large
amounts of data retrieval. Does not require a domain controller
or domain
• Active Directory Federation Services (AD FS)
– Provides Single Sign-On for users of an organization to access
internal resources as well as external resources inside of a
partner organization
• Active Directory Rights Management Services (AD
RMS)
– Helps the author of a document decide how a document can be
used or modified, and deny unauthorized users access
MCTS Windows Server 2008 Active Directory 52
Terminal Services Enhancements
• RemoteApp
– Rather than accessing a program on a server through remote
desktop, the application appears as if it is actually running
locally
• Terminal Services Web Access (TS Web Access)
– Allows users to access applications through a web browser,
requiring no additional software for the client if running Vista
– Can list available RemoteApp programs
– Allows secure, encrypted connections using Secure HTTP
(HTTPS) without the need for a VPN
MCTS Windows Server 2008 Active Directory 53
Chapter Summary
• A server is defined more by the software installed on
hardware as opposed to the hardware in use. In many
cases, a client OS can behave as a server.
• Windows Server 2008 is available in four editions: Standard,
Enterprise, Datacenter, and Windows Web Server 2008
• Core technologies in Windows Server 2008 include NTFS,
Active Directory, MMC, disk management, file and printer
sharing, networking components, and IIS
• Windows Server 2008 updates previously available services
with additional functionality, while adding several new
services.

Contenu connexe

Tendances

Microsoft Windows Server 2012 R2 Overview - Presented by Atidan
Microsoft Windows Server 2012 R2 Overview - Presented by AtidanMicrosoft Windows Server 2012 R2 Overview - Presented by Atidan
Microsoft Windows Server 2012 R2 Overview - Presented by Atidan
David J Rosenthal
 
Chapter01 Introduction To Windows Server 2003
Chapter01     Introduction To  Windows  Server 2003Chapter01     Introduction To  Windows  Server 2003
Chapter01 Introduction To Windows Server 2003
Raja Waseem Akhtar
 
Windows Server 2008 R2
Windows Server 2008 R2Windows Server 2008 R2
Windows Server 2008 R2
Rishu Mehra
 
Chapter08 -- network operating systems and windows server 2003-based networking
Chapter08  -- network operating systems and windows server 2003-based networkingChapter08  -- network operating systems and windows server 2003-based networking
Chapter08 -- network operating systems and windows server 2003-based networking
Raja Waseem Akhtar
 
Windows Server 2012 r2
Windows Server 2012 r2Windows Server 2012 r2
Windows Server 2012 r2
Khalid Hussain
 
Windows Server 2008 R2 Overview
Windows Server 2008 R2 OverviewWindows Server 2008 R2 Overview
Windows Server 2008 R2 Overview
Steven Wilder
 
0505 Windows Server 2008 一日精華營 PartI
0505 Windows Server 2008 一日精華營 PartI0505 Windows Server 2008 一日精華營 PartI
0505 Windows Server 2008 一日精華營 PartI
Timothy Chen
 

Tendances (20)

Microsoft Windows Server 2012 R2 Overview - Presented by Atidan
Microsoft Windows Server 2012 R2 Overview - Presented by AtidanMicrosoft Windows Server 2012 R2 Overview - Presented by Atidan
Microsoft Windows Server 2012 R2 Overview - Presented by Atidan
 
Understanding the Windows Server Administration Fundamentals (Part-1)
Understanding the Windows Server Administration Fundamentals (Part-1)Understanding the Windows Server Administration Fundamentals (Part-1)
Understanding the Windows Server Administration Fundamentals (Part-1)
 
Why Upgrade To Windows Server 2012
Why Upgrade To Windows Server 2012Why Upgrade To Windows Server 2012
Why Upgrade To Windows Server 2012
 
What's New in Windows Server 2012 R2
What's New in Windows Server 2012 R2What's New in Windows Server 2012 R2
What's New in Windows Server 2012 R2
 
windows server 2012 internal monitoring tools
windows server 2012 internal monitoring toolswindows server 2012 internal monitoring tools
windows server 2012 internal monitoring tools
 
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 4
Mcts chapter 4Mcts chapter 4
Mcts chapter 4
 
WINDOWS SERVER 2008
WINDOWS SERVER 2008WINDOWS SERVER 2008
WINDOWS SERVER 2008
 
Windows Server 2008 R2
Windows Server 2008 R2Windows Server 2008 R2
Windows Server 2008 R2
 
Window server 2008
Window server 2008Window server 2008
Window server 2008
 
Chapter08 -- network operating systems and windows server 2003-based networking
Chapter08  -- network operating systems and windows server 2003-based networkingChapter08  -- network operating systems and windows server 2003-based networking
Chapter08 -- network operating systems and windows server 2003-based networking
 
Server 2008 r2 ppt
Server 2008 r2 pptServer 2008 r2 ppt
Server 2008 r2 ppt
 
Windows Server 2012 r2
Windows Server 2012 r2Windows Server 2012 r2
Windows Server 2012 r2
 
New File Server Features Of Windows Server 2008
New File Server Features Of Windows Server 2008New File Server Features Of Windows Server 2008
New File Server Features Of Windows Server 2008
 
Windows Server 2008 R2 Overview
Windows Server 2008 R2 OverviewWindows Server 2008 R2 Overview
Windows Server 2008 R2 Overview
 
Window server editions
Window server editionsWindow server editions
Window server editions
 
MCSA Installing & Configuring Windows Server 2012 70-410
MCSA Installing & Configuring Windows Server 2012 70-410MCSA Installing & Configuring Windows Server 2012 70-410
MCSA Installing & Configuring Windows Server 2012 70-410
 
Configuring and administrate server
Configuring and administrate serverConfiguring and administrate server
Configuring and administrate server
 
0505 Windows Server 2008 一日精華營 PartI
0505 Windows Server 2008 一日精華營 PartI0505 Windows Server 2008 一日精華營 PartI
0505 Windows Server 2008 一日精華營 PartI
 
IBM Lotus Notes / Domino upgrades
IBM Lotus Notes / Domino upgradesIBM Lotus Notes / Domino upgrades
IBM Lotus Notes / Domino upgrades
 

En vedette

Juegos Populares Del Principado De Asturias
Juegos Populares Del Principado De AsturiasJuegos Populares Del Principado De Asturias
Juegos Populares Del Principado De Asturias
rogeroviedo
 
Visual resume
Visual resume Visual resume
Visual resume
howi007
 

En vedette (6)

My visual resume
My visual resumeMy visual resume
My visual resume
 
Juegos Populares Del Principado De Asturias
Juegos Populares Del Principado De AsturiasJuegos Populares Del Principado De Asturias
Juegos Populares Del Principado De Asturias
 
Visual resume
Visual resume Visual resume
Visual resume
 
DRobinson_Discussion4
DRobinson_Discussion4DRobinson_Discussion4
DRobinson_Discussion4
 
Succession “Losers”: What Happens to Executives Passed Over for the CEO Job?
Succession “Losers”: What Happens to Executives Passed Over for the CEO Job? Succession “Losers”: What Happens to Executives Passed Over for the CEO Job?
Succession “Losers”: What Happens to Executives Passed Over for the CEO Job?
 
Lightning Talk #9: How UX and Data Storytelling Can Shape Policy by Mika Aldaba
Lightning Talk #9: How UX and Data Storytelling Can Shape Policy by Mika AldabaLightning Talk #9: How UX and Data Storytelling Can Shape Policy by Mika Aldaba
Lightning Talk #9: How UX and Data Storytelling Can Shape Policy by Mika Aldaba
 

Similaire à Mcts chapter 1 (1)

pdf to ppt window configuration .pptx
pdf to ppt window configuration .pptxpdf to ppt window configuration .pptx
pdf to ppt window configuration .pptx
TadeseBeyene
 
window configuration & Administration.pptx
window   configuration  & Administration.pptxwindow   configuration  & Administration.pptx
window configuration & Administration.pptx
TadeseBeyene
 
chapter01-introductiontowindowsserver2003-090505014519-phpapp02.pdf
chapter01-introductiontowindowsserver2003-090505014519-phpapp02.pdfchapter01-introductiontowindowsserver2003-090505014519-phpapp02.pdf
chapter01-introductiontowindowsserver2003-090505014519-phpapp02.pdf
KhadijaTahir29
 
active-directory-domain-services
active-directory-domain-servicesactive-directory-domain-services
active-directory-domain-services
202066
 
Lecture 3 more on servers and services
Lecture 3   more on servers and servicesLecture 3   more on servers and services
Lecture 3 more on servers and services
Wiliam Ferraciolli
 
Modern Operating System Windows Server 2008
Modern Operating System  Windows Server 2008Modern Operating System  Windows Server 2008
Modern Operating System Windows Server 2008
Sneha Chopra
 
Cloud stack overview
Cloud stack overviewCloud stack overview
Cloud stack overview
howie YU
 
Windows Server 2012 R2 Jump Start - WEB
Windows Server 2012 R2 Jump Start - WEBWindows Server 2012 R2 Jump Start - WEB
Windows Server 2012 R2 Jump Start - WEB
Paulo Freitas
 

Similaire à Mcts chapter 1 (1) (20)

History of Windows Server
History of Windows ServerHistory of Windows Server
History of Windows Server
 
pdf to ppt window configuration .pptx
pdf to ppt window configuration .pptxpdf to ppt window configuration .pptx
pdf to ppt window configuration .pptx
 
window configuration & Administration.pptx
window   configuration  & Administration.pptxwindow   configuration  & Administration.pptx
window configuration & Administration.pptx
 
Network operating system
Network operating systemNetwork operating system
Network operating system
 
Chapter Two.pptx
Chapter Two.pptxChapter Two.pptx
Chapter Two.pptx
 
Microsoft Windows Server.pdf
Microsoft Windows Server.pdfMicrosoft Windows Server.pdf
Microsoft Windows Server.pdf
 
9781111306366 ppt ch2
9781111306366 ppt ch29781111306366 ppt ch2
9781111306366 ppt ch2
 
chapter01-introductiontowindowsserver2003-090505014519-phpapp02.pdf
chapter01-introductiontowindowsserver2003-090505014519-phpapp02.pdfchapter01-introductiontowindowsserver2003-090505014519-phpapp02.pdf
chapter01-introductiontowindowsserver2003-090505014519-phpapp02.pdf
 
Windows Server 2008 R2 Dev Session 01
Windows Server 2008 R2 Dev Session 01Windows Server 2008 R2 Dev Session 01
Windows Server 2008 R2 Dev Session 01
 
active-directory-domain-services
active-directory-domain-servicesactive-directory-domain-services
active-directory-domain-services
 
Lecture 3 more on servers and services
Lecture 3   more on servers and servicesLecture 3   more on servers and services
Lecture 3 more on servers and services
 
SCU 2015 - My top 10 favorite items you need to look at in WK2012R2
SCU 2015 - My top 10 favorite items you need to look at in WK2012R2SCU 2015 - My top 10 favorite items you need to look at in WK2012R2
SCU 2015 - My top 10 favorite items you need to look at in WK2012R2
 
Keynote talk on Windows 8 - Jeff Stokes
Keynote talk on Windows 8 - Jeff StokesKeynote talk on Windows 8 - Jeff Stokes
Keynote talk on Windows 8 - Jeff Stokes
 
Guide to Chapter 2 Popular Operating Systems
Guide to Chapter 2 Popular Operating SystemsGuide to Chapter 2 Popular Operating Systems
Guide to Chapter 2 Popular Operating Systems
 
Modern Operating System Windows Server 2008
Modern Operating System  Windows Server 2008Modern Operating System  Windows Server 2008
Modern Operating System Windows Server 2008
 
Active directoryfinal
Active directoryfinalActive directoryfinal
Active directoryfinal
 
Chapter_2_Network_Operating_System_NOS_and_Windows_Network_Concepts.pptx
Chapter_2_Network_Operating_System_NOS_and_Windows_Network_Concepts.pptxChapter_2_Network_Operating_System_NOS_and_Windows_Network_Concepts.pptx
Chapter_2_Network_Operating_System_NOS_and_Windows_Network_Concepts.pptx
 
Cloud stack overview
Cloud stack overviewCloud stack overview
Cloud stack overview
 
Server 2016 sneak peek
Server 2016 sneak peekServer 2016 sneak peek
Server 2016 sneak peek
 
Windows Server 2012 R2 Jump Start - WEB
Windows Server 2012 R2 Jump Start - WEBWindows Server 2012 R2 Jump Start - WEB
Windows Server 2012 R2 Jump Start - WEB
 

Mcts chapter 1 (1)

  • 1. MCTS Guide to Configuring Microsoft Windows Server 2008 Active Directory Chapter 1: Introducing Windows Server 2008
  • 2. MCTS Windows Server 2008 Active Directory 2 Objectives 2 • Explain the function of a server in a network environment • Describe the editions of Windows Server 2008 • Discuss core technologies • Explain the primary roles a Windows Server 2008 computer can fulfill • Describe the new and enhanced features of Windows Server 2008
  • 3. MCTS Windows Server 2008 Active Directory 3 The Role of a Server Operating System • Hardware or Software? Server software is ambiguous; can run on multiple different platforms (i.e. laptop) • Windows Server 2008 roles short summary: – File and Printer sharing – Web server – Routing and Remote Access Services (RRAS) – Domain Name System (DNS) – Dynamic Host Configuration Protocol (DHCP) – File Transfer Protocol (FTP) Server – Active Directory – Distributed File System (DFS) – Fax Server
  • 4. MCTS Windows Server 2008 Active Directory 4 Windows Server 2008 Editions • Windows Server 2008 Standard Edition – Smaller organizations consisting of a few hundred users or less • Windows Server 2008 Enterprise Edition – Larger companies with more needs • Windows Server 2008 Datacenter Edition – Companies that run high powered servers with considerable resources • Windows Web Server 2008 – Similar to Standard. User base varies from small businesses to corporations with large departments
  • 5. MCTS Windows Server 2008 Active Directory 5 Windows 2008 Standard Edition • Up to 4 physical processors allowed • Available in 32-bit or 64-bit versions • 32-bit version supports up to 4 GB of RAM, 64-bit version up to 32 GB • Lacks more advanced features, such as clustering • 64-bit version can install one virtual instance of Server 2008 Standard Edition with Hyper-V
  • 6. MCTS Windows Server 2008 Active Directory 6 Windows Server 2008 Enterprise Edition • All the features of Standard Edition • Up to 8 physical processors • 32-bit version supports 64 GB RAM; 64-bit version supports 2 TB • Can be clustered; up to 16 cluster nodes permitted • Hot-add memory • Four virtual instances per license with Hyper-V
  • 7. MCTS Windows Server 2008 Active Directory 7 Windows Server 2008 Datacenter Edition • All the features of Enterprise Edition • Up to 32 physical processors in 32-bit version, 64 processors in 64-bit • Extra fault tolerance features: hot-add and hot- replace memory or CPU • Can’t be purchased as individual license, only through volume license or through OEMs (pre- installed) • Unlimited number of virtual instances
  • 8. MCTS Windows Server 2008 Active Directory 8 Windows Web Server 2008 • Designed to run Internet Information Services (IIS) 7.0 • Hardware support similar to Standard Edition • Lacks many of the features present in other editions • Typically used when roles such as Active Directory or Terminal Services are not required
  • 9. MCTS Windows Server 2008 Active Directory 9 System Requirements (All editions) Component Requirement Processor Minimum: 1 GHz for x86 CPU or 1.4 GHz for x64 cpu Recommended: 2 GHz or faster Memory Minimum 512 MB RAM Recommended: 2 GB RAM or more Available disk space Minimum: 10 GB Recommended: 40 GB or more Additional drives DVD-ROM Display and peripherals Super VGA or higher Keyboard and mouse
  • 10. MCTS Windows Server 2008 Active Directory 10 Windows Server 2008 Core Technologies • New Technology File System • Active Directory • Microsoft Management Console • Disk Management • File and printer sharing • Windows networking • Internet Information Services
  • 11. MCTS Windows Server 2008 Active Directory 11 NTFS • New Technology File System • Successor to FAT/FAT32 • Native support for long filenames, file and folder permissions, support for large files and volumes, reliability, compression, and encryption • Most significant is the added ability for more granular file access control
  • 12. MCTS Windows Server 2008 Active Directory 12 Active Directory • Provides a single point of administration of resources (Users, groups, shared printers, etc.) • Provides centralized authentication and authorization of users to network resources • Along with DNS, provides domain-naming services and management for a Windows domain. • Enables administrators to assign system policies, deploy software to client computers, and assign permissions and rights to users of network resources
  • 13. MCTS Windows Server 2008 Active Directory 13 Microsoft Management Console (MMC) • Creates a centralized management interface for administrators • Uses snap-ins, which are designed to perform specific administrative tasks (such as disk management or active directory configuration) • Multiple snap-ins can be combined into a single MMC, providing quicker access to commonly used tools
  • 15. MCTS Windows Server 2008 Active Directory 15 Disk Management • Monitors disk and volume status • Initializes new disks • Creates and formats new volumes • Troubleshoots disk problems • Configures redundant disk configurations (RAID)
  • 16. MCTS Windows Server 2008 Active Directory 16 File and Printer Sharing • Shadow copies • Disk quotas • Distributed File System (DFS) • Also possible to configure options that allow redundancy, version control, and user storage restrictions.
  • 17. MCTS Windows Server 2008 Active Directory 17 Windows Networking Concepts • The Workgroup Model – A small group of computers that share common roles, such as sharing files or printers. – Also called a peer-to-peer network – Decentralized logons, security, and resource sharing – Easy to configure and works well for small groups of users (fewer than 10) – A Windows Server 2008 server that participates in a workgroup is referred to as a stand-alone server
  • 18. MCTS Windows Server 2008 Active Directory 18 Windows Networking Concepts (cont.) • The Domain Model – Preferred for a network of more than 10 computers or a network that requires centralized security and resource management – Requires at least one computer to be a domain controller – A domain controller is a Windows server that has Active Directory installed and is responsible for allowing client computers access to domain resources – A member server is a Windows Server that’s in the management scope of a domain but doesn’t have Active Directory installed
  • 19. MCTS Windows Server 2008 Active Directory 19 Windows Networking Components • Network Interface – Composed of two parts; the network interface card (NIC) and the device driver software • Network Protocol – Specifies the rules and format of communication between network devices • Network Client and Server Software – Network client sends requests to a server to access network resources – Network server software receives requests for shared network resources and makes those resources available to a network client
  • 20. MCTS Windows Server 2008 Active Directory 20 Internet Information Services • Windows Server 2008 provides IIS 7.0 • Modular design – Unused features aren’t available for attackers to exploit • Extensibility – Functionality is easily added via modular design • Manageability – Delegated administration; can assign control over some aspects of the website to developers and content owners – Appcmd.exe provides the ability to manage IIS via scripts and batch files
  • 21. MCTS Windows Server 2008 Active Directory 21 Windows Server 2008 Roles • Server role is a major function or service that a server performs • Role services add functions to main roles • Server features provide functions that enhance or support an installed role or add a stand-alone function • A server can be configured for a single role or multiple roles
  • 22. MCTS Windows Server 2008 Active Directory 22 Active Directory Certificate Services • A digital certificate is an electronic document containing information about the certificate holder and the entity that issued the certificate • The Active Directory Certificate Services role provides services for creating, issuing, and managing digital certificates • AD CS can include other server roles for managing certificates
  • 23. MCTS Windows Server 2008 Active Directory 23 Active Directory Domain Services • Active Directory Domain Services (AD DS) installs Active Directory and turns Windows Server 2008 into a domain controller • Read Only Domain Controller (RODC) – Provides the same authentication and authorization services as a standard domain controller – Changes cannot be made on an RODC directly – Updated periodically by replication from standard domain controllers
  • 24. MCTS Windows Server 2008 Active Directory 24 Other Active Directory Related Roles • Active Directory Federation Services (AD FS) • Active Directory Lightweight Directory Services (AD LDS) • Active Directory Rights Management Services (AD RMS)
  • 25. MCTS Windows Server 2008 Active Directory 25 Application Server • Provides high-performance integrated environment for managing, deploying, and running client/server business applications • Applications for this role usually built with one or more of the following technologies: IIS, ASP.NET, Microsoft .NET Framework, COM+, and Message Queuing
  • 26. MCTS Windows Server 2008 Active Directory 26 DHCP Server • Dynamic Host Configuration Protocol Server role provides automatic IP address assignment and configuration for client computers • Can provide default gateway address, DNS server addresses, WINS server addresses, and other options • Windows Server 2008’s DHCP server role provides support for IPv6
  • 27. MCTS Windows Server 2008 Active Directory 27 DNS Server • DNS Server resolves the names of Internet computers and computers that are members of a Windows Domain to their assigned IP addresses. • When installing Active Directory, you can specify an existing DNS server or install DNS on the same server as Active Directory
  • 28. MCTS Windows Server 2008 Active Directory 28 Fax Server • Provides tools to managed shared fax resources and allow users to send and receive faxes • After the role is installed, you can – Manage users who have access to fax resources – Configure fax devices – Create rules for routing incoming and outgoing faxes – Monitor and log use of fax resources
  • 29. MCTS Windows Server 2008 Active Directory 29 File Services • Provide high availability, reliable, shared storage to Windows and other client OSs • Installing File Services role installs the File Server service automatically
  • 31. MCTS Windows Server 2008 Active Directory 31 Hyper-V • Provides services to create and manage virtual machines on a Windows Server 2008 computer • A virtual machine is a software environment that simulates the computer hardware an OS requires for installation • Installing an OS on a virtual machine is done using the same methods used on a physical machine
  • 32. MCTS Windows Server 2008 Active Directory 32 Network Policy and Access Services • Provides Routing and Remote Access Services (RRAS) • Other services that can be installed – Network Policy Server (NPS) – Health Registration Authority (HRA) – Host Credential Authorization Protocol (HCAP)
  • 33. MCTS Windows Server 2008 Active Directory 33 Print Services • Enables administrators to manage access to network printers • Installs Print Server by default • Internet Printing role service enables Web-based management of network printers • Line Printer Daemon (LPD) role service provides compatibility with Linux/UNIX clients
  • 34. MCTS Windows Server 2008 Active Directory 34 Terminal Services • Enables users and administrators to control a Windows desktop remotely / run applications hosted on a server remotely • Terminal server role permits up to two simultaneous remote desktop sessions • Additional sessions require TS Licensing role service and license purchases • Other roles – TS Sessions Broker – TS Gateway – TS Web Access
  • 35. MCTS Windows Server 2008 Active Directory 35 UDDI Services • Universal Description, Discovery, and Integration (UDDI) Services enables administrators to manage, catalog, and share web services • Allows users to search for web services available to them • Gives developers a catalog of existing applications and development work
  • 36. MCTS Windows Server 2008 Active Directory 36 Web Server (IIS) • Consists of role services Web Server, management tools, and FTP publishing • Secondary role services can be installed for additional features
  • 37. MCTS Windows Server 2008 Active Directory 37 Windows Deployment Services • Simplifies the installation of Windows over a network • Can install and remotely configure Windows Vista and Server 2008 systems • WDS is an improved version of Remote Installation Services (RIS) found in Windows Server 2000 and 2003
  • 38. MCTS Windows Server 2008 Active Directory 38 New Features in Windows Server 2008 • Server Manager • Server Core • Hyper-V virtualization • Storage management enhancements • Networking enhancements • Network Access Protection • Windows Deployment Services • New Active Directory roles • Terminal Services enhancements
  • 39. MCTS Windows Server 2008 Active Directory 39 Server Manager • Provides a single interface for installing, configuring, and removing a variety of server roles and features on a server • Summarizes server status and configuration • Includes tools to diagnose problems, manage storage, and perform general configuration tasks • Consolidates tools from Windows Server 2003
  • 40. MCTS Windows Server 2008 Active Directory 40 Server Core • Has a minimum environment and lacks a full GUI • Can install the following server roles: – Active Directory Domain Services (AD DS) – Active Directory Lightweight Directory Services (AD LDS) – Dynamic Host Configuration Protocol (DHCP) Server – DNS Server – File Services – Print Server – Streaming Media Services – Web Server – Hyper-V
  • 41. MCTS Windows Server 2008 Active Directory 41 Server Core (cont.) • Core supports additional features to enhance server roles: – Microsoft Failover Clustering – Network Load Balancing – Subsystem for UNIX-based Applications – Windows Backup – Multipath I/O – Removable Storage Management – Windows Bitlocker Drive Encryption – Simple Network Management Protocol (SNMP) – Windows Internet Naming Service (WINS) – Telnet client – Quality of Service (QOS)
  • 42. MCTS Windows Server 2008 Active Directory 42 Server Core (cont.) • Server Core lacks the ability to install the following server roles (and their optional features): – Application Server – Active Directory Rights Management Services – Fax Server – UDDI Services – Windows Deployment Services – Active Directory Certificate Services – Network Policy and Access Services – Terminal Services – Active Directory Federation Services
  • 44. MCTS Windows Server 2008 Active Directory 44 Hyper-V • Virtualization isolates critical applications • Virtualization helps to consolidate multiple physical servers into a singular server • Using a virtual machine increases the ease of backing up essential servers • Updates or changes to an OS can be made on a virtual machine to test stability before being applied to a production machine • Reduces the need for physical devices in educational environments
  • 45. MCTS Windows Server 2008 Active Directory 45 Hyper-V (cont.) • Hyper-V Requirements: – 64-bit version of Windows Server 2008 Standard, Enterprise, or Datacenter Edition – A server running a 64-bit processor with virtualization support and hardware data execution protection. – Enough free memory and disk space to run virtual machines and store virtual hard drives. Virtual machines use the same amount of memory and disk space resources as a physical machine.
  • 47. MCTS Windows Server 2008 Active Directory 47 Storage Management Enhancements • Share and Storage Management MMC Snap-in • File Server Resource Manager • Windows Server Backup • Other improvements include: – Storage Explorer – SMB 2.0 – Remote boot support
  • 48. MCTS Windows Server 2008 Active Directory 48 Networking Enhancements • Improved support for IPv6 – DHCPv6 – Load balancing • Redesigned TCP/IP stack – Improved performance, error-detection, and recovery • Virtual Private Networking – Secure Socket Tunneling Protocol (SSTP)
  • 49. MCTS Windows Server 2008 Active Directory 49 Network Access Protection • Ensures computers are equipped with required security features • Enables monitoring of anti-virus software and firewall settings • If a computer does not meet all requirements defined by an administrator, it can be restricted automatically from accessing certain network resources • Can force computers to update themselves
  • 50. MCTS Windows Server 2008 Active Directory 50 Windows Deployment Services • Updates Remote Installation Services • Allows unattended installation of Windows OSs • WDS can multicast deployment of disk images, reducing network bandwidth required • Includes tools to customize the Windows OS for deployment
  • 51. MCTS Windows Server 2008 Active Directory 51 New Active Directory Roles • Active Directory Lightweight Directory Services (AD LDS) – Provides tighter integration for applications that require large amounts of data retrieval. Does not require a domain controller or domain • Active Directory Federation Services (AD FS) – Provides Single Sign-On for users of an organization to access internal resources as well as external resources inside of a partner organization • Active Directory Rights Management Services (AD RMS) – Helps the author of a document decide how a document can be used or modified, and deny unauthorized users access
  • 52. MCTS Windows Server 2008 Active Directory 52 Terminal Services Enhancements • RemoteApp – Rather than accessing a program on a server through remote desktop, the application appears as if it is actually running locally • Terminal Services Web Access (TS Web Access) – Allows users to access applications through a web browser, requiring no additional software for the client if running Vista – Can list available RemoteApp programs – Allows secure, encrypted connections using Secure HTTP (HTTPS) without the need for a VPN
  • 53. MCTS Windows Server 2008 Active Directory 53 Chapter Summary • A server is defined more by the software installed on hardware as opposed to the hardware in use. In many cases, a client OS can behave as a server. • Windows Server 2008 is available in four editions: Standard, Enterprise, Datacenter, and Windows Web Server 2008 • Core technologies in Windows Server 2008 include NTFS, Active Directory, MMC, disk management, file and printer sharing, networking components, and IIS • Windows Server 2008 updates previously available services with additional functionality, while adding several new services.