LWN.net Logo

Moglen on Freedom Box and making a free net

Moglen on Freedom Box and making a free net

Posted Feb 8, 2011 21:26 UTC (Tue) by JoeBuck (subscriber, #2330)
In reply to: Moglen on Freedom Box and making a free net by maniax
Parent article: Moglen on Freedom Box and making a free net

UUCP is a hierarchical network (people configure a few paths to neighbors and they take care of the rest of the delivery)
It was worse than that, the sender had to specify the full path. In the mid-80s you had to know the topology of the UUCP network to send mail. This was later automated, so you could send mail to enduser@utzoo.uucp instead of oliveb!ihnp4!decvax!utzoo!enduser, but this required your local machine to have a copy of the connection map so it could compute the path. Many people chose very bad paths, because they replied to Usenet postings and sent their mail back along the circuitous delivery route (requiring, say, 10 hops instead of 4).

As it got easier to get on the real Internet, sites with only UUCP connectivity could get MX records for mail delivery from the Internet with normal domainized email addresses instead of the fake UUCP domain, and they only needed a path to a "smart host" to get their mail sent.


(Log in to post comments)

Moglen on Freedom Box and making a free net

Posted Feb 8, 2011 21:29 UTC (Tue) by fuhchee (subscriber, #40059) [Link]

I was referring to the automated uumaps-based routing. While 25 years ago, not many uucp hosts could undertake to compute the full routing table, machines now are somewhat faster.

Moglen on Freedom Box and making a free net

Posted Feb 8, 2011 21:32 UTC (Tue) by JoeBuck (subscriber, #2330) [Link]

But maybe you're thinking of Usenet and not UUCP, which used a flooding algorithm and recorded paths. When two machines connected, each would offer the other a set of messages, by message ID, excluding any that had the other machine's name in the delivery path. The delivery path could be used to trace not only the origin of the message but also who's connected to whom.

Usenet had a "cancel" control message, allowing any user to delete a message. It was completely insecure, but it was the only thing that kept Usenet alive once the spammers discovered it. If cancels were made cryptographically secure, there would need to be some mechanism to control spam or vandalism.

Copyright © 2013, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds