76.6k views
2 votes
Could the database be accessed directly from the web?

1) Yes, the database can be accessed directly from the web.
2) No, internal databases like this one are protected for confidentiality and integrity.
3) I'm not sure.
4) Cannot be determined.

1 Answer

5 votes

Final answer:

The database cannot be accessed directly from the web due to security reasons.

Step-by-step explanation:

The correct answer to the question is option 2) No, internal databases like this one are protected for confidentiality and integrity.

When accessing a database directly from the web, there are several security concerns. Restricting direct access to the database is a common practice to prevent unauthorized access and ensure data integrity. Instead, web applications are typically used to interact with and retrieve information from the database.

By using a web application as an intermediary, the database can be protected by implementing security measures such as authentication and authorization, input validation, and encryption.

User Antonwilhelm
by
7.5k points