SlideShare una empresa de Scribd logo
1 de 24
 Introduction
 Installations
 Security Enhancement
 Manageability Enhancements
 Performance and Scalability
 New Features
 Platform Improvements
 Summary
 Microsoft Internet Information Server (IIS) is
integrated with the Microsoft Windows NT Server
Operating System to provide a Web server for
organizations.
 Minimum
computer/Processor
 Recommended
Computer/Processor
 Minimum Memory
Supported
 Recommended Memory
 Maximum Memory
 Hard Disk
 CPU Support
 133 MHz or higher
Pentium-compatible CPU
 550 MHz or higher
Pentium-compatible CPU
 128 MB RAM
 256 MB RAM
 2 GB
 2 GB hard disk with a
minimum of 1.5 GB free
spaces.
 Up to two CPUs on one
machined
 Minimum
computer/Processor
 Recommended
Computer/Processor
 Minimum Memory
Supported
 Maximum Memory
 Hard Disk
 CPU Support
 133 MHz or higher
Pentium-compatible CPU
 550 MHz or higher
Pentium-compatible CPU
 128 MB
 4 GB
 2 GB hard disk with a
minimum of 1.5 GB free
spaces.
 Up to four CPUs on one
machined
 Installs in a locked down state
 Installing 2003 server doesn’t install IIS by default.
 Disabling via group policy
 Administrators can prevent users from installing IIS on their
computers
 Command-line tools not accessible to web
users
 IIS 6.0 command line tools can’t be executed by the web
server
 Secure Socket Layer (SSL) Improvements
 Performance
 Faster in processing than IIS 5.0
 Remotable Certification Object.
 Allow customer to manage accounts remotely. Unlike
IIS 5.0
 Selectable Cryptographic Service Provider
 Easy to select Crypto API Provider to accelerate
performance. Unlike IIS 5.0
XML Metabase
The metabase configuration for IIS 4.0 and IIS 5.0
was stored in a proprietary binary file and was not
easily readable or editable. IIS 6.0 replaces the
proprietary binary file, called MetaBase.bin, with
plain text XML formatted files. Which incorporates
rich functionality, such as inheritance, data typing,
change notification, and security.
 Automatic configuration versioning
◦ The Metabase feature automatically keeps track of changes.
 Edit-While-Running Feature
◦ IIS 6.0 gives the administrators to change the server
configuration while the server is running, through direct
editing to the Metabase.xml file.
 Server Independent backup and restore
◦ With a user supplied password, administrators and
developers are able to create server-independent backups.
XML Metabase
 New Web-based Administration
Console
 IIS 6.0 includes a new Web-based
administration console called the
Remote Administration Tool. Using the
Remote Administration Tool,
administrators are able to remotely
administer IIS 6.0 across the Internet or
the intranet through a Web browser.
 HTTP. Sys- New Kernel-Mode Driver
 Caching Policy & Thread Management
 Web Gardens
 Persisted ASP Template Cache
 Large Memory Support for x86.0
 Site Scalability
 A single point of contact for all incoming HTTP
requests.
 High performance connectivity for HTTP server
application
 Driver sits atop TCP/IP and
 Receive all requests from the IP/port
 Responsible for overall connection
management, bandwidth, throttling, and web
server logging.
 IIS 6.0 has heuristics built in that use to:
◦ Determine the cacheable hot-set of an
application or set of sites
◦ Determine which items should be cached
on the basis of the distribution of requests
that a particular application receives.
◦ Makes better use of resources on the
server
◦ Makes decisions to increase/reduce
concurrency on the basis-efficient in using
concurrency.
 Web Gardens:
◦ An application pool has multiple processes serving the
requests routed to the pool.
◦ Possible to configure the worker processes in a web
garden.
◦ Increase scalability
 Large Memory Support for x86.0
◦ For workload have a great deal of cached data.
◦ Can configure to cache up to 64 gigabytes (BG).
 Persisted ASP Template Cache
◦ Templates are store on disk that work more efficiency and
faster response.
 Improved the way internal resources are used
 Many more sites can be hosted on a single
IIS6.0 server
 Larger number of worker processes that can be
concurrently active
 Quicker startup/shutdown of the server when
hosting sites.
 Capable of having thousands of isolated
applications configured – each run with its own
application pool worker process.
 ASP.Net and ISS6.0 integration
 Buffer and handle send
 Internal redirection
 Caching dynamic content
 Worker process recycling
 ISAPI support for custom errors
 Improves ISAPI Unicode support
 New COM+ services in ASP
 ASP.Net and IIS 6.0 Integration
◦ Developer have high levels of functionality
 Rapid application development
 Wide variety of languages to choose from
◦ Is a result of enhanced process model integration
in IIS 6.0 that support XML, SOAP, and IPv6.
 Buffer and Handle Send (VectorSend)
◦ Server support function for ISAPIs
◦ Put together a list of buffers and file handles to
send in order
◦ This frees the ISAPI from doing any of buffer
construction or multiple write clients.
 Execute URL
◦ Allow an ISAPI extension to easily redirect a request to
another URL.
◦ Replace almost all read raw data filters
◦ Allow ISAPI extension to process the request entity body
and pass it to a child request.
 Global Interceptors
