You want to test the network connection between a computer and a remote host called www.starwritter.org and increase the size of the ICMP packets sent during the ping to 128. What command do you use?
  1. Ping -L 128 www.starwritter.org
  2. Ping -N 128 www.starwritter.org
  3. Ping -A 128 www.starwritter.org
  4. Ping -T 128 www.starwritter.org
Explanation
Answer: A - The L switch accompanied by a value from 0 to 65500 will specify the size of the ICMP packets during the ping.
Key Takeaway: Internet Control Message Protocol must be included in every TCP/IP implementation. ICMP is defined in RFC 792. Essentially ICMP is a communication protocol between IP protocol implementations on two connected systems.
Was this helpful? Upvote!
Login to contribute your own answer or details

Top questions

Related questions

Most popular on PracticeQuiz