Epstein Files Full PDF

CLICK HERE
Technopedia Center
PMB University Brochure
Faculty of Engineering and Computer Science
S1 Informatics S1 Information Systems S1 Information Technology S1 Computer Engineering S1 Electrical Engineering S1 Civil Engineering

faculty of Economics and Business
S1 Management S1 Accountancy

Faculty of Letters and Educational Sciences
S1 English literature S1 English language education S1 Mathematics education S1 Sports Education
teknopedia

  • Registerasi
  • Brosur UTI
  • Kip Scholarship Information
  • Performance
Flag Counter
  1. World Encyclopedia
  2. Internet Information Services - Wikipedia
Internet Information Services - Wikipedia
From Wikipedia, the free encyclopedia
Extensible web server software by Microsoft

Microsoft IIS
Screenshot of IIS Manager console of Internet Information Services 8.5
DeveloperMicrosoft
Initial releaseMay 30, 1995; 30 years ago (1995-05-30)
Stable release
10.0 v1809 Edit this on Wikidata / 2 October 2018
Written inC++[1]
Operating systemWindows NT
Available inSame languages as Windows
TypeWeb server
LicensePart of Windows NT (same license)
Websitewww.iis.net

Microsoft IIS (Internet Information Services, IIS, 2S) is an extensible web server created by Microsoft for use with the Windows NT family.[2] IIS supports HTTP, HTTP/2, HTTP/3, HTTPS, FTP, FTPS, SMTP and NNTP. It has been an integral part of the Windows NT family since Windows NT 4.0, though it may be absent from some editions (e.g. Windows XP Home edition), and is not active by default. A dedicated suite of software called SEO Toolkit[3] is included in the latest version of the manager. This suite has several tools for SEO with features for metatag / web coding optimization, sitemaps / robots.txt configuration, website analysis, crawler setting, SSL server-side configuration and more.

History

[edit]

The first Microsoft web server was a research project at the European Microsoft Windows NT Academic Centre (EMWAC), part of the University of Edinburgh in Scotland, and was distributed as freeware.[4] However, since the EMWAC server was unable to handle the volume of traffic going to Microsoft.com, Microsoft was forced to develop its own web server, IIS.[5]

Almost every version of IIS was released either alongside or with a version of Microsoft Windows:

  • IIS 1.0 was initially released as a free add-on for Windows NT 3.51.
  • IIS 2.0 was included with Windows NT 4.0.
  • IIS 3.0, which was included with Service Pack 2 of Windows NT 4.0, introduced the Active Server Pages dynamic scripting environment.[6]
  • IIS 4.0 was released as part of the "Option Pack" for Windows NT 4.0. It introduced the new MMC-based administration application and also was the first version where multiple instances of web and FTP servers can run, differentiating them by port number and/or hostname. It was also the first version to run application pools.
  • IIS 5.0 shipped with Windows 2000 and introduced additional authentication methods, support for the WebDAV protocol, and enhancements to ASP.[7] IIS 5.0 also dropped support for the Gopher protocol.[8] IIS 5.0 added HTTP.SYS.
  • IIS 5.1 was shipped with Windows XP Professional and was nearly identical to IIS 5.0 on Windows 2000.
  • IIS 6.0 included with Windows Server 2003 and Windows XP Professional x64 Edition, added support for IPv6 and included a new worker process model that increased security as well as reliability.[9] HTTP.sys was introduced in IIS 6.0 as an HTTP-specific protocol listener for HTTP requests.[10] Also each component (like for example Server Side Includes or ASP) now has to be explicitly installed, because in earlier versions often hackers entered sites by using security bugs of components that were not even in use by the hacked site, improving security.
  • IIS 7.0 was a complete redesign and rewrite of IIS and was shipped with Windows Vista and Windows Server 2008. IIS 7.0 included a new modular design that allowed for a reduced attack surface and increased performance. It also introduced a hierarchical configuration system allowing for simpler site deploys, a new Windows Forms-based management application, new command-line management options and increased support for the .NET Framework.[11] IIS 7.0 on Vista does not limit the number of allowed connections as IIS on XP did, but limits concurrent requests to 10 (Windows Vista Ultimate, Business, and Enterprise Editions) or 3 (Vista Home Premium). Additional requests are queued, which hampers performance, but they are not rejected as with XP.
  • IIS 7.5 was included in Windows 7 (but it must be turned on in the side panel of Programs and Features) and Windows Server 2008 R2. IIS 7.5 improved WebDAV and FTP modules as well as command-line administration in PowerShell. It also introduced TLS 1.1 and TLS 1.2 support and the Best Practices Analyzer tool and process isolation for application pools.[12]
  • IIS 8.0 is only available in Windows Server 2012 and Windows 8. IIS 8.0 includes SNI (binding SSL to hostnames rather than IP addresses), Application Initialization, centralized SSL certificate support, and multicore scaling on NUMA hardware, among other new features.
  • IIS 8.5 is included in Windows Server 2012 R2 and Windows 8.1. This version includes Idle worker-Process page-out, Dynamic Site Activation, Enhanced Logging, ETW logging, and Automatic Certificate Rebind.
  • IIS 10.0 version 1607 a.k.a. version 10.0.14393 is included in Windows Server 2016 released 2016-09-26 and Windows 10 Anniversary Update released 2016-08-02. This version includes support for HTTP/2,[13] running IIS in Windows containers on Nano Server, a new Rest management API and corresponding web-based management GUI, and Wildcard Host Headers.[14]
  • IIS 10.0 version 1709 is included in Windows Server, version 1709 (Semi-Annual Channel) and Windows 10 Fall Creators Update both released 2017-10-17. This version adds support for HSTS, container enhancements, new site binding PowerShell cmdlets, and 4 new server variables prefixed with "CRYPT_".[15]
  • IIS 10.0 version 1809 a.k.a. version 10.0.17763 is included in Windows Server 2019 and Windows 10 October Update released 2018-10-02. This version added flags for control of HTTP/2 and OCSP Stapling per site, a compression API and implementing module supporting both gzip and brotli schemes, and a UI for configuring HSTS.[16] IIS 10.0 on Windows 11 and Windows Server 2022 has native support for HTTP/3.

