SlideShare ist ein Scribd-Unternehmen logo
1 von 38
A PRACTICAL TRAINING
PRESENTATION
ON
WINDOWS SERVER 2008
ASISH VERMA
B.Tech VIITH
SEM
Comp. Science & Engg
OBJECTIVES
► 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.
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
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.
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.
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.
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.
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
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
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
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.
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.
GROUP POLICY MANAGEMENT
IMPLEMENTING GPO’S
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.
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.
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.
DHCP SERVER (CONTD.)
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
DNS SERVER (CONTD.)
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.
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
IIS (CONTD.)
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.
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
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
PRINT SERVICES (CONTD.)
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.)
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.
► 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.
WDS (CONTD.)
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
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.
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.
Asish verma

Weitere ähnliche Inhalte

Was ist angesagt?

Windows Server 2012 r2
Windows Server 2012 r2Windows Server 2012 r2
Windows Server 2012 r2Khalid Hussain
 
3 configuring basic and dynamic disks
3 configuring basic and dynamic disks3 configuring basic and dynamic disks
3 configuring basic and dynamic disksHameda Hurmat
 
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 AtidanDavid J Rosenthal
 
Server 2008 r2 ppt
Server 2008 r2 pptServer 2008 r2 ppt
Server 2008 r2 pptRaj Solanki
 
Windows Server 2008 R2 Overview
Windows Server 2008 R2 OverviewWindows Server 2008 R2 Overview
Windows Server 2008 R2 OverviewSteven Wilder
 
70-410 Installing and Configuring Windows Server 2012
70-410 Installing and Configuring Windows Server 201270-410 Installing and Configuring Windows Server 2012
70-410 Installing and Configuring Windows Server 2012passiteasy
 
windows server 2012 internal monitoring tools
windows server 2012 internal monitoring toolswindows server 2012 internal monitoring tools
windows server 2012 internal monitoring tools24x7 server monitoring
 
Why Upgrade To Windows Server 2012
Why Upgrade To Windows Server 2012Why Upgrade To Windows Server 2012
Why Upgrade To Windows Server 2012Aidan Finn
 
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 2008Microsoft TechNet
 
0505 Windows Server 2008 一日精華營 PartI
0505 Windows Server 2008 一日精華營 PartI0505 Windows Server 2008 一日精華營 PartI
0505 Windows Server 2008 一日精華營 PartITimothy Chen
 
What’s new in windows server 2012
What’s new in windows server 2012What’s new in windows server 2012
What’s new in windows server 2012Alex de Jong
 
Upgrading AD from Windows Server 2003 to Windows Server 2008 R2
Upgrading AD from Windows Server 2003 to Windows Server 2008 R2Upgrading AD from Windows Server 2003 to Windows Server 2008 R2
Upgrading AD from Windows Server 2003 to Windows Server 2008 R2Amit Gatenyo
 
12 christian ferber xen_server_advanced
12 christian ferber xen_server_advanced12 christian ferber xen_server_advanced
12 christian ferber xen_server_advancedDigicomp Academy AG
 
Xen server storage Overview
Xen server storage OverviewXen server storage Overview
Xen server storage OverviewNuno Alves
 
Windows Server 2012
Windows Server 2012Windows Server 2012
Windows Server 2012anilinvns
 

Was ist angesagt? (20)

Windows Server 2012 r2
Windows Server 2012 r2Windows Server 2012 r2
Windows Server 2012 r2
 
Mcts chapter 1
Mcts chapter 1Mcts chapter 1
Mcts chapter 1
 
3 configuring basic and dynamic disks
3 configuring basic and dynamic disks3 configuring basic and dynamic disks
3 configuring basic and dynamic disks
 
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
 
WINDOWS SERVER 2008
WINDOWS SERVER 2008WINDOWS SERVER 2008
WINDOWS SERVER 2008
 
Server 2008 r2 ppt
Server 2008 r2 pptServer 2008 r2 ppt
Server 2008 r2 ppt
 
Windows Server 2008 R2 Overview
Windows Server 2008 R2 OverviewWindows Server 2008 R2 Overview
Windows Server 2008 R2 Overview
 
Active Directory
Active DirectoryActive Directory
Active Directory
 
70-410 Installing and Configuring Windows Server 2012
70-410 Installing and Configuring Windows Server 201270-410 Installing and Configuring Windows Server 2012
70-410 Installing and Configuring Windows Server 2012
 
