美文网首页
What is TCP?

What is TCP?

作者: alphabet007 | 来源:发表于2018-05-11 17:02 被阅读0次

The Transmission Control Protocol (TCP) is one of the most important protocols of the Internet protocol suite, which provides reliable, ordered and error-checked delivery of packets. The based thing of TCP  is building connection between Client and Server. 

相关文章

  • What is TCP?

    The Transmission Control Protocol (TCP) is one of the mos...

  • (译)TCP Keepalive:What,Why&How

    本文译自 TCP keepalive: what is it, why do you need it, how t...

  • 本人小记HTTPS

    What is HTTPS? HTTPS = HTTP + SSL/TLS 。 SSL/TLS基于TCP,工作在O...

  • TCP/IP协议族的解析

    疑问???What are you 弄啥嘞??? 也许你们刚看见这个标题的时候会有疑问,为什么会是TCP/IP协议...

  • TCP那些事儿

    目录: TCP是什么TCP报文结构TCP连接过程TCP状态转移TCP流量控制 —— 滑动窗口TCP拥塞控制TCP可...

  • 计算机网络

    一、tcp/http 1、TCP首部。 IP数据报(IP首部+TCP报文段(TCP首部+TCP数据)) TCP首部...

  • TCP协议三次握手和四次挥手

    TCP协议 TCP/IP协议栈 由上图可知,TCP/IP协议栈包含很多的协议。 二. 什么是TCP TCP是TCP...

  • 15分钟TCP

    TCP协议详解 介绍TCP协议之前,先区分一下TCP协议,和TCP/IP体系结构。TCP协议是TCP/IP协议体系...

  • TCP 与 UDP

    TCP 与 UDP(主要说TCP)TCP/UDP端口号TCP/UDP端口号TCP连接的建立TCP连接的建立发送se...

  • 四 . TCP 编程

    什么是 TCP 编程 TCP 编程是建立在 TCP 协议上的 Socket 编程 什么是 TCP 协议 TCP (...

网友评论

      本文标题:What is TCP?

      本文链接:https://www.haomeiwen.com/subject/btrlkttx.html