All versions of IIS prior to 7.0 running on client operating systems supported only 10 simultaneous connections and a single website.

Microsoft was criticized by vendors of other web server software, including O'Reilly & Associates and Netscape, for its licensing of early versions of Windows NT; the "Workstation" edition of the OS permitted only ten simultaneous TCP/IP connections, whereas the more expensive "Server" edition, which otherwise had few additional features, permitted unlimited connections but bundled IIS. It was implied that this was intended to discourage consumers from running alternative web server packages on the cheaper edition.[17] Netscape wrote an open letter to the Antitrust Division of the U.S. Department of Justice regarding this distinction in product licensing, which it asserted had no technical merit.[18] O'Reilly showed that the user could remove the enforced limits meant to cripple NT 4.0 Workstation as a web server with two registry key changes and other trivial configuration file tweaking.

Features

[edit]

IIS 6.0 and higher support the following authentication mechanisms:[19]

  • Anonymous authentication
  • Basic access authentication
  • Digest access authentication
  • Integrated Windows Authentication
  • UNC authentication
  • .NET Passport Authentication (Removed in Windows Server 2008 and IIS 7.0)[20]
  • Certificate authentication

IIS 7.0 has a modular architecture. Modules, also called extensions, can be added or removed individually so that only modules required for specific functionality have to be installed. IIS 7 includes native modules as part of the full installation. These modules are individual features that the server uses to process requests.[21]

IIS 7.5 includes the following additional or enhanced security features:[22]

  • Client certificate mapping
  • IP security
  • Request filtering
  • URL authorization

Authentication changed slightly between IIS 6.0 and IIS 7, most notably in that the anonymous user which was named "IUSR_{machinename}" is a built-in account in Vista and future operating systems and named "IUSR". Notably, in IIS 7, each authentication mechanism is isolated into its own module and can be installed or uninstalled.[20]

IIS 8.0 offers new features targeted at performance and easier administration. The new features are:

  • Application Initialization: a feature that allows an administrator to configure certain applications to start automatically with server startup. This reduces the wait time experienced by users who access the site for the first time after a server reboot.[23]
  • Splash page during application initialization: the administrator can configure a splash page to be displayed to the site visitor during an application initialization.[23]
  • ASP.NET 4.5 support: With IIS 8.0, ASP.NET 4.5 is included by default, and IIS also offers several configuration options for running it side by side with ASP.NET 3.5.[24]
  • Centralized SSL certificate support: a feature that makes managing certificates easier by allowing the administrator to store and access the certificates on a file share.[25]
  • Multicore scaling on NUMA hardware: IIS 8.0 provides several configuration options that optimize performance on systems that run NUMA, such as running several worker processes under one application pool, using soft or hard affinity and more.[26]
  • WebSocket Protocol Support[27]
  • Server Name Indication (SNI): SNI is an extension to Transport Layer Security, which allows the binding of multiple websites with different hostnames to one IP address (similar to how Host Headers are used for non-SSL sites).[28]
  • Dynamic IP Address Restrictions: a feature that enables an administrator to dynamically block IPs or IP ranges that hit the server with a large number of requests[29]
  • CPU Throttling: a set of controls that allow the server administrator to control CPU usage by each application pool in order to optimize performance in a multi-tenant environment[30]

IIS 8.5 has several improvements related to performance in large-scale scenarios, such as those used by commercial hosting providers and Microsoft's own cloud offerings. It also has several added features related to logging and troubleshooting. The new features are:

  • Idle worker-Process page-out: a function to suspend idle sites to reduce the memory footprint of idle sites[31]
  • Dynamic Site Activation: a feature that registers listening queues only to sites that have received requests[32]
  • Enhanced Logging: a feature to allow the collection of Server variables, request headers and response headers in the IIS logs[33]
  • ETW logging: an ETW provider which allows collecting real-time logs using various Event-tracing tools[34]
  • Automatic Certificate Rebind: a feature that detects when a site certificate has been renewed and automatically rebinds the site to it[35]

