Do It
For the Bit
Chronically
Online
A Packet's
Journey
Pop Some Tags
100

A single bit, or binary digit, has this many options for what number it could be.

What is two? (A bit can be 0 or 1.)

100

As the foundation of the Internet, this base layer consists of things like radio waves, wires, and deep-sea cables.

What is the physical layer?

100

This protocol adds sender and destination addresses to packets in order to help them reach the correct place.

What is IP? (Where did you come from, where did you go...) 

100

The pages of the World Wide Web are written in this language, known for its use of tags such as <body>.

What is Hypertext Markup Language (HTML)?

200

This is the decimal equivalent of the binary number 110.

What is 6? (Because 4 + 2 + 0 = 6)

200

The Internet is sometimes confused to be equivalent to this system of interlinked online pages, invented by Sir Tim Berners Lee. (However, they are NOT the same.) 

What is the World Wide Web?

200

This is the first protocol that helps a computer break messages into packets, creates headers for each packet that identifies the data, and assigns a port to the message.

What is TCP?
200

This what the <p> tag refers to.

What is a paragraph?

300

If you are limited to a single byte of data, then 256 is the lowest number that would cause this kind of error.

What is overflow? (Because 11111111 = 255... any higher will take more than 8 bits.)

300

Using IPv4, over 4 billion device addresses are possible. Since that isn't enough, transitions are being made to this system, which allows around 3 x 1038 address combinations.

What is IPv6?

300

This term describes the capacity a network has to send/receive packets at any given time. (Not to be confused with latency.)

What is bandwidth?

300

HTML pages cannot be displayed without this software, which includes examples like Safari.

What is a web browser?

400

This is the binary equivalent of a capital letter 'A',  which an ASCII table encodes with the decimal value of 65.

What is 1000001? (because 64 + 0 + 0 + 0 + 0 + 0 + 1 = 65)

400

Since more intelligent computers are at the "edge" while dumber machines are in the "core", the Internet is sometimes described as this kind of network, abbreviated "e2e".

What is end-to-end?

400

Sometimes data packets need to be compressed to save digital space. For data that might later need to be decompressed back to its original state, you should use this method.

What is lossless compression? (Remember that lossy compression cannot be undone.)

400

HTML is sometimes confused with this web data communication protocol, which often appears at the beginning of URLs.

What is Hypertext Transfer Protocol (HTTP)? 

500

This is the decimal value of the following color pixel's green amount. (00000001, 00000010, 00000100)

What is 2? (Because color pixels use RGB --> middle number is Green --> binary 10 = decimal 2.)

500

One of the best ways to prevent faults in a network like the Internet is this practice of duplicating important components. (For example, having two or more paths to get from node A to node B.)

What is redundancy?

500

Imagine a scenario where you must complete processes P and Q.
P takes 30 seconds, and Q takes 45 seconds.
This is the amount of time you can save by using parallel processing with 2 processors instead of 1.

What is 30 sec? (Because 1 processor takes 75 sec, while 2 processors take 45 sec total.)

500

In HTML, this is what you'd create if you write, for example,

<a href="www.youtube.com"> Click me </a>

What is a hyperlink (or link)?

M
e
n
u