Question: In below there is question and two answer, What I need is I want comment about the answers { feel free to agree or disagree
In below there is question and two answer, What I need is I want comment about the answers { feel free to agree or disagree with answer and explain why you agree or disagree}, and 2nd thing is give your own answer for the question(something diffrent than answers)
Question: It is easier to manage access to web sites via groups rather than individual login ids. Why is it? Discuss with examples
Answer1: It is easier to manage access to web sites via groups rather than individual login ids. By sectioning user ids into groups based on characteristics such as role, it is easier to maintain user login from the side of the developer in terms of looking up a group in the database then getting the user from that group instead of searching the whole database for one user. You could also group the user logins into sections based on access levels for security purposes. You would want to distinguish between regular users and admin type users who would be able to access the website in a different manner. A regular user should not be able to access the system in the same way as an admin, therefore, the developer can keep the logins separated by groups in the database. Separating users into groups makes the database much easier to access when searching for a user id and can make it easier to maintain when new groups and users are added.
Answer2:
It is easier and faster to look up a group in the database than individual ids. With groups you can create several different types of groups that have different access rules. For example you might have a group called Admin which is a group that would have full access to everything and then another group called General Users which would have more limited access. When looking up a user in the database, the website could determine access rules by which group the user is in, rather than having to create individual access rules in the database for each user. This also makes the database tables cleaner and easier to read and access.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
