免费注册 查看新帖 |

Chinaunix

  平台 论坛 博客 文库
最近访问板块 发新帖
查看: 1326 | 回复: 0
打印 上一主题 下一主题

IP [复制链接]

论坛徽章:
0
跳转到指定楼层
1 [收藏(0)] [报告]
发表于 2009-09-20 23:10 |只看该作者 |倒序浏览

IP:Internet Protocol
IP is the workhorse protocol of the TCP/IP protocol suite.
IP provides an unreliable, connectionless datagram delivery service.
Unreliable:we mean there are no guarantees that an IP datagram successfully gets to its destination.
Connectionless:we mean that IP does not maintain any state information about successive datagrams.
IP Header:
| 4bits |  4bits(*5=20B-60B)    |       8bits            |         16bits         |
|Version|       Header Len.     |TOS(Type of service)    |total length int bytes  |
|            16bits                                      | 3bits|     13bits      |
|                        identification                  | flags| fragment offset |
|          8bits                |           8bits        |         16bits         |
|      TTL(time to live)        |          protocol      |    header checksum     |
|                                       32bits                                    |
|                                    source IP address                            |
|                                       32bits                                    |
|                                   destination IP address                        |
TOS:
| 0 | 1 | 2 |   3   |     4     |      5     |       6     |  7  |
|precedence |delay  |throughput |reliability |monetary cost|unuse|
|Identification        |flags(CU|DF|MF)                 |fragment offset         |
|identify the datagram | Current Unuse | Don't Fragment | More Fragment |fragment offset|
TTL:is set by the sender,different value on different system.
# 2009-09-11 17:30
               
               
               

本文来自ChinaUnix博客,如果查看原文请点:http://blog.chinaunix.net/u3/104229/showart_2056424.html
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

北京盛拓优讯信息技术有限公司. 版权所有 京ICP备16024965号-6 北京市公安局海淀分局网监中心备案编号:11010802020122 niuxiaotong@pcpop.com 17352615567
未成年举报专区
中国互联网协会会员  联系我们:huangweiwei@itpub.net
感谢所有关心和支持过ChinaUnix的朋友们 转载本站内容请注明原作者名及出处

清除 Cookies - ChinaUnix - Archiver - WAP - TOP