LOGBOOK

HELP

Quiz Entry - updated: 2026.07.14

What is 2¹⁶, and why does it matter for networking?

65536 — the number of TCP/UDP ports, and the range of a 16-bit unsigned integer (0–65535).

A lamb and a shoe tucked inside a giant sea shell — the pegs shell (65), lamb (53), shoe (6) for 65536.

Chunk 6553665 · 53 · 6shell · lamb · shoe: a lamb and a shoe tucked inside a giant sea shell. Because port numbers are 16 bits, there are exactly 2¹⁶ = 65536 of them (0–65535) — which is why the highest port is 65535.

Tip: 65536 = 64 KiB, the addressable memory of many classic 8-bit and 16-bit machines.

From Quiz: MAJOR / Powers of 2 | Updated: Jul 14, 2026