Give a detailed description of MAC Vs DAC Vs RBAC.

220    Asked by darsh_6738 in SQL Server , Asked on Aug 3, 2023

 In which situation can I use MAC (mandatory access control) in a refined way rather than DAC (discretionary access control) or RBAC (role based access control)? 


Answered by Elizabeth Clarke

Every system is utilized for various overriding security necessities. The three prime security necessities include confidentiality, integrity, and availability.

MAC assists the security necessity of confidentiality. DAC assists the necessity of availability. RBAC assists the necessity of integrity. MAC frames decisions grounded on labeling and then authorities. DAC frames decisions only based on permissions and RBAC frames decisions based on roles. When the system frames decisions, it will push the security necessities. While utilizing the wrong system, you can kludge it to do what you wish. DAC and RBAC are the suitable examples of active directory roles. RBAC inclines toward databases. This is a great example where no other system can be used since RBAC is meant for customer service and billing. MAC inclines towards the military system or high security necessary implementations. A major element that is seen in MAC is a construct of dominance. When there is secret level clearance, you can’t get permission to view a Top secret document. A great use of MAC would be on the web server where a custom policy needs to be written that defines the Core processes which can be processed by the system account.

 The SQL Server Online Trainingat JanBask Training offers experience like offline classes, saving students from the hassle of traveling to the physical location. The training provides a total SQL Server discipline preparation by teaching the core concept and techniques that the job role demands. The training also gives extensive training to impart fundamental and advanced concepts through interesting e-tools and expert-led SQL Server classes. Furthermore, JanBask Training helps you get job-ready and face the tough competitive market with confidence.



Your Answer

Interviews

Parent Categories