According to Protocol
Bits and Bytes
Cyber Matters
Logical Expressions
Random(1,5)
100

The protocol that your browser uses to access an HTML web page.

What is Hypertext Transfer Protocol (HTTP)?

100

The number of bits in 1 byte

What is 8 bits?

100

One-key encryption

What is symmetric encryption?

100

A logic gate that has to have both inputs be true for the output to be true.

What is AND?

100

Translates domain names to IP addresses.

What is DNS?

200

Ensures that all packets of a data stream are transmitted and received exactly as originally sent.

What is Transmission Control Protocol (TCP)?

200

The maximum number of bits in binary needed to represent one hexadecimal character?

What is 4 bits?

200

Bob wants to send Alice an encrypted message using public key cryptography. What does he need from Alice in order to encrypt and send her a message?

What is Alice's public key?

200

x = true, y = false

NOT (x OR y)

What is false?

200

Uses a network of remote servers hosted on the Internet to store, manage, and process data.

What is cloud computing?

300

These local protocols are the least abstract because they deal directly with your physical hardware.

What is Network/Link Layer Protocols?

300

The number of bits needed to represent the decimal number 256 in binary.

What is 9 bits?

300

True or False: Eve is watching the communication between Alice and Bob and retrieves the encrypted message Bob has sent to Alice. She also has Alice's public key. Eve can read the message.

What is false? (The encrypted message can only be decrypted by Alice's private key.)

300

x = false, y = true

(x AND y) AND (x OR y)

What is false?

300

The minimum number of bits you would need to represent a number on a 0 to 10 scale.

What is 4?

400

The protocol for email transmission.

What is Simple Mail Transfer Protocol (SMTP)?

400

The highest number you can represent with 5 bits.

What is 31?

400

This verifies the ownership of public keys used in secure communication.


What is a digital certificate? (Verified by a Certificate Authority)

400

The value of x for this expression to be true.

( (5 > 5) OR x) AND (x OR (3 < 2))

What is true?

400

Line 1:    x ← RANDOM(1, 5)


The chance that this code will result in an even number (percent).

What is 40%?

500

Routers use these protocols to detect and work around network congestion.

What is Internet Layer Protocols?

500

The order from least to greatest: gigabyte, kilobyte, terabyte, megabyte

What is: megabyte, kilobyte, gigabyte, terabyte

500

An attack that is characterized by communication from one person trying to trick another person into divulging personal information.

What is phishing?

500

x = true, y = true

( x AND (5 > 2) ) OR ( y AND (3 > 1) )

What is true?

500

48 mod 9

What is 3?

M
e
n
u