Binary
The OSI Model
Network Topology
Potpourri
100

The number 20 in binary.

What is 00010100?

100

These two layers of the OSI model happen on your machine.

What are physical and data link?

100

Featuring a central hub, this topology is the most commonly used network topology in the world.

What is star topology?

100

The meaning of the Greek word that is the root of the prefix pseudo.

What is "false"?

200

01000001

What is 65?

200

Please Do Not Throw Sausage Pizza Away

What is a mnemonic device for remembering the names of the seven layers of the OSI model?

200

What is a hybrid topology?

200

By tradition, the first program that a programmer writes when learning a new programming language.

What is "Hello, World!"

300

00111100 + 11000010, in decimal


What is 254?

300

The "I" in "OSI"

What is "Interconnection"?

300

Computers connected to one another in a circle that allows only one-way traffic.

What is ring topology?

300

Good pseudocode starts and ends with these.

What are "START" and "END"?

400

What is another name for a byte?

What is an octet?

400

This layer handles encryption and decryption .

What is Presentation?

400

The main advantage of bus topology.

What is low cost?

400

Python code that is clean, readable, and elegant by the standards of the community is said to be this.

What is "Pythonic"?

500

The largest number that can be represented by one byte.

What is 255?

500

Routers operate primarily in this layer.

What is the Network Layer?

500

The high reliability of mesh topology is offset by this main drawback.

What is high cost?

500

The naming requirements of variables in Python.

What are must contain only letters, numbers, or underscores; must start with a letter or an underscore; are case-sensitive; must not be a keyword.