Express

[edit]

IIS Express, a lightweight (4.5–6.6 MB) version of IIS, is available as a standalone freeware server and may be installed on Windows XP with Service Pack 3 and subsequent versions of Microsoft Windows. IIS 7.5 Express supports only the HTTP and HTTPS protocols. It is portable, stores its configuration on a per-user basis, does not require administrative privileges and attempts to avoid conflicting with existing web servers on the same machine.[36] IIS Express can be downloaded separately[37] or as a part of WebMatrix[38] or Visual Studio 2012 and later.[39] (In Visual Studio 2010 and earlier, web developers developing ASP.NET apps used ASP.NET Development Server, codenamed "Cassini".)[40] By default, IIS Express only serves local traffic.[41][39]

Extensions

[edit]

IIS releases new feature modules between major version release to add new functionality. The following extensions are available for IIS 7.5:

  • FTP Publishing Service: Lets Web content creators publish content securely to IIS 7 Web servers with SSL-based authentication and data transfer.[42]
  • Administration Pack: Adds administration UI support for management features in IIS 7, including ASP.NET authorization, custom errors, FastCGI configuration, and request filtering.[43]
  • Application Request Routing: Provides a proxy-based routing module that forwards HTTP requests to content servers based on HTTP headers, server variables, and load balance algorithms.[44]
  • Database Manager: Allows easy management of local and remote databases from within IIS Manager.[45]
  • Media Services: Integrates a media delivery platform with IIS to manage and administer the delivery of rich media and other Web content.[46]
  • URL Rewrite Module: Provides a rule-based rewriting mechanism for changing request URLs before they are processed by the Web server.[47]
  • WebDAV: Lets Web authors publish content securely to IIS 7 Web servers, and lets Web administrators and hosters manage WebDAV settings using IIS 7 management and configuration tools.[48]
  • Web Deployment Tool: Synchronizes IIS 6.0 and IIS 7 servers, migrates an IIS 6.0 server to IIS 7, and deploys Web applications to an IIS 7 server.[49]

Usage

[edit]

According to Netcraft, in February 2014, IIS had a "market share of all sites" of 32.80%, making it the second most popular web server in the world, behind Apache HTTP Server at 38.22%. Netcraft showed a rising trend in market share for IIS, since 2012[update].[50] On 14 February 2014, however, the W3Techs shows different results. According to W3Techs, IIS is the third most used web server behind Apache HTTP Server (1st place) and Nginx. Furthermore, it shows a consistently falling trend for IIS use since February 2013[update].[51]

Netcraft data in February 2017 indicates IIS had a "market share of the top million busiest sites" of 10.19%, making it the third most popular web server in the world, behind Apache at 41.41% and nginx at 28.34%.[52]

Security

[edit]

IIS 4 and IIS 5 were affected by the CA-2001-13 security vulnerability which led to the infamous Code Red attack;[53][54] however, both versions 6.0 and 7.0 have no reported issues with this specific vulnerability.[55] In IIS 6.0 Microsoft opted to change the behaviour of pre-installed ISAPI handlers,[56] many of which were culprits in the vulnerabilities of 4.0 and 5.0, thus reducing the attack surface of IIS.[54] In addition, IIS 6.0 added a feature called "Web Service Extensions" that prevents IIS from launching any program without explicit permission by an administrator.

By default IIS 5.1 and earlier run websites in a single process running the context of the System account,[57] a Windows account with administrative rights. Under 6.0 all request handling processes run in the context of the Network Service account, which has significantly fewer privileges, so should there be a vulnerability in a feature or custom code it won't necessarily compromise the entire system given the sandboxed environment these worker processes run in.[58] IIS 6.0 also contained a new kernel HTTP stack (http.sys) with a stricter HTTP request parser and response cache for both static and dynamic content.[59]

According to Secunia, as of June 2011[update], IIS 7 had a total of six resolved vulnerabilities while[55] IIS 6 had a total of eleven vulnerabilities, out of which one was still unpatched. The unpatched security advisory has a severity rating of 2 out of 5.[55]

In June 2007, a Google study of 80 million domains concluded that while the IIS market share was 23% at the time, IIS servers hosted 49% of the world's malware, the same as Apache servers whose market share was 66%. The study also observed the geographical location of these dirty servers and suggested that the cause of this could be the use of unlicensed copies of Windows that could not obtain security updates from Microsoft.[60] In a blog post on 28 April 2009, Microsoft noted that it supplies security updates to everyone without genuine verification.[61][62]

The 2013 mass surveillance disclosures made it more widely known that IIS is particularly bad in supporting perfect forward secrecy (PFS), especially when used in conjunction with Internet Explorer. Possessing one of the long term asymmetric secret keys used to establish a HTTPS session should not make it easier to derive the short term session key to then decrypt the conversation, even at a later time. Diffie–Hellman key exchange (DHE) and elliptic curve Diffie–Hellman key exchange (ECDHE) are in 2013 the only ones known to have that property. Only 30% of Firefox, Opera, and Chromium Browser sessions use it, and nearly 0% of Apple's Safari and Microsoft Internet Explorer sessions.[63]