◦ Implement ISAPI request interceptors: intercept, change,
redirect, or deny incoming HTTP request from specific
URL space.
New Features:
 Caching of Dynamic Content
◦ Implementation of Kernel-mode for dynamic content
◦ Benefit many customers have programmatically created
content that doesn’t change.
 Worker process recycling
◦ IIS 6.0 support function called
HSE_REQ_REPORT_UNHEALTHY that allow ISAPI
extension call into ISS 6.0 worker process to request that
worker process be recycled.
◦ Allow developer to pass in a string representing the
reason.
 ISAPI Support for Custom Errors
◦ Developer no longer need to generate their own error.
◦ Instead, they can plug into the custom error support built
into IIS 6.0 through a new server support function called
HSE_REQ_SEND_CUSTOM_ERROR.
 Improved ISAPI Unicode Support
◦ Important in a global economy
◦ Be able to get variables in Unicode and adds two new
server support functions
 New COM+ Services in ASP -Separated the COM+
services from component and allow ASP application
to use a set of COM+ services in IIS 6.0
 Fusion Support -allow an ASP application to use
specified version of a system runtime DLL or classic
COM component.
 Partition Support – define a different
configuration of a single COM+ application for
different users. (security and version)
 Tracker Support – allow administrators to monitor
what code is running within the ASP.
 Apartment Model Selection – allow developer
to determine which threading model to use when
executing the pages in an application.
 64-bit Support-The complete Windows Server 2003 family
code base is compiled for 32-bit and 64-bit platforms.
 IPv6.0 Support-is the next generation IP protocol for the
Internet.
 Logging Improvements
◦ UTF-8 Logging Support-support IIS 6.0 writing log files
◦ Binary Logging-allows multiple sites to write to a single
log file in a binary, non-formatted manner
◦ Logging of HTTP Substatus Codes-helpful in
debugging or troubleshooting
 File Transfer Protocol (FTP)
◦ FTP User Isolation-easy availability and wide
adoption for customers to upload the Web content
◦ Configurable PASV Port Range-can reduce the
attack surface of IIS 6.0 FTP servers by allowing
administrators to have more granular control over the
port ranges that are exposed over the Internet.
 Improved Patch Management
◦ No service interruption while installing patches-
which means an administrator can easily install most IIS
6.0 hot fixes and most new worker process DLLs
without any interruption of service.
 IIS 6.0 and Windows Server 2003 introduce many
new features for Web application server reliability,
manageability, scalability, and security
 For More Information : www.Microsoft.com

Más contenido relacionado

La actualidad más candente

Ansible presentation
Ansible presentationAnsible presentation
Ansible presentationSuresh Kumar
 
Microsoft Windows Server 2022 Overview
Microsoft Windows Server 2022 OverviewMicrosoft Windows Server 2022 Overview
Microsoft Windows Server 2022 OverviewDavid J Rosenthal
 
Terraform introduction
Terraform introductionTerraform introduction
Terraform introductionJason Vance
 
WebSphere application server 8.5.5 - quick overview
WebSphere application server 8.5.5 - quick overviewWebSphere application server 8.5.5 - quick overview
WebSphere application server 8.5.5 - quick overviewChris Sparshott
 
What Is Ansible? | How Ansible Works? | Ansible Tutorial For Beginners | DevO...
What Is Ansible? | How Ansible Works? | Ansible Tutorial For Beginners | DevO...What Is Ansible? | How Ansible Works? | Ansible Tutorial For Beginners | DevO...
What Is Ansible? | How Ansible Works? | Ansible Tutorial For Beginners | DevO...Simplilearn
 
Automation with ansible
Automation with ansibleAutomation with ansible
Automation with ansibleKhizer Naeem
 
Terraform -- Infrastructure as Code
Terraform -- Infrastructure as CodeTerraform -- Infrastructure as Code
Terraform -- Infrastructure as CodeMartin Schütte
 
Ansible Introduction
Ansible Introduction Ansible Introduction
Ansible Introduction Robert Reiz
 
Terraform: An Overview & Introduction
Terraform: An Overview & IntroductionTerraform: An Overview & Introduction
Terraform: An Overview & IntroductionLee Trout
 
Websphere Application Server V8.5
Websphere Application Server V8.5Websphere Application Server V8.5
Websphere Application Server V8.5IBM WebSphereIndia
 
Building .NET Microservices
Building .NET MicroservicesBuilding .NET Microservices
Building .NET MicroservicesVMware Tanzu
 

La actualidad más candente (20)

Ansible presentation
Ansible presentationAnsible presentation
Ansible presentation
 
Nagios
NagiosNagios
Nagios
 
Jboss Tutorial Basics
Jboss Tutorial BasicsJboss Tutorial Basics
Jboss Tutorial Basics
 
Microsoft Windows Server 2022 Overview
Microsoft Windows Server 2022 OverviewMicrosoft Windows Server 2022 Overview
Microsoft Windows Server 2022 Overview
 
Terraform introduction
Terraform introductionTerraform introduction
Terraform introduction
 
