Networks
Commands
Vocabulary
Attacks
Potpourri
100

What is the smallest unit of communication that happens over a network?

A packet
100

Command to show the directory you're in

pwd

100

GUI stands for ___________ User Interface

Graphical

100

What does DDoS stand for, and what is it?

Distributed Denial of Service: cause a site to crash by flooding it with traffic

100

Hexadecimal is base ____

16

200

Name somewhere where networking shows up outside of the internet.

GPS, Bluetooth, Apple Pay, cell towers

200

What information can you get from the "file" command?

The type of the file passed in (like text, code, binary, etc)

200

In Linux it's not called a folder, it's called a:

Directory

200

How does a VPN help prevent attacks?

Creates a "tunnel" through which you communicate, so nobody can see your actual traffic. Also just makes your IP and identity harder to find

200

What is "virtualization"?

Running an operating system on top of another operating system

300

What does a router do?

Directs traffic around and in/out of a network

300

How do you learn more detailed information about what a command can do?

Read the manual page! man [command]

300

SOHO Network

Small Office/Home Office

300

What's a "backdoor"?

A built-in way to gain access to a system that isn't yours

300
What is the decimal value of the hexadecimal letter "B"?

11

400

What's the difference between a node and a host?

Node is connected but not necessarily active - host has a user and transmits information

400

What is the output of "ip a"?

Internet interfaces, connections, and status

400

MFA

Multi-Factor Authentication

400

Why might a business not reveal that it has fallen victim to a cybersecurity incident?

Loss of profits/investors, the attack might not be over, the exploit might not be fixed yet

400

What's a hash function?

One-way function that turns any input into a fixed-length, consistent combination of numbers and letters that cannot be un-hashed
500

Order from smallest to largest:

MAN, PAN, LAN, WAN

PAN, LAN, MAN, WAN

500

What symbol does a "pipe" use and what does it do?

| (vertical bar), sends output of one command as input to another

500

(tough one!!)

bash

bourne-again shell (the language that our terminal commands run in)

500

What role does encryption play in preventing attacks over a network?

Garbles your traffic over an internet connection so that nobody can intercept and read your packets

500

What are the three classifications of data in enterprise security?

Data at rest, in transit, and in use

M
e
n
u