See also

[edit]
  • IIS Metabase
  • Logparser
  • Microsoft Personal Web Server
  • Windows Activation Services
  • Comparison of web servers
  • List of mail servers

References

[edit]
  1. ^ Lextrait, Vincent (February 2010). "The Programming Languages Beacon, v10.0". Retrieved 12 February 2010.{{cite web}}: CS1 maint: deprecated archival service (link)
  2. ^ "Running IIS 6.1 as an Application Server (IIS 6.0)". TechNet. Microsoft. Archived from the original on 21 September 2013. Retrieved 14 December 2012.
  3. ^ "Getting started with the SEO Toolkit". Microsoft Learn. Microsoft. 11 April 2024. Retrieved 14 April 2024.
  4. ^ "Windows NT Internet Servers". Microsoft. 10 July 2002. Archived from the original on 19 September 2008. Retrieved 26 May 2008.
  5. ^ Kramer, Dave (24 December 1999). "A Brief History of Microsoft on the Web". Microsoft. Archived from the original on 14 May 2008. Retrieved 26 May 2008.
  6. ^ "Microsoft ASP.NET 2.0 Next Stop on Microsoft Web Development Roadmap".[permanent dead link]
  7. ^ "Chapter 1 - Overview of Internet Information Services 5.0". 9 December 2009. Retrieved 25 October 2010.
  8. ^ "Chapter 2 - Managing the Migration Process". 9 December 2009. Retrieved 27 June 2012.
  9. ^ "What's New In IIS 6.0?". Archived from the original on 14 May 2013. Retrieved 25 November 2010.
  10. ^ arkaytee. "Introduction to IIS Architectures". docs.microsoft.com. Retrieved 29 August 2019.
  11. ^ "IIS 7.0: Explore The Web Server For Windows Vista and Beyond". Retrieved 25 November 2010.
  12. ^ "What's New in Web Server (IIS) Role in Windows 2008 R2". Retrieved 25 November 2010.
  13. ^ Mike Bishop; David So (11 September 2015). "HTTP/2 on IIS". Microsoft.{{cite web}}: CS1 maint: multiple names: authors list (link)
  14. ^ Sourabh Shirhatti (14 June 2022). "New Features Introduced in IIS 10.0". Microsoft.
  15. ^ Sourabh Shirhatti; Richard Lang (19 May 2022). "New Features Introduced in IIS 10.0 Version 1709". Microsoft.{{cite web}}: CS1 maint: multiple names: authors list (link)
  16. ^ Sourabh Shirhatti. "New Features Introduced in IIS 10.0, version 1809". Microsoft.
  17. ^ "Netscape goes to jail, does not collect $200". InfoWorld. Archived from the original on 23 December 2008. Retrieved 12 April 2014.
  18. ^ "Differences Between NT Server and Workstation Are Minimal". O'Reilly Media. Archived from the original on 16 March 2016. Retrieved 7 July 2018.
  19. ^ "Authentication Methods Supported in IIS 6.0 (IIS 6.0)". IIS 6.0 Documentation. Microsoft. Archived from the original on 2 November 2012. Retrieved 13 July 2011.
  20. ^ a b "Changes Between IIS 6.0 and IIS 7 Security". iis.net. Microsoft. 7 February 2010. Retrieved 13 July 2011.
  21. ^ Templin, Reagan (11 August 2010). "Introduction to IIS 7 Architecture". iis.net. Microsoft. IIS 7 Modules. Retrieved 16 July 2011.
  22. ^ "Available Web Server (IIS) Role Services in IIS 7.5". Microsoft TechNet. Microsoft. 27 January 2010. Retrieved 13 July 2011.
  23. ^ a b Eagan, Shaun (29 February 2012). "IIS 8.0 Application Initialization". IIS Blog. Microsoft. Retrieved 19 September 2013.
  24. ^ Yoo, Won (29 February 2012). "IIS 8.0 ASP.NET configuration management". IIS Blog. Microsoft. Retrieved 19 September 2013.
  25. ^ Eagan, Shaun (29 February 2012). "IIS 8.0 Centralized SSL certificate support". IIS Blog. Microsoft. Retrieved 19 September 2013.
  26. ^ McMurray, Robert (29 February 2012). "IIS 8.0 Multicore Scaling on NUMA Hardware". IIS Blog. Microsoft. Retrieved 19 September 2013.
  27. ^ "IIS 8.0 WebSocket protocol support". IIS Blog. Microsoft. 28 November 2012. Retrieved 19 September 2013.
  28. ^ Eagan, Shaun (29 February 2012). "IIS 8.0 Server Name Indication". IIS Blog. Microsoft. Retrieved 19 September 2013.
  29. ^ McMurray, Robert (29 February 2012). "IIS 8.0 Dynamic IP Address Restrictions". IIS Blog. Microsoft. Retrieved 19 September 2013.
  30. ^ Eagan, Shaun (29 February 2012). "IIS 8.0 CPU Throttling". IIS Blog. Microsoft. Retrieved 19 September 2013.
  31. ^ Benari, Erez (26 June 2013). "Idle Worker-process Page Out". IIS Blog. Microsoft. Retrieved 18 September 2013.
  32. ^ Benari, Erez (3 July 2013). "Dynamic Site Activation". IIS Blog. Microsoft. Retrieved 18 September 2013.
  33. ^ Benari, Erez (10 July 2013). "Enhanced Logging". IIS Blog. Microsoft. Retrieved 18 September 2013.
  34. ^ Benari, Erez (15 July 2013). "ETW Logging". IIS Blog. Microsoft. Retrieved 18 September 2013.
  35. ^ Benari, Erez (3 September 2013). "Automatic Certificate rebind". IIS Blog. Microsoft. Retrieved 18 September 2013.
  36. ^ "IIS Express FAQ". iis.net. Microsoft. 14 January 2011. Retrieved 27 January 2011.
  37. ^ "Internet Information Services (IIS) 7.5 Express". Download Center. Microsoft. 10 January 2011. Retrieved 27 January 2011.
  38. ^ "IIS Express Overview". iis.net. Microsoft. 14 January 2011. Retrieved 27 January 2011.
  39. ^ a b Hanselman, Scott; Condron, Glen (15 September 2015). "3 Introducing Model View Controller (MVC)". Introduction to ASP.NET. Microsoft. 0:14:02.
  40. ^ Guthrie, Scott (29 June 2010). "Introducing IIS Express". ScottGu's Blog. Microsoft.
  41. ^ Gopalakrishnan, Vaidy (12 January 2011). "Handling URL Binding Failures in IIS Express". iis.net. Microsoft.
  42. ^ "FTP Publishing Service". iis.net. Microsoft. Retrieved 17 July 2011.
  43. ^ "Administration Pack". iis.net. Microsoft. Retrieved 17 July 2011.
  44. ^ "Application Request Routing". iis.net. Microsoft. Retrieved 17 July 2011.
  45. ^ "Database Manager". iis.net. Microsoft. Retrieved 17 July 2011.
  46. ^ "IIS Media Services". iis.net. Microsoft. Retrieved 30 July 2011.
  47. ^ "URL Rewrite". iis.net. Microsoft. Retrieved 17 July 2011.
  48. ^ "WebDAV Extension". iis.net. Microsoft. Retrieved 17 July 2011.
  49. ^ "Web Deploy 2.0". iis.net. Microsoft. Retrieved 17 July 2011.[permanent dead link]
  50. ^ "February 2014 Web Server Survey". news.netcraft.com. Netcraft. 3 February 2014.
  51. ^ "Usage statistics and market share of Microsoft-IIS for websites". w3techs. Q-Success.
  52. ^ "February 2017 Web Server Survey". news.netcraft.com. Netcraft. 27 February 2017.
  53. ^ "CA-2001-13 Buffer Overflow In IIS Indexing Service DLL". CERT® Advisory. Computer emergency response team. 17 January 2002. Retrieved 1 July 2011.
  54. ^ a b Hadi, Nahari (2011). Web commerce security: design and development. Krutz, Ronald L. Indianapolis: Wiley Pub. p. 157. ISBN 9781118098899. OCLC 757394142.
  55. ^ a b c "Vulnerability Report: Microsoft Internet Information Services (IIS) 6". Secunia. Secunia ApS. Retrieved 1 July 2011.
  56. ^ "IIS Installs in a Locked-Down Mode (IIS 6.0)". Microsoft Developer Network (MSDN). Microsoft. Archived from the original on 30 April 2011. Retrieved 1 July 2011.
  57. ^ "How To: Run Applications Not in the Context of the System Account in IIS (Revision 5.1) Microsoft Corporation". 7 July 2008. Retrieved 20 July 2007.
  58. ^ Henrickson, Hethe; Hofmann, Scott R. (2003). "Chapter 15: ASP.NET Web Services". IIS 6: the complete reference. New York City: McGraw-Hill Professional. p. 482. ISBN 978-0-07-222495-5. Retrieved 12 July 2011.
  59. ^ Henrickson, Hethe; Hofmann, Scott R. (2003). "Chapter 1: IIS Fundamentals". IIS 6: the complete reference. New York City: McGraw-Hill Professional. p. 17. ISBN 978-0-07-222495-5. Retrieved 12 July 2011.
  60. ^ "Web Server Software and Malware". Google Online Security Blog.
  61. ^ "Windows Pirates Encouraged to Install Security Updates". USA Today. Technology Live. February 2010. Retrieved 18 July 2011.
  62. ^ Cooke, Paul (27 April 2009). "Who Gets Windows Security Updates?". Windows Security Blog. Microsoft. Retrieved 18 July 2011.
  63. ^ SSL: Intercepted today, decrypted tomorrow, Netcraft, 25 June 2013.