Final terraform
Final terraformFinal terraform
Final terraform
 
WebSphere application server 8.5.5 - quick overview
WebSphere application server 8.5.5 - quick overviewWebSphere application server 8.5.5 - quick overview
WebSphere application server 8.5.5 - quick overview
 
What Is Ansible? | How Ansible Works? | Ansible Tutorial For Beginners | DevO...
What Is Ansible? | How Ansible Works? | Ansible Tutorial For Beginners | DevO...What Is Ansible? | How Ansible Works? | Ansible Tutorial For Beginners | DevO...
What Is Ansible? | How Ansible Works? | Ansible Tutorial For Beginners | DevO...
 
Automation with ansible
Automation with ansibleAutomation with ansible
Automation with ansible
 
IaaS and PaaS
IaaS and PaaSIaaS and PaaS
IaaS and PaaS
 
Nginx
NginxNginx
Nginx
 
VMware Presentation
VMware PresentationVMware Presentation
VMware Presentation
 
Terraform -- Infrastructure as Code
Terraform -- Infrastructure as CodeTerraform -- Infrastructure as Code
Terraform -- Infrastructure as Code
 
Laravel Introduction
Laravel IntroductionLaravel Introduction
Laravel Introduction
 
Ansible Introduction
Ansible Introduction Ansible Introduction
Ansible Introduction
 
IIS 7.0 Architecture And Integration With Asp.Net
IIS 7.0 Architecture And Integration With Asp.NetIIS 7.0 Architecture And Integration With Asp.Net
IIS 7.0 Architecture And Integration With Asp.Net
 
Terraform: An Overview & Introduction
Terraform: An Overview & IntroductionTerraform: An Overview & Introduction
Terraform: An Overview & Introduction
 
Apache web server
Apache web serverApache web server
Apache web server
 
Websphere Application Server V8.5
Websphere Application Server V8.5Websphere Application Server V8.5
Websphere Application Server V8.5
 
Building .NET Microservices
Building .NET MicroservicesBuilding .NET Microservices
Building .NET Microservices
 

Destacado

Internet Information Server (IIS)
Internet Information Server (IIS)Internet Information Server (IIS)
Internet Information Server (IIS)Rosariio92
 
introduction and configuration of IIS (in addition with printer)
introduction and configuration of IIS (in addition with printer)introduction and configuration of IIS (in addition with printer)
introduction and configuration of IIS (in addition with printer)Assay Khan
 
ASP.NET Request Processing Internals
ASP.NET Request Processing InternalsASP.NET Request Processing Internals
ASP.NET Request Processing InternalsAbhijit Jana
 
Service Oriented Development With Windows Communication Foundation 2003
Service Oriented Development With Windows Communication Foundation 2003Service Oriented Development With Windows Communication Foundation 2003
Service Oriented Development With Windows Communication Foundation 2003Jason Townsend, MBA
 
Web server administration
Web server administrationWeb server administration
Web server administrationsawsan slii
 
Web Server Administration
Web Server AdministrationWeb Server Administration
Web Server Administrationwebhostingguy
 
Seminar Windows Server 2012 features
Seminar   Windows Server 2012 featuresSeminar   Windows Server 2012 features
Seminar Windows Server 2012 featuresMicrosoftid
 
How to configure DHCP Server
How to configure DHCP Server How to configure DHCP Server
How to configure DHCP Server tcpipguru
 
Introduction To Iis 7
Introduction To Iis 7Introduction To Iis 7
Introduction To Iis 7amit_monty
 
0505 Windows Server 2008 一日精華營 PartI
0505 Windows Server 2008 一日精華營 PartI0505 Windows Server 2008 一日精華營 PartI
0505 Windows Server 2008 一日精華營 PartITimothy Chen
 

Destacado (20)

Understanding IIS
Understanding IISUnderstanding IIS
Understanding IIS
 
Internet Information Server (IIS)
Internet Information Server (IIS)Internet Information Server (IIS)
Internet Information Server (IIS)
 
IIS
IISIIS
IIS
 
IIS 7: The Administrator’s Guide
IIS 7: The Administrator’s GuideIIS 7: The Administrator’s Guide
IIS 7: The Administrator’s Guide
 
Internet information services(iis)
Internet information services(iis)Internet information services(iis)
Internet information services(iis)
 
Web Servers (ppt)
Web Servers (ppt)Web Servers (ppt)
Web Servers (ppt)
 
How to Monitor IIS
How to Monitor IISHow to Monitor IIS
How to Monitor IIS
 
introduction and configuration of IIS (in addition with printer)
introduction and configuration of IIS (in addition with printer)introduction and configuration of IIS (in addition with printer)
introduction and configuration of IIS (in addition with printer)
 
Apache ppt
Apache pptApache ppt
Apache ppt
 
Web servers
Web serversWeb servers
Web servers
 
ASP.NET Request Processing Internals
ASP.NET Request Processing InternalsASP.NET Request Processing Internals
ASP.NET Request Processing Internals
 
Service Oriented Development With Windows Communication Foundation 2003
Service Oriented Development With Windows Communication Foundation 2003Service Oriented Development With Windows Communication Foundation 2003
Service Oriented Development With Windows Communication Foundation 2003
 
