From: "Bjørn Ivar Teigen" <bjorn@domos.no>
To: Sebastian Moeller <moeller0@gmx.de>
Cc: "Dave Täht" <dave.taht@gmail.com>, starlink@lists.bufferbloat.net
Subject: Re: [Starlink] Network quality for rocket scientists
Date: Mon, 14 Feb 2022 17:52:29 +0000 [thread overview]
Message-ID: <CAKf5G6LR5r2tydDiXvowVC1A89tOvZF5DUJd2p_n4udcdPdvtw@mail.gmail.com> (raw)
In-Reply-To: <3157ED41-1438-4519-9E84-847404BE229D@gmx.de>
[-- Attachment #1: Type: text/plain, Size: 3903 bytes --]
Sebastian,
On Mon, 14 Feb 2022 at 17:15, Sebastian Moeller <moeller0@gmx.de> wrote:
> Hi Bjørn,
>
>
> I guess I should have started with the obvious. Nice short article!
>
Thank you!
>
> > "See the problem? Buffers produce jitter!"
> >
> > I would rephrase that as "over-sized and under-managed" buffers increase
> jitter unduly. Interestingly, bound jitter can be converted into static
> latency by using, wait for it, (delay) buffers and a scheduler.
> >
> > You are absolutely right. I was hoping someone would spot that! There is
> one problem with that approach though. To actually remove the jitter the
> scheduler can no longer be work-conserving (needs delay as you also point
> out), and that increases TCP ramp-up times (among other things). Can be a
> hard sell. I think the benefits outweigh the costs though, so I would do it
> your way.
>
> But that is what end-points already do, on-line games do this to
> equalize internet access quality between players (allowing them to make
> matches over larger populations), as do DASH type video streaming
> applications, where the isochronous play-out takes the role of the
> scheduler and the race-to-fill-the-play-out-buffers serves to keep the
> buffers filled so the scheduler never runs "dry".
Good points. The application clients and servers can choose to use their
resources in a way that is not work-conserving and thus achieve sharing of
resources without introducing jitter. I would argue it's a different story
with the queues "in the network", in routers, switches, access points, etc.
There seems to be an unwritten law that those schedulers must be work
conserving, presumably to minimize round-trip times, and this makes it
harder to achieve well-behaved sharing. So in network devices configured to
forward packets as quickly as possible, I think it's mostly true to say
that buffers produce jitter.
Given Pete's data at https://github.com/heistp/l4s-tests I am
> cautious to hold my breath... or to put it differently, I am certain they
> will not deliver on their promises, the bigger question is whether the
> incremental improvement they offer (over the default FIFO) is decent enough
> to retroactively justify the disruption they will have caused...
Ohh, that work has been updated a lot since the IETF showdown! Thanks for
reminding me, I'll have a look at it again.
- Bjørn Ivar
> Regards
> Sebastian
>
>
> > >
> > >
> > > On Mon, Feb 14, 2022 at 7:07 AM Bjørn Ivar Teigen <bjorn@domos.no>
> wrote:
> > >>
> > >> Hi everyone,
> > >>
> > >> I was inspired by the latest Starship presentation to write a piece
> on network quality in the language of rocket science. The blog can be found
> here:
> https://www.domos.no/news-updates/network-quality-for-rocket-scientists
> > >>
> > >> Cheers,
> > >> Bjørn Ivar Teigen
> > >>
> > >> --
> > >> Bjørn Ivar Teigen
> > >> Head of Research
> > >> +47 47335952 | bjorn@domos.no | www.domos.no
> > >> WiFi Slicing by Domos
> > >> _______________________________________________
> > >> Starlink mailing list
> > >> Starlink@lists.bufferbloat.net
> > >> https://lists.bufferbloat.net/listinfo/starlink
> > >
> > >
> > >
> > > --
> > > I tried to build a better future, a few times:
> > > https://wayforward.archive.org/?site=https%3A%2F%2Fwww.icei.org
> > >
> > > Dave Täht CEO, TekLibre, LLC
> > > _______________________________________________
> > > Starlink mailing list
> > > Starlink@lists.bufferbloat.net
> > > https://lists.bufferbloat.net/listinfo/starlink
> >
> >
> >
> > --
> > Bjørn Ivar Teigen
> > Head of Research
> > +47 47335952 | bjorn@domos.no | www.domos.no
> > WiFi Slicing by Domos
>
>
--
Bjørn Ivar Teigen
Head of Research
+47 47335952 | bjorn@domos.no <name@domos.no> | www.domos.no
WiFi Slicing by Domos
[-- Attachment #2: Type: text/html, Size: 7967 bytes --]
next prev parent reply other threads:[~2022-02-14 17:52 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-02-14 15:07 Bjørn Ivar Teigen
2022-02-14 15:30 ` Dave Taht
2022-02-14 15:47 ` Bjørn Ivar Teigen
2022-02-14 16:06 ` Sebastian Moeller
2022-02-14 16:32 ` Bjørn Ivar Teigen
2022-02-14 17:15 ` Sebastian Moeller
2022-02-14 17:52 ` Bjørn Ivar Teigen [this message]
2022-02-14 18:38 ` Sebastian Moeller
2022-02-14 19:21 ` Bjørn Ivar Teigen
2022-02-24 14:23 ` [Starlink] FQ " Dave Taht
2022-02-24 14:44 ` Michael Richardson
2022-02-14 18:08 ` [Starlink] Network quality " Dave Collier-Brown
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
List information: https://lists.bufferbloat.net/postorius/lists/starlink.lists.bufferbloat.net/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=CAKf5G6LR5r2tydDiXvowVC1A89tOvZF5DUJd2p_n4udcdPdvtw@mail.gmail.com \
--to=bjorn@domos.no \
--cc=dave.taht@gmail.com \
--cc=moeller0@gmx.de \
--cc=starlink@lists.bufferbloat.net \
/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