External links

[edit]
Wikiversity has learning resources about Internet Information Services
  • Official website Edit this at Wikidata
  • v
  • t
  • e
Microsoft Windows components
  • APIs
  • Architecture
    • 9x
    • NT
  • Booting process
  • Games
Management
tools
  • App Installer
  • Command Prompt
  • Control Panel
  • Device Manager
  • DirectX Diagnostic Tool
  • Disk Cleanup
  • Drive Optimizer
  • Driver Verifier
  • Event Viewer
  • IExpress
  • Management Console
  • Netsh
  • Performance Monitor
  • PowerShell
  • Recovery Console
  • Resource Monitor
  • Settings
  • Sysprep
  • System Configuration
  • System File Checker
  • System Information
  • System Policy Editor
  • System Restore
  • Task Manager
  • Windows Backup
  • Windows Error Reporting
  • Windows Ink
  • Windows Installer
  • Windows Update
    • Windows Insider
  • WinRE
  • WMI
Apps
  • 3D Viewer
  • Calculator
  • Calendar
  • Camera
  • Character Map
  • City Art Search
  • Clipchamp
  • Clock
  • Company Portal
  • Copilot
  • Edge
  • Fax and Scan
  • Feedback Hub
  • Get Help
  • Magnifier
  • Mail
  • Media Player
    • 2022
  • Mesh
  • Messaging
  • Mobility Center
  • Money
  • Movies & TV
  • Narrator
  • News
  • Notepad
  • OneDrive
  • OneNote
  • Paint
  • PC Manager
  • People
  • Phone Link
  • Photos
  • Quick Assist
  • Remote Desktop Connection
  • Snipping Tool
  • Sound Recorder
  • Speech Recognition
  • Sticky Notes
  • Store
  • Terminal
  • To Do
  • Weather
  • Whiteboard
  • Windows App
  • Xbox
