Skip to content

Commit 158311f

Browse files
committed
Updates for new RFC.
1 parent 15d86bd commit 158311f

File tree

1 file changed

+54
-47
lines changed

1 file changed

+54
-47
lines changed

doc/rfc-new.txt

Lines changed: 54 additions & 47 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,17 @@
1-
2-
3-
4-
5-
6-
7-
Independent Submission A. McKenzie
8-
Request for Comments: 6529 S. Crocker
9-
Category: Historic April 2012
10-
ISSN: 2070-1721
11-
1+
Independent Submission L. Brinkhoff
2+
Request for Comments: XXXX N. Chiappa
3+
Category: Historic A. McKenzie
4+
ISSN: XXXX-XXX S. Crocker
5+
Obsoletes: 165, 6529 J. Postel
6+
April 2025
127

138
Host/Host Protocol for the ARPA Network
149

1510
Abstract
1611

12+
| The authors suggest the Internet community should switch to another
13+
| protocol.
14+
1715
This document reproduces the Host/Host Protocol developed by the ARPA
1816
Network Working Group during 1969, 1970, and 1971. It describes a
1917
protocol used to manage communication between processes residing on
@@ -40,7 +38,7 @@ Status of This Memo
4038

4139
Information about the current status of this document, any errata,
4240
and how to provide feedback on it may be obtained at
43-
http://www.rfc-editor.org/info/rfc6529.
41+
http://www.rfc-editor.org/info/rfcXXXX.
4442

4543

4644

@@ -55,7 +53,8 @@ Status of This Memo
5553

5654

5755

58-
McKenzie & Crocker Historic [Page 1]
56+
Brinkhoff, Chiappa, McKenzie & Crocker Historic [Page 1]
57+
Brinkhoff, Chiappa, McKenzie & Crocker Historic [Page 1]
5958

6059
RFC 6529 Host-Host Protocol for the ARPA Network April 2012
6160

@@ -111,7 +110,7 @@ Table of Contents
111110

112111

113112

114-
McKenzie & Crocker Historic [Page 2]
113+
Brinkhoff, Chiappa, McKenzie & Crocker Historic [Page 2]
115114

116115
RFC 6529 Host-Host Protocol for the ARPA Network April 2012
117116

@@ -167,7 +166,7 @@ RFC 6529 Host-Host Protocol for the ARPA Network April 2012
167166

168167

169168

170-
McKenzie & Crocker Historic [Page 3]
169+
Brinkhoff, Chiappa, McKenzie & Crocker Historic [Page 3]
171170

172171
RFC 6529 Host-Host Protocol for the ARPA Network April 2012
173172

@@ -223,7 +222,7 @@ RFC 6529 Host-Host Protocol for the ARPA Network April 2012
223222

224223

225224

226-
McKenzie & Crocker Historic [Page 4]
225+
Brinkhoff, Chiappa, McKenzie & Crocker Historic [Page 4]
227226

228227
RFC 6529 Host-Host Protocol for the ARPA Network April 2012
229228

@@ -279,7 +278,7 @@ RFC 6529 Host-Host Protocol for the ARPA Network April 2012
279278

280279

281280

282-
McKenzie & Crocker Historic [Page 5]
281+
Brinkhoff, Chiappa, McKenzie & Crocker Historic [Page 5]
283282

284283
RFC 6529 Host-Host Protocol for the ARPA Network April 2012
285284

@@ -335,7 +334,7 @@ RFC 6529 Host-Host Protocol for the ARPA Network April 2012
335334

336335

337336

338-
McKenzie & Crocker Historic [Page 6]
337+
Brinkhoff, Chiappa, McKenzie & Crocker Historic [Page 6]
339338

340339
RFC 6529 Host-Host Protocol for the ARPA Network April 2012
341340

@@ -391,7 +390,7 @@ RFC 6529 Host-Host Protocol for the ARPA Network April 2012
391390

392391

393392

394-
McKenzie & Crocker Historic [Page 7]
393+
Brinkhoff, Chiappa, McKenzie & Crocker Historic [Page 7]
395394

