Library Management System. This software is designed & developed by sajib.U use it , follow below link....
Library Management System.
ping | [-t] [-a] [-n count] [-l size] [-f] [-i TTL] [-v TOS] |
[-r count] [-s count] [[-j host-list] | [-k host-list]] | |
[-w timeout] destination-list |
Options: | |
-t | Pings the specified host until stopped. To see statistics and continue - type Control-Break; To stop - press Ctrl +C |
-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. |
-i TTL | Time To Live. |
-v TOS | Type Of Service. |
-r count | Record route for count hops. |
-s count | Timestamp for count hops. |
-j host-list | Loose source route along host-list. |
-k host-list | Strict source route along host-list. |
-w timeout | Timeout in milliseconds to wait for each reply. |
-d | Set the SO_DEBUG socket option. |
-l | Loose source route. Use this option in the IP header to send the packet to the given host and back again. Usually specified with the -R option. |
-L | Turn off loopback of multicast packets. Normally, if there are members in the host group on the out- going interface, a copy of the multicast packets will be delivered to the local machine. |
-n | Show network addresses as numbers. ping normally displays addresses as host names. |
-r | Bypass the normal routing tables and send directly to a host on an attached network. If the host is not on a directly-attached network, an error is returned. This option can be used to ping a local host through an interface that has been dropped by the router daemon. |
-R | Record route. Sets the IP record route option, which will store the route of the packet inside the IP header. The contents of the record route will only be printed if the -v option is given, and only be set on return packets if the target host preserves the record route option across echos, or the -l option is given. |
-v | Verbose output. List any ICMP packets, other than ECHO_RESPONSE, that are received. |
-i interface_address | Specify the outgoing interface address to use for multicast packets. The default interface address for multicast packets is determined from the (unicast) routing tables. |
-I interval | Specify the interval between successive transmissions. The default is one second. |
-t ttl | Specify the IP time to live for unicast and multicast packets. The default time to live for unicast packets is set with ndd (using the icmp_def_ttl variable). The default time to live for multicast is one hop. |
host | The network host. |
packetsize | Specified size of packetsize. Default is 64. |
count | Amount of times to send the ping request. |
/All | Display detailed information. |
/Batch [file] | Write to file or ./WINIPCFG.OUT |
/renew_all | Renew all adapters. |
/release_all | Release all adapters. |
/renew N | Renew adapter N. |
/release N | Release adapter N. |
/all | Display full configuration information. |
/release | Release the IP address for the specified adapter. |
/renew | Renew the IP address for the specified adapter. |
/flushdns | Purges the DNS Resolver cache. |
/registerdns | Refreshes all DHCP leases and re-registers DNS names |
/displaydns | Display the contents of the DNS Resolver Cache. |
/showclassid | Displays all the dhcp class IDs allowed for adapter. |
/setclassid | Modifies the dhcp class id. |
tracert | [-d] [-h maximum_hops] [-j host-list] [-w timeout] target_name |
-d | Do not resolve addresses to hostnames. |
-h maximum_hops | Maximum number of hops to search for target. |
-j host-list | Loose source route along host-list. |
-w timeout | Wait timeout milliseconds for each reply. |
1 | 169 ms | 190 ms | 160 ms | slc1-tc.xmission.com [166.70.1.20] | |||||
2 | 159 ms | 160 ms | 190 ms | cisco0-tc.xmission.com [166.70.1.1] | |||||
3 | 165 ms | 189 ms | 159 ms | www.computerhope.com [166.70.10.23] |
-d | Set the SO_DEBUG socket option. |
-F | Set the "don't fragment" bit. |
-I | Use ICMP ECHO instead of UDP datagrams. |
-n | Print hop addresses numerically rather than symbolically and numerically. This saves a nameserver address-to-name lookup for each gateway found on the path. |
-v | Verbose output. For each hop, the size and the destination of the response packets is displayed. Also ICMP packets received other than TIME_EXCEEDED and UNREACHABLE are listed as well. |
-x | Prevent traceroute from calculating checksums. Note that checksums are usually required for the last hop when using ICMP ECHO probes. See the -I option. |
-f first_ttl | Set the starting ttl value to first_ttl, to override the default value 1. traceroute skips processing for those intermediate gateways which are less than first_ttl hops away. |
-g gateway | Specify a loose source route gateway. The user can specify more than one gateway by using -g for each gateway. The maximum that can be set is 8. |
-r | Bypass the normal routing tables and send directly to a host on an attached network. If the host is not on a directly-attached network, an error is returned. This option can be used to send probes to a local host through an interface that has been dropped by the router daemon. |
-i iface | Specify a network interface to obtain the source IP address for outgoing probe packets. This is normally only useful on a multi-homed host. The -s option is also another way to do this. Note that this option does not provide a way to specify the interface on which the probe packets are sent. |
-m max_ttl | Set the maximum ttl used in outgoing probe packets. The default is 30 hops, which is the same default used for TCP connections. |
-p port | Set the base UDP port number used in probes. The default is 33434. traceroute hopes that nothing is listening on UDP ports (base+(nhops- 1)*nqueries) to (base+(nhops*nqueries)-1)at the destination host, so that an ICMP PORT_UNREACHABLE message will be returned to terminate the route tracing. If something is listening on a port in the default range, this option can be used to select an unused port range.nhops is defined as the number of hops between the source and the destination. |
-q nqueries | Set the desired number of probe queries. The default is 3. |
-s src_addr | Use the following address, which usually is given as an IP address, not a hostname, as the source address in outgoing probe packets. On multi-homed hosts, those with more than one IP address, this option can be used to force the source address to be something other than the IP address traceroute picks by default. If the IP address is not one of this machine's interface addresses, an error is returned and nothing is sent. When used together with the -i option, the given IP address should be configured on the specified interface. Otherwise, an error will be returned. |
-t tos | Set the tos(type-of-service) in probe packets to the specified value. The default is zero. The value must be an integer in the range from 0 to 255. Gateways along the path may route the probe packet differently depending upon the tos value set in the probe packet. |
-w waittime | Set the time, in seconds, to wait for a response to a probe. The default is five (5) seconds. |
host | The network host. |
OSI
Model
|
|||
Data
unit
|
Layer
|
Function
|
|
Host
layers |
Data
|
1. Application
|
Network
process to application
|
2. Presentation
|
Data
representation and encryption
|
||
3. Session
|
Interhost
communication
|
||
Segment/Datagram
|
4. Transport
|
End-to-end
connections and reliability
|
|
Media
layers |
Packet
|
5. Network
|
Path
determination and logical addressing
|
Frame
|
6. Data Link
|
Physical
addressing (MAC & LLC)
|
|
Bit
|
7. Physical
|
Media,
signal and binary transmission
|
Class | Leading bits in address (binary) | Range of first octet (decimal) | Network ID format | Host ID format | Number of networks | Number of addresses per network |
---|---|---|---|---|---|---|
A | 0 | 00000000-01111111 0 - 127 |
a | b.c.d | 27 = 128 | 224 = 16777216 |
B | 10 | 10000000-10111111 128–191 |
a.b | c.d | 214 = 16384 | 216 = 65536 |
C |
110 |