Philly Tech Fest Iis
Philly Tech Fest IisPhilly Tech Fest Iis
Philly Tech Fest Iis
 
Web server administration
Web server administrationWeb server administration
Web server administration
 
Web Server Administration
Web Server AdministrationWeb Server Administration
Web Server Administration
 
Seminar Windows Server 2012 features
Seminar   Windows Server 2012 featuresSeminar   Windows Server 2012 features
Seminar Windows Server 2012 features
 
Tomcat server
 Tomcat server Tomcat server
Tomcat server
 
How to configure DHCP Server
How to configure DHCP Server How to configure DHCP Server
How to configure DHCP Server
 
Introduction To Iis 7
Introduction To Iis 7Introduction To Iis 7
Introduction To Iis 7
 
0505 Windows Server 2008 一日精華營 PartI
0505 Windows Server 2008 一日精華營 PartI0505 Windows Server 2008 一日精華營 PartI
0505 Windows Server 2008 一日精華營 PartI
 

Similar a INTRODUCTION TO IIS

Iis it-slideshares.blogspot.com
Iis it-slideshares.blogspot.comIis it-slideshares.blogspot.com
Iis it-slideshares.blogspot.comphanleson
 
Windows Server 2008 - Web and Application Hosting
Windows Server 2008 - Web and Application HostingWindows Server 2008 - Web and Application Hosting
Windows Server 2008 - Web and Application HostingInformation Technology
 
A Deep Dive into SharePoint 2016 architecture and deployment
A Deep Dive into SharePoint 2016 architecture and deploymentA Deep Dive into SharePoint 2016 architecture and deployment
A Deep Dive into SharePoint 2016 architecture and deploymentSPC Adriatics
 
IIS for Developers
IIS for DevelopersIIS for Developers
IIS for DevelopersIdo Flatow
 
Advantages of cPanel-based LiteSpeed Hosting
Advantages of cPanel-based LiteSpeed HostingAdvantages of cPanel-based LiteSpeed Hosting
Advantages of cPanel-based LiteSpeed HostingLisa Clarke
 
Make Web, Not War - Installfest: Extend Your Web Server, Rodney Buike
Make Web, Not War - Installfest: Extend Your Web Server, Rodney BuikeMake Web, Not War - Installfest: Extend Your Web Server, Rodney Buike
Make Web, Not War - Installfest: Extend Your Web Server, Rodney BuikeMake Web Not War
 
Storage Server & Brach Cache
Storage Server & Brach CacheStorage Server & Brach Cache
Storage Server & Brach CacheAmit Gatenyo
 
Comparing IIS and Apache - Questions and Answers
Comparing IIS and Apache - Questions and AnswersComparing IIS and Apache - Questions and Answers
Comparing IIS and Apache - Questions and Answersbutest
 
Automatic upgrade and new error logging in my sql 8.0
Automatic upgrade and new error logging in my sql 8.0Automatic upgrade and new error logging in my sql 8.0
Automatic upgrade and new error logging in my sql 8.0Ståle Deraas
 
2689 - Exploring IBM PureApplication System and IBM Workload Deployer Best Pr...
2689 - Exploring IBM PureApplication System and IBM Workload Deployer Best Pr...2689 - Exploring IBM PureApplication System and IBM Workload Deployer Best Pr...
2689 - Exploring IBM PureApplication System and IBM Workload Deployer Best Pr...Hendrik van Run
 
Spring 2007 SharePoint Connections Oleson Advanced Administration and Plannin...
Spring 2007 SharePoint Connections Oleson Advanced Administration and Plannin...Spring 2007 SharePoint Connections Oleson Advanced Administration and Plannin...
Spring 2007 SharePoint Connections Oleson Advanced Administration and Plannin...Joel Oleson
 
CTU June 2011 - Things that Every ASP.NET Developer Should Know
CTU June 2011 - Things that Every ASP.NET Developer Should KnowCTU June 2011 - Things that Every ASP.NET Developer Should Know
CTU June 2011 - Things that Every ASP.NET Developer Should KnowSpiffy
 
SharePoint 2010 Boost your farm performance!
SharePoint 2010 Boost your farm performance!SharePoint 2010 Boost your farm performance!
SharePoint 2010 Boost your farm performance!Brian Culver
 
Partying with PHP on Microsoft Internet Information Services 7
Partying with PHP on Microsoft Internet Information Services 7Partying with PHP on Microsoft Internet Information Services 7
Partying with PHP on Microsoft Internet Information Services 7goodfriday
 

Similar a INTRODUCTION TO IIS (20)

IIS 6.0 and asp.net
IIS 6.0 and asp.netIIS 6.0 and asp.net
IIS 6.0 and asp.net
 
Iis it-slideshares.blogspot.com
Iis it-slideshares.blogspot.comIis it-slideshares.blogspot.com
Iis it-slideshares.blogspot.com
 
Windows Server 2008 - Web and Application Hosting
Windows Server 2008 - Web and Application HostingWindows Server 2008 - Web and Application Hosting
Windows Server 2008 - Web and Application Hosting
 
