Moderate

If I'm developing an application that must accommodate multiple security levels though secure login and my ASP.NET web application is spanned across three web-servers (using round-robin load balancing______________?

Correct answer: C. Maintain the login state security through a database.

  • A. Maintain the login state security through a View State.
  • B. Maintain the login state security through a Session.
  • C. Maintain the login state security through a database.
  • D. All of the above

Explanation

With round-robin load balancing, a later request may reach a different server, so in-memory View State or Session State alone is not a reliable shared store. A database provides shared login and security state accessible to all three servers.

Last updated

Practise Web and Mobile Development

268 free Web and Mobile Development MCQs from Software Engineering, each with the correct answer and an explanation. Unlimited attempts, no account needed.

Exams that ask Software Engineering questions like this

Software Engineering is on this paper prepared for on TestUstad, and all of them draw the same bank, so this question is worth knowing for it.

Related questions