ip - How to transmit a file larger than 65,536 bytes using IPv4 -
i wanted know if there way send larger files 65,536 bytes using ipv4 you shouldn't using raw ip. there's reason implementation of tcp/ip typically called "stack". communication typically done layering protocols on top of each other. each layer takes layer below it, , either abstracts away aspect of lower-level protocol or adds useful functionality. a web server, example, ends using several layers of protocols: ethernet, wifi, or other such protocols, provides physical (or radio) connection , signaling rules enable machines talk each other @ all. ip, adds concept of routing , globally available addresses. tcp, adds concept of "ports", allows several apps use same ip address @ same time without stepping on each other's toes; abstracts discrete packets of ip full-duplex, arbitrary-length stream of bytes; and adds detection , correction of errors , lost/duplicate data. ssl and/or tls (sometimes), adds semi-transparent encryption ...