396395
RFC 6529 Host-Host Protocol for the ARPA Network April 2012
397396

@@ -447,7 +446,7 @@ RFC 6529 Host-Host Protocol for the ARPA Network April 2012
447446

448447

449448

450-
McKenzie & Crocker Historic [Page 8]
449+
Brinkhoff, Chiappa, McKenzie & Crocker Historic [Page 8]
451450

452451
RFC 6529 Host-Host Protocol for the ARPA Network April 2012
453452

@@ -503,7 +502,7 @@ RFC 6529 Host-Host Protocol for the ARPA Network April 2012
503502

504503

505504

506-
McKenzie & Crocker Historic [Page 9]
505+
Brinkhoff, Chiappa, McKenzie & Crocker Historic [Page 9]
507506

508507
RFC 6529 Host-Host Protocol for the ARPA Network April 2012
509508

@@ -559,6 +558,7 @@ RFC 6529 Host-Host Protocol for the ARPA Network April 2012
559558

560559

561560

561+
Brinkhoff, Chiappa, McKenzie & Crocker Historic [Page 10]
562562
McKenzie & Crocker Historic [Page 10]
563563

564564
RFC 6529 Host-Host Protocol for the ARPA Network April 2012
@@ -615,7 +615,7 @@ RFC 6529 Host-Host Protocol for the ARPA Network April 2012
615615

616616

617617

618-
McKenzie & Crocker Historic [Page 11]
618+
Brinkhoff, Chiappa, McKenzie & Crocker Historic [Page 11]
619619

620620
RFC 6529 Host-Host Protocol for the ARPA Network April 2012
621621

@@ -625,7 +625,8 @@ RFC 6529 Host-Host Protocol for the ARPA Network April 2012
625625
that byte size, then the outer layer of protocol will not be
626626
implementable on that Host.
627627

628-
The IMP sub-network requires that the first 32 bits of each message
628+
| The original protocol on the IMP sub-network requires that the first
629+
32 bits of each message
629630
(called the leader) contain addressing information, including
630631
destination Host address and link number. The second level protocol
631632
extends the required information at the beginning of each message to
@@ -634,9 +635,15 @@ RFC 6529 Host-Host Protocol for the ARPA Network April 2012
634635
conveniently with 8-bit units of data or have word lengths of 18 or
635636
36 bits; 72 is the least common multiple of these lengths. Thus, the
636637
length chosen for the message header should reduce bit-shifting
637-
problems for many Hosts. In addition to the leader, the message
638+
problems for many Hosts.
639+
| In 1976, the leader was extended to 96 bits, the host was allowed
640+
| to specify some number of 16-bit padding words between the leader
641+
| and the message data portion.
642+
In addition to the leader, the message
638643
header includes a field giving the byte size used in the message, a
639644
field giving the number of bytes in the message, and "filler" fields.
645+
| Note that the message header applies to both control messages and
646+
| regular messages containing data.
640647
The format of the message header is fully described in Section IV.
641648

642649
Another major concern of the second level protocol is a method for
@@ -671,7 +678,7 @@ RFC 6529 Host-Host Protocol for the ARPA Network April 2012
671678

672679

673680

674-
McKenzie & Crocker Historic [Page 12]
681+
Brinkhoff, Chiappa, McKenzie & Crocker Historic [Page 12]
675682

676683
RFC 6529 Host-Host Protocol for the ARPA Network April 2012
677684

@@ -727,7 +734,7 @@ RFC 6529 Host-Host Protocol for the ARPA Network April 2012
727734

728735

729736

730-
McKenzie & Crocker Historic [Page 13]
737+
Brinkhoff, Chiappa, McKenzie & Crocker Historic [Page 13]
731738

732739
RFC 6529 Host-Host Protocol for the ARPA Network April 2012
733740

@@ -783,7 +790,7 @@ RFC 6529 Host-Host Protocol for the ARPA Network April 2012
783790

784791

785792

786-
McKenzie & Crocker Historic [Page 14]
793+
Brinkhoff, Chiappa, McKenzie & Crocker Historic [Page 14]
787794

