The Unix Heritage Society mailing list
 help / color / mirror / Atom feed
From: Kevin Bowling <kevin.bowling@kev009.com>
To: Noel Chiappa <jnc@mercury.lcs.mit.edu>
Cc: The Eunuchs Hysterical Society <tuhs@tuhs.org>
Subject: Re: [TUHS] OSI stack (Was: Posters)
Date: Wed, 6 Feb 2019 13:47:15 -0700	[thread overview]
Message-ID: <CAK7dMtBuLv+62LKknOKAYxCBwLBF2zBJ8TLTXAqnHGekGgAPFA@mail.gmail.com> (raw)
In-Reply-To: <20190206174913.E518318C07B@mercury.lcs.mit.edu>

[-- Attachment #1: Type: text/plain, Size: 3472 bytes --]

At risk of inciting some inflammation I think TCP was a success because of
BSD/UNIX rather than its own merits.  Moving the stack into the kernel,
therefore not requiring elaborate external communications controllers (like
IBM's VTAM, predecessors, and other vendor networking approaches that
existed since the '60s), and piggybacking on the success of UNIX and then
"open systems" cemented victory.  It has basically been made to work at
scale, the same way gasoline engines have been made to work in automobiles.

There were protocols that fit better in the era like DeltaT with a simpler
state machine and connection handling.  Then there was a mad dash of
protocol development in the mid to late ‘80s that were measured by various
metrics to outperform TCP in practical and theoretical space.  Some of
these seemed quite nice like XTP and are still in use in niche defense
applications.

Positive, rather than negative acknowledgement has aged well as computers
got more powerful (the sender can pretty well predict loss when it hasn't
gotten an ACK back and opportunistically retransmit).  But RF people do
weird things that violate end to end principle on cable modems and radios
to try and minimize transmissions.

One thing I think that is missing in my contemporary modern software
developers is a willingness to dig down and solve problems at the right
level.  People do clownish things like write overlay filesystems in garbage
collected languages.  Google's QUIC is a fine example of foolishness.  I am
mortified that is genuinely being considered for the HTTP 3 standard.  But
I guess we've entered the era where enough people have retired that the
lower layers are approached with mysticism and deemed unable and unsuitable
to change.  So the layering will continue until eventually things topple
over like the garbage pile in the movie Idiocracy.

Since the discussion meandered to the distinction of path
selection/routing.. for provider level networks, label switching to this
day makes a lot more sense IMO.. figure out a path virtual circuit that can
cut through each hop with a small flow table instead of trying to
coagulate, propagate routes from a massive address space that has to fit in
an expensive CAM and buffer and forward packets at each hop.

Regards,
Kevin

On Wed, Feb 6, 2019 at 10:49 AM Noel Chiappa <jnc@mercury.lcs.mit.edu>
wrote:

>     > On Wed, Feb 06, 2019 at 10:16:24AM -0700, Warner Losh wrote:
>
>     > In many ways, it was a classic second system effect because they were
>     > trying to fix everything they thought was wrong with TCP/IP at the
> time
>
> I'm not sure this part is accurate: the two efforts were contemporaneous;
> and
> my impression was they were trying to design the next step in networking,
> based
> on _their own_ analysis of what was needed.
>
>     > without really, truly knowing the differences between actual problems
>     > and mere annoyances and how to properly weight the severity of the
> issue
>     > in coming up with their solutions.
>
> This is I think true, but then again, TCP/IP fell into some of those holes
> too: fragmentation for one (although the issue there was unforseen
> problems in
> doing it, not so much in it not being a real issue), all the 'unused'
> fields
> in the IP and TCP headers for things that never got really got
> used/implemented (Type of Service, Urgent, etc).
>
> `        Noel
>

[-- Attachment #2: Type: text/html, Size: 4134 bytes --]

  parent reply	other threads:[~2019-02-06 20:48 UTC|newest]

Thread overview: 26+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-02-06 17:49 Noel Chiappa
2019-02-06 18:22 ` Paul Winalski
2019-02-06 20:47 ` Kevin Bowling [this message]
2019-02-07 18:07   ` Grant Taylor via TUHS
2019-02-07 18:22     ` Andy Kosela
2019-02-07 18:33       ` [TUHS] [COFF] " Dan Cross
2019-02-07 18:50     ` [TUHS] " Larry McVoy
  -- strict thread matches above, loose matches on Subject: below --
2019-02-07 19:04 Noel Chiappa
2019-02-07  1:03 Noel Chiappa
2019-02-07  0:45 Noel Chiappa
2019-02-07  0:02 Noel Chiappa
2019-02-07  0:11 ` Kevin Bowling
2019-02-06 23:18 Noel Chiappa
2019-02-06 23:40 ` Kevin Bowling
2019-02-06 23:52   ` Larry McVoy
2019-02-07  0:04     ` Kevin Bowling
2019-02-04 20:29 Noel Chiappa
2019-02-04 21:13 ` Bakul Shah
2019-02-04 21:34   ` Clem Cole
2019-02-05 18:01 ` Grant Taylor via TUHS
2019-02-03 18:49 Norman Wilson
2019-02-03 15:02 Noel Chiappa
2019-02-03 16:51 ` Grant Taylor via TUHS
     [not found] ` <CANCZdfq5PM9jFEi9=geC+CTnveXs5CprN7b+ku+s+FYzw1yQBw@mail.gmail.com>
2019-02-06 17:16   ` Warner Losh
2019-02-06 17:23     ` Larry McVoy
2019-02-06 23:37     ` George Michaelson

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=CAK7dMtBuLv+62LKknOKAYxCBwLBF2zBJ8TLTXAqnHGekGgAPFA@mail.gmail.com \
    --to=kevin.bowling@kev009.com \
    --cc=jnc@mercury.lcs.mit.edu \
    --cc=tuhs@tuhs.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).