3
Ping - Transmits four 32 byte packets to target computer Measures response time Returns IP address of target computer Example: ping uottawa.ca Hostname - Used to show and set a computer’s host name and domain name. Useful when mapping of network drives on a computer fail. Example: hostname my_computer

Ping - Transmits four 32 byte packets to target computer ◦ Measures response time ◦ Returns IP address of target computer ◦ Example: ping uottawa.ca

Embed Size (px)

Citation preview

Page 1: Ping - Transmits four 32 byte packets to target computer ◦ Measures response time ◦ Returns IP address of target computer ◦ Example: ping uottawa.ca

Ping - Transmits four 32 byte packets to target computer◦ Measures response time◦ Returns IP address of target computer◦ Example: ping uottawa.ca

Hostname - Used to show and set a computer’s host name and domain name.◦ Useful when mapping of network drives on

a computer fail.◦ Example: hostname my_computer

Page 2: Ping - Transmits four 32 byte packets to target computer ◦ Measures response time ◦ Returns IP address of target computer ◦ Example: ping uottawa.ca

IPConfig - Displays computer’s TCP/IP configuration.◦ Gives IP address, subnet mask, and

gateway IP.◦ Can be used for:

Renewing IP address Refreshing DHCP lease Displaying contents of the DNS resolver

cache◦ Example: ipconfig /release

Page 3: Ping - Transmits four 32 byte packets to target computer ◦ Measures response time ◦ Returns IP address of target computer ◦ Example: ping uottawa.ca

Tracert - sends a test network message from a computer to a remote host and tracks the path taken by that message.

Arp - The 'arp' command manages the Address Resolution Protocol cache. The ARP cache maintains a list of computer names and their corresponding IP addresses.

Route - supports manipulation and viewing of a computer's routing table.