788795
RFC 6529 Host-Host Protocol for the ARPA Network April 2012
789796

@@ -839,7 +846,7 @@ RFC 6529 Host-Host Protocol for the ARPA Network April 2012
839846

840847

841848

842-
McKenzie & Crocker Historic [Page 15]
849+
Brinkhoff, Chiappa, McKenzie & Crocker Historic [Page 15]
843850

844851
RFC 6529 Host-Host Protocol for the ARPA Network April 2012
845852

@@ -895,7 +902,7 @@ RFC 6529 Host-Host Protocol for the ARPA Network April 2012
895902

896903

897904

898-
McKenzie & Crocker Historic [Page 16]
905+
Brinkhoff, Chiappa, McKenzie & Crocker Historic [Page 16]
899906

900907
RFC 6529 Host-Host Protocol for the ARPA Network April 2012
901908

@@ -951,7 +958,7 @@ RFC 6529 Host-Host Protocol for the ARPA Network April 2012
951958

952959

953960

954-
McKenzie & Crocker Historic [Page 17]
961+
Brinkhoff, Chiappa, McKenzie & Crocker Historic [Page 17]
955962

956963
RFC 6529 Host-Host Protocol for the ARPA Network April 2012
957964

@@ -1007,7 +1014,7 @@ RFC 6529 Host-Host Protocol for the ARPA Network April 2012
10071014

10081015

10091016

1010-
McKenzie & Crocker Historic [Page 18]
1017+
Brinkhoff, Chiappa, McKenzie & Crocker Historic [Page 18]
10111018

10121019
RFC 6529 Host-Host Protocol for the ARPA Network April 2012
10131020

@@ -1063,7 +1070,7 @@ RFC 6529 Host-Host Protocol for the ARPA Network April 2012
10631070

10641071

10651072

1066-
McKenzie & Crocker Historic [Page 19]
1073+
Brinkhoff, Chiappa, McKenzie & Crocker Historic [Page 19]
10671074

10681075
RFC 6529 Host-Host Protocol for the ARPA Network April 2012
10691076

@@ -1119,7 +1126,7 @@ RFC 6529 Host-Host Protocol for the ARPA Network April 2012
11191126

11201127

11211128

1122-
McKenzie & Crocker Historic [Page 20]
1129+
Brinkhoff, Chiappa, McKenzie & Crocker Historic [Page 20]
11231130

11241131
RFC 6529 Host-Host Protocol for the ARPA Network April 2012
11251132

@@ -1175,7 +1182,7 @@ RFC 6529 Host-Host Protocol for the ARPA Network April 2012
11751182

11761183

11771184

1178-
McKenzie & Crocker Historic [Page 21]
1185+
Brinkhoff, Chiappa, McKenzie & Crocker Historic [Page 21]
11791186

11801187
RFC 6529 Host-Host Protocol for the ARPA Network April 2012
11811188

@@ -1231,7 +1238,7 @@ RFC 6529 Host-Host Protocol for the ARPA Network April 2012
12311238

12321239

12331240

1234-
McKenzie & Crocker Historic [Page 22]
1241+
Brinkhoff, Chiappa, McKenzie & Crocker Historic [Page 22]
12351242

12361243
RFC 6529 Host-Host Protocol for the ARPA Network April 2012
12371244

@@ -1287,7 +1294,7 @@ RFC 6529 Host-Host Protocol for the ARPA Network April 2012
12871294

12881295

12891296

1290-
McKenzie & Crocker Historic [Page 23]
1297+
Brinkhoff, Chiappa, McKenzie & Crocker Historic [Page 23]
12911298

12921299
RFC 6529 Host-Host Protocol for the ARPA Network April 2012
12931300

@@ -1343,7 +1350,7 @@ RFC 6529 Host-Host Protocol for the ARPA Network April 2012
13431350

13441351

13451352

1346-
McKenzie & Crocker Historic [Page 24]
1353+
Brinkhoff, Chiappa, McKenzie & Crocker Historic [Page 24]
13471354

