29
1 INTRODUCING MICROSOFT WINDOWS SERVER 2003 Chapter 1

INTRODUCING MICROSOFT WINDOWS SERVER 2003

  • Upload
    yama

  • View
    47

  • Download
    1

Embed Size (px)

DESCRIPTION

Chapter 1. INTRODUCING MICROSOFT WINDOWS SERVER 2003. CHAPTER OVERVIEW. Identify the key differences among the Windows Server 2003 editions. Install Windows Server 2003. Create a domain controller. Identify the key structures and concepts of Active Directory. WINDOWS SERVER 2003 EDITIONS. - PowerPoint PPT Presentation

Citation preview

Page 1: INTRODUCING MICROSOFT WINDOWS SERVER 2003

11

INTRODUCING MICROSOFT WINDOWS SERVER 2003

Chapter 1

Page 2: INTRODUCING MICROSOFT WINDOWS SERVER 2003

2

CHAPTER OVERVIEW Identify the key differences among the

Windows Server 2003 editions.

Install Windows Server 2003.

Create a domain controller.

Identify the key structures and concepts of Active Directory.

Page 3: INTRODUCING MICROSOFT WINDOWS SERVER 2003

3

WINDOWS SERVER 2003 EDITIONS Web Edition

Standard Edition

Enterprise Edition

Datacenter Edition

Page 4: INTRODUCING MICROSOFT WINDOWS SERVER 2003

4

SYSTEM REQUIREMENTS

WWeebb EEddiittiioonn

SSttaannddaarrdd EEddiittiioonn

EEnntteerrpprriissee EEddiittiioonn

DDaattaacceenntteerr EEddiittiioonn

Minimum processor speed

133 MHz 133 MHz 133 MHz 400 MHz

Minimum processor speed

550 MHz 550 MHz 733 MHz 733 MHz

Minimum RAM 128 MB 128 MB 128 MB 512 MB

Recommended minimum RAM

256 MB 256 MB 256 MB 1 GB

Maximum RAM 2 GB 4 GB 32 GB 64 GB

Symmetric multiprocessing (SMP) support

Up to 2 processors

Up to 4 processors

Up to 8 processors

Up to 32 processors

Minimum disk space 1.5 GB 1.5 GB 1.5 GB 1.5 GB

Page 5: INTRODUCING MICROSOFT WINDOWS SERVER 2003

5

WEB EDITION

Does NOT contain any features not found in other server 2003 editions

Single-purpose Web server platform

Limit of 10 inbound SMB connections

Support for up to two processors and up to 2 GB of RAM

Does NOT support: ICF and ICS not included

Can’t be a domain controller

No DHCP server

Page 6: INTRODUCING MICROSOFT WINDOWS SERVER 2003

6

STANDARD EDITION

Designed as a departmental server or as a server for smaller organizations

Multipurpose server platform

Supports up to four processors and 4 GB of RAM

Features:

Directory services – Active directory support

Internet Services –IIS 6 – web and ftp services

Infrastructure Services – DHCP server, DNS server, WINS server

TCP/IP Routing – RRAS, NAT, IAS, RIP, OSPF

File & Print Services – Shared drives, folders & printers

Terminal Server – remote access tool

Security Services – Encrypting File System (EFS), IP Security Extensions (Ipsec), Public Key infrastructure (PKI)

Page 7: INTRODUCING MICROSOFT WINDOWS SERVER 2003

7

ENTERPRISE EDITION Server platform for medium- to large-sized

businesses

Supports up to eight processors and 32 GB of RAM

Eight-node clustering support through Microsoft Clustering Services

Additional Features: Microsoft Metadirectory Services (MMS)

Server Clustering

Hot add memory (hot swappable)

Windows System Resource manager

Page 8: INTRODUCING MICROSOFT WINDOWS SERVER 2003

8

DATACENTER EDITION Designed for high-end, high-traffic

application servers

Supports up to 32 processors and 64 GB of RAM

Does not include ICF or ICS

Page 9: INTRODUCING MICROSOFT WINDOWS SERVER 2003

9

64-BIT EDITIONS

