Back to Freecodecamp

Task 87

curriculum/challenges/english/blocks/learn-about-speculation-and-requests/67f5042b2c76890b5bba512a.md

latest1.9 KB
Original Source
<!-- (audio) Jake: Definitely. Firewall rules can sometimes be misconfigured. -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What does Jake mention about the firewall rules?

--answers--

They are always perfect.

--feedback--

Firewall rules can have errors, so they are not always perfect.


They can sometimes be misconfigured.


They should never be checked.

--feedback--

Jake agrees that checking them is important because misconfigurations can happen.


They are not important for security.

--feedback--

Firewall rules help protect a network, so they are important.

--video-solution--

2

--explanation--

To understand Jake's comment, listen for the phrase firewall rules can sometimes be misconfigured.

Misconfigured means set up in the wrong way. For example:

The server went down because of a misconfigured setting. – This means someone made a mistake when setting up the system.

Sometimes shows that this doesn't always happen, but it is possible. Jake is saying that firewall rules are not perfect — errors can happen.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Jake",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_17-2.mp3",
      "startTime": 1,
      "startTimestamp": 55.42,
      "finishTimestamp": 58.7
    }
  },
  "commands": [
    {
      "character": "Jake",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Jake",
      "startTime": 1,
      "finishTime": 4.28,
      "dialogue": {
        "text": "Definitely. Firewall rules can sometimes be misconfigured.",
        "align": "center"
      }
    },
    {
      "character": "Jake",
      "opacity": 0,
      "startTime": 4.78
    }
  ]
}