windows server 2012 internal monitoring tools
windows server 2012 internal monitoring toolswindows server 2012 internal monitoring tools
windows server 2012 internal monitoring tools
 
Why Upgrade To Windows Server 2012
Why Upgrade To Windows Server 2012Why Upgrade To Windows Server 2012
Why Upgrade To Windows Server 2012
 
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
 
0505 Windows Server 2008 一日精華營 PartI
0505 Windows Server 2008 一日精華營 PartI0505 Windows Server 2008 一日精華營 PartI
0505 Windows Server 2008 一日精華營 PartI
 
What’s new in windows server 2012
What’s new in windows server 2012What’s new in windows server 2012
What’s new in windows server 2012
 
Upgrading AD from Windows Server 2003 to Windows Server 2008 R2
Upgrading AD from Windows Server 2003 to Windows Server 2008 R2Upgrading AD from Windows Server 2003 to Windows Server 2008 R2
Upgrading AD from Windows Server 2003 to Windows Server 2008 R2
 
12 christian ferber xen_server_advanced
12 christian ferber xen_server_advanced12 christian ferber xen_server_advanced
12 christian ferber xen_server_advanced
 
Mcts chapter 8
Mcts chapter 8Mcts chapter 8
Mcts chapter 8
 
Windows Server 2012
Windows Server 2012Windows Server 2012
Windows Server 2012
 
Xen server storage Overview
Xen server storage OverviewXen server storage Overview
Xen server storage Overview
 
Windows Server 2012
Windows Server 2012Windows Server 2012
Windows Server 2012
 

Ähnlich wie Asish verma

Microsoft Windows Server.pdf
Microsoft Windows Server.pdfMicrosoft Windows Server.pdf
Microsoft Windows Server.pdfJames Brown
 
History of Windows Server
History of Windows ServerHistory of Windows Server
History of Windows Serversundas Shabbir
 
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 01Clint Edmonson
 
Mcts chapter 1 (1)
Mcts chapter 1 (1)Mcts chapter 1 (1)
Mcts chapter 1 (1)Ankit Kumar
 
Upgrading from Windows Server 2008 / 2008 R2 to Windows Server 2012
Upgrading from Windows Server 2008 / 2008 R2 to Windows Server 2012Upgrading from Windows Server 2008 / 2008 R2 to Windows Server 2012
Upgrading from Windows Server 2008 / 2008 R2 to Windows Server 2012Harold Wong
 
Win08 R2 It Pro Overview
Win08 R2 It Pro OverviewWin08 R2 It Pro Overview
Win08 R2 It Pro Overviewguest092b9a8
 
Windows Server 2008 R2
Windows Server 2008 R2Windows Server 2008 R2
Windows Server 2008 R2Rishu Mehra
 
Windows 2008 R2 Overview
Windows 2008 R2 OverviewWindows 2008 R2 Overview
Windows 2008 R2 OverviewAmit Gatenyo
 
active-directory-domain-services
active-directory-domain-servicesactive-directory-domain-services
active-directory-domain-services202066
 
Scoping for BMC Discovery (ADDM) Deployment by Traversys Limited
Scoping for BMC Discovery (ADDM) Deployment by Traversys LimitedScoping for BMC Discovery (ADDM) Deployment by Traversys Limited
Scoping for BMC Discovery (ADDM) Deployment by Traversys LimitedWes Moskal-Fitzpatrick
 
Windows Server 2008 R2 Overview
Windows Server 2008 R2 OverviewWindows Server 2008 R2 Overview
Windows Server 2008 R2 OverviewAlexander Schek
 
Windows Server 2008 R2 Overview
Windows Server 2008 R2 OverviewWindows Server 2008 R2 Overview
Windows Server 2008 R2 Overviewjjalea
 
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 StokesJeff Stokes
 
Upgrading from WinS 2008/2008 R2 to WinS 2012
Upgrading from WinS 2008/2008 R2 to WinS 2012Upgrading from WinS 2008/2008 R2 to WinS 2012
Upgrading from WinS 2008/2008 R2 to WinS 2012iTawy Community
 
windows server 2012 R2
windows server 2012 R2windows server 2012 R2
windows server 2012 R2Gol D Roger
 
