Microsoft Internet Information Server Cheat Sheet 2026
The 30 highest-yield Microsoft Internet Information Server facts, distilled from real exam questions. Print it, save it as a PDF, or study it here — free, no sign-up.
55 questions
120 min time limit
70.00% to pass
- Which IIS 4.0 component is responsible for resolving client hostnames from IP addresses in log files? → DNS lookup
- Which IIS log file format includes the most fields by default and is recommended for detailed forensic analysis? → W3C Extended Log Format
- A researcher is validating that IIS output caching is effective. Which Performance Monitor counter provides the most direct evidence of cache hit rate? → Web Service Cache\Kernel: URI Cache Hits %
- Which tool introduced in IIS 7 allows administrators to delegate management of specific web features to site owners without granting server-level access? → IIS Manager (with Feature Delegation)
- A risk assessment reveals that IIS recycles application pools at fixed times, causing brief outages. Which configuration reduces this availability risk? → Switching to memory-based recycling thresholds with overlapping recycle mode
- What is the role of professional journals in Microsoft Internet Information Server practice? → They disseminate current research, best practices, and professional developments
- What role does active listening play in Microsoft Internet Information Server practice? → It ensures accurate understanding, demonstrates respect, and improves outcomes
- In IIS, which security control reduces the risk of clickjacking attacks on hosted web applications? → Adding X-Frame-Options response header via HTTP Response Headers
- An IIS administrator must configure WebDAV and ensure only authenticated users can publish content. Which two settings are required? → Enable WebDAV and set authoring rules to allow specific roles with authentication required
- In IIS 4.0, what is the default port for HTTPS (SSL) connections? → 443
- What is the purpose of regular risk reviews in Microsoft Internet Information Server practice? → To identify new risks, evaluate control effectiveness, and update mitigation strategies
- Which IIS feature can automatically compress static files and cache the compressed versions to reduce bandwidth usage? → Static Content Compression
- Which IIS feature enables HTTP/2 protocol support, and what is the minimum requirement for it to activate? → It is built into IIS 10 on Windows Server 2016+ and requires HTTPS
- Which evidence-based methodology does Microsoft recommend for capacity planning IIS deployments: measuring at what CPU utilization threshold to add servers? → 70–75%
- What SSL/TLS binding type in IIS 8+ allows multiple SSL certificates on one IP address using SNI? → SNI (Server Name Indication)
- How do Microsoft Internet Information Server professionals build trust with clients or stakeholders? → Through consistent competence, transparency, reliability, and ethical behavior
- When deploying a web application to IIS, which practice ensures that application configuration secrets are not stored in plain text within web.config? → Encrypt configuration sections using aspnet_regiis -pe
- What is the purpose of the IIS 'Request Filtering' module? → Blocks requests that match potentially dangerous patterns or exceed size limits
- Which IIS 4.0 component supports newsgroup hosting using the NNTP protocol? → NNTP Service
- In IIS Request Filtering, which setting controls the maximum size of an HTTP request body that IIS will accept? → maxAllowedContentLength
- In IIS 4.0, which MMC snap-in is used to configure and manage all installed Internet services? → Internet Service Manager
- What does the '.NET CLR version' setting in an IIS application pool specify? → Which version of the .NET framework the pool uses to run managed code
- For a FedRAMP Moderate baseline, which IIS SC-8 (Transmission Confidentiality and Integrity) control implementation is required? → Cryptographic mechanisms (HTTPS with TLS 1.2+) must protect all transmitted information
- Which IIS health monitoring feature automatically restarts a worker process after it has served a configured number of requests? → Request limit recycling
- In IIS, what does SNI (Server Name Indication) enable? → Hosting multiple SSL certificates on a single IP address and port
- What does the IIS 'Failed Request Tracing' (FREB) feature capture? → Detailed trace events for requests that match defined failure conditions
- Which IIS feature allows you to rewrite incoming URLs to different internal paths without redirecting the client browser? → URL Rewrite Module
- In IIS, what does the applicationHost.config file store? → Global server-level and site-level configuration
- What does the IIS Worker Process Recycling schedule setting allow you to configure? → Automatic recycling of the worker process at specified times or intervals
- How does a Microsoft Internet Information Server professional communicate risks to stakeholders? → By presenting risks clearly with context, potential impacts, and recommended actions
Turn these facts into recall:
Was this helpful?