ICMP协议是用的几号什么端口通信
1
bugeye 2015-01-04 11:27:37 +08:00
ICMP没有端口的概念。
|
2
Draplater 2015-01-04 11:34:52 +08:00 via Android
端口是TCP/UDP的概念
|
3
zent00 2015-01-04 11:48:32 +08:00
ICMP 只有 Type,没有端口的概念,比如我们平常发出去的 ping 请求就是 Type 8
|
4
dant 2015-01-04 12:02:01 +08:00 via iPhone
ICMP 协议和 IP 协议同级
|
5
riaqn 2015-01-04 12:23:49 +08:00 via iPhone
楼上说错了吧 icmp是ip之上的,和tcp/udp同级。
|
6
damngood 2015-01-04 12:50:52 +08:00
|
7
lixm 2015-01-04 13:55:31 +08:00
icmp igmp 是网络层协议
|
9
damngood 2015-01-04 21:46:30 +08:00
@riaqn 我记得主要是在 tcp 流量控制, 差错处理和keep alive 这些地方吧.
icmp 作为网络层控制管理协议, 被使用到的地方很广 |
10
riaqn 2015-01-04 21:55:50 +08:00
@damngood 额..我谷歌了一下搜不到啊..你说的这些东西我记得都是tcp自己就能解决的啊..我找到的唯一把tcp和icmp关联起来的是:
In current TCP networks, TCP relies on packet drops as the indication of congestion. TCP implementation also respond to ICMP source quench messages, but they are rarely used because they consume network bandwidth in times of congestion. |