Shell
  • Action Center
  • Aero
  • AutoPlay
  • AutoRun
  • ClearType
  • Explorer
  • Search
    • IFilter
    • Indexing Service
    • Namespace
    • Saved search
    • Special folder
  • Start menu
  • Task View
  • Taskbar
  • Windows Spotlight
  • Windows XP visual styles
Services
  • BITS
  • CLFS
  • Error Reporting
  • Multimedia Class Scheduler
  • Service Control Manager
  • Shadow Copy
  • Task Scheduler
  • Wireless Zero Configuration
File systems
  • CDFS
  • DFS
  • exFAT
  • FAT
  • IFS
  • NTFS
    • EFS
    • Hard link
    • links
    • Mount Point
    • Reparse point
    • TxF
  • ReFS
  • UDF
Server
  • Active Directory
  • Active DRM Services
  • DFS Replication
  • Distributed Transaction Coordinator
  • DNS
  • Domains
  • Folder redirection
  • Group Policy
  • Hyper-V
  • IIS
  • MSMQ
  • Network Access Protection
  • Print Services for UNIX
  • PWS
  • Remote Desktop Services
  • Remote Differential Compression
  • Remote Installation Services
  • Roaming user profiles
  • Server Core
  • SharePoint
  • System Resource Manager
  • Windows Deployment Services
  • Windows Media Services
  • WSUS
Architecture
  • Boot Manager
  • Console
  • CSRSS
  • Desktop Window Manager
  • Enhanced Write Filter
  • Graphics Device Interface
  • Hardware Abstraction Layer
  • I/O request packet
  • Imaging Format
  • Kernel Transaction Manager
  • Library files
  • Logical Disk Manager
  • LSASS
  • MinWin
  • NTLDR
  • Ntoskrnl.exe
  • Object Manager
  • Open XML Paper Specification
  • Portable Executable
    • DLL
    • EXE
  • Registry
  • Resource Protection
  • Security Account Manager
  • Server Message Block
  • Shadow Copy
  • SMSS
  • System Idle Process
  • USER
  • WHEA
  • Winlogon
  • WinUSB
Security
  • Security and Maintenance
  • AppLocker
  • BitLocker
  • Credential Guard
  • Data Execution Prevention
  • Defender
  • Family features
  • Kernel Patch Protection
  • Mandatory Integrity Control
  • Protected Media Path
  • User Account Control
  • User Interface Privilege Isolation
  • Windows Firewall
Compatibility
  • COMMAND.COM
  • Windows Subsystem for Linux
  • WoW64
API
  • Active Scripting
    • JScript
    • VBScript
    • WSH
  • COM
    • ActiveX
    • ActiveX Document
    • COM Structured storage
    • DCOM
    • OLE
    • OLE Automation
    • Transaction Server
  • DirectX
  • Native
  • .NET
  • Universal Windows Platform
  • WinAPI
  • Windows Mixed Reality
  • Windows Runtime
  • WinUSB
Games
  • Solitaire Collection
  • Surf