Jetking questions and answers 8.5x11
Jetking   questions and answers 8.5x11Jetking   questions and answers 8.5x11
Jetking questions and answers 8.5x11sunil kumar
 

Ähnlich wie Asish verma (20)

Microsoft Windows Server.pdf
Microsoft Windows Server.pdfMicrosoft Windows Server.pdf
Microsoft Windows Server.pdf
 
History of Windows Server
History of Windows ServerHistory of Windows Server
History of Windows Server
 
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
 
Windows sever 2008
Windows sever 2008Windows sever 2008
Windows sever 2008
 
Mcts chapter 1 (1)
Mcts chapter 1 (1)Mcts chapter 1 (1)
Mcts chapter 1 (1)
 
Chapter Two.pptx
Chapter Two.pptxChapter Two.pptx
Chapter Two.pptx
 
Upgrading from Windows Server 2008 / 2008 R2 to Windows Server 2012
Upgrading from Windows Server 2008 / 2008 R2 to Windows Server 2012Upgrading from Windows Server 2008 / 2008 R2 to Windows Server 2012
Upgrading from Windows Server 2008 / 2008 R2 to Windows Server 2012
 
Y Archana
Y ArchanaY Archana
Y Archana
 
Win08 R2 It Pro Overview
Win08 R2 It Pro OverviewWin08 R2 It Pro Overview
Win08 R2 It Pro Overview
 
Windows Server 2008 R2
Windows Server 2008 R2Windows Server 2008 R2
Windows Server 2008 R2
 
Windows 2008 R2 Overview
Windows 2008 R2 OverviewWindows 2008 R2 Overview
Windows 2008 R2 Overview
 
active-directory-domain-services
active-directory-domain-servicesactive-directory-domain-services
active-directory-domain-services
 
Scoping for BMC Discovery (ADDM) Deployment by Traversys Limited
Scoping for BMC Discovery (ADDM) Deployment by Traversys LimitedScoping for BMC Discovery (ADDM) Deployment by Traversys Limited
Scoping for BMC Discovery (ADDM) Deployment by Traversys Limited
 
Pvs slide
Pvs slidePvs slide
Pvs slide
 
Windows Server 2008 R2 Overview
Windows Server 2008 R2 OverviewWindows Server 2008 R2 Overview
Windows Server 2008 R2 Overview
 
Windows Server 2008 R2 Overview
Windows Server 2008 R2 OverviewWindows Server 2008 R2 Overview
Windows Server 2008 R2 Overview
 
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
 
Upgrading from WinS 2008/2008 R2 to WinS 2012
Upgrading from WinS 2008/2008 R2 to WinS 2012Upgrading from WinS 2008/2008 R2 to WinS 2012
Upgrading from WinS 2008/2008 R2 to WinS 2012
 
windows server 2012 R2
windows server 2012 R2windows server 2012 R2
windows server 2012 R2
 
Jetking questions and answers 8.5x11
Jetking   questions and answers 8.5x11Jetking   questions and answers 8.5x11
Jetking questions and answers 8.5x11
 

Mehr von Asish Verma

Asis Verma cyber crime ppt
Asis Verma cyber crime pptAsis Verma cyber crime ppt
Asis Verma cyber crime pptAsish Verma
 
Major seminar presentation Cloud Computing
Major seminar presentation Cloud Computing Major seminar presentation Cloud Computing
Major seminar presentation Cloud Computing Asish Verma
 
SITA LAB REPORT (XYBER CRIME)
SITA LAB REPORT (XYBER CRIME)SITA LAB REPORT (XYBER CRIME)
SITA LAB REPORT (XYBER CRIME)Asish Verma
 
SITA LAB PPT (XYBER CRIME)
SITA LAB PPT (XYBER CRIME)SITA LAB PPT (XYBER CRIME)
SITA LAB PPT (XYBER CRIME)Asish Verma
 
SITA LAB REPORT (I.P)
SITA LAB REPORT (I.P)SITA LAB REPORT (I.P)
SITA LAB REPORT (I.P)Asish Verma
 
Major pro lab synopsis
Major pro lab synopsisMajor pro lab synopsis
Major pro lab synopsisAsish Verma
 
MINOR PROZECT REPORT on WINDOWS SERVER
MINOR PROZECT REPORT on WINDOWS SERVERMINOR PROZECT REPORT on WINDOWS SERVER
MINOR PROZECT REPORT on WINDOWS SERVERAsish Verma
 
