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 test a network connection

- Open the command prompt as an administrator; type the command below and press enter key; command below will give you list of ping commands for testing network connection

C:\WINDOWS\system32>ping

Note: when you type ping and enter key; you will get the list of options that you can use with ping commands, see the option below:

Usage: ping [-t] [-a] [-n count] [-l size] [-f] [-i TTL] [-v TOS]
[-r count] [-s count] [[-j host-list] | [-k host-list]]
[-w timeout] [-R] [-S srcaddr] [-c compartment] [-p]
[-4] [-6] target_name

Note: Everything in after ping command; inside bracket are the options; every options has different function; you can choose according to your needs.

- You can see the list of option and their function below:

-t

Ping the specified host until stopped.

To see statistics and continue - type Control + Break in keyboard

To stop - type Control + C in keyboard

-a

Resolve addresses to hostnames

-n count

Number of echo requests to send

-l size

Send buffer size

-f

Set Don't Fragment flag in packet (IPv4-only)

-i TTL

Time To Live

-v TOS

Type Of Service (IPv4-only. This setting has been deprecated and has no effect on the type of service field in the IP Header)

-r count

Record route for count hops (IPv4-only)

-s count

Timestamp for count hops (IPv4-only)

-j host-list

Loose source route along host-list (IPv4-only)

-k host-list

Strict source route along host-list (IPv4-only)

-w timeout

Timeout in milliseconds to wait for each reply

-R

Use routing header to test reverse route also (IPv6-only)Per RFC 5095 the use of this routing header has beendeprecated. Some systems may drop echo requests ifthis header is used

-S srcaddr

Source address to use

-c compartment

Routing compartment identifier

-p

Ping a Hyper-V Network Virtualization provider address

-4

Force using IPv4

-6

Force using IPv6

Note: See the examples bellow how to use Ping command; and how to use option listed above with Ping commands

Example:C:\WINDOWS\system32>ping -t facebook.com

- This will Ping the specified host (facebook.com) until you stop.

To see statistics and continue - type “Control + Break” in keyboard

To stop - type “Control + C” in keyboard


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