Difference between revisions of "Protocols"

From VideoLAN Wiki
Jump to navigation Jump to search
m (c/e)
Line 1: Line 1:
'''Protocols''' are the way how applications communicate with each other through a network. There are very basic ones such as [[IP]], [[TCP]] and [[UDP]] and top-level ones we will describe in the following. Please look at the listed articles for details about them and feel free to expand the list.
+
'''Protocols''' are the way how applications communicate with each other through a network. There are very basic ones such as [[IP]], [[TCP]] and [[UDP]] and top-level ones such as the ones given below.<br>
 +
Please look at the listed articles for details about them, and feel free to expand the list.
  
 
* [[HTTP]]
 
* [[HTTP]]
Line 15: Line 16:
  
 
----
 
----
{{VLC}} also use a [[fake]] protocol...
+
{{VLC}} also uses a [[fake]] protocol...
  
 
[[Category:Protocols]]
 
[[Category:Protocols]]
Line 22: Line 23:
 
'''External Links'''
 
'''External Links'''
  
*[http://blog.eukhost.com/2006/10/14/protocols More Info on Protocols]
+
* [http://blog.eukhost.com/2006/10/14/protocols More Info on Protocols]
*[http://blog.webhosting.uk.com/2006/11/27/protocol-stack-tcpip/ Protocol Stack (TCP/IP)]
+
* [http://blog.webhosting.uk.com/2006/11/27/protocol-stack-tcpip/ Protocol Stack (TCP/IP)]

Revision as of 22:51, 4 November 2014

Protocols are the way how applications communicate with each other through a network. There are very basic ones – such as IP, TCP and UDP – and top-level ones such as the ones given below.
Please look at the listed articles for details about them, and feel free to expand the list.



VLC media player also uses a fake protocol...


External Links