Jump to content

Text-based protocol

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by InternetArchiveBot (talk | contribs) at 21:15, 17 June 2018 (Rescuing 1 sources and tagging 0 as dead. #IABot (v2.0beta)). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

A text-based protocol or plain text protocol is a communications protocol whose content representation is in human-readable format.

The immediate human readability stands in contrast to binary protocols which have inherent benefits for use in a computer environment (such as ease of mechanical parsing and improved bandwidth utilization).

Different network applications have different methods of encapsulating data. One method very common with Internet protocols is a text oriented representation that transmits requests and responses as lines of ASCII text, terminated by a newline character (and usually a carriage return character). Typical examples are FTP (File Transfer Protocol), SMTP (Simple Mail Transfer Protocol), or the finger protocol.[1]

Text-based protocols are typically optimized for human parsing and interpretation, and are therefore suitable whenever human inspection of protocol contents is required, such as during debugging and during early protocol development design phases.

See also

References

  1. ^ "Archived copy". Archived from the original on 2010-05-30. Retrieved 2014-10-21. {{cite web}}: Unknown parameter |deadurl= ignored (|url-status= suggested) (help)CS1 maint: archived copy as title (link)