Multiple choice technology

What are the commonly used Security settings in IIS?(Select Applicable)

  1. Anonymous

  2. Integrated Windows Authentication

  3. Basic Authentication

  4. Digest Authentication

  5. Passport Authentication

  6. PEAP

Reveal answer Fill a bubble to check yourself
A,B,C,D,E Correct answer
Explanation

IIS supports Anonymous (no authentication), Integrated Windows Authentication (Kerberos/NTLM), Basic Authentication (base64 encoded), Digest Authentication (hash-based), and Passport Authentication (Microsoft's centralized auth). PEAP is a wireless authentication protocol not part of IIS.