# Assessment 15

#### Let's apply what you have learned so far to a specific scenario. Choose the correct response.

You are part of a team managing a company's digital infrastructure. During a routine check, you discover that the company's data is being transmitted over an unsecured network protocol, leaving it vulnerable to interception. What is the best course of action to address this issue?

* [x] Immediately switch to a secure protocol like HTTPS or implement encryption to protect the data during transmission.
* [ ] Ignore the issue since no data breaches have been reported yet.
* [ ] Inform the team but wait for the next scheduled system update to address the problem.
* [ ] Disable all data transmissions temporarily until a new protocol is implemented, even if it disrupts business operations.

**Notes to Learners**

The best course of action is to immediately switch to a secure protocol like HTTPS or implement encryption to protect the data during transmission. This ensures the integrity and confidentiality of the data, which is critical in maintaining trust in digital systems. Ignoring the issue or delaying action increases the risk of data breaches, while disabling all transmissions could unnecessarily disrupt operations.

&#x20;

To learn more about it, you can follow the course [The Digital Age](https://bsvblockchain.360learning.com/course/play/66bbfd88674c11c2cda2a63d)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://hub.bsvblockchain.org/higher-learning/bsv-academy/data-information-and-knowledge-in-the-digital-age-ict/quiz-data-information-and-knowledge-in-the-digital-age/assessment-15.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
