Talk:Communication protocol/Archive 1

Archive 1

Merge outcome

Material merged into this article in this edit came from the article Network protocol design principles, now a redirect.

Questionable passages removed from earlier draft, and comments:

An interesting fact is that the poor design of the error-correction protocol stack of the Internet forces a requirement for error-rates of 1x10-11. This is often achieved by tunneling the the internet protocols through a more reliable protocol such as ATM (asynchronous transfer mode).

This is not true. TCP will work reasonably well up to about 1x10-7, with slight degradation (0.12% packet loss on 12000 bit packets). In any case, it's fibre, not ATM, that is reliable. ATM has no EDC layer at all (unless you count cell header checksums)

The packets each have a checksum, the sum of all the 8-bit bytes in the packet.

No it's not: it's 16-bit one's complement checksum of the contents and a pseudo-IP-header: see http://www.networksorcery.com/enp/protocol/tcp.htm for details

In the internet, ICMP "pings" are sent by routers every 30 seconds or so. In the internet, when a ping fails, the router updates its routing table.

"Table" link rerouted, to provisional stub pending reorg of disambig of Table. --Jerzy 11:07, 2003 Oct 13 (UTC)
No, they're not pings: they're routing update messages.


-- The Anome

Thanks for the corrections. I think I need to qualify the remarks about the packet error rate. If an error rate above 1x10-11 is also coupled to a delay of three hundred milliseconds or more (i.e. a satellite link), I've heard reports that a packet storm of rebroadcast packets can occur, paralyzing the failing link until routers begin to avoid the congestion. A number of experimental and optionally-deployed protocols use more-selective packet retransmission to avoid this problem, which is a known defect in TCP caused by its windowed packet retransmission policy. Ray Van De Walker


See http://www.psc.edu/networking/tcp_friendly.html#performance and specifically the paper http://citeseer.nj.nec.com/mathis97macroscopic.html for

  • a theoretical derivation of TCP performance vs. error + delay * mathematical modelling ditto
  • actual measurements to back up the above.

This seems to suggest that error-limited performance is very roughly

bandwidth = (sqrt(mss) * C) / (rtt * sqrt(ber))

where the units are:

mss = max segment size in bits
C = dimensionless constant, approx 0.9 (see paper for more details)
rtt = round trip time in seconds
ber = bit error rate in per-bit

Note that this is a small-ber approximation, assuming loss is dominated by full-length packets.

Needless to say, the bandwidth does not go to infinity if the ber goes to zero: packet drops will occur when the b/w tries to exceed the physical link b/w.

This model appears to fit reality pretty well, according to the paper.

-- The Anome


Other things that might usefully be discussed

  • stream vs message protocols
  • out-of-order replies
  • pipelining
  • error recovery
  • marking boundaries (count at start vs special character)
  • out-of-band mechanisms (e.g. closing TCP connection to indicate end, FTP using new connections for file contents)

-- MartinPool


The articles should not be merged because then the article (combination of network and computing protocol) will be much to large. Xunex

RSYNC

The article says that RSYNC is a proprietary protocol. Thats confusing since the rsync program is free software (GNU GPL). Is rsync really a proprietary protocl?? —Preceding unsigned comment added by 90.185.57.145 (talk) 19:11, 5 February 2008 (UTC)

Proprietary standards

Odd that we have a section here about Proprietary standards, and they are mentioned in other articles, but we have no article on what they are or how they differer from other or "real" standards. Jim.henderson (talk) 17:39, 7 December 2008 (UTC)

Technologies? Standards? Protocols?

I noticed that some article don't reference to, and don't mention the term "Communications protocol". for example:

They're all mentioned as technologies or standards. Are they not Communication protocols? TaBaZzz (talk) 23:07, 10 February 2009 (UTC)

Hardware protocols

It has always sounded strange to me when someone refers to communications interconnect hardware as a protocol. Is Ethernet a protocol? Is WiFi a protocol? Is RS-232 a protocol? Is a data bus a protocol? If you visit these articles the subject is not discussed as being a protocol but as implementing or being capable of carrying various protocols. I can understand how the various matched parameters required for communications (e.g. electrical configuration and voltage levels, RF carrier frequency) could technically be considered a protocol but in my experience "protocol" is not how these things are described by practicing communications engineers. The article is not particularly clear on this point. I can edit the article to clarify this but would like to get some feedback first. --Kvng (talk) 17:50, 15 April 2010 (UTC)

Confusingly similar articles

Communications protocol and Protocol (computing) seemingly have overlapping content, and no clear boundary as to what's where. It seems to me that there are three separate topics:

  1. Computer network communication protocols (the most common meaning now)
  2. Communication protocols in other kinds of communication networks (e.g. Morse and/or voice via radio)
  3. Communication protocols in computing contexts (e.g. inter-process communication).

