why is ICMP on the Internet layer - Printable Version -Shoutbox (https://shoutbox.menthix.net) +-- Forum: MsgHelp Archive (/forumdisplay.php?fid=58) +--- Forum: Skype & Technology (/forumdisplay.php?fid=9) +---- Forum: Tech Talk (/forumdisplay.php?fid=17) +----- Thread: why is ICMP on the Internet layer (/showthread.php?tid=84795) why is ICMP on the Internet layer by segosa on 07-12-2008 at 06:03 PM http://en.wikipedia.org/wiki/Internet_protocol_suite - I don't understand why ICMP is considered on the Internet layer (where IP is), when 1) the ICMP headers don't contain any IP data 2) a captured ICMP packet with wireshark shows an IP layer RE: why is ICMP on the Internet layer by tony on 07-12-2008 at 06:15 PM
The purpose of the Internet layer is to select the best path through the network for packets to travel. The main protocol that functions at this layer is IP. Best path determination and packet switching occur at this layer. RE: why is ICMP on the Internet layer by segosa on 07-12-2008 at 06:57 PM that doesn't answer my question. RE: why is ICMP on the Internet layer by Stigmata on 07-12-2008 at 07:21 PM
isn't it something to do with relaying error messages. RE: why is ICMP on the Internet layer by segosa on 07-12-2008 at 08:11 PM I don't know why it does it that way, but from some reading apparently it simply shares a header with IP, and is located on that layer. oh well. RE: why is ICMP on the Internet layer by TheSteve on 07-13-2008 at 02:07 AM
It would be rather difficult to ping someone if ICMP wasn't built on IP as the ICMP headers don't have a source and destination. RE: why is ICMP on the Internet layer by Ezra on 07-13-2008 at 03:21 AM
I think because |