Things to know before admitting your kids to school

Here are few things that you must know or take care of before admitting your kids to school. If you are not taking care of these things, you might be putting you children to wrong school, risking life. Only irresponsible parents do this mistake who all do not love their children or one who are not serious about their children or one who are uneducated. So, let me guide you to few thins that you need to take care of before admitting your children to school. 1. See if school is registered to local registerer (respective government). 2. Check the classroom, bathroom, playground, kitchen, it needs to be clean. 3. Sit in the classroom for 5 to 10 min., see how they lecture children. 4. Check the school fee, other fee, transportation fee, see if you can afford. 5. Check the food they fed to children, how many times, they give food to children. 6. Check the school duration, start and end time, usually for children 4 to 8 hours, see for how long your student can sit in class. 7. Ask for holida...

How to Check Internet Connectivity using CMD

In CMD (Command Prompt), the ping command is used to test the internet connectivity or short distance connectivity between two devices on a network. The ping command sends a small packet of data to a destination IP address and waits for a response. The response time and success or failure of the ping can help diagnose network connectivity issues. The syntax for the ping command is as follows:

ping [-t] [-a] [-n count] [-l size] [-f] [-i TTL] [-v TOS] [-r count] [-s count] [-w timeout] target_name

Where:

  • -t: Sends a continuous ping until stopped by pressing Ctrl+C.
  • -a: Resolves IP addresses to host names.
  • -n count: Specifies the number of ping packets to send.
  • -l size: Specifies the size of the ping packet in bytes.
  • -f: Sets the "Do not fragment" flag in the ping packet.
  • -i TTL: Sets the Time-to-Live (TTL) value in the ping packet.
  • -v TOS: Sets the Type-of-Service (TOS) value in the ping packet.
  • -r count: Records the route of the ping packet and displays the number of hops.
  • -s count: Sets the timestamp in the ping packet to count.
  • -w timeout: Specifies the timeout in milliseconds for each ping packet.
  • target_name: Specifies the IP address or host name of the destination device.

Here are some examples of how to use the ping command:


1. To ping a device on the network by its IP address, type: ping 192.168.31.1

How To ping a device on the network by its IP address, type: ping 192.168.31.1

2. To ping a device on the network by its host name, google, for example, type: ping www.google.com

How To ping a device on the network by its host name, google, for example, type: ping www.google.com


3. To specify the size of the ping packet, type: ping -l 1000 www.google.com

How To specify the size of the ping packet, type: ping -l 1000 www.google.com

Note that some networks and devices may block or ignore ping packets, which can cause incomplete or inaccurate results. Additionally, some options with the ping command may require administrative privileges.

 

Popular posts from this blog

Top international payment gateway transaction fee comparison (2024)

How to Manage Boot Configuration of Windows using CMD

How to Get Inverse of a Matrix in Excel