I'm trying to figure out how these three separate topics map onto the two articles we have. If I understand it correctly, 1 and 2 are supposed to be in Communications protocol, and 3 in Protocol (computing)? However, content from 1 seems to appear in both articles. So there are a couple of questions:

  • Do we want to have three articles, or two? Having three might make it more likely that we wouldn't have this confusing overlap of content.
  • If we do have three, what should the names be? I would suggest moving 1 to "Protocol (network)" - I know this is going to make a ton of work, but having it at "Communications protocol" seems somewhat confusing, I'd think that would be more appropriate for 2.
  • If only two, do I have the right impression of what ought to be in each article?

It is more important to me that we clear this up than that we adopt any particular solution! Noel (talk) 20:41, 1 September 2005 (UTC)

It doesn't appear that anyone has written anything covering items 2 and 3. If there's no content, there can't be an article or a section. First step will be to merge so that we don't have two articles covering the same topic, item 1. --Kvng (talk) 23:46, 11 May 2010 (UTC)

Now that I look at Special:Whatlinkshere/Communications protocol, a lot of pages actually link to Network protocol, which redirects here, (along with a lesser number of links to similar titles), so maybe the workload of a split wouldn't be too bad after all. That also suggests that the best name for 1 would be "Network protocol", which is what people seem to be using naturally. Noel (talk) 20:58, 1 September 2005 (UTC)

Just to bring it to your attention, I'm doing disambiguation of Protocol atm. I'm really not clear on the distinction between the scope of these two articles, so my redirection of links to either is probably fairly arbitrary. Hairy Dude 14:36, 7 March 2006 (UTC)

I suggest merging them into 1 article, and just having seperate sections for these 2 or 3 parts. That will make it easier to merge the overlapping content. We'll split it back up later after the article gets "too big". --65.70.89.241 16:43, 24 August 2006 (UTC)

The articles should be merged. I think the name should be "Network Protocol" since lots of links would indicate that most people use that phrase rather than computing protocol (never used, in my experience) or communications protocol (not so much, not even in the telecommunications industry - the thing that the telecommunications industry provides is just "The Network" - as opposed, of course, to "The Internet").

Speaking with my academic hat, there is no difference between a Protocol (Computing) and a Communications Protocol. The fields of computing and communications overlap in the area of protocols; computers need protocols to communicate and communications network need computing (hardware and/or software) to carry out the procedure for communicating. You might say that this wasn't the case when mechanical switches were used in telephony, but if a slide rule can be called a computer then so can a mechanical switch.

I have worked as a computer scientist for 30+ years, including 14 in the telecommunications industry (Bellcore/Bell Labs), so I could expand on this at length but would prefer to try to fix the articles. However, I'm a newbie to wikipedia and am concerned about style and - ahem - protocol.

How should I proceed? Ngriffeth 12:00, 28 June 2007 (UTC)

A merge has been proposed and has been open for discussion here since 2007. The way to proceed is to do the merge. --Kvng (talk) 17:50, 15 April 2010 (UTC)

Has anyone got a preference as to which direction to merge? That is, what should be the surviving name? Jim.henderson (talk) 20:17, 11 May 2010 (UTC)

I would suggest merging to Communications protocol and that would be the surviving name. A quick read-through shows Protocol (computing) to be all about communications. --Kvng (talk) 23:46, 11 May 2010 (UTC)
I have done the merge. --Kvng (talk) 14:57, 12 May 2010 (UTC)

Proposal: on how to add citations.

Some of my contributions need citing, but the page lacks a

<references/> etc.

I propose to do it like this:

== References == ! .. (books) ! [COMER]:Douglas E. Comer, title ... ISBN .. ! .. ! <references/>

The ! should be thought of as meaning a newline

In the text above:

Text .. <ref> [COMER]: Ch.11 .. pg 192 ..... etc </ref>

This way you don't have to repeat the title over and over again.--Jsoon eu (talk) 14:27, 24 September 2010 (UTC)

Have a look at WP:CITESHORT. Same idea. Wikipedia sanctioned formatting. --Kvng (talk) 15:09, 24 September 2010 (UTC)

"Wire format"

Wire format redirects to this article. Is it synonymous to communications protocol or does it have a special meaning? Thanks, --Abdull (talk) 12:04, 3 November 2010 (UTC)

History?

What is the history of communication protocols? —Preceding unsigned comment added by Jfgrcar (talkcontribs) 04:37, 2 December 2010 (UTC)

  • Protocols have been there since day one. They form the glue for communications, so they are very dependent on the operating systems used (in-system protocols) and the (inter)network architecture (between-systems protocols). The problems associated with operating systems where solved with "concurrent programming" and the problems with networks where solved with the "TCP/IP and ISO model". To give an idea of time: 1950-1970 operating systems, 1970-1980 closed systems malaise, 1980-1990 LANs and the Internet, 1990-2000 WWW (webprotocols).
    The recurring pattern in protocol history is that proprietary protocols are war declarations (on the market) and the inevitable (because communications assume agreement) standardizations are like peace treaties.
    Maybe others can give there view or comment on this take?--Jsoon eu (talk) 07:10, 12 December 2010 (UTC)

Length

The article is unnecessarily long. I will be thinning it. Please discuss any objections here. --Kvng (talk) 13:35, 12 April 2011 (UTC)

