How many ping response characters are there and what's their mean?
Answers (2)
Mathew S
Sr. Systems Administrator at Synopsys
Best Answers in: Using LinkedIn (6), Staffing and Recruiting (5), Organizational Development (3), Computers and Software (3), Certification and Licenses (2), Personnel Policies (2), Internationalization and Localization (2), Offshoring and Outsourcing (2), Telecommunications (2), Wireless (2), Commercial Real Estate (1), Education and Schools (1), Occupational Training (1), Government Policy (1), Compensation and Benefits (1), Graphic Design (1), Sales Techniques (1), Writing and Editing (1), Change Management (1), Project Management (1), Quality Management and Standards (1), Personal Debt Management (1), Product Design (1), Career Management (1), Professional Networking (1), Databases (1), Web Development (1)
This should answer your question.
Links:
Alternatively, you can simply read the available documentation, and the reference documents about ICMP, which is the protocol ping uses.
the RFC describesprecisely the way the protocol works, and the exchanged messages:
http://www.faqs.org/rfcs/rfc792.html
page 14 contains the description of the echo and echo reply messages ping uses.
A more graphical documentation, summarizing the information of the rfc
http://www.networksorcery.com/enp/protocol/icmp/msg0.htm
And obviously, the first thing you should have done is to read the ping(8) man page, which contains some useful information too
http://netbsd.gw.com/cgi-bin/man-cgi?ping++NetBSD-current