EEnntteerrpprriissee EEddiittiioonn

DDaattaacceenntteerr EEddiittiioonn

Minimum processor speed

733 MHz 733 MHz

Maximum RAM 64 GB 512 GB

Symmetric multiprocessing (SMP) support

Up to 8 processors

Up to 64 processors

Minimum disk space

2 GB 2 GB

Page 10: INTRODUCING MICROSOFT WINDOWS SERVER 2003

10

INSTALLING WINDOWS SERVER 2003 The install process has 2 phases:

1. Text mode: the initial phase of the install Disk formatting and partitioning

Registry is started

2. Graphical mode: System restarts into GUI mode

OS detects hardware

Configuration information gathered from user

Page 11: INTRODUCING MICROSOFT WINDOWS SERVER 2003

11

Large Scale Installs In a business environment, there are 2 tools

that can be used to streamline or automate the Server 2003 install process on multiple computers Answer Files: a script with settings for install

options that is copied on to each PC. The install is then automated by using the parameters in the answer file

Disk Images: a bit-for-bit copy of the hard drive of a pre-installed PC is made and then transferred to other PCs.

Remote Installation – used to deploy disk images to other computers on a network

Page 12: INTRODUCING MICROSOFT WINDOWS SERVER 2003

12

CONFIGURING WINDOWS SERVER 2003

Page 13: INTRODUCING MICROSOFT WINDOWS SERVER 2003

13

SERVER ROLESEach of these services can be configured

in Windows Server 2003 File server - Provides centralized access to files and folders

Print server - Provides centralized and managed access to printing devices by serving shared printers and printer drivers to client computers

Application server - Provides infrastructure components required to support the hosting of Web applications

Mail server - Installs Post Office Protocol version 3 (POP3) and Simple Mail Transfer Protocol (SMTP) so the server can function as an incoming and outgoing e-mail server for network clients.

Terminal Services server - Provides multiple network clients with access to server applications and resources as if those applications and resources were installed on their own computers

Remote Access/VPN server - Provides multiple-protocol routing and remote access services for dial-in, LAN, and WAN connections

Page 14: INTRODUCING MICROSOFT WINDOWS SERVER 2003

Server Roles

Domain Controller (Active Directory)- Provides directory services to clients on the network

DNS server- Provides host name resolution by translating host names to IP addresses (forward lookups) and IP addresses to host names (reverse lookups)

DHCP server - Provides automatic IP addressing services to clients configured to use dynamic IP addressing

Streaming media server - installs Windows Media Services (WMS), which enables the server to stream multimedia content over an intranet connection or the Internet.

WINS server - Provides computer name resolution by translating Net-BIOS names to IP addresses. Use to support legacy operating systems such as Windows 95 or Windows NT, which are based on NetBIOS names

Page 15: INTRODUCING MICROSOFT WINDOWS SERVER 2003

Evolution of Directory Services

The first commercial local area networking products that appeared in the early 1990s were geared toward small collections of computers, commonly called workgroups.

A workgroup network enabled a handful of users working together on the same project to share resources such as documents and printers

As networks grew larger, so did the number of shared resources available on them and it became increasingly difficult to locate and keep track of the available resources

A directory Service is a central directory which contains information about the computers on the network, the network users, and other hardware and software devices, such as printers and applications

Page 16: INTRODUCING MICROSOFT WINDOWS SERVER 2003

Workgroup vs. Domain

The workgroup directory service is a flat database of computer names, designed to support a small network

The domain model of directory service is a hierarchical directory of enterprise resources—Active Directory—that is trusted by all systems that are members of the domain. These systems can use the user, group, and

computer accounts in the directory to secure their resources

Page 17: INTRODUCING MICROSOFT WINDOWS SERVER 2003

17

ACTIVE DIRECTORY Active Directory is a hierarchical database, which

contains objects and resources, as well as supporting components, like transaction logs and tools to manage the database

A Standards-based, LDAP-compliant directory services system.

A repository for objects and resources, including user accounts, group accounts, computer accounts, and printers.

Directory services database can be distributed across multiple servers to provide fault tolerance and increase performance.

