What is the difference between net.tcp and http?

http, tcp, wcf

Solution

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.

Problem

What is the difference between net.tcp and http?

Original source