| Author |
Message |
wyjb
Joined: 10 May 2006 Posts: 3
|
13 May 2006 13:42 For help:question about ICMP |
|
|
|
|
I am doing a netwotk programming job,and have some questions about the ICMP.
what is the purpose of this protocol? when a packet of ICMP was sent,how does it travel,in TCP or UDP?
thanks for your help.
|
|
| Back to top |
|
 |
salman100
Joined: 09 Apr 2006 Posts: 17
|
13 May 2006 20:14 For help:question about ICMP |
|
|
|
|
I don't know how this packet travels in TCP or UDP but I can tell what this is all about.
ICMP is Internet Control Messaging Protocol. It's used through out IP n/w. ICMP was designed to provide 4 feedbacks that are used to make IP routing efficient.
1. Reachability
2. Redirect
3. Timeouts
4. Router discovery
|
|
| Back to top |
|
 |
vinci.
Joined: 26 Apr 2006 Posts: 15 Location: south P
|
14 May 2006 11:13 Re: For help:question about ICMP |
|
|
|
|
| icmp doesn't use higher layer rather operates in ip protocol
|
|
| Back to top |
|
 |
dsmccoy1976
Joined: 18 May 2006 Posts: 2
|
18 May 2006 3:51 Re: For help:question about ICMP |
|
|
|
|
| ICMP uses both TCP and UDP and it is used as a troubleshooting protocol. Ping is a type of ICMP packet as well as Trace route.
|
|
| Back to top |
|
 |
mirvidon
Joined: 14 Nov 2005 Posts: 44 Helped: 7 Location: Spain
|
18 May 2006 15:04 Re: For help:question about ICMP |
|
|
|
|
ICMP doesn't use TCP/UDP. ICMP works in IP.
regards
|
|
| Back to top |
|
 |
louisnells
Joined: 08 May 2006 Posts: 212 Helped: 13
|
21 May 2006 17:47 Re: For help:question about ICMP |
|
|
|
|
ICMP is used for control and messaging over network.
Ping is one of the common applications of ICMP. it can also be used for tracing the path in network. Thats how Trace Route program is working. The presence of a host can be verified by ICMP. But it always possible to hide your presence by blocking ICMP selectively using firewalls like IP Filter or Norton Internet Scecurity, its just a per host configuration.
ICMP is running over IP.
|
|
| Back to top |
|
 |
Abu Ammora
Joined: 13 Jun 2005 Posts: 142 Helped: 3 Location: East Coast
|
24 Jan 2007 22:07 Re: For help:question about ICMP |
|
|
|
|
Hey , ICMP one of L3 protocol , and TCP UDP from L4 protocol , so No relation
ICMP Don't use any L4 protocols , ICMP will opertae bet hosts as L3 face L3 in other side host
|
|
| Back to top |
|
 |