惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

人人都是产品经理
人人都是产品经理
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
宝玉的分享
宝玉的分享
月光博客
月光博客
爱范儿
爱范儿
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
WordPress大学
WordPress大学
有赞技术团队
有赞技术团队
阮一峰的网络日志
阮一峰的网络日志
博客园_首页
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
博客园 - 三生石上(FineUI控件)
博客园 - 聂微东
小众软件
小众软件
量子位
MongoDB | Blog
MongoDB | Blog
Blog — PlanetScale
Blog — PlanetScale
The Cloudflare Blog
Stack Overflow Blog
Stack Overflow Blog
U
Unit 42
Hugging Face - Blog
Hugging Face - Blog
T
The Blog of Author Tim Ferriss
H
Help Net Security
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC

DEV Community

Authentication Security Deep Dive: From Brute Force to Salted Hashing (With Java Examples) Why AI Systems Don’t Fail — They Drift Spilling beans for how i learn for exam😁"Reinforcement Learning Cheat Sheet" I Replaced Chrome with Safari for AI Browser Automation. Here's What Broke (and What Finally Worked) How Python Borrows Other People's Work The $40 Architecture: Processing 1 Billion API Requests with 99.99% Uptime Vibe Coding: A Workflow Guide (From Zero to SaaS) Most webhook security guides protect the wrong side. The scary part is delivery. Headless CMS for TanStack Start: Build a Blog with Cosmic EU Age Verification App "Hacked in 2 Minutes" — What Actually Happened Comfy Cloud’s delete function does not actually remove files Running AI Models on GPU Cloud Servers: A Beginner Guide Event-driven media intelligence with AWS Step Functions and Bedrock I scored 500 AI prompts across 8 quality dimensions — here's what broke How to Call Google Gemini API from Next.js (Free Tier, No Backend Needed) The Portal Protocol: Reclaiming Human Connection in the Age of AI How to Fix Your Team's Scattered Knowledge Problem With a Self-Hosted Forum Intro to tc Cloud Functors: A Graph-First Mental Model for the Modern Cloud Designing Multi-Tenant Backends With Both Ownership and Team Access I Built a Neumorphic CSS Library with 77+ Components — Here's What I Learned PostgreSQL Performance Optimization: Why Connection Pooling Is Critical at Scale Cómo construí un SaaS multi-rubro para gestionar expensas en Argentina con FastAPI + Vue 3 🚀 I Built an Ethical Hacking Scanner Tool – Open Source Project I Replaced /usage and /context in Claude Code With a Single Statusline A Pythonic Way to Handle Emails (IMAP/SMTP) with Auto-Discovery and AI-Ready Design I Collected 8.9 Million Polymarket Price Points — Here's What I Found About How Markets Really Move EcoTrack AI — Carbon Footprint Tracker & Dashboard Everyone's Using AI. No One Agrees How. 5 self-hosted ebook managers worth trying in 2026 Building Your First AI Agent with LangChain: From Chatbot to Autonomous Assistant
Why Ethernet Is Named After a Physics Myth
fluidwire · 2026-06-15 · via DEV Community

fluidwire

Plug a sensor into a switch, wire up a building full of cameras, or rack a server, and you are using Ethernet. It is the most widely deployed wired networking standard on earth, the quiet backbone under offices, factories, and data centers. And it is named after a scientific idea that turned out to be completely wrong.

The name was not an accident or a marketing afterthought. It was a deliberate engineering choice, and the reasoning behind it explains why Ethernet outlived nearly every rival and still underpins industrial IoT half a century later.

A memo, a laser printer, and a dead theory

The date Ethernet enthusiasts celebrate is May 22, 1973. On that day, a young engineer named Robert Metcalfe, working at Xerox's legendary Palo Alto Research Center (PARC), circulated a memo describing how to connect the Alto - one of the first personal computers - to a new device PARC had built: the laser printer. The problem was getting many machines to share one wire without their messages colliding into noise.

Metcalfe needed a name for the shared medium that carried the signals. He reached back into nineteenth-century physics and borrowed the term luminiferous ether. For generations, physicists had assumed that light, being a wave, needed something to wave through - just as sound needs air. They called that invisible, all-pervading substance the ether, and they believed it filled the entire universe as a silent carrier of electromagnetic waves.

The trouble is that the ether does not exist. The famous Michelson-Morley experiment of 1887 failed to detect it, and Einstein's special relativity in 1905 made it unnecessary altogether. By the time Metcalfe wrote his memo, the luminiferous ether had been a discredited idea for decades.

He used it anyway, and on purpose.

Why a debunked idea made for brilliant engineering

Metcalfe later explained the choice plainly: "We called it Ethernet because the ether could be coax, twisted pair, radio, optical fibers, power line, whatever you wanted." The old physicists imagined the ether as a passive medium that simply carried waves without caring what those waves were. That was exactly the property he wanted his network to have.

By naming the system after an abstract, medium-agnostic carrier, Metcalfe was making an architectural promise. Ethernet would not be defined by a particular cable. The data and the rules for sharing the wire would stay the same whether the physical layer was thick coaxial cable, the now-familiar twisted-pair cabling, or fiber optics. The medium was just the ether - swap it out, and everything above it keeps working.

This is one of the most useful ideas in all of engineering: separate the thing you are trying to do from the specific hardware you happen to do it on. It is the same instinct behind a good driver, a clean API, or a well-designed embedded firmware layer that does not care which sensor is plugged in. Get the abstraction right and your design survives changes you cannot yet predict.

Why this still matters for IoT builders

Ethernet's medium independence is the reason it kept winning. Competing networking schemes tied themselves to particular cabling and faded; Ethernet absorbed every new physical layer and kept its name. The 10 megabit coax of the 1980s, the gigabit twisted pair in your wall today, and the fiber linking data centers are all still Ethernet at heart.

For anyone building connected hardware in the Philippines and beyond, there is a practical lesson here that goes well past trivia. When you design an IoT product, the connectivity layer you pick today - whether it is wired Ethernet, Wi-Fi, LoRa, or cellular - should sit behind a clean boundary in your code. The application logic that reads a sensor or controls a motor should not be welded to one radio or one transceiver chip. Build it the way Metcalfe named his network, and a hardware revision or a switch from one module to another does not force you to rewrite the whole system.

It is also a reminder that good naming reflects good thinking. The teams that named their projects carefully often did so because they understood the structure of the problem clearly. The luminiferous ether was wrong about the universe, but it was the perfect metaphor for a network meant to outlast its own wiring.

At Fluidwire we build IoT and embedded systems from silicon to cloud, and we design connectivity the same way: cleanly separated, so your product can grow without being trapped by the hardware it shipped with. If you are turning a thesis idea or a product concept into working, connected hardware, get in touch and let us help you build it to last.