Back to Freecodecamp

Task 6

curriculum/challenges/english/blocks/learn-how-to-plan-future-events/673655ea628630928b5b50b8.md

latest2.2 KB
Original Source
<!-- (Audio) Jake: It's crucial to enhance our firewall settings to prevent any potential denial of service attacks. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

It's crucial to enhance our firewall settings to prevent any potential BLANK BLANK BLANK attacks.

--blanks--

denial

--feedback--

This word refers to refusing or blocking something from happening.


of

--feedback--

This word is a short preposition often used to link two related ideas.


service

--feedback--

This word describes a type of assistance or functionality provided, such as by a network.

--explanation--

A Denial of Service (DoS) attack is a cyber-attack intended to make a network or service unavailable to its intended users, usually by overwhelming it with traffic. This type of attack disrupts normal service, causing slowdowns or complete outages. For example:

  • The system went down due to a denial of service attack. - This means the system became unavailable because it was overwhelmed by malicious traffic.

  • Enhanced firewall settings can help prevent DoS attacks. - This means improved firewall configurations can reduce the risk of such attacks by blocking unwanted traffic.

--scene--

json
{
  "setup": {
    "background": "company2-boardroom.png",
    "characters": [
      {
        "character": "Jake",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_5-1.mp3",
      "startTime": 1,
      "startTimestamp": 4.22,
      "finishTimestamp": 9.94
    }
  },
  "commands": [
    {
      "character": "Jake",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Jake",
      "startTime": 1,
      "finishTime": 3.3,
      "dialogue": {
        "text": "It's crucial to enhance our firewall settings",
        "align": "center"
      }
    },
    {
      "character": "Jake",
      "startTime": 3.4,
      "finishTime": 6.72,
      "dialogue": {
        "text": "to prevent any potential denial of service attacks.",
        "align": "center"
      }
    },
    {
      "character": "Jake",
      "opacity": 0,
      "startTime": 7.22
    }
  ]
}