answersLogoWhite

0


Best Answer

PING
The "ping" command does. It sends out an ICMP echo request message and waits for a reply. However, network administrators sometimes block the ICMP protocol. In that case, accessing a service on the remote computer (e.g. opening a Web page on a Web server) would do if the service is currently available and is not blocked.
Testing connectivity between computers highly relies on networking protocols they use. Assuming it's TCP/IP (as the most widespread communication protocol used nowadays), the command to test reachability is 'ping'. To use it, you have to know IP address (which consists of 4 groups of digits separated with dots, like 10.4.199.15) or a hostname (like, remote.my.domain) of the remote computer. Launch shell interpteter and issue one the following:

ping 10.5.199.15

ping other.my.domain

depending on information on a remote device available to you.

After issuing one of these commands, expect to see at least one of the following:

ping: unknown host reemote.my.domain

(in case you've mistyped a hostname)

PING 10.6.199.15 (10.6.199.15) 56(84) bytes of data.

^C

--- 10.6.199.15 ping statistics ---

2 packets transmitted, 0 received, 100% packet loss, time 7012ms

(in case you've mistyped its IP address or there's some software installed blocking incoming pings)

PING remote.my.domain (10.5.199.15) 56(84) bytes of data.

64 bytes from remote.my.domain: icmp_seq=2 ttl=254 time=0.727 ms

64 bytes from remote.my.domain: icmp_seq=2 ttl=254 time=0.727 ms

64 bytes from remote.my.domain: icmp_seq=2 ttl=254 time=0.727 ms

^C

--- remote.my.domain ping statistics ---

3 packets transmitted, 3 received, 0% packet loss, time 1003ms

(in case the link between two systems is functioning properly)

User Avatar

Wiki User

11y ago
This answer is:
User Avatar
More answers
User Avatar

Wiki User

10y ago

step 1. Determine IP address of the computer you want to confirm connectivity with by: A. Open command prompt (on windows pc, start then click,run. Type cmd into the open box. B. at the command prompt, type ipconfig record the IP address. 2. From the other computer, open the command prompt as directed above, then type in ping Ian's then the IP address. Example, if the IP address of the computer above is 192.168.1.101, you would type this: ping 192.168.1.101. Then hit enter. If you see replies, you have confirmed connectivity. If the request times out, then you have a problem that requires further investigation.

This answer is:
User Avatar

User Avatar

Wiki User

13y ago

The "ping <address>" command, where <address> is either the domain name or IP address of the remote computer.

This answer is:
User Avatar

User Avatar

Wiki User

13y ago

the very basic test that you can do is ping test. ping the other host from one end and if you get a response then there is connection between the two.

This answer is:
User Avatar

User Avatar

Wiki User

12y ago

Ping is typically used.

This answer is:
User Avatar

User Avatar

Wiki User

11y ago

Ping -t

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What command is used to test network connectivity between two hosts?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Which network design layer provides hosts with initial connectivity to the network?

distribution


What will happen if connection to a host on a tolken bus network fails?

The whole network will be down and none of the hosts will have network connectivity.


The default gateway is configured incorrectly on the host what is the impact on communications?

You can communicate only with hosts on your own physical network and with hosts on networks for which an explicit route exists, but not with hosts which are beyond the gateway and where no explicit route exists. Or, you can reach local machines but you can't reach Internet machines.


What is a ICMP packet?

Internet Control Message Protocol -ICMP provides maintenance and reporting functions. It's used by a PING program. When a user wasnts to test connectivity to another host, they can enter the PING command with the IP address, and the user's system will test connectivity to the other host's system. Routers and other network devices report path information between hosts with ICMP.


Is network protocol needed between two hosts?

A network layer is not needed if both the hosts are in the same network. A data link layer can be used in such cases.


What command is required to allow remote access to this switch from hosts outside the local network?

NA-SW1(config-if)# no shutdown


Which subnet mask should be used for a class B network that is divided into subnets that will accommodate between 800 hosts and 1000 hosts?

255.255.252.0


Which subnet mask should be used for a Class B network that is divided into subnets and will accommodate between 800 hosts and 1000 hosts?

255.255.252.0


A host on your network with an IP address of 84.161.11.312 is trying to contact another host on your network with an IP address of 84.173.200.1012 There is no router between the hosts Network comm?

Depending on the subnet masks, these hosts may or may not be able to directly communicate.


How many hubs can exist between two communicating hosts in an Ethernet hub-based network?

You can have a maximum of four hubs between any two hosts (or from a host to the next switch).


What file can be replaced when a network has a DNS server?

Hosts


What technology can you use to provide logical separation and protection between hosts that are on the same physical network?

VLAN