Q1. Which of the following is the default authentication mode for IIS?
Explanation
Microsoft documentation states that IIS uses Anonymous authentication by default, with the IUSR account used for anonymous access. Other methods such as Windows or Basic authentication must be enabled when needed. Therefore A is correct.
