I am conducting an experiment with ping packets in my home network. The default packet size of ping is 32 bytes. I want to change the size to 64 bytes to conclude my experiment.
My question is -how can I change the default ping packet size?
How to Change The Default Ping Packet Size?
-
- Global Moderator
- Posts: 136
- Joined: 14 Nov 2023, 04:39
- Location: Brooklyn
Re: Ho to Change The Default Ping Packet Size?
You can use this DOS command to change the default Ping packet size.
See the example below.
Code: Select all
ping -l (value between 0 to 65500) [Destination Address]
See the example below.
ping -i 455 google.com
-
- Editor
- Posts: 177
- Joined: 23 Oct 2023, 10:03
Re: Ho to Change The Default Ping Packet Size?
- Can I use Zoho Mail for free?
- Chrome Frequently Stopping Downloading Files and Disconnects
- How to Detect RAM Module Defects Earlier?
- Google Chat is Not Showing Images
- Does GoDaddy Still Offer Free Business Email Service?
- How to Check RAM Speed on Windows 11?
- The requested operation requires elevation (Run as administrator)
- Why does My Laptop Restart automatically?
- Getting S.M.A.R.T. Command Failed Boot Error
- How to Reset BIOS Login Password?
-
- Standard User
- Posts: 20
- Joined: 09 Dec 2023, 14:34
Why do You Change The Default Ping Packet Size?
Why are you changing the default size of the Ping packets? Just a question out of curiosity.