A Deep Dive into SharePoint 2016 architecture and deployment
A Deep Dive into SharePoint 2016 architecture and deploymentA Deep Dive into SharePoint 2016 architecture and deployment
A Deep Dive into SharePoint 2016 architecture and deployment
 
Road Show Asp Net
Road Show Asp NetRoad Show Asp Net
Road Show Asp Net
 
IIS for Developers
IIS for DevelopersIIS for Developers
IIS for Developers
 
Advantages of cPanel-based LiteSpeed Hosting
Advantages of cPanel-based LiteSpeed HostingAdvantages of cPanel-based LiteSpeed Hosting
Advantages of cPanel-based LiteSpeed Hosting
 
Web Server Hardening
Web Server HardeningWeb Server Hardening
Web Server Hardening
 
Make Web, Not War - Installfest: Extend Your Web Server, Rodney Buike
Make Web, Not War - Installfest: Extend Your Web Server, Rodney BuikeMake Web, Not War - Installfest: Extend Your Web Server, Rodney Buike
Make Web, Not War - Installfest: Extend Your Web Server, Rodney Buike
 
SharePoint on Azure
SharePoint on Azure SharePoint on Azure
SharePoint on Azure
 
Storage Server & Brach Cache
Storage Server & Brach CacheStorage Server & Brach Cache
Storage Server & Brach Cache
 
Comparing IIS and Apache - Questions and Answers
Comparing IIS and Apache - Questions and AnswersComparing IIS and Apache - Questions and Answers
Comparing IIS and Apache - Questions and Answers
 
Automatic upgrade and new error logging in my sql 8.0
Automatic upgrade and new error logging in my sql 8.0Automatic upgrade and new error logging in my sql 8.0
Automatic upgrade and new error logging in my sql 8.0
 
2689 - Exploring IBM PureApplication System and IBM Workload Deployer Best Pr...
2689 - Exploring IBM PureApplication System and IBM Workload Deployer Best Pr...2689 - Exploring IBM PureApplication System and IBM Workload Deployer Best Pr...
2689 - Exploring IBM PureApplication System and IBM Workload Deployer Best Pr...
 
Spring 2007 SharePoint Connections Oleson Advanced Administration and Plannin...
Spring 2007 SharePoint Connections Oleson Advanced Administration and Plannin...Spring 2007 SharePoint Connections Oleson Advanced Administration and Plannin...
Spring 2007 SharePoint Connections Oleson Advanced Administration and Plannin...
 
CTU June 2011 - Things that Every ASP.NET Developer Should Know
CTU June 2011 - Things that Every ASP.NET Developer Should KnowCTU June 2011 - Things that Every ASP.NET Developer Should Know
CTU June 2011 - Things that Every ASP.NET Developer Should Know
 
SharePoint 2010 Boost your farm performance!
SharePoint 2010 Boost your farm performance!SharePoint 2010 Boost your farm performance!
SharePoint 2010 Boost your farm performance!
 
Iplanet
IplanetIplanet
Iplanet
 
Partying with PHP on Microsoft Internet Information Services 7
Partying with PHP on Microsoft Internet Information Services 7Partying with PHP on Microsoft Internet Information Services 7
Partying with PHP on Microsoft Internet Information Services 7
 
MySQL 5.7 what's new
MySQL 5.7 what's newMySQL 5.7 what's new
MySQL 5.7 what's new
 

Más de sanya6900

.Net framework
.Net framework.Net framework
.Net frameworksanya6900
 
INTRODUCTION TO IIS
INTRODUCTION TO IISINTRODUCTION TO IIS
INTRODUCTION TO IISsanya6900
 
Type conversions
Type conversionsType conversions
Type conversionssanya6900
 
Templates exception handling
Templates exception handlingTemplates exception handling
Templates exception handlingsanya6900
 
operators and expressions in c++
 operators and expressions in c++ operators and expressions in c++
operators and expressions in c++sanya6900
 
Memory allocation
Memory allocationMemory allocation
Memory allocationsanya6900
 
File handling in_c
File handling in_cFile handling in_c
File handling in_csanya6900
 
Cpphtp4 ppt 03
Cpphtp4 ppt 03Cpphtp4 ppt 03
Cpphtp4 ppt 03sanya6900
 
Inheritance (1)
Inheritance (1)Inheritance (1)
Inheritance (1)sanya6900
 
C++ overloading
C++ overloadingC++ overloading
C++ overloadingsanya6900
 
C cpluplus 2
C cpluplus 2C cpluplus 2
C cpluplus 2sanya6900
 

Más de sanya6900 (13)

.Net framework
.Net framework.Net framework
.Net framework
 
INTRODUCTION TO IIS
INTRODUCTION TO IISINTRODUCTION TO IIS
INTRODUCTION TO IIS
 
Type conversions
Type conversionsType conversions
Type conversions
 
Templates exception handling
Templates exception handlingTemplates exception handling
Templates exception handling
 
operators and expressions in c++
 operators and expressions in c++ operators and expressions in c++
operators and expressions in c++
 
Memory allocation
Memory allocationMemory allocation
Memory allocation
 
