A group of students is developing a program together using a repository. Each student only has access to the code they are working on. What is this an example of?(1 point)

Response May you please tell me the correct answer and why it is that one

authentication
authentication

zero trust
zero trust

encryption
encryption

least trust

1 answer

This is an example of zero trust. Zero trust is a security concept where no one is trusted by default within a network, not even those already inside the network perimeter. In this scenario, each student only has access to the code they are working on and does not automatically have access to other parts of the program, aligning with the zero trust principle of limiting access and verifying identities before granting permissions.