Active Directory database is stored in the \WINDOWS\NTDS directory on each domain controller.

Each object has a set of properties that is also stored in Active Directory.

Page 18: INTRODUCING MICROSOFT WINDOWS SERVER 2003

18

DOMAINS AND DOMAIN CONTROLLERS

Domain Controller

Contoso.com

Domains:Provide administrative and security boundariesAllow resources to be grouped logicallyCan contain Organizational Units (OU's) to further organize resources

A domain is a logical grouping of computers, users, and resources

A domain controller is a server that has been promoted and hosts a copy, or replica, of the Active Directory database Active Directory domains typically have at least two

domain controllers, so that if one fails, the other can continue to support clients.

These domain controllers continually replicate their information with each other, so that each one has a database containing current information.

Page 19: INTRODUCING MICROSOFT WINDOWS SERVER 2003

19

DOMAINS, TREES, AND FORESTS Domain

The Administrative unit of Active Directory

Tree A collection of one or more domains

Forest A collection of one or more trees

Page 20: INTRODUCING MICROSOFT WINDOWS SERVER 2003

20

ACTIVE DIRECTORY TREE

contoso.com

us.contoso.com europe.contoso.com

Page 21: INTRODUCING MICROSOFT WINDOWS SERVER 2003

21

ACTIVE DIRECTORY FOREST

contoso.com

us.contoso.com europe.contoso.com

adatum.com

ny.adatum.com chicago.adatum.com

Page 22: INTRODUCING MICROSOFT WINDOWS SERVER 2003

Global Catalog

When an Active Directory installation consists of more than one domain, a component of Active Directory called the global catalog enables clients in one domain to find information in other domains

The global catalog is essentially a subset of the information in all of the domain databases combined

Page 23: INTRODUCING MICROSOFT WINDOWS SERVER 2003

23

OBJECTS

All databases are made up of records, and in Active Directory the records are called objects

An object is a component that represents a specific network resource.

Objects Domains, Organizational Units, Users,

groups, shared folders, printers, computers, applications

Organizational Units are container objects that are used to create logical groupings of computer, user, and group objects

Page 24: INTRODUCING MICROSOFT WINDOWS SERVER 2003

Attributes

Every Active Directory object consists of a set of attributes, which are pieces of information about that object

User Attributes: Name, phone number, password, location

Page 25: INTRODUCING MICROSOFT WINDOWS SERVER 2003

Schema

The Active Directory component that specifies what types of objects administrators can create and what attributes each object has is called the schema

Page 26: INTRODUCING MICROSOFT WINDOWS SERVER 2003

26

CONTAINERS AND LEAVES Containers Objects: Objects that can

contain another object in the hierarchy Domains, organizational units (OUs), groups

Leaf Objects: An object that cannot contain another object, such as a user or computer Users, printers, computers

Because of the way objects inherit settings from their parent containers, administrators typically use OUs to collect objects that are configured similarly

Page 27: INTRODUCING MICROSOFT WINDOWS SERVER 2003

An OU hierarchy

Page 28: INTRODUCING MICROSOFT WINDOWS SERVER 2003

28

GROUP POLICY Group policies enable you to specify security

settings, deploy software, and configure operating system and application behavior on a computer without ever having to touch it directly

Group policy objects Collections of hundreds of possible configuration

settings. Can be applied to users, computers, domains,

and OUs. Policy applied at one level can override policy

applied at another level. In most cases, administrators design the Active

Directory hierarchy to accommodate the configuration of users and computers using GPOs

Page 29: INTRODUCING MICROSOFT WINDOWS SERVER 2003

29

SUMMARY Windows Server 2003 is available in Web Edition,

Standard Edition, Enterprise Edition, and Datacenter Edition.

The Manage Your Server page and the Configure Your Server Wizard make it easy to configure a Windows Server 2003 system to perform specific roles.

Active Directory is a domain-based enterprise directory service that consists of objects, which are themselves composed of attributes.

The Active Directory hierarchy is formed using forests, trees, domains, and organizational units. Permissions, rights, and group policy settings all flow downward in the hierarchy.