博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
帧、数据报、段、Frame Datagram Segment Packet Fragment
阅读量:6842 次
发布时间:2019-06-26

本文共 1409 字,大约阅读时间需要 4 分钟。

  hot3.png

Taking from Section 1.2 in ., consider the 4 layered TCP/IP stack: 

+-------------+-------------------------+        | Application |  Telnet, FTP, etc       |        +-------------+-------------------------+        | Transport   |  TCP, UDP               |        +-------------+-------------------------+        | Network     |  IP, ICMP               |        +-------------+-------------------------+        | Link        | drivers, interface card |         +-------------+-------------------------+

Segment: If the transport protocol is TCP, the unit of data sent from TCP to network layer is called Segment

Datagram: This is used in 2 layers. If the network protocol is IP, the unit of data is called Datagram. At transport layer, if protocol is UDP, we use datagram there as well. Hence, we differentiate them as UDP DatagramIP Datagram

Frame: Physical layer representation. 

Packet: It is a more generic term used either transport layer or network layer. TCP PacketUDP PacketIP Packet etc. I have not seen it to represent Physical layer data units. 

Fragment: My guess here is that when a unit of data is chopped up by a protocol to fit the MTU size, the resultant unit of data is called Fragments. But I am guessing.

 

segment 是一整个东西有规律的分成的片断.比如说:一个电视节目,动物世界,老虎篇,会分成三个segment,每天播一个segment.

fragment 是没有规律的片断,比如说:失意,我只记得fragment of my memories (一些记忆的片断)

转载于:https://my.oschina.net/greki/blog/1031511

你可能感兴趣的文章
PC-BSD install
查看>>
Android基础控件之Button的基本使用
查看>>
Java正则表达式
查看>>
【JavaScript】DOM操作下拉框
查看>>
2017 莱特币发展报告
查看>>
RAC的基本使用
查看>>
前端开发值得拥有的 VSCode 插件
查看>>
知否 ?知否 ?React 插件了解一下!
查看>>
非orm的node.js 查询库
查看>>
4.原始类型优于封装对象
查看>>
node.js构建静态服务器
查看>>
WWDC 2018:IAP最佳实践并增强活动营销功能
查看>>
ng-notadd 0.10.1,基于 Angular7 和 material2 的中后台解决方案
查看>>
米筐三季度策略精选
查看>>
从零搭建React项目
查看>>
LAMP和LNMP加速与缓存优化
查看>>
解决scrollView上subView下移20point问题的一种方式
查看>>
定时任务与发送邮件
查看>>
前端面试之关于HTTP协议
查看>>
利用 Matplotlib 绘制数据图形(二)
查看>>