In: Computer Science
compare and contrast two fundamental security design principles. Analyze how these principles and how they impact an organizations security posture.
Minimize attack surface area:
Adding of features frequently may leads to open the area for the attackers. For example any unwanted text boxes in the web application may leads to sql attacks. That leads to data loss of information and privacy too.
Least privilege:
Be ensure the business process needs a least amount of privileges from the users like cpu usage, memory, file systems etc. Higher the resource utilization higher will be the risk.
Fail secured:
However there are many ways that an application fails from its process. Always comes with an exception handler to maintain the failed cases.
Security been as simple as much:
Always design a simple way to handle the security. come with a simple code that will be much straight forward and faster.
Otherwise it may leads to unnecessary chaos and time consuming.
Please rate it if the above solution helps you in any way or if you have any concerns comment it, I will help you through again.