Talk:Internet Protocol

Page contents not supported in other languages.
From Wikipedia, the free encyclopedia

"stream" rather than "multicast"[edit]

I described ST as a "stream" protocol rather than "multicast" since IPv4 supports multicast too; the essential difference in ST is that it requires setup in the switches/routers before any data can be sent. Noel 05:09, 24 Aug 2003 (UTC)

Moving header format to IPv4 page[edit]

Given that we have IPv4 and IPv6 pages, I think a lot of the detail on IPv4 (header formats, etc) should be moved to that page, and simply referred to from here. This page would then contain just generic internetwork-level concepts. Is everyone OK with this? Noel 14:44, 4 Oct 2004 (UTC)

I agree with these changes. *think*
Though, there are a couple of ways of thinking about it. Personally, I feel that IP should now be thought of as a sort of generic term that refers to several different network layer protocols, and there ought to be links to the specifics of those protocols. But, OTOH, whenever anybody talks about IP right now, they mean IPv4. I hope that won't be the case in the future, but the fact is, it is the case right now.
--Omnifarious 05:31, 2004 Oct 5 (UTC)

Bund Marao

Structure[edit]

Maybe something like this could be added? http://www.visi.com/~mjb/Drawings/ (I found it looking at:) http://digg.com/software/IP_TCP_UDP_and_ICMP_Header_Drawings ntg_sf 13 Nov 2006

The advantages of IP/ Packet based networking[edit]

IP is clearly a winner (see Next Generation Networking/all-IP) but how about a section on why. Your thoughts... —Preceding unsigned comment added by 203.152.115.183 (talk) 00:23, 16 November 2007 (UTC)[reply]

This is discussed at Next-generation_network#Underlying_technology_components. Probably not necessary here. ~Kvng (talk) 16:44, 25 March 2020 (UTC)[reply]

IPv8 & IPv10[edit]

There are actually two serious third-party proposals/developments for IPv8 and IPv10:

Though I'm not sure if that has any place in this article. 77.191.117.22 (talk) 17:49, 28 May 2019 (UTC)[reply]

IPv8 is not an official protocol not does have its RFC documentation on the IEEE. Same goes for IPv10, that's a draft for a solution for IPv4 and IPv6 communication. Aetheralattack (talk) 23:33, 18 February 2021 (UTC)[reply]

IP in "the original Transmission Control Program"?[edit]

The article currently says

IP was the connectionless datagram service in the original Transmission Control Program introduced by Vint Cerf and Bob Kahn in 1974, which was complemented by a connection-oriented service that became the basis for the Transmission Control Protocol (TCP). The Internet protocol suite is therefore often referred to as TCP/IP.

If "the original Transmission Control Program introduced by Vint Cerf and Bob Kahn in 1974" refers to the "Transmission Control Program" in "A Protocol for Packet Network Intercommunication", that paper appears to discuss a single protocol that incorporates packet forwarding, segmentation/desegmentation, and end-to-end reliability functions. I'm not sure whether that protocol was intended to be used by hosts communicating with packet switches, with the switches possibly using an unrelated protocol to route packets from the switch to which the packet was delivered by the sending host to the switch that should deliver the packet to the receiving host.

Jon Postel, in IEN 2, says

We are screwing up in our design of internet protocols by violating the principle of layering. Specifically we are trying to use TCP to do two things: serve as a host level end to end protocol, and to serve as an internet packaging and routing protocol. These two things should be provided in a layered and modular way. I suggest that a new distinct internetwork protocol is needed, and that TCP be used strictly as a host level end to end protocol. I also believe that if TCP is used only in this cleaner way it can be simplified somewhat. A third item must be specified as well -- the interface between the internet host to host protocol and the internet hop by hop protocol.

In the introduction, Postel says

This memo suggests an approach to protocols used in internetwork systems somewhat different from the main thrust of the work on the Transmission Control Protocol (TCP) [1].

[1] is "Cerf, V. "Specification of TCP version 2," March 1977", which is presumably IEN 5 (probably added as an IEN after IEN 2 was written, given that the date on IEN 5 is earlier than the date of IEN 2). That paper does separate the "internetwork header" and the "TCP header", with the internetwork header having a 4-bit "Format" field indicating whether the packet is a "Raw internet packet", a TCP packet, a "Secure TCP" packet, or an "Internet debugger (XNET)" packet, with the other values reserved. The part of the header that ends with the "Format" field is somewhat like an IP header, with the "Format" field being a "next protocol" field, with what comes after it with a TCP packet being somewhat like a TCP header. So there was some notion of a split between IP and TCP functions, albeit without explicitly layering the protocols in the TCP/IP sense.

The 1974 Cerf/Kahn paper doesn't give as much detail as "Specification of TCP version 2" does, so I'm not sure how much separation of function there was in that paper, and there doesn't seem to be any protocol split there.

So at what point was there an "IP", separate from "TCP"? Guy Harris (talk) 05:50, 11 January 2022 (UTC)[reply]

I found and added the following to Internet protocol suite#History: "In version 3 of TCP, written in 1978, the Transmission Control Program was split into two distinct protocols, the Internet Protocol as connectionless layer and the Transmission Control Protocol as a reliable connection-oriented service.[1]" There's some further history at Transmission_Control_Protocol#Historical_origin, History_of_the_Internet#TCP/IP and Protocol_Wars#DoD_model_vs_X.25_and_proprietary_standards. Whizz40 (talk) 11:18, 11 January 2022 (UTC)[reply]

References

  1. ^ "The TCP/IP Guide - TCP/IP Overview and History". www.tcpipguide.com. Retrieved 2020-02-11.