Discontinued
Games
  • 3D Pinball
  • Chess Titans
  • FreeCell
  • Hearts
  • Hold 'Em
  • InkBall
  • Purble Place
  • Solitaire
  • Spider Solitaire
  • Tinker
Apps
  • ActiveMovie
  • Address Book
  • Anytime Upgrade
  • Backup and Restore
  • Cardfile
  • CardSpace
  • CD Player
  • Chat
  • Contacts
  • Cortana
  • Desktop Gadgets
  • Diagnostics
  • DriveSpace
  • DVD Maker
  • Easy Transfer
  • Edge Legacy
  • Fax
  • Food & Drink
  • Groove Music
  • Health & Fitness
  • Help and Support Center
  • HyperTerminal
  • Imaging
  • Internet Explorer
  • Journal
  • Make Compatible
  • Maps
  • Media Center
  • Meeting Space
  • Messaging
  • Messenger
  • Mobile Device Center
  • Movie Maker
  • MSN Dial-Up
  • NetMeeting
  • NTBackup
  • Outlook Express
  • Paint 3D
  • Pay
  • Phone Companion
  • Photo Gallery
  • Photo Viewer
  • Program Manager
  • Skype
  • Sports
  • Start
  • Steps Recorder
  • Syskey
  • Tips
  • Travel
  • WinHelp
  • WordPad
  • Write
Others
  • Desktop Cleanup Wizard
  • File Protection
  • Games for Windows
  • HPFS
  • Interix
  • Media Control Interface
  • MS-DOS 7
  • Next-Generation Secure Computing Base
  • POSIX subsystem
  • ScanDisk
  • Video for Windows
  • Virtual DOS machine
  • Windows on Windows
  • Windows Services for UNIX
  • Windows SideShow
  • Windows System Assessment Tool
  • Windows To Go
  • WinFS
Spun off to
Microsoft Store
  • DVD Player
  • File Manager
  • Hover!
  • Mahjong
  • Minesweeper
  •  Category
  •  List
  • v
  • t
  • e
Microsoft Corporation
  • History
  • Outline
People
Founders
  • Bill Gates
  • Paul Allen
Board of directors
  • Satya Nadella (Chairman and CEO)
  • Reid Hoffman
  • Hugh Johnston
  • Teri List
  • Catherine MacGregor
  • Mark Mason
  • Sandi Peterson
  • Penny Pritzker
  • Carlos A. Rodriguez
  • Charles Scharf
  • John W. Stanton
  • Emma Walmsley
Senior leadership team
  • Satya Nadella (CEO)
  • Takeshi Numoto (CMO)
  • Scott Guthrie
  • Carolina Dybeck Happe (COO)
  • Amy Hood (CFO)
  • Kevin Scott (CTO)
  • Brad Smith (CLO)
  • Harry Shum
  • Phil Spencer
  • Kathleen Hogan (CPO)
Corporate VPs
  • Joe Belfiore
  • Richard Rashid (SVP)
  • César Cernuda
Employee groups
  • Global LGBTQIA+ Employee & Allies at Microsoft
  • Microsoft and unions
Products
Hardware
  • Azure Kinect
  • HoloLens
  • LifeCam
  • Surface
    • Duo
    • Go
    • Hub
    • Laptop
    • Laptop Go
    • Neo
    • Pro
    • Studio
  • Xbox
Software
  • Clipchamp
  • Dynamics 365
  • Havok
  • Microsoft 365
    • Office
    • Teams
  • Open source software
  • Power Platform
  • Servers
  • Start
  • Tay
  • List of video games
  • Visual Studio
  • Visual Studio Code
  • Windows
  • Xbox OS
Programming
languages
  • BASIC
    • VB.NET
    • VBA
    • VBScript
    • Visual Basic
  • C#
  • C/AL a.k.a. Navision Attain
  • F#
  • MVPL
  • Power Fx
  • PowerShell
  • Q#
  • Transact-SQL
  • TypeScript
  • Visual J++
  • Visual J#
Web properties
  • Azure
  • Bing
  • Copilot
  • GitHub
  • Learn
    • Channel 9
    • Developer Network
    • TechNet
  • LinkedIn
    • LinkedIn Learning
  • MSN
  • Outlook.com
  • Store
  • Translator
Company
Conferences
  • Build
  • Ignite
  • Inspire
  • MIX
  • PDC
  • WinHEC
Divisions
  • .NET Foundation
  • AI
  • Digital Crimes Unit
  • Engineering groups
    • Mobile
    • Skype unit
  • Gaming
    • Activision Blizzard
    • Xbox Game Studios
    • ZeniMax Media
  • Garage
  • Outercurve Foundation
  • Press
  • Research
  • Retail stores
Estates
  • Microsoft campus
  • Microsoft India
  • Microsoft Japan
Campaigns
  • "Where do you want to go today?" (1994)
  • "Champagne" (2002)
  • "Mojave Experiment" (2006)
  • "I'm a PC" (2008)
  • "Scroogled" (2012)
Criticism
  • Bundling of Microsoft Windows
  • Clippy
  • iLoo
  • Internet Explorer
  • Microsoft Bob
  • _NSAKEY
  • Windows
    • XP
    • Vista
    • 10
Litigation
  • Apple v. Microsoft (1994)
  • United States v. Microsoft (2001)
  • Microsoft v. Lindows (2004)
  • Microsoft v. MikeRoweSoft (2004)
  • Microsoft v. Commission (2007)
  • Alcatel-Lucent v. Microsoft (2009)
  • Microsoft v. Shah (2011)
  • Microsoft v. United States (2018)
  • FTC v. Microsoft (2022)
Acquisitions
  • 6Wunderkinder
  • Access Software
  • Acompli
  • Activision Blizzard
    • acquisition
  • Altamira Software
  • AltspaceVR
  • aQuantive
  • Azyxxi
  • Beam
  • The Blue Ribbon SoundWorks
  • Bungie
  • Clipchamp
  • Colloquis
  • Compulsion Games
  • Connectix
  • Consumers Software
  • Danger
  • Double Fine
  • Farecast
  • FASA Studio
  • Fast Search & Transfer
  • Firefly
  • Forethought
  • GIANT Company Software
  • GitHub
  • Great Plains Software
  • GreenButton
  • Groove Networks
  • Havok Group
  • High Heat Major League Baseball
  • Hotmail
  • inXile Entertainment
  • Jellyfish.com
  • LinkedIn
  • LinkExchange
  • Lionhead Studios
  • Maluuba
  • Massive Incorporated
  • Metaswitch
  • Mobile Data Labs
  • Mojang Studios
  • Ninja Theory
  • Nokia Devices and Services
  • npm
  • Nuance Communications
  • Obsidian Entertainment
  • Onfolio
  • Pando Networks
  • Perceptive Pixel
  • PlaceWare
  • Playground Games
  • Powerset
  • Press Play
  • ProClarity
  • Rare
  • Revolution Analytics
  • RiskIQ
  • Simplygon
  • Skype
  • Sunrise Atelier
  • SwiftKey
  • TakeLessons
  • Tellme Networks
  • Twisted Pixel Games
  • Undead Labs
  • Vermeer Technologies
  • Visio Corporation
  • Vivaty
  • VoloMetrix
  • VXtreme
  • WebTV Networks
  • Winternals Software
  • Xamarin
  • Xandr
    • AppNexus
  • Yammer
  • Yupi
  • ZeniMax Media
  • Category
  • v
  • t
  • e
Email servers
Open source
Current
  • Apache James
  • Citadel/UX
  • Courier Mail Server
  • Cyrus IMAP server
  • Dovecot
  • Exim
  • hMailServer
  • Kolab
  • Kopano
  • OpenSMTPD
  • Postfix
  • Qmail
  • Sendmail
    • MeTA1
  • Zentyal
  • Zimbra
Discontinued
  • Delivermail
  • Hula
  • qpopper
  • UW IMAP
  • Zarafa
Email
Proprietary
  • Axigen
  • CommuniGate Pro
  • Eudora Internet Mail Server
  • Gordano Messaging Suite
  • IBM/Lotus Notes/Domino
  • IceWarp Mail Server
  • Internet Information Services
  • Ipswitch IMail Server
  • Kerio Connect
  • Mercury Mail Transport System
  • Microsoft Exchange Server
  • Novell GroupWise
Related technologies
  • IMAP
  • POP
  • Push-IMAP
  • SMAP
  • SMTP
  • UUCP
Related articles
  • Email
  • Unicode and email
  • Category
  • Comparison
  • List
Authority control databases Edit this at Wikidata
International
  • VIAF
  • GND
National
  • United States
  • Czech Republic
  • Israel
Retrieved from "https://teknopedia.ac.id/w/index.php?title=Internet_Information_Services&oldid=1319589764"
Category:
  • Web server software
Hidden categories:
  • CS1 maint: deprecated archival service
  • All articles with dead external links
  • Articles with dead external links from August 2018
  • Articles with permanently dead external links
  • CS1 maint: multiple names: authors list
  • Articles with dead external links from July 2018
  • Articles with short description
  • Short description is different from Wikidata
  • Use dmy dates from May 2017
  • Articles containing potentially dated statements from 2012
  • All articles containing potentially dated statements
  • Articles containing potentially dated statements from February 2013
  • Articles containing potentially dated statements from June 2011

  • indonesia
  • Polski
  • العربية
  • Deutsch
  • English
  • Español
  • Français
  • Italiano
  • مصرى
  • Nederlands
  • 日本語
  • Português
  • Sinugboanong Binisaya
  • Svenska
  • Українська
  • Tiếng Việt
  • Winaray
  • 中文
  • Русский
Sunting pranala
url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url
Pusat Layanan

UNIVERSITAS TEKNOKRAT INDONESIA | ASEAN's Best Private University
Jl. ZA. Pagar Alam No.9 -11, Labuhan Ratu, Kec. Kedaton, Kota Bandar Lampung, Lampung 35132
Phone: (0721) 702022
Email: pmb@teknokrat.ac.id