1821412 Members
2464 Online
109633 Solutions
New Discussion юеВ

osi layer for ping

 
SOLVED
Go to solution
Shivkumar
Super Advisor

osi layer for ping

Dear Sirs,

Ping work under which layer of OSI model ?

Thanks,
Shiv
16 REPLIES 16
Sameer_Nirmal
Honored Contributor
Solution

Re: osi layer for ping

Hi,

Ping uses "ICMP" protocol. This protocol works at Network layer.
Oviwan
Honored Contributor

Re: osi layer for ping

Lolupee
Regular Advisor

Re: osi layer for ping

osi layer 3
Shivkumar
Super Advisor

Re: osi layer for ping

does it use layer 3 or layer 4 ?
Shivkumar
Super Advisor

Re: osi layer for ping

what are the protocols in layer 4 ? why layer 4 is basically used ?
Deoncia Grayson_1
Honored Contributor

Re: osi layer for ping

The fourth layer of the OSI model is the Transport Layer, which is used for data transfer between a source and a destination. data are divided into packets at this layer.

Layer 3 is the Network layer used for network addressing, routing, point-to-point data error detection and recovery. (ping if found in this layer)
If no one ever took risks, Michelangelo would have painted the Sistine floor. -Neil Simon
Sameer_Nirmal
Honored Contributor

Re: osi layer for ping

Hi,

The protocols works at OSI layer 4 are
NetBEUI, DLC, SPX/ NWLink, TCP, UDP, RARP, SOCKS, SSL3/ TLS1, PCT, SChannel, WTLS, WDP.

The OSI layer 4 is called as "Transport Layer". At this layer, transport of protocol packets is done. The transport operation consists of sequence & divide/re-combine packets to assure reliability of connections.
The error free delievery of data is achieved tthrough
1.resolving logical address/names by starting sessions of TCP or UDP services used for establishing end-to-end connection between Transport Layer peer computers.
2. sends acknowledgement for data packets received;
3. manages error and flow control.
James R. Ferguson
Acclaimed Contributor

Re: osi layer for ping

Hi Shiv:

'ping' would be at the Network layer (layer-3) in the OSI model.

Regards!

...JRF...
James R. Ferguson
Acclaimed Contributor

Re: osi layer for ping

Hi Shiv:

Start here:

http://en.wikipedia.org/wiki/OSI_model

Follow the embedded hyperlinks for more details, too.

Regards!

...JRF...
Chan 007
Honored Contributor

Re: osi layer for ping

Shiv,

as other's already mentioned, Ping uses ICMP (protocol) at Layer3.

Layer 4: is Transport layer that handles the transmission, reception and error checking of the data.

Chan
Nguyen Anh Tien
Honored Contributor

Re: osi layer for ping

ping works at layer 3. It is ICMP protocol.
HP is simple
rick jones
Honored Contributor

Re: osi layer for ping

A purist would say layer 3, but as ICMP makes use of the services of IP, which is itself a layer 3 protocol, one might say that ICMP is a "greater than layer 3" protocol. However, it would be considered a lesser than layer 4 protocol.

Call it Layer 3.5.

This underscores a fundamental point about the OSI model - all those layers are there as much as guidelines to thinking as anything else. If one takes them _too_ literally then bad things happen and one rapidly escallates to layers 8 and 9:

https://secure.isc.org/index.pl?/store/t-shirt/

there is no rest for the wicked yet the virtuous have no pillows
Shameer.V.A
Respected Contributor

Re: osi layer for ping

Hi Shiv,
PING is working in Network Layer .

Regards,

Shameer
.... See invisible, feel intangible and achieve impossible as everything is possible ....
Shameer.V.A
Respected Contributor

Re: osi layer for ping

Hi Shiv,
Please find the attached document for more details on OSI Layer.

Regards,

Shameer
.... See invisible, feel intangible and achieve impossible as everything is possible ....
Arunvijai_4
Honored Contributor

Re: osi layer for ping

Hi Shiv,

"ping" uses ICMP requests which is on network layer. Network layer is responsible for switching and routing technologies, creating logical paths, known as virtual circuits, for transmitting data from node to node. Routing and forwarding are functions of this layer, as well as addressing, internetworking, error handling, congestion control and packet sequencing.

-Arun
"A ship in the harbor is safe, but that is not what ships are built for"
Arunvijai_4
Honored Contributor

Re: osi layer for ping

Hi Shiv,

Here is a good material on "How Ping works" from Cisco,

http://www.cisco.com/en/US/products/hw/switches/ps663/products_configuration_guide_chapter09186a00800ddacb.html#wp1024234

-Arun
"A ship in the harbor is safe, but that is not what ships are built for"