[tsvwg] Re: Intdir early review of draft-ietf-tsvwg-nqb-23
"Gorry (erg)" <gorry@erg.abdn.ac.uk> Mon, 24 June 2024 14:39 UTC
Return-Path: <gorry@erg.abdn.ac.uk>
X-Original-To: tsvwg@ietfa.amsl.com
Delivered-To: tsvwg@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id A8F67C14CF1F; Mon, 24 Jun 2024 07:39:37 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.905
X-Spam-Level:
X-Spam-Status: No, score=-1.905 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, RCVD_IN_DNSWL_BLOCKED=0.001, RCVD_IN_ZEN_BLOCKED_OPENDNS=0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01, URIBL_BLOCKED=0.001, URIBL_DBL_BLOCKED_OPENDNS=0.001, URIBL_ZEN_BLOCKED_OPENDNS=0.001] autolearn=ham autolearn_force=no
Received: from mail.ietf.org ([50.223.129.194]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id kmWnrH0xY88T; Mon, 24 Jun 2024 07:39:33 -0700 (PDT)
Received: from pegasus.erg.abdn.ac.uk (pegasus.erg.abdn.ac.uk [137.50.19.135]) by ietfa.amsl.com (Postfix) with ESMTP id BDCBAC14F70C; Mon, 24 Jun 2024 07:39:27 -0700 (PDT)
Received: from smtpclient.apple (unknown [85.255.232.241]) by pegasus.erg.abdn.ac.uk (Postfix) with ESMTPSA id D467C1B00062; Mon, 24 Jun 2024 15:39:22 +0100 (BST)
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable
From: "Gorry (erg)" <gorry@erg.abdn.ac.uk>
Mime-Version: 1.0 (1.0)
Date: Mon, 24 Jun 2024 15:39:11 +0100
Message-Id: <F58216D1-D9A1-4914-86A5-D2B00607D5F1@erg.abdn.ac.uk>
References: <171920247226.220645.10853473013004281722@dt-datatracker-ff65ff8f7-whn7d>
In-Reply-To: <171920247226.220645.10853473013004281722@dt-datatracker-ff65ff8f7-whn7d>
To: Benson Muite <benson_muite@emailplus.org>
X-Mailer: iPhone Mail (20H343)
Message-ID-Hash: RLUFL24NJIK3CVEFD4RZQOVINMYETUOS
X-Message-ID-Hash: RLUFL24NJIK3CVEFD4RZQOVINMYETUOS
X-MailFrom: gorry@erg.abdn.ac.uk
X-Mailman-Rule-Misses: dmarc-mitigation; no-senders; approved; emergency; loop; banned-address; member-moderation; header-match-tsvwg.ietf.org-0; nonmember-moderation; administrivia; implicit-dest; max-recipients; max-size; news-moderation; no-subject; digests; suspicious-header
CC: int-dir@ietf.org, draft-ietf-tsvwg-nqb.all@ietf.org, tsvwg@ietf.org
X-Mailman-Version: 3.3.9rc4
Precedence: list
Subject: [tsvwg] Re: Intdir early review of draft-ietf-tsvwg-nqb-23
List-Id: Transport Area Working Group <tsvwg.ietf.org>
Archived-At: <https://mailarchive.ietf.org/arch/msg/tsvwg/aKvYcasO9aU48xumKdb3gd5Qf8M>
List-Archive: <https://mailarchive.ietf.org/arch/browse/tsvwg>
List-Help: <mailto:tsvwg-request@ietf.org?subject=help>
List-Owner: <mailto:tsvwg-owner@ietf.org>
List-Post: <mailto:tsvwg@ietf.org>
List-Subscribe: <mailto:tsvwg-join@ietf.org>
List-Unsubscribe: <mailto:tsvwg-leave@ietf.org>
Thanks for this review, see one comment below. > On 24 Jun 2024, at 05:14, Benson Muite via Datatracker <noreply@ietf.org> wrote: > > Reviewer: Benson Muite > Review result: On the Right Track > > I am an assigned INT directorate reviewer for <draft-ietf-tsvwg-nqb-24.txt>. > These comments were written primarily for the benefit of the Internet Area > Directors. Document editors and shepherd(s) should treat these comments just > like they would treat comments from any other IETF contributors and resolve > them along with any other Last Call comments that have been received. For more > details on the INT Directorate, see > https://datatracker.ietf.org/group/intdir/about/ . > > Based on my review, if I was on the IESG I would ballot this document as NO > OBJECTION. > > SUMMARY: > The draft introduces a differentiated services code point for traffic where > latency is important. The primary focus is for applications such as IoT and > video conferencing. However, the threshold for low bit rate assumes network > connectivity at least as good as provided by 5G mobile networks. Many places in > the world still have 4G and even 3G networks. Remote locations may only be > served by satellite. Many IoT applications are not latency sensitive, but are > low bit rate - for example environment recording applications - but it is > probably not good to differentiate these from latency sensitive low bit rate > applications such as sending remote terminal input. Many video conferencing > applications (for example Meetecho) offer possibilities to turn of video feeds > and just have audio and screen sharing. 6G is also being developed and when > deployed will likely take time to replace 4G and 5G, so some more thought on > thresholds for NQB PHB is needed. > > SPECIFIC COMMENTS: > > In section 4.1 500Kb/s is quite high on 4G mobile networks, typically what is > used for video conferencing and can saturate end point link bandwidth. Would > expect this to also be high for satellite links. For IoT applications and voice > probably 50Kb/s is sufficient. > > Informative reference [SA-5G] is an ETSI document that has several versions, > possibly the latest version 18.5.0 is the one being referred to. > > Should there be references for Cubic and BBR in the introduction, perhaps > RFC8312 for Cubic and https://github.com/google/bbr for BBR,as the draft > https://datatracker.ietf.org/doc/html/draft-cardwell-iccrg-bbr-congestion-control-02 > has expired. I will not comment here on the main points. However if it’s decided to use a reference to BBR, I do suggest using a reference to the I-D, this is still planned to be updated AFAIK, and is being used as a basis for other transport drafts. Best wishes, Gorry (Tsvwg Co-chair)
- [tsvwg] Intdir early review of draft-ietf-tsvwg-n… Benson Muite via Datatracker
- [tsvwg] Re: Intdir early review of draft-ietf-tsv… Gorry (erg)
- [tsvwg] Re: Intdir early review of draft-ietf-tsv… Greg White
- [tsvwg] Re: Intdir early review of draft-ietf-tsv… Benson Muite
- [tsvwg] Re: Intdir early review of draft-ietf-tsv… Greg White
- [tsvwg] Re: Intdir early review of draft-ietf-tsv… Benson Muite