最近想学习下tcp/ip编程,在图书馆看到一本书tcp/ip网络编程,一个韩国人写的书,觉得有点枯燥,例子有点生硬,然后在例子后面简单注释下,想问下tcp/ip网络编程入门的书籍有哪些值得一看的?
天蓬老师2017-04-17 13:08:03
Turing’s illustrated series is a good introduction, and after that I feel like I can read a few classic books (detailed explanation of TCP/IP, etc.).
Illustration of HTTP
Illustration of TCP/IP
天蓬老师2017-04-17 13:08:03
Reading books is one thing. Books that basically explain tcp/ip all talk about the same principles. The focus is on your own hands-on verification practice
PHPz2017-04-17 13:08:03
Ha, it’s best to choose a book written in a language you are familiar with
Good ones include
UNIX Network Programming Volume 1
TCPIP Volume 1
If you don’t know anything about networking, read this
Computer Network Top-Down Method Sixth Edition
伊谢尔伦2017-04-17 13:08:03
If you want to learn systematically, you can choose:
TCP/IP Detailed Explanation Volume 1: Protocol
(Many people choose this book as the starting point for learning Tcp)
If you want to have a general introduction first If you have some knowledge about the Internet and your English reading skills are good, I recommend:
Link
PHPz2017-04-17 13:08:03
The most classic detailed explanation of TCP/IP, Volume 1
If you can chew it down, then look at the Linux network protocol stack code, it will definitely be fine
迷茫2017-04-17 13:08:03
Must be the first volume of TCP/IP Detailed Introduction. It's ok until you see the end of the TCP protocol. Combined with wireshark, the focus is on understanding the principles of the protocol stack. You can deepen your understanding of network programming and understand what is happening and why.
黄舟2017-04-17 13:08:03
Three famous books on computer networks:
Computer Network
(Author Andrew S. Tanenbaum. Note that this is not the book written by Xie Xiren (Xie Xiren’s version is the castrated version))
Top-down method of computer network
(Programmer’s perspective)
Three volumes of TCP/IP detailed explanation
(Specializing on the de facto standard: tcp/ip protocol suite)