TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

How engineers at Digital Equipment Corp. saved Ethernet

264 pointsby hasheddanabout 1 year ago

6 comments

abraaeabout 1 year ago
&gt; Mark’s idea didn’t replace Ethernet—and that was its brilliance. By allowing store-and-forward switching between existing CSMA&#x2F;CD coax-based Ethernets, bridges allowed easy upgrades of existing LANs.<p>This reminds me of John Carmack&#x27;s philosophy of great things coming from thinking locally and taking small steps.<p>&gt; Carmack subscribes to the philosophy that small, incremental steps are the fastest route to meaningful and disruptive innovation. He compares this approach to the &quot;magic of gradient descent&quot; where small steps using local information result in the best outcomes. According to Carmack, this principle is proven by his own experience, and he has observed this in many of the smartest people in the world. He states, &quot;Little tiny steps using local information winds up leading to all the best answers.&quot;
评论 #39990024 未加载
评论 #39975443 未加载
gumbyabout 1 year ago
What a great story. The spanning tree algo is under appreciated: this allowed people who didn’t understand networking to plug networks together the way you would plug extension power cables together,* making networking simple ( or alternatively insanely broken, when people had 400 computers on a single LAN with a rat’s nest of bridges and hubs…but unlike the extension cord case, nothing would catch literal fire).<p>* don’t try this at home or work!
评论 #39973627 未加载
评论 #39975051 未加载
评论 #39974744 未加载
评论 #39973613 未加载
评论 #39974272 未加载
评论 #39974638 未加载
评论 #39990150 未加载
评论 #39975102 未加载
评论 #39973876 未加载
inopinatusabout 1 year ago
This is all very well but DEC&#x27;s greatest contribution to my own networking happiness was perhaps the quad-port Tulip&#x2F;21143 cards that were my go-to for building reliable FreeBSD-based white-box routers back in the day
panick21_about 1 year ago
I always wondered why it took so long to go from 10 Mbit&#x2F;s to 100Mbit&#x2F;s. For sure in that time they invented things like Ethernet Switching. But still, it seems like that standard took forever to move on. And then once it did it went from 100Mbit&#x2F;s to 1000Mbit&#x2F;s per second pretty damn fast.
评论 #39976727 未加载
评论 #39975385 未加载
评论 #39979254 未加载
mannyvabout 1 year ago
One side effect of the network switch was that you needed to buy switches. With the old way everyone could be on one wire. With the new way you needed one port per host.<p>Switches also allowed for centralized management.<p>Note that cable works on what essentially is token ring, at least conceptually; channel 0 (i believe, it&#x27;s been a while) is the heartbeat.
评论 #39978925 未加载
评论 #39990146 未加载
评论 #39982294 未加载
smackeyackyabout 1 year ago
This was such an interesting time to start working in IT - I worked for one of the BUNCH at the trailing end of the 1980s and we sold other peoples networking hardware as the company had none of it&#x27;s own.<p>The rapid change from coax ethernet to twisted pair was really something to witness. The original SynOptics LattisNet and StarLAN switches sparked a rapid standardisation effort (incompatible with either). We mostly (tried) to sell 3Com switches and routers as most of our customer base at the time heavily invested in XNS based Lan Manager networks. Within 18 months everything had changed, Cisco suddenly became the hottest networking vendor as all those early networking protocols (XNS, IPX, NETBEUI, DECNet etc) disappeared from local lans and entire companies got obliterated seemingly overnight.<p>I mean, who even remembers Ungermann-Bass? And DEC as referred to in the article started out a major player in the networking space and became an also-ran in no time. All the while the world had gone crazy ripping out coax and madly installing twisted pair.<p>There was a period there where my job involved juggling network drivers in DOS, so that you&#x27;d have j-u-s-t enough memory to start Windows. Any customer that needed two network protocols (not uncommon) tore their hair out with memory extenders and carefully crafted config.sys and autoexec.bat files and hoped the BIOS didn&#x27;t get too radically changed when the next batch of PCs showed up. Horrible, funny in hindsight though.