File handling in_c
File handling in_cFile handling in_c
File handling in_c
 
Ch7
Ch7Ch7
Ch7
 
Cpphtp4 ppt 03
Cpphtp4 ppt 03Cpphtp4 ppt 03
Cpphtp4 ppt 03
 
Inheritance (1)
Inheritance (1)Inheritance (1)
Inheritance (1)
 
C++ overloading
C++ overloadingC++ overloading
C++ overloading
 
Pointers
PointersPointers
Pointers
 
C cpluplus 2
C cpluplus 2C cpluplus 2
C cpluplus 2
 

Último

Research Methodology for Engineering pdf
Research Methodology for Engineering pdfResearch Methodology for Engineering pdf
Research Methodology for Engineering pdfCaalaaAbdulkerim
 
Transport layer issues and challenges - Guide
Transport layer issues and challenges - GuideTransport layer issues and challenges - Guide
Transport layer issues and challenges - GuideGOPINATHS437943
 
Sachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective IntroductionSachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective IntroductionDr.Costas Sachpazis
 
Energy Awareness training ppt for manufacturing process.pptx
Energy Awareness training ppt for manufacturing process.pptxEnergy Awareness training ppt for manufacturing process.pptx
Energy Awareness training ppt for manufacturing process.pptxsiddharthjain2303
 
National Level Hackathon Participation Certificate.pdf
National Level Hackathon Participation Certificate.pdfNational Level Hackathon Participation Certificate.pdf
National Level Hackathon Participation Certificate.pdfRajuKanojiya4
 
Internet of things -Arshdeep Bahga .pptx
Internet of things -Arshdeep Bahga .pptxInternet of things -Arshdeep Bahga .pptx
Internet of things -Arshdeep Bahga .pptxVelmuruganTECE
 
IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024Mark Billinghurst
 
