CodeHS Cybersecurity Level 1 Certification

0.0(0)
studied byStudied by 0 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/76

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

77 Terms

1
New cards

https

secure sites (uses port 443)

2
New cards

file system

organizational file storage system using compression, encryption, permissions, and journaling

3
New cards

FAT32

compatible with Windows, Mac, Linux; used for USB and memory cards, 16 TB limit

4
New cards

NTFS (New Technology File System)

Windows only, 1 exabyte limit

5
New cards

Ext4

Linux only, 1 exabyte limit

6
New cards

HFS (Hierarchical File System)

Mac only, 8 exabyte limit

7
New cards

cache

collections of files and data saved to increase browser speed

8
New cards

ls

show current directory contents (Linux/MacOS)

9
New cards

dir

show current directory contents (Windows)

10
New cards

cd

change directory (include ..

11
New cards

pwd

show current directory path (Linux/MacOS)

12
New cards

ps

displays running processes (Linux/MacOS)

13
New cards

cp

copy file (Linux/MacOS)

14
New cards

mv

move file (Linux/MacOS)

15
New cards

column

attribute or piece of information

16
New cards

row

one entry in a table, also called a record

17
New cards

SELECT

asks for row(s) from table in database

18
New cards

WHERE

allows rows to be filtered by a condition

19
New cards

<>

means 'not equal to' in SQL

20
New cards

Error-based SQLi

website returns an error to allow further exploration

21
New cards

Union-based SQLi

adding a condition that always returns true to extract additional information

22
New cards

blind SQLi

attacker steals data by asking a series of true/false questions

23
New cards

ASCII

encoding scheme for characters using 8 bits

24
New cards

bandwidth

capacity of data transfer measured by bitrate

25
New cards

bitrate

number of bits a system can send per second

26
New cards

latency

time it takes a bit to travel from sender to receiver

27
New cards

IPv4

IP address expressed as 4 groups of 8 bits (0.0.0.0 - 255.255.255.255)

28
New cards

IPv6

new 128 bit version of IP expressed as 8 groups of 16 bits

29
New cards

DNS (Domain Name System)

translates between names and IP addresses

30
New cards

UDP (User Datagram Protocol)

one-way communication, does not verify everything was sent properly or correctly

31
New cards

HTTP (HyperText Transfer Protocol)

standardizes language for sending/receiving web resources to/from servers

32
New cards

Port 80

HTTP used for communicating across World Wide Web (unsecured)

33
New cards

Port 443

HTTPS - used for sending encrypted information to protect data

34
New cards

Port 22

SSH (Secure Shell Protocol) for secure remote logins

35
New cards

Ports 20/21

FTP (File Transfer Protocol) sending and receiving files between computers

36
New cards

Port 23

Telnet - used for remote logins using terminal or CLI

37
New cards

Port 25

SMTP (Simple Mail Transfer Protocol) - used to send emails

38
New cards

Port 110

POP3 (Post Office Protocol) - receives emails on a single device and deletes them from server

39
New cards

Port 143

IMAP (Internet Messages Access Protocol) - receives emails and syncs across multiple devices

40
New cards

Port 53

DNS (Domain Name System) - receives domain name requests and provides corresponding IP address

41
New cards

Port 67/68

DHCP (Dynamic Host Configuration Protocol) - assigns IP address to a network connected device

42
New cards

Port 161/162

SNMP (Simple Network Management Protocol) - changes configuration parameters of routers, switches and network devices

43
New cards

frequency bands

ranges of radio waves used to transmit data

44
New cards

2.4 GHz

slower, longer range, penetrates objects, more interference; 11 channels for normal use in US

45
New cards

5.0 GHz

faster, shorter range, cannot penetrate solid objects, less electronic interference

46
New cards

802.11ac

fastest wireless standard as of 2014

47
New cards

RADIUS (Remote Authentication Dial In User Service)

networking protocol that provides AAA management

48
New cards

netsh

enables users to change network settings (Windows)

49
New cards

networksetup

enables users to change network settings (Mac)

50
New cards

nbstat

displays TCP/IP statistics and information (Windows)

51
New cards

netstat

displays TCP/IP statistics and information (Mac)

52
New cards

BIOS

firmware that runs programs strictly to start up your computer

53
New cards

solid-state drive (SSD)

fast access computer storage device

54
New cards

graphics processing unit (GPU)

device designed to speed up image creation and display

55
New cards

network interface card (NIC)

allows computer to connect to network with built in network port

56
New cards

driver

group files that allows device to communicate with OS

57
New cards

NFC (Near Field Communication)

enables short range communication between compatible devices

58
New cards

file server

network storage with powerful network adapters

59
New cards

WAN

wide area network (like the Internet)

60
New cards

WLAN

wireless LAN that uses radio frequency technology

61
New cards

VLAN

virtual LAN that allows for the setup of separate networks

62
New cards

interpreted language

translates and executes program code line by line into machine code

63
New cards

compiled language

compiles entire code into machine code to be run later

64
New cards

markup language

uses tags to format and define elements within a document

65
New cards

query language

Used to make queries, or searches, in databases and information systems.

66
New cards

assembly language

very close to machine code for a specific type of processor

67
New cards

scripting language

commands within a file capable of being executed without being compiled

68
New cards

variable

identifier for data that can be changed at any time

69
New cards

constant

an identifier for data that cannot be changed

70
New cards

integer

number WITHOUT a decimal component

71
New cards

float

number WITH a decimal component

72
New cards

string

text or a sequence of letters, numbers, punctuation, spaces, etc

73
New cards

char

contains a single character or punctuation

74
New cards

array

fixed container that stores an ordered collection of items

75
New cards

vector

resizable container that stores an ordered collection of items

76
New cards

object

can store combinations of keys and values where the value can be accessed by its associated key

77
New cards

methods of an object

defines what an object can do