What is the difference between net.tcp and http?
What is the difference between net.tcp and http?开发者_如何学运维
net.tcp: TCP based protocol. Basically it is TCP, the higher layers are "propietary".
http: HTTP based protocol - which defines a LOT more than TCP.
At the end, HTTP is web service compatible, while TCP is efficient.
Those are two different protocols.
This is HTTP.
This is TCP.
精彩评论