I have the exact same feeling. I started reading this article to learn about protocols and without a good knowledge in computers. I stopped in the way because:

  • the article is too wordy
  • entire sections seem irrelevant or poorly introduced
  • there's a lack of concrete short examples

Here are suggestions of improvement:

  • more examples and diagrams
  • talk about the Internet protocols (TCP / IP) more prominently, since this is an example most people would be interested in.
  • provide more context - history, creators, applications
  • delete sections around "protocols and programming languages" analogy. I don't have a CS background and therefore I did not get it. If writer tries to convey message, just say it. It took the double length to explain since he/she had to explain algorithm and programming languages. It may be relevant for "protocol design" but the result is a very long section that made me give up. -- Gabaix 7 June 2011 (UTC)

Computer science "generally accepted" definition

The Jargon File has an entry for it (http://www.catb.org/jargon/html/P/protocol.html). Most of it is semihumorous fluff, but the middle bit -- "describe any set of rules that allow different machines or pieces of software to coordinate with each other without ambiguity" -- is pretty solid, and I think the Jargon File is a pretty strong match for the criteria of generally acceptance by computer science. Heavenlyhash (talk) 18:03, 26 April 2011 (UTC)

Painter of the Treason of Images

The Treason of Images was painted by Rene Magritte (ref:3rd paragraph).

114.73.179.161 (talk) 09:46, 5 October 2010 (UTC)Carly

Dairyintheillawarra (talk · contribs) has corrected this. Riick (talk) 14:26, 5 October 2010 (UTC)

dfsd — Preceding unsigned comment added by 195.194.75.70 (talk) 10:24, 4 October 2012 (UTC)

protocol vs language

despite the comer reference i think there is an important distinction to be made between protocols and languages. protocols are usually restricted to a specific set of predefined messages whereas languages can communicate origninal content. — Preceding unsigned comment added by 69.116.92.84 (talk) 12:09, 22 August 2013 (UTC)

Hello fellow Wikipedians,

I have just modified 2 external links on Communications protocol. Please take a moment to review my edit. If you have any questions, or need the bot to ignore the links, or the page altogether, please visit this simple FaQ for additional information. I made the following changes:

When you have finished reviewing my changes, you may follow the instructions on the template below to fix any issues with the URLs.

This message was posted before February 2018. After February 2018, "External links modified" talk page sections are no longer generated or monitored by InternetArchiveBot. No special action is required regarding these talk page notices, other than regular verification using the archive tool instructions below. Editors have permission to delete these "External links modified" talk page sections if they want to de-clutter talk pages, but see the RfC before doing mass systematic removals. This message is updated dynamically through the template {{source check}} (last update: 5 June 2024).

  • If you have discovered URLs which were erroneously considered dead by the bot, you can report them with this tool.
  • If you found an error with any archives or the URLs themselves, you can fix them with this tool.

Cheers.—InternetArchiveBot (Report bug) 12:32, 11 August 2017 (UTC)

Communication(s) protocol

It looks like Cherdchai Iamwongsrikul moved this page from Communications protocol to Communication protocol. I'm not sure this is an improvement. I don't see that Cherdchai Iamwongsrikul has provided a justification for this. I haven't done a detailed comparison between the two but it looks like we have over 500 links coming in through what is now a Communications protocol redirect. ~Kvng (talk) 15:05, 5 December 2017 (UTC)

It's an WP:ENGVAR issue with some people being used to communications protocol and some to communication protocol. Using s is better as far as I'm concerned; see communications system (with s) in the lead sentence! If there is no reason to remove the s, I support moving the article back. Johnuniq (talk) 22:07, 5 December 2017 (UTC)
I generally support reverting unexplained changes that are not significant improvements and, since we haven't heard anything from Cherdchai Iamwongsrikul, this is such a case. ~Kvng (talk) 13:50, 8 December 2017 (UTC)

I believe that the singular version is actually historically accurate and is perhaps even the original form of the term, but perhaps slightly less common today. See for example, Carl Sunshine (1979, Rand Corp.) Formal Methods for Communication Protocol Specification and Verification, N-1429-ARPA/NBS. Accordingly, the term can be found in this form also in post-Bell System publications of the 1990s, see for example Bellcore Notes on the Networks. Kbrose (talk) 14:17, 8 December 2017 (UTC)

PS: In the RFCs the singular term outnumbers the plural by 198 to 77, and over 50 documents containing both terms. The latest one for the singular case is RFC 8306. Kbrose (talk) 14:36, 8 December 2017 (UTC)
It look like we're clearly at no consensus at this point. Like I said, to keep things moving forward, I generally revert changes that are not clear improvements. But I also don't find it fun or productive to quibble about WP:ENGVAR so I'm just going to leave this to wander for now. ~Kvng (talk) 14:51, 17 December 2017 (UTC)

Network protocol redirect

Howdy, "Network protocol" redirects here, maybe it's a good idea to add the redirect banner for network layer protocols as per "Network layer#protocols"? Jurryaany (talk) 14:00, 27 April 2019 (UTC)

Sure but I don't also see there being a lot of potential for WP:ASTONISHment with things as they are. ~Kvng (talk) 13:45, 30 April 2019 (UTC)