While "1024x768" is most commonly recognized as a standard XGA screen resolution, in a networking context, it refers to the and repetition :
ping [IP Address] -l 1024 -n 768 (The -l sets the size to 1024 bytes; -n sends it 768 times)
: Determining if a connection drops packets when forced to work harder than a simple "keep-alive" check. How it’s performed
ping [IP Address] -s 1024 -c 768 (The -s sets the size; -c sets the count) A Note on "Ping of Death"
While "1024x768" is most commonly recognized as a standard XGA screen resolution, in a networking context, it refers to the and repetition :
ping [IP Address] -l 1024 -n 768 (The -l sets the size to 1024 bytes; -n sends it 768 times) 1024x768 PING">
: Determining if a connection drops packets when forced to work harder than a simple "keep-alive" check. How it’s performed While "1024x768" is most commonly recognized as a
ping [IP Address] -s 1024 -c 768 (The -s sets the size; -c sets the count) A Note on "Ping of Death" in a networking context