c++ - TCP/IP编程学习
PHPz
PHPz 2017-04-17 13:06:03
0
8
801

最近想学习下tcp/ip编程,在图书馆看到一本书tcp/ip网络编程,一个韩国人写的书,觉得有点枯燥,例子有点生硬,然后在例子后面简单注释下,想问下tcp/ip网络编程入门的书籍有哪些值得一看的?

PHPz
PHPz

学习是最好的投资!

reply all(8)
Peter_Zhu

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

Peter_Zhu

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

PHPzhong

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

左手右手慢动作

Illustrated TCP/IP: 5th Edition (Douban)

伊谢尔伦

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

PHPzhong

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

迷茫

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.

黄舟

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)

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!