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
Which of the following web engineering metric measures the extent of relatedness between two or more web pages ?
Link based measures rely on _____________ structure of a web graph to obtain related pages?
Number of dynamic web pages provides an idea about____________ for a web page that is to be built?
Which metric gives the idea about the contents on a web page ?
How is the complexity of a web page related to link count ?