Prečo bol 80 vybraný ako predvolený HTTP port a 443 ako predvolený port HTTPS?

Obsah:

Prečo bol 80 vybraný ako predvolený HTTP port a 443 ako predvolený port HTTPS?
Prečo bol 80 vybraný ako predvolený HTTP port a 443 ako predvolený port HTTPS?
Anonim
Zatiaľ čo mnohí z nás sú oboznámení s rôznymi portami, ktoré sú pridelené na konkrétne účely alebo použitie, nemusíme vedieť, prečo boli vybrané. Dnešný príspevok SuperUser Q & A má odpovede na otázky zvedavého čitateľa.
Zatiaľ čo mnohí z nás sú oboznámení s rôznymi portami, ktoré sú pridelené na konkrétne účely alebo použitie, nemusíme vedieť, prečo boli vybrané. Dnešný príspevok SuperUser Q & A má odpovede na otázky zvedavého čitateľa.

Dnešná relácia otázok a odpovedí sa k nám pridelí zdvorilosťou SuperUser - podskupiny Stack Exchange, skupín webových stránok týkajúcich sa otázok a odpovedí.

Foto s láskavým dovolením Rodneyho Lewisa (Flickr).

Otázka

Čítačka SuperUser Samuel Alexander chce vedieť, prečo boli ako štandardné porty HTTP a HTTPS vybraté 80 a 443:

Why was port 80 chosen as the default HTTP port and 443 as the default HTTPS port? Is there any particular reason or was it just defined that way?

Prečo boli vybraté 80 a 443 ako predvolené porty HTTP a HTTPS?

Odpoveď

Sponzor SuperUser jcbermu má odpoveď pre nás:

The Internet Assigned Numbers Authority (IANA) is a department of ICANN, a non-profit private corporation that oversees global IP address allocation, the Domain Name System (DNS), well-known ports, and other Internet Protocol-related symbols and numbers.

During March of 1990, they published a document (RFC 1060) where they listed all the well-known ports at that time. In that list there was no protocol assigned to port 80 (it jumped from 79 to 81):

At that time, port 80 was officially free. In 1991, Tim Berners-Lee issued the first version of HTTP in a document (HTTP 0.9) where he stated:
At that time, port 80 was officially free. In 1991, Tim Berners-Lee issued the first version of HTTP in a document (HTTP 0.9) where he stated:
Then in July of 1992, RFC1060 was made obsolete by a new document (RFC 1340) where the following appeared:
Then in July of 1992, RFC1060 was made obsolete by a new document (RFC 1340) where the following appeared:
That document made 80 the official port for HTTP (www). However there is nothing about port 443 in that document. During October of 1994, RFC 1700 was published and this appeared for the first time:
That document made 80 the official port for HTTP (www). However there is nothing about port 443 in that document. During October of 1994, RFC 1700 was published and this appeared for the first time:
It seems it was solicited by Kipp E.B. Hickman, who at the time worked at Mosaic, the first GUI browser company that later went on to become Netscape. It is not clear why port 443 was chosen. However, the previous RFC document had a gap from 374 through 512, but in RFC1700 the space from 375 to 451 was filled. It is most likely that the numbers were simply given in order of request.
It seems it was solicited by Kipp E.B. Hickman, who at the time worked at Mosaic, the first GUI browser company that later went on to become Netscape. It is not clear why port 443 was chosen. However, the previous RFC document had a gap from 374 through 512, but in RFC1700 the space from 375 to 451 was filled. It is most likely that the numbers were simply given in order of request.

Máte niečo doplniť vysvetlenie? Znížte komentáre. Chcete si prečítať viac odpovedí od iných používateľov technológie Stack Exchange? Pozrite sa na celý diskusný príspevok tu.

Odporúča: