Hidden IT Industry Rules: Strange Tech Facts You Never Knew Existed
1. No ambiguous characters
Just like avoiding O and I, many systems avoid:
- S (looks like 5)
- Z (looks like 2)
- B (looks like 8)
- Q (looks like 0)
This is why Wi‑Fi passwords, license keys, and cloud instance IDs often look “weird”—they’re engineered to avoid human misreads.
2. MAC addresses aren’t random—they reveal the manufacturer
The first 3 bytes of a MAC address (called the OUI) identify the vendor.
Example:
- 00:1A:79 → Cisco
- F4:5C:89 → Apple
This means your network card quietly broadcasts who made it every time it connects.
3. Data centers avoid the number 13
Many enterprise buildings skip Floor 13, and data centers follow the same tradition.
Server racks sometimes skip Row 13 to avoid confusion with B13 or 13B, and because superstition still influences physical infrastructure.
4. Hard drives lie about their size
A “1 TB” drive is actually:
1,000,000,000,000 bytes (manufacturer definition)
But your OS reads it as:
1,099,511,627,776 bytes (binary definition)
This mismatch is why your brand‑new drive shows 931 GB instead of 1 TB.
5. Servers use “hot aisle / cold aisle” layouts
Data centers alternate aisles so:
- Cold aisles face the front of servers (where air intake happens)
- Hot aisles face the back (where heat exhausts)
This simple pattern reduces cooling costs by 20–40%.
6. Programmers avoid the number 0 in versioning
Version numbers like 1.0, 2.0, 3.1 rarely start at 0 because:
- Zero implies “not ready”
- Some older systems treated version 0 as invalid
- Marketing teams hate the look of “0.x”
But developers still use 0.x for experimental releases (e.g., early open‑source projects).
7. Error codes follow ancient conventions
HTTP status codes like 404, 500, 302 come from 1970s telecom standards.
404 wasn’t chosen randomly—it literally meant:
“File not found on the requested node.”
8. Servers avoid leap seconds
Leap seconds (extra seconds added to Earth’s timekeeping) can crash systems.
In 2012, a leap second caused outages at:
- Qantas
- Mozilla
Many companies now “smear” the leap second across 24 hours to avoid sudden jumps.
9. Cloud providers use fake geographic names
AWS, Azure, and Google Cloud use region codes like:
- us‑east‑1
- eu‑west‑3
- ca‑central‑1
These don’t always match real geography. Some “regions” are actually clusters spread across multiple cities.
10. Most IT systems still rely on 1970s technology
COBOL, invented in 1959, still runs:
- 95% of ATM transactions
- 70% of global financial institutions
- Most airline reservation systems
Banks hire COBOL programmers because rewriting these systems would cost billions.
11. Legacy systems quietly run the world
Nearly 70% of global transactions still run on COBOL systems, a language from the 1950s. These “ancient” systems power banks, governments, and healthcare because replacing them is too risky and expensive.
12. The @ symbol was chosen because nobody used it
Ray Tomlinson picked @ for email addresses simply because it wasn’t used in names and wouldn’t be confused with anything else.
13. The first internet message was ‘LO’ by accident
Engineers tried to send “LOGIN” in 1969, but the system crashed after “LO.”
So the first message in internet history was literally “LO.”
14. The first webcam existed to watch a coffee pot
Cambridge researchers built a webcam in 1991 just to check if the office coffee pot was empty—so they wouldn’t waste a walk.
15. USB supports 127 devices on one bus
USB’s design allows up to 127 devices to chain off a single controller, which is why hubs can daisy‑chain so many peripherals.
16. Debugging is named after an actual moth
Grace Hopper found a real moth stuck in a computer relay in 1947 and taped it into the logbook. The term “debugging” became legendary.
17. The first computer virus didn’t harm anything
The 1971 Creeper worm simply displayed:
“I’m the creeper, catch me if you can!”
It was an experiment—not destructive.
18. Wi‑Fi came from a failed black‑hole experiment
Australian scientist John O’Sullivan was trying to detect exploding black holes. The math behind that project later became the foundation of Wi‑Fi.
19. The first mouse was made of wood
Douglas Engelbart’s 1964 mouse was literally a wooden block with one button.
20. The first domain name ever registered still exists
symbolics.com was registered in 1985 and is still online today as a digital museum piece.
Comments
Post a Comment