13481355
RFC 6529 Host-Host Protocol for the ARPA Network April 2012
13491356

@@ -1399,7 +1406,7 @@ RFC 6529 Host-Host Protocol for the ARPA Network April 2012
13991406

14001407

14011408

1402-
McKenzie & Crocker Historic [Page 25]
1409+
Brinkhoff, Chiappa, McKenzie & Crocker Historic [Page 25]
14031410

14041411
RFC 6529 Host-Host Protocol for the ARPA Network April 2012
14051412

@@ -1455,7 +1462,7 @@ RFC 6529 Host-Host Protocol for the ARPA Network April 2012
14551462

14561463

14571464

1458-
McKenzie & Crocker Historic [Page 26]
1465+
Brinkhoff, Chiappa, McKenzie & Crocker Historic [Page 26]
14591466

14601467
RFC 6529 Host-Host Protocol for the ARPA Network April 2012
14611468

@@ -1511,7 +1518,7 @@ RFC 6529 Host-Host Protocol for the ARPA Network April 2012
15111518

15121519

15131520

1514-
McKenzie & Crocker Historic [Page 27]
1521+
Brinkhoff, Chiappa, McKenzie & Crocker Historic [Page 27]
15151522

15161523
RFC 6529 Host-Host Protocol for the ARPA Network April 2012
15171524

@@ -1567,7 +1574,7 @@ RFC 6529 Host-Host Protocol for the ARPA Network April 2012
15671574

15681575

15691576

1570-
McKenzie & Crocker Historic [Page 28]
1577+
Brinkhoff, Chiappa, McKenzie & Crocker Historic [Page 28]
15711578

15721579
RFC 6529 Host-Host Protocol for the ARPA Network April 2012
15731580

@@ -1623,7 +1630,7 @@ RFC 6529 Host-Host Protocol for the ARPA Network April 2012
16231630

16241631

16251632

1626-
McKenzie & Crocker Historic [Page 29]
1633+
Brinkhoff, Chiappa, McKenzie & Crocker Historic [Page 29]
16271634

16281635
RFC 6529 Host-Host Protocol for the ARPA Network April 2012
16291636

@@ -1679,7 +1686,7 @@ RFC 6529 Host-Host Protocol for the ARPA Network April 2012
16791686

16801687

16811688

1682-
McKenzie & Crocker Historic [Page 30]
1689+
Brinkhoff, Chiappa, McKenzie & Crocker Historic [Page 30]
16831690

16841691
RFC 6529 Host-Host Protocol for the ARPA Network April 2012
16851692

@@ -1735,7 +1742,7 @@ RFC 6529 Host-Host Protocol for the ARPA Network April 2012
17351742

17361743

17371744

1738-
McKenzie & Crocker Historic [Page 31]
1745+
Brinkhoff, Chiappa, McKenzie & Crocker Historic [Page 31]
17391746

17401747
RFC 6529 Host-Host Protocol for the ARPA Network April 2012
17411748

@@ -1791,7 +1798,7 @@ RFC 6529 Host-Host Protocol for the ARPA Network April 2012
17911798

17921799

17931800

1794-
McKenzie & Crocker Historic [Page 32]
1801+
Brinkhoff, Chiappa, McKenzie & Crocker Historic [Page 32]
17951802

17961803
RFC 6529 Host-Host Protocol for the ARPA Network April 2012
17971804

@@ -1847,7 +1854,7 @@ RFC 6529 Host-Host Protocol for the ARPA Network April 2012
18471854

18481855

18491856

1850-
McKenzie & Crocker Historic [Page 33]
1857+
Brinkhoff, Chiappa, McKenzie & Crocker Historic [Page 33]
18511858

18521859
RFC 6529 Host-Host Protocol for the ARPA Network April 2012
18531860

@@ -1903,5 +1910,5 @@ Authors' Addresses
19031910

19041911

19051912

1906-
McKenzie & Crocker Historic [Page 34]
1913+
Brinkhoff, Chiappa, McKenzie & Crocker Historic [Page 34]
19071914

0 commit comments

Comments
 (0)