-
Notifications
You must be signed in to change notification settings - Fork 0
/
fries.v2v3.xml
430 lines (426 loc) · 28.6 KB
/
fries.v2v3.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
<?xml version='1.0' encoding='utf-8'?>
<?xml-stylesheet type="text/xsl" href="rfc2629.xslt" ?>
<!-- generated by https://github.com/cabo/kramdown-rfc2629 version 1.3.37 -->
<!DOCTYPE rfc SYSTEM "rfc2629-xhtml.ent">
<?rfc toc="yes"?>
<?rfc sortrefs="yes"?>
<?rfc symrefs="yes"?>
<rfc ipr="trust200902" category="info" obsoletes="" updates="" submissionType="IETF" xml:lang="en">
<front>
<title abbrev="FRIES">Student-FRIEndly extension to the TCP/IP protocol Suite</title>
<seriesInfo name="Internet-Draft" value="draft-kuladinithi-fries-00"/>
<author initials="K." surname="Kuladinithi" fullname="Koojana Kuladinithi">
<organization>Hamburg University of Technology</organization>
<address>
<postal>
<street>Am Schwarzenberg-Campus 3</street>
<city>Hamburg</city>
<code>21073</code>
<country>Germany</country>
</postal>
<phone>+49-40-428-783533</phone>
<email>[email protected]</email>
</address>
</author>
<author initials="A." surname="Udugama" fullname="Asanga Udugama">
<organization>University of Bremen</organization>
<address>
<postal>
<street>Otto-Hahn-Allee 1</street>
<city>Bremen</city>
<code>D-28359</code>
<country>Germany</country>
</postal>
<phone>+49-421-218-62378</phone>
<email>[email protected]</email>
</address>
</author>
<date year="2021" month="April" day="01"/>
<area>General</area>
<workgroup>FRIES Working Group</workgroup>
<keyword>Internet-Draft</keyword>
<abstract>
<t>Protocols of the TCP/IP protocol suite were designed solely to adapt to the technical changes in networks and devices, leaving out users’ feelings. COVID-19 pandemic has shown us the necessity of including mechanisms in TCP/IP to support the context-sensitive human thought process, especially to serve pupils and students. This memo describes the student-FRIEndly TCP/IP protocol Suite (FRIES) that caters to the quick adaptation of TCP/IP to serve students in a virtual context. This mode of operation should not be used in physically present meetings (e.g., lectures or oral examinations), as the protocol behavior does not match with the actual activities or expressions.</t>
<t>FRIES is a highly deployable protocol extension, maintaining backward compatibility with the current TCP/IP stack.</t>
</abstract>
</front>
<middle>
<section anchor="problems" numbered="true" toc="default">
<name>Introduction</name>
<t>The COVID-19 pandemic has forced humans, especially the young generations, to use the Internet in ways it was not intended to be used. For example, the use of on-line lectures at universities for lengthy periods of time, without any social interactions. This demotivates students. Interactions with students have shown us that a life with no social interactions, sitting in front of a computer all day, without any banter with friends in a physical setting has negatively affected the younger generations’ appetite for education.</t>
<t>The FRIES extension introduces some novel features to the current TCP/IP stack to serve diverse behavior patterns (physical or mental) of users by manipulating the protocol behavior to serve users’ feelings. Sometimes, students do not want to attire appropriately or be prepared to engage in lectures. Students prefer to listen only to some keywords from the lecture, while lounging on the bed and even, playing on-line games. When they are asked to talk or join a breakout room discussion, students pretend wanting to talk even without any clue of what to say.</t>
<t>Therefore, the TCP/IP protocol suite MUST support mechanisms to handle the following behavioral patterns irrespective of the underline network changes.</t>
<ul spacing="normal">
<li>Delayed joining of on-line lectures</li>
<li>Enabling intermittent disruptions to appear as having connectivity problems (e.g., when using a shared white-board application)</li>
<li>Introduce artificial artefacts (audio/video) when no proper answers can be given</li>
<li>Seamless handover of active on-line lectures between multiple devices to enable home furniture carousel/musical chairs</li>
</ul>
<t>This document specifies the use of new and existing protocol features to describe the FRIES extension to the TCP/IP protocol suite, to implement student-friendly virtual communications. All the features proposed MUST be incorporated in both IPv4 and IPv6 networks.</t>
<section anchor="need" numbered="true" toc="default">
<name>The Need for Standardization</name>
<t>Our lives have been turned upside down in many areas, including education, due to the never-ending pandemic that started at the beginning of 2020. Everyone now recognizes the seriousness of the impact of the pandemic. Therefore, it is imperative that standardization bodies among others, move quickly to adopt new standards to accommodate features that make life livable during a pandemic.</t>
<t>The FRIES extension primarily focuses on our future generation to survive and enjoy their education.</t>
<t>The automatic detection of the students’ thought process or intentions to enable the expected behavioral pattern is beyond the scope of this document. A possibility is the use of machine learning techniques to recognize facial expressions and environmental conditions.</t>
</section>
</section>
<section anchor="ops" numbered="true" toc="default">
<name>Operation</name>
<section anchor="general" numbered="true" toc="default">
<name>General</name>
<t>Pandemic friendliness of the TCP/IP protocol suite is defined by introducing the pandemic bit to the IP header and the TCP header. Backward compatibility of the existing TCP/IP protocols is kept intact when P bit is not set.</t>
<figure anchor="figipheader">
<name>Pandemic bit in IP Header - Version field</name>
<artwork name="" type="" align="left" alt=""><![CDATA[
0 1 2 3
+---+---+---+---+
| P | Version |
+---+---+---+---+
]]></artwork>
</figure>
<t>The most significant bit, MSB of the Version field of both IPv4 <xref target="RFC0791" format="default"/> and IPv6 <xref target="RFC8200" format="default"/> header MUST be modified to handle the pandemic situation. The pandemic bit is defined as the P bit, see <xref target="figipheader" format="default"/>. As the current IP version field is used to represent only number 4 and 6, the use of the left most bit as the pandemic bit results in no major changes to the existing IP header.</t>
<figure anchor="figtcpheader">
<name>Pandemic bit in TCP Header - Reserved flags</name>
<artwork name="" type="" align="left" alt=""><![CDATA[
0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
| Data | | |N|C|E|U|A|P|R|S|F| |
| Offset|P|Res|S|W|C|R|C|S|S|Y|I| Window |
| | | | |R|E|G|K|H|T|N|N| |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
]]></artwork>
</figure>
<t>The MSB of the Reserved flags of TCP header <xref target="RFC0793" format="default"/> SHALL also be modified to indicate the pandemic situation, see <xref target="figtcpheader" format="default"/>. Setting the P bit to 0 means business-as-usual with TCP/IP operations.</t>
<t>Setting P bit to 1 enables FRIES extensions for TCP/IP. Any entity (e.g., applications, routers) which encounters packets with the P bit set SHALL support some or all of the behavioral patterns described in <xref target="problems" format="default"/>.</t>
<t>The following sections describe how the extensions MUST operate on routers, end-hosts and how seamless handovers are performed.</t>
</section>
<section anchor="routers" numbered="true" toc="default">
<name>Operation on Routers</name>
<t>This section describes how a router MUST behave when there is a pandemic. <xref target="figdscp" format="default"/> shows the common format of the TOS field of IPv4 and the Traffic Class field of IPv6, as defined in <xref target="RFC2474" format="default"/> and <xref target="RFC3168" format="default"/>, which are requested to assist the router during a pandemic.</t>
<figure anchor="figdscp">
<name>The Differentiated Services and ECN Fields in IP</name>
<artwork name="" type="" align="left" alt=""><![CDATA[
0 1 2 3 4 5 6 7
+---+---+---+---+---+---+---+---+
| DS FIELD, DSCP | ECN |
+---+---+---+---+---+---+---+---+
DSCP: differentiated services code point
ECN: Explicit Congestion Notification
During the pandemic: DSCP = 000000 and ECN = 00 or 01 or 10
]]></artwork>
</figure>
<t>When P bit is set in the IP Version field, the routers treat all pandemic packets as follows.</t>
<ul spacing="normal">
<li>
<t>When dropping application packets is enabled for a certain period, the IP header of the packets generated during the mentioned period should be set by the originating host as follows:
</t>
<ol type="1" spacing="normal">
<li>P bit MUST be set to 1 in the IP Version field</li>
<li>DSCP MUST be set as best-effort traffic only, six most significant (left-most) bits to 000000, see <xref target="figdscp" format="default"/>.</li>
<li>ECN MAY be set to indicate the Code Points as defined in <xref target="RFC3168" format="default"/>.</li>
</ol>
</li>
<li>If the P bit of the IP header is set, routers MUST treat this packet without any prioritization and start dropping the packets randomly, irrespective of the ECN values. When there is no pandemic, the routers shall treat the DSCP values as defined in <xref target="RFC2474" format="default"/>. For example, audio and video packets get higher priority at router’s queue while keeping the drop probability to a minimum or none.</li>
<li>If ECN is set to 01 or 10, the router shall indicate the explicit network congestion as defined in <xref target="RFC3168" format="default"/> irrespective of the P bit is set or not. It is recommended to set ECN to 00 during a pandemic as the artificial dropping of packets at a router is more efficient compared to the use of explicit congestion notification to the end hosts.</li>
<li>The dropping policy at the router is implementation-specific.</li>
<li>At least the last hop router MUST implement the dropping of packets randomly if the P bit is set. The routers may identify whether it’s the last hop router or not by comparing the Subnet Prefix of the destination IP address.</li>
<li>Other routers may also implement the dropping of packets to handle pandemic situation, depending on the seriousness level. The identification of a number of routers that may drop packets is out of the scope of this document.</li>
</ul>
</section>
<section anchor="endhosts" numbered="true" toc="default">
<name>Operation on End-hosts</name>
<t>TCP congestion and flow control mechanisms are kept intact during the pandemic. However, enabling the P bit in TCP header results in following extensions.</t>
<ul spacing="normal">
<li>If the P bit is set in both IP and TCP header, the TCP receiver shall ignore in order packet delivery to the application. This is indicated to the TCP receiver by setting the P bit to 1 and PSH flag to 1 by the TCP sender. TCP receiver MUST forward the packet to the application without any delay. Some of the lost packets may not be recovered at all depending on the dropping policy implemented at the last hop router due to the pandemic.</li>
<li>The delivery of out of order packets may result in artefacts in the applications, as the TCP does not perform reliably due to the pandemic.</li>
<li>If a student decides only to listen, mimicking serious network issues, FRIES protocol shall use the beauty of TCP half connection close feature, showing a frozen connection state of the student’s state on the TCP receiver. The TCP sender (e.g., the student’s laptop) shall send FIN message with the P bit set to the TCP receiver even though it continues to receive the application packets.</li>
<li>At the receipt of FIN message with the P bit set, the TCP receiver knows that this is a request for abrupt termination due to the pandemic.</li>
<li>Not accepting application packets, without creating TCP segments at the TCP sender, shall be allowed at the transport layer during a pandemic. The acceptance policy at the transport layer is implementation-specific.</li>
</ul>
</section>
<section anchor="handover" numbered="true" toc="default">
<name>Enabling Seamless Handovers</name>
<t>This operation is valid only for the local network in case a student intends to perform furniture carousel/musical chairs to overcome the monotonous nature of lectures. Considering that a student wishes to use multiple devices at different places (see <xref target="fignapt" format="default"/>), then the student SHALL switch on all devices at the start for the home router to perform furniture carousel/musical chairs.</t>
<figure anchor="fignapt">
<name>An example of enabling home furniture carousel/musical chairs</name>
<artwork name="" type="" align="left" alt=""><![CDATA[
+---------------+
| Local Router |
+---------------+
|
| LAN
-----------------------------------------------------------
| | |
| | |
+--+ +--+ +--+
|--| |--| |--|
/____\ /____\ /____\
(Tablet, having meal (TV Screen, while (Desktop PC, when
@ kitchen) relaxing on the sofa teaching is exciting
@ living room) @ study table)
]]></artwork>
</figure>
<ul spacing="normal">
<li>Switching on all devices results in registering the relevant devices at the home router.</li>
<li>Home router multicasts incoming packets to all the registered devices.</li>
<li>The home router MUST maintain a pandemic table which shows the list of active devices indicating the primary device and cost metrics to manage the bandwidth usage depending on a student’s concentration level (e.g., when at kitchen, home router MAY reduce the amount of incoming packets forwarded as the student is anyway not focused).</li>
</ul>
</section>
<section anchor="Terminology" numbered="true" toc="default">
<name>Terminology</name>
<t>The key words “MUST”, “MUST NOT”, “REQUIRED”, “SHALL”, “SHALL
NOT”, “SHOULD”, “SHOULD NOT”, “RECOMMENDED”, “NOT RECOMMENDED”,
“MAY”, and “OPTIONAL” in this document are to be interpreted as
described in BCP 14 <xref target="RFC2119" format="default"/> <xref target="RFC8174" format="default"/> when, and only when, they
appear in all capitals, as shown here.</t>
</section>
</section>
<section anchor="iana-considerations" numbered="true" toc="default">
<name>IANA Considerations</name>
<t>If this work is standardized, IANA is kindly requested to introduce the Pandemic bit in IPv4, IPv6 and TCP headers.</t>
</section>
<section anchor="security-considerations" numbered="true" toc="default">
<name>Security Considerations</name>
<t>Security is considered unimportant as the FRIES extension is solely designed for the use of students.</t>
</section>
<section anchor="acknowledgement" numbered="true" toc="default">
<name>Acknowledgement</name>
<t>COVID-19 pandemic let us have more evening walks together compared to the time before. This RFC is a result of these walks and therefore we are grateful for COVID-19 for allowing us to think out of the box.</t>
</section>
</middle>
<back>
<references>
<name>Normative References</name>
<reference anchor="RFC2474" target="https://www.rfc-editor.org/info/rfc2474">
<front>
<title>Definition of the Differentiated Services Field (DS Field) in the IPv4 and IPv6 Headers</title>
<seriesInfo name="DOI" value="10.17487/RFC2474"/>
<seriesInfo name="RFC" value="2474"/>
<author fullname="K. Nichols" initials="K." surname="Nichols">
<organization/>
</author>
<author fullname="S. Blake" initials="S." surname="Blake">
<organization/>
</author>
<author fullname="F. Baker" initials="F." surname="Baker">
<organization/>
</author>
<author fullname="D. Black" initials="D." surname="Black">
<organization/>
</author>
<date month="December" year="1998"/>
<abstract>
<t>This document defines the IP header field, called the DS (for differentiated services) field. [STANDARDS-TRACK]</t>
</abstract>
</front>
</reference>
<reference anchor="RFC3168" target="https://www.rfc-editor.org/info/rfc3168">
<front>
<title>The Addition of Explicit Congestion Notification (ECN) to IP</title>
<seriesInfo name="DOI" value="10.17487/RFC3168"/>
<seriesInfo name="RFC" value="3168"/>
<author fullname="K. Ramakrishnan" initials="K." surname="Ramakrishnan">
<organization/>
</author>
<author fullname="S. Floyd" initials="S." surname="Floyd">
<organization/>
</author>
<author fullname="D. Black" initials="D." surname="Black">
<organization/>
</author>
<date month="September" year="2001"/>
<abstract>
<t>This memo specifies the incorporation of ECN (Explicit Congestion Notification) to TCP and IP, including ECN's use of two bits in the IP header. [STANDARDS-TRACK]</t>
</abstract>
</front>
</reference>
<reference anchor="RFC8200" target="https://www.rfc-editor.org/info/rfc8200">
<front>
<title>Internet Protocol, Version 6 (IPv6) Specification</title>
<seriesInfo name="DOI" value="10.17487/RFC8200"/>
<seriesInfo name="RFC" value="8200"/>
<seriesInfo name="STD" value="86"/>
<author fullname="S. Deering" initials="S." surname="Deering">
<organization/>
</author>
<author fullname="R. Hinden" initials="R." surname="Hinden">
<organization/>
</author>
<date month="July" year="2017"/>
<abstract>
<t>This document specifies version 6 of the Internet Protocol (IPv6). It obsoletes RFC 2460.</t>
</abstract>
</front>
</reference>
<reference anchor="RFC0791" target="https://www.rfc-editor.org/info/rfc791">
<front>
<title>Internet Protocol</title>
<seriesInfo name="DOI" value="10.17487/RFC0791"/>
<seriesInfo name="RFC" value="791"/>
<seriesInfo name="STD" value="5"/>
<author fullname="J. Postel" initials="J." surname="Postel">
<organization/>
</author>
<date month="September" year="1981"/>
</front>
</reference>
<reference anchor="RFC0793" target="https://www.rfc-editor.org/info/rfc793">
<front>
<title>Transmission Control Protocol</title>
<seriesInfo name="DOI" value="10.17487/RFC0793"/>
<seriesInfo name="RFC" value="793"/>
<seriesInfo name="STD" value="7"/>
<author fullname="J. Postel" initials="J." surname="Postel">
<organization/>
</author>
<date month="September" year="1981"/>
</front>
</reference>
<reference anchor="RFC2119" target="https://www.rfc-editor.org/info/rfc2119">
<front>
<title>Key words for use in RFCs to Indicate Requirement Levels</title>
<seriesInfo name="DOI" value="10.17487/RFC2119"/>
<seriesInfo name="RFC" value="2119"/>
<seriesInfo name="BCP" value="14"/>
<author fullname="S. Bradner" initials="S." surname="Bradner">
<organization/>
</author>
<date month="March" year="1997"/>
<abstract>
<t>In many standards track documents several words are used to signify the requirements in the specification. These words are often capitalized. This document defines these words as they should be interpreted in IETF documents. This document specifies an Internet Best Current Practices for the Internet Community, and requests discussion and suggestions for improvements.</t>
</abstract>
</front>
</reference>
<reference anchor="RFC8174" target="https://www.rfc-editor.org/info/rfc8174">
<front>
<title>Ambiguity of Uppercase vs Lowercase in RFC 2119 Key Words</title>
<seriesInfo name="DOI" value="10.17487/RFC8174"/>
<seriesInfo name="RFC" value="8174"/>
<seriesInfo name="BCP" value="14"/>
<author fullname="B. Leiba" initials="B." surname="Leiba">
<organization/>
</author>
<date month="May" year="2017"/>
<abstract>
<t>RFC 2119 specifies common key words that may be used in protocol specifications. This document aims to reduce the ambiguity by clarifying that only UPPERCASE usage of the key words have the defined special meanings.</t>
</abstract>
</front>
</reference>
</references>
</back>
<!-- ##markdown-source:
H4sIALHJZGAAA6Va63LbxpL+j6eYtX/YKhOMbvFFVamKIsmRKrakNe24Urtb
p4bAkJwQFx4MIIoxdWpfY//ts+yj7JPs1z0XACRl52yY0IbBufT0fN39dc/E
cRzVus7UiRjVTaqKOn774eqiSLOVUPe1KowuC1GXop4p8fHs9rurW7GoyrpM
ykyMGl2rSI7Hlbo7EdRvFKVlUsgcw6WVnNTxvMlkqgtdz3Q8qbQy8f5+lMoa
DQ73Dw/i/eN4/yBK8GJaVqsToYtJGUV6UZ2IumpMfbi//2b/MJKVkifiZ1Wo
SmbRsqzm06psFm5S8RkvdDEVP9PLaK5WaJGeiKuiVlWh6vicZIkiU8si/ZvM
ygLTr5SJFvpE/BvWMhCmrOpKTQyeVjk9/EcUyaaeldVJJOJI4KMLcyJ+GYpf
2iXxe7vcX8ryd1nIrV/LaioL/YesoccTcSnzcVNNxadC36nK6Holyon4qJJZ
UWbldMVdDCRR9Yk4zcUomS1l9YcqxqqaxmcyXzRGHHGrBJ3DgPZNmZJaD/Zf
uRZlU9Sk1J9VlcvCDr6Y8epfHL+Jj/fj48PX8avXR98f2R4qlzo7EXO7lmFn
836sm9lsmKqeMk6H4lPaTGUuO4o4NbKYyt4P0MHJxpJ/qlSuit5yb+q6jC/l
rIhPs0wpcdBZZqe5XeV5fAix3/y5dQJnhwev45eHR69ed9fZWBl/bAodj3kG
WmFUlBimhrTYevHh7dnh8atj93h08PK1e3wNaLrH/VdvDtrHoxMAGDAOg0RR
HMdCjrFQmQCGt85+DClil10ZsiuxVJUSqTJ6WqgUAM0UbBKWKFO5qL1J1gQd
nchMJDPoXRnsjADkyUSMANwxwp1OFICdKXlHRlI2tWgMtuJ///O/xESpDC/N
UJzd/Hp1Hh+8EQv0UrlOxEwaYWblskBznqxQGMjvoC6SrElpwFzR3NrkPLlb
DOQzzWIBs+KuSQlbvK9jQx6F1CJmDfYKv5XNdFbT2mnsgVBmoRItM7tWiImm
i2ahM7saY50U5P040wZT5yXpKKn0WFkhzaYb2+m1xHP2HHvoImtB/qcyXqd/
b3Qyt2pms2UTbVfFInk5aMVS3OmqbmgP7Cq9cEAq9S0X8Fo8ELTZZKkoylqM
FW1CSv0Xs5WhLYSsi0pBQzXWpWraFvFcDadD2rukbvAbTAn/YyZ1L3Nd8Khm
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
xuU9LxkWxteno/8DlPjGG5wzAAA=
-->
</rfc>