Instrumentation, measurement and control of bio process parameters ( Temperat...
Instrumentation, measurement and control of bio process parameters ( Temperat...Instrumentation, measurement and control of bio process parameters ( Temperat...
Instrumentation, measurement and control of bio process parameters ( Temperat...121011101441
 
Steel Structures - Building technology.pptx
Steel Structures - Building technology.pptxSteel Structures - Building technology.pptx
Steel Structures - Building technology.pptxNikhil Raut
 
Correctly Loading Incremental Data at Scale
Correctly Loading Incremental Data at ScaleCorrectly Loading Incremental Data at Scale
Correctly Loading Incremental Data at ScaleAlluxio, Inc.
 
Work Experience-Dalton Park.pptxfvvvvvvv
Work Experience-Dalton Park.pptxfvvvvvvvWork Experience-Dalton Park.pptxfvvvvvvv
Work Experience-Dalton Park.pptxfvvvvvvvLewisJB
 
System Simulation and Modelling with types and Event Scheduling
System Simulation and Modelling with types and Event SchedulingSystem Simulation and Modelling with types and Event Scheduling
System Simulation and Modelling with types and Event SchedulingBootNeck1
 
Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...VICTOR MAESTRE RAMIREZ
 
TechTAC® CFD Report Summary: A Comparison of Two Types of Tubing Anchor Catchers
TechTAC® CFD Report Summary: A Comparison of Two Types of Tubing Anchor CatchersTechTAC® CFD Report Summary: A Comparison of Two Types of Tubing Anchor Catchers
TechTAC® CFD Report Summary: A Comparison of Two Types of Tubing Anchor Catcherssdickerson1
 
welding defects observed during the welding
welding defects observed during the weldingwelding defects observed during the welding
welding defects observed during the weldingMuhammadUzairLiaqat
 
Solving The Right Triangles PowerPoint 2.ppt
Solving The Right Triangles PowerPoint 2.pptSolving The Right Triangles PowerPoint 2.ppt
Solving The Right Triangles PowerPoint 2.pptJasonTagapanGulla
 
CCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdf
CCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdfCCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdf
CCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdfAsst.prof M.Gokilavani
 

Último (20)

Research Methodology for Engineering pdf
Research Methodology for Engineering pdfResearch Methodology for Engineering pdf
Research Methodology for Engineering pdf
 
Transport layer issues and challenges - Guide
Transport layer issues and challenges - GuideTransport layer issues and challenges - Guide
Transport layer issues and challenges - Guide
 
Sachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective IntroductionSachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
 
Energy Awareness training ppt for manufacturing process.pptx
Energy Awareness training ppt for manufacturing process.pptxEnergy Awareness training ppt for manufacturing process.pptx
Energy Awareness training ppt for manufacturing process.pptx
 
National Level Hackathon Participation Certificate.pdf
National Level Hackathon Participation Certificate.pdfNational Level Hackathon Participation Certificate.pdf
National Level Hackathon Participation Certificate.pdf
 
Internet of things -Arshdeep Bahga .pptx
Internet of things -Arshdeep Bahga .pptxInternet of things -Arshdeep Bahga .pptx
Internet of things -Arshdeep Bahga .pptx
 
young call girls in Green Park🔝 9953056974 🔝 escort Service
young call girls in Green Park🔝 9953056974 🔝 escort Serviceyoung call girls in Green Park🔝 9953056974 🔝 escort Service
young call girls in Green Park🔝 9953056974 🔝 escort Service
 
young call girls in Rajiv Chowk🔝 9953056974 🔝 Delhi escort Service
young call girls in Rajiv Chowk🔝 9953056974 🔝 Delhi escort Serviceyoung call girls in Rajiv Chowk🔝 9953056974 🔝 Delhi escort Service
young call girls in Rajiv Chowk🔝 9953056974 🔝 Delhi escort Service
 
IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024
 
Instrumentation, measurement and control of bio process parameters ( Temperat...
Instrumentation, measurement and control of bio process parameters ( Temperat...Instrumentation, measurement and control of bio process parameters ( Temperat...
Instrumentation, measurement and control of bio process parameters ( Temperat...
 
POWER SYSTEMS-1 Complete notes examples
POWER SYSTEMS-1 Complete notes  examplesPOWER SYSTEMS-1 Complete notes  examples
POWER SYSTEMS-1 Complete notes examples
 
Steel Structures - Building technology.pptx
Steel Structures - Building technology.pptxSteel Structures - Building technology.pptx
Steel Structures - Building technology.pptx
 
Correctly Loading Incremental Data at Scale
Correctly Loading Incremental Data at ScaleCorrectly Loading Incremental Data at Scale
Correctly Loading Incremental Data at Scale
 
Work Experience-Dalton Park.pptxfvvvvvvv
Work Experience-Dalton Park.pptxfvvvvvvvWork Experience-Dalton Park.pptxfvvvvvvv
Work Experience-Dalton Park.pptxfvvvvvvv
 
System Simulation and Modelling with types and Event Scheduling
System Simulation and Modelling with types and Event SchedulingSystem Simulation and Modelling with types and Event Scheduling
System Simulation and Modelling with types and Event Scheduling
 
Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...
 
TechTAC® CFD Report Summary: A Comparison of Two Types of Tubing Anchor Catchers
TechTAC® CFD Report Summary: A Comparison of Two Types of Tubing Anchor CatchersTechTAC® CFD Report Summary: A Comparison of Two Types of Tubing Anchor Catchers
TechTAC® CFD Report Summary: A Comparison of Two Types of Tubing Anchor Catchers
 
welding defects observed during the welding
welding defects observed during the weldingwelding defects observed during the welding
welding defects observed during the welding
 
Solving The Right Triangles PowerPoint 2.ppt
Solving The Right Triangles PowerPoint 2.pptSolving The Right Triangles PowerPoint 2.ppt
Solving The Right Triangles PowerPoint 2.ppt
 
CCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdf
CCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdfCCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdf
CCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdf
 

INTRODUCTION TO IIS

  • 1.
  • 2.  Introduction  Installations  Security Enhancement  Manageability Enhancements  Performance and Scalability  New Features  Platform Improvements  Summary
  • 3.  Microsoft Internet Information Server (IIS) is integrated with the Microsoft Windows NT Server Operating System to provide a Web server for organizations.
  • 4.  Minimum computer/Processor  Recommended Computer/Processor  Minimum Memory Supported  Recommended Memory  Maximum Memory  Hard Disk  CPU Support  133 MHz or higher Pentium-compatible CPU  550 MHz or higher Pentium-compatible CPU  128 MB RAM  256 MB RAM  2 GB  2 GB hard disk with a minimum of 1.5 GB free spaces.  Up to two CPUs on one machined
  • 5.  Minimum computer/Processor  Recommended Computer/Processor  Minimum Memory Supported  Maximum Memory  Hard Disk  CPU Support  133 MHz or higher Pentium-compatible CPU  550 MHz or higher Pentium-compatible CPU  128 MB  4 GB  2 GB hard disk with a minimum of 1.5 GB free spaces.  Up to four CPUs on one machined
  • 6.  Installs in a locked down state  Installing 2003 server doesn’t install IIS by default.  Disabling via group policy  Administrators can prevent users from installing IIS on their computers  Command-line tools not accessible to web users  IIS 6.0 command line tools can’t be executed by the web server
  • 7.  Secure Socket Layer (SSL) Improvements  Performance  Faster in processing than IIS 5.0  Remotable Certification Object.  Allow customer to manage accounts remotely. Unlike IIS 5.0  Selectable Cryptographic Service Provider  Easy to select Crypto API Provider to accelerate performance. Unlike IIS 5.0
  • 8. XML Metabase The metabase configuration for IIS 4.0 and IIS 5.0 was stored in a proprietary binary file and was not easily readable or editable. IIS 6.0 replaces the proprietary binary file, called MetaBase.bin, with plain text XML formatted files. Which incorporates rich functionality, such as inheritance, data typing, change notification, and security.
  • 9.  Automatic configuration versioning ◦ The Metabase feature automatically keeps track of changes.  Edit-While-Running Feature ◦ IIS 6.0 gives the administrators to change the server configuration while the server is running, through direct editing to the Metabase.xml file.  Server Independent backup and restore ◦ With a user supplied password, administrators and developers are able to create server-independent backups. XML Metabase
  • 10.  New Web-based Administration Console  IIS 6.0 includes a new Web-based administration console called the Remote Administration Tool. Using the Remote Administration Tool, administrators are able to remotely administer IIS 6.0 across the Internet or the intranet through a Web browser.
  • 11.  HTTP. Sys- New Kernel-Mode Driver  Caching Policy & Thread Management  Web Gardens  Persisted ASP Template Cache  Large Memory Support for x86.0  Site Scalability
  • 12.  A single point of contact for all incoming HTTP requests.  High performance connectivity for HTTP server application  Driver sits atop TCP/IP and  Receive all requests from the IP/port  Responsible for overall connection management, bandwidth, throttling, and web server logging.
  • 13.  IIS 6.0 has heuristics built in that use to: ◦ Determine the cacheable hot-set of an application or set of sites ◦ Determine which items should be cached on the basis of the distribution of requests that a particular application receives. ◦ Makes better use of resources on the server ◦ Makes decisions to increase/reduce concurrency on the basis-efficient in using concurrency.
  • 14.  Web Gardens: ◦ An application pool has multiple processes serving the requests routed to the pool. ◦ Possible to configure the worker processes in a web garden. ◦ Increase scalability  Large Memory Support for x86.0 ◦ For workload have a great deal of cached data. ◦ Can configure to cache up to 64 gigabytes (BG).  Persisted ASP Template Cache ◦ Templates are store on disk that work more efficiency and faster response.
  • 15.  Improved the way internal resources are used  Many more sites can be hosted on a single IIS6.0 server  Larger number of worker processes that can be concurrently active  Quicker startup/shutdown of the server when hosting sites.  Capable of having thousands of isolated applications configured – each run with its own application pool worker process.
  • 16.  ASP.Net and ISS6.0 integration  Buffer and handle send  Internal redirection  Caching dynamic content  Worker process recycling  ISAPI support for custom errors  Improves ISAPI Unicode support  New COM+ services in ASP
  • 17.  ASP.Net and IIS 6.0 Integration ◦ Developer have high levels of functionality  Rapid application development  Wide variety of languages to choose from ◦ Is a result of enhanced process model integration in IIS 6.0 that support XML, SOAP, and IPv6.  Buffer and Handle Send (VectorSend) ◦ Server support function for ISAPIs ◦ Put together a list of buffers and file handles to send in order ◦ This frees the ISAPI from doing any of buffer construction or multiple write clients.
  • 18.  Execute URL ◦ Allow an ISAPI extension to easily redirect a request to another URL. ◦ Replace almost all read raw data filters ◦ Allow ISAPI extension to process the request entity body and pass it to a child request.  Global Interceptors ◦ Implement ISAPI request interceptors: intercept, change, redirect, or deny incoming HTTP request from specific URL space. New Features:
  • 19.  Caching of Dynamic Content ◦ Implementation of Kernel-mode for dynamic content ◦ Benefit many customers have programmatically created content that doesn’t change.  Worker process recycling ◦ IIS 6.0 support function called HSE_REQ_REPORT_UNHEALTHY that allow ISAPI extension call into ISS 6.0 worker process to request that worker process be recycled. ◦ Allow developer to pass in a string representing the reason.
  • 20.  ISAPI Support for Custom Errors ◦ Developer no longer need to generate their own error. ◦ Instead, they can plug into the custom error support built into IIS 6.0 through a new server support function called HSE_REQ_SEND_CUSTOM_ERROR.  Improved ISAPI Unicode Support ◦ Important in a global economy ◦ Be able to get variables in Unicode and adds two new server support functions
  • 21.  New COM+ Services in ASP -Separated the COM+ services from component and allow ASP application to use a set of COM+ services in IIS 6.0  Fusion Support -allow an ASP application to use specified version of a system runtime DLL or classic COM component.  Partition Support – define a different configuration of a single COM+ application for different users. (security and version)  Tracker Support – allow administrators to monitor what code is running within the ASP.  Apartment Model Selection – allow developer to determine which threading model to use when executing the pages in an application.
  • 22.  64-bit Support-The complete Windows Server 2003 family code base is compiled for 32-bit and 64-bit platforms.  IPv6.0 Support-is the next generation IP protocol for the Internet.  Logging Improvements ◦ UTF-8 Logging Support-support IIS 6.0 writing log files ◦ Binary Logging-allows multiple sites to write to a single log file in a binary, non-formatted manner ◦ Logging of HTTP Substatus Codes-helpful in debugging or troubleshooting
  • 23.  File Transfer Protocol (FTP) ◦ FTP User Isolation-easy availability and wide adoption for customers to upload the Web content ◦ Configurable PASV Port Range-can reduce the attack surface of IIS 6.0 FTP servers by allowing administrators to have more granular control over the port ranges that are exposed over the Internet.  Improved Patch Management ◦ No service interruption while installing patches- which means an administrator can easily install most IIS 6.0 hot fixes and most new worker process DLLs without any interruption of service.
  • 24.  IIS 6.0 and Windows Server 2003 introduce many new features for Web application server reliability, manageability, scalability, and security  For More Information : www.Microsoft.com