/
TCP/IP Framing Protocol
TCP/IP Framing Protocol
If you have stream protocol of data how do you know when a item starts and when it is finished?
This is problem that every TCP/IP protocol needs to solve.
How do we know a data item like say an HL7 message with lab data starts and ends? Or a request for a web page or the results of requesting a web page?
One example of framing protocol is the lower layer protocol used for HL7.
Another example is the HTTP protocol used for the world wide web.
, multiple selections available,
Related content
HTTP is a framing protocol for dealing with a TCP/IP stream
HTTP is a framing protocol for dealing with a TCP/IP stream
More like this
TCP/IP is a stream protocol
TCP/IP is a stream protocol
More like this
History of HTTP
History of HTTP
More like this
HTTP - chunked transfer encoding
HTTP - chunked transfer encoding
Read with this
Handling large amounts of data with sockets and an event loop
Handling large amounts of data with sockets and an event loop
More like this
SSL/TLS - what is that?
SSL/TLS - what is that?
Read with this