当前位置:网站首页>TCP/IP协议
TCP/IP协议
2022-07-06 08:32:00 【学编程的小渣渣a】
TCP/IP——高并发负载均衡 集群
OSI
open system interconnect开放式系统互联模型,此模型把网络通信工作分为七层,物理层、数据链路层、网络层、会话层、表示层、应用层(理论上的参考)。OSI 7层参考模型(参考、未实现)
(1)为何分层?层与层之间接口稳定,暴露接口,直接调接口,内部方法、逻辑可替换;可以解欧,若不分层欧额度较高,一改全改成本高。TCP/IP协议(定义好的 逻辑、参数、实现方法)
(2)介绍:计算机内有两大类区域程序——Linux内核kernel(版本维护)+系统后台运行的demo程序即用户空间的application程序。
(3)区别:为什么有些层次放在内核,如qq、微信、游戏传输通信数据时很多代码不需要重复开发,使用通用的资源由开发内核的人员设计好了,内核中既有规则又有资源管理以及建立连接的过程。其余的不同程序,发送数据的表示形式、可靠性、安全性是否加密在程序的个性化中去开发,即应用层。所以分类两大层次。
(4)nc:建立连接——net connect,nc中用人的方式把协议发出后,双方能通过连接传输数据,可以正确把数据请求回来,请求功能结束。
(5)每一层都有协议:应用层包含http协议、fdp协议等 。
(6)传输控制层:tcp——面向连接的,可靠的传输(常用)、udp协议。TCP的阶段:
通过三次握手建立连接,再进行数据传输,最后四次分手。
(1)实现三次握手:网络通信I/O通信是双向的,有输出就有输入,三次之后客户端与服务器端知自己的输入输出是通的。
ack:acknowledge表示接收到数据包,知道了;
连接:在双方的内存里开辟资源,切换状态,连接的过程是瞬时的数据包交互的过程;
IO模型——文件系统io、网络io
IO模型本质上:内核给程序暴露api源自socket包装
边栏推荐
- Huawei cloud OBS file upload and download tool class
- Image fusion -- challenges, opportunities and Countermeasures
- How to conduct interface test? What are the precautions? Nanny level interpretation
- 深度剖析C语言指针
- China Light conveyor belt in-depth research and investment strategy report (2022 Edition)
- China's high purity aluminum target market status and investment forecast report (2022 Edition)
- Restore backup data on S3 compatible storage with br
- 2022 Inner Mongolia latest construction tower crane (construction special operation) simulation examination question bank and answers
- [MySQL] lock
- 【MySQL】鎖
猜你喜欢
随机推荐
Ruffian Heng embedded bimonthly, issue 49
Bottom up - physical layer
visdom可视化实现与检查介绍
Online yaml to CSV tool
Research and investment forecast report of citronellol industry in China (2022 Edition)
Hungry for 4 years + Ali for 2 years: some conclusions and Thoughts on the road of research and development
sublime text中conda环境中plt.show无法弹出显示图片的问题
sublime text没关闭其他运行就使用CTRL+b运行另外的程序问题
Colorlog combined with logging to print colored logs
IOT -- interpreting the four tier architecture of the Internet of things
深度剖析C语言指针
被破解毁掉的国产游戏之光
Analysis of pointer and array written test questions
角色动画(Character Animation)的现状与趋势
gcc动态库fPIC和fpic编译选项差异介绍
【MySQL】数据库的存储过程与存储函数通关教程(完整版)
JS native implementation shuttle box
JVM performance tuning and practical basic theory - Part 1
2022.02.13 - NC004. Print number of loops
egg. JS project deployment online server