- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- osi layer for ping
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Discussions
Discussions
Discussions
Forums
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-24-2006 07:13 AM
тАО01-24-2006 07:13 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-24-2006 07:17 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-24-2006 07:26 AM
тАО01-24-2006 07:26 AM
Re: osi layer for ping
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-24-2006 07:27 AM
тАО01-24-2006 07:27 AM
Re: osi layer for ping
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-24-2006 07:27 AM
тАО01-24-2006 07:27 AM
Re: osi layer for ping
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-24-2006 07:30 AM
тАО01-24-2006 07:30 AM
Re: osi layer for ping
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-24-2006 07:56 AM
тАО01-24-2006 07:56 AM
Re: osi layer for ping
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)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-24-2006 08:01 AM
тАО01-24-2006 08:01 AM
Re: osi layer for ping
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-24-2006 08:02 AM
тАО01-24-2006 08:02 AM
Re: osi layer for ping
'ping' would be at the Network layer (layer-3) in the OSI model.
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-24-2006 08:09 AM
тАО01-24-2006 08:09 AM
Re: osi layer for ping
Start here:
http://en.wikipedia.org/wiki/OSI_model
Follow the embedded hyperlinks for more details, too.
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-24-2006 08:44 AM
тАО01-24-2006 08:44 AM
Re: osi layer for ping
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-24-2006 12:45 PM
тАО01-24-2006 12:45 PM
Re: osi layer for ping
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-24-2006 12:55 PM
тАО01-24-2006 12:55 PM
Re: osi layer for ping
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/
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-24-2006 02:05 PM
тАО01-24-2006 02:05 PM
Re: osi layer for ping
PING is working in Network Layer .
Regards,
Shameer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-24-2006 02:08 PM
тАО01-24-2006 02:08 PM
Re: osi layer for ping
Please find the attached document for more details on OSI Layer.
Regards,
Shameer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-24-2006 03:28 PM
тАО01-24-2006 03:28 PM
Re: osi layer for ping
"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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-24-2006 03:30 PM
тАО01-24-2006 03:30 PM
Re: osi layer for ping
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