转自: https://blog.csdn.net/yayun0516/article/details/50819147 https://www.jianshu.com/p/2d4f223f1462 socket字面意思为插座,打个比喻,当两台电脑需要通讯时,每一台电脑准备好一个网线插口,插上网线,连接成功.同理,当两台计算机应用程序需要连接时,也需要像电脑一样准备好一个网线插口,这个东西在操作系统中叫做socket(套接字),它包含三个概念:(protocol + ip + port). 概念…