Pro lab synopsis (cert)
Pro lab synopsis (cert)Pro lab synopsis (cert)
Pro lab synopsis (cert)Asish Verma
 
Pro lab synopsis (body)
Pro lab synopsis (body)Pro lab synopsis (body)
Pro lab synopsis (body)Asish Verma
 
Microsoft project (msp) group 6
Microsoft project (msp)  group 6Microsoft project (msp)  group 6
Microsoft project (msp) group 6Asish Verma
 

Mehr von Asish Verma (14)

Asis Verma cyber crime ppt
Asis Verma cyber crime pptAsis Verma cyber crime ppt
Asis Verma cyber crime ppt
 
Major seminar presentation Cloud Computing
Major seminar presentation Cloud Computing Major seminar presentation Cloud Computing
Major seminar presentation Cloud Computing
 
SITA LAB REPORT (XYBER CRIME)
SITA LAB REPORT (XYBER CRIME)SITA LAB REPORT (XYBER CRIME)
SITA LAB REPORT (XYBER CRIME)
 
SITA LAB PPT (XYBER CRIME)
SITA LAB PPT (XYBER CRIME)SITA LAB PPT (XYBER CRIME)
SITA LAB PPT (XYBER CRIME)
 
SITA LAB REPORT (I.P)
SITA LAB REPORT (I.P)SITA LAB REPORT (I.P)
SITA LAB REPORT (I.P)
 
Major pro lab synopsis
Major pro lab synopsisMajor pro lab synopsis
Major pro lab synopsis
 
CCNA 1
CCNA 1CCNA 1
CCNA 1
 
CCNA 2
CCNA 2 CCNA 2
CCNA 2
 
MINOR PROZECT REPORT on WINDOWS SERVER
MINOR PROZECT REPORT on WINDOWS SERVERMINOR PROZECT REPORT on WINDOWS SERVER
MINOR PROZECT REPORT on WINDOWS SERVER
 
Pt report(body)
Pt report(body)Pt report(body)
Pt report(body)
 
Pro lab synopsis (cert)
Pro lab synopsis (cert)Pro lab synopsis (cert)
Pro lab synopsis (cert)
 
Pro lab synopsis (body)
Pro lab synopsis (body)Pro lab synopsis (body)
Pro lab synopsis (body)
 
Pt report(cert)
Pt report(cert)Pt report(cert)
Pt report(cert)
 
Microsoft project (msp) group 6
Microsoft project (msp)  group 6Microsoft project (msp)  group 6
Microsoft project (msp) group 6
 

Kürzlich hochgeladen

The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfThe Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfEnterprise Knowledge
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slidevu2urc
 
Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Scriptwesley chun
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...Martijn de Jong
 
CNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of ServiceCNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of Servicegiselly40
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationSafe Software
 
Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024The Digital Insurer
 
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...Neo4j
 
Advantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your BusinessAdvantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your BusinessPixlogix Infotech
 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking MenDelhi Call girls
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)Gabriella Davis
 
Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024The Digital Insurer
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptxHampshireHUG
 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxMalak Abu Hammad
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...apidays
 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdfhans926745
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerThousandEyes
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘RTylerCroy
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking MenDelhi Call girls
 
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024The Digital Insurer
 

Kürzlich hochgeladen (20)

The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfThe Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slide
 
Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Script
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...
 
CNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of ServiceCNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of Service
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
 
Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024
 
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
 
Advantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your BusinessAdvantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your Business
 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)
 
Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptx
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
 
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
 

Asish verma

  • 1. A PRACTICAL TRAINING PRESENTATION ON WINDOWS SERVER 2008 ASISH VERMA B.Tech VIITH SEM Comp. Science & Engg
  • 2. OBJECTIVES ► 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. 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. 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. 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. 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. 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. 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
  • 9. 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
  • 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. 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.
  • 12.
  • 13. 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.
  • 14.
  • 17. 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.
  • 18. 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.
  • 19. 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.
  • 21. 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
  • 23.
  • 24. 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.
  • 25. 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
  • 27. 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.
  • 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. 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
  • 31. FILE SERVICES ► Provide high availability, reliable, shared storage to Windows and other client OSs ► Installing File Services role installs the File Server service automatically
  • 33. 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. ► 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.
  • 35. 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
  • 36. 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.
  • 37. 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.