🎴 Flashcard Mode
IIS Web Server Administration
Card1 / 19
Mastered0
Review0
QuestionClick to flip
What is the memory footprint of an application pool in IIS 7.0
AnswerClick to flip back
A
3 MB private bytes, 5 MB page file
💡 Explanation:
In IIS 7.0, each application pool has a baseline memory footprint of approximately 3 MB of private bytes and 5 MB of page file usage. This is the minimum memory overhead for a worker process before the actual application code even starts executing. Options B and C swap or zero out values incorrectly, while D is incorrect because application pools have fixed overhead costs.