How to understand network protocols?

后端 未结 6 1838
慢半拍i
慢半拍i 2020-12-22 22:42

I work in web development, but I don\'t have a great understanding of network protocols. I recall hearing an analogy that TCP, HTTP, and SSL can be thought of as a series of

6条回答
  •  执笔经年
    2020-12-22 22:59

    For the throughout description of TCP/IP networking (without physical layer, e.g., Ethernet), pick TCP/IP Illustrated by Stevens. If you going to do some low-level network programming, Unix network programming by the same author is the best.

提交回复
热议问题