Hacker News new | ask | show | jobs
by vjoshi 3916 days ago
text-based vs binary. So most of the characters used in the IP are between 0x20 (space) and 0x7E (~), opposed to transmitting binary over the connection.
2 comments

Only HTTP is text based. TCP, IP, and link-layer protocols are binary.

HTTP is text based because it is a protocol for transferring (hyper)text and so was intended to be human readable like hypertext is.

what do you mean IP?