Archive for the ‘Networking’ Category
Measuring Link Speed and Latency Between Two Hosts
Friday, February 15th, 2008Using a command-line interface
The Windows Server 2003 Resource Kit includes a new tool called linkspeed, which measures the connectivity between two hosts. You run the command from one system and target a remote system:
> linkspeed /s \\<ServerName> > linkspeed /s <ServerDNSName>
Alternatively, you can specify the /dc switch to have it test the machine’s current domain controller:
> linkspeed /dc
I’ve tested linkspeed on Windows 2000. While it runs without fatal errors, it doesn’t produce consistent results. It works best when the target system is another Windows Server 2003 machine.
Finding the link speed between two hosts is often useful when troubleshooting network connectivity problems. For example, if a client is having problems authenticating to Active Directory, you should learn the link speed between the client and the domain controller with which it is authenticating. A slow speed, perhaps due to congestion, could be the cause. If you want to determine the average link speed between two hosts, you should run the linkspeed command several times over multiple days. The results for any particular run of linkspeed could vary significantly depending on what is happening in the network at that time.
Configuring TCP/IP Filtering
Friday, February 15th, 2008This filtering is applied to inbound traffic and does not affect outbound traffic.
Viewing Network Traffic
Friday, February 15th, 2008This is useful when you need to troubleshoot or debug application problems or system communications failures. Particularly when you are having problems with a particular protocol, such as LDAP or DNS, looking at the associated network traffic can be helpful to see what is being transmitted and received.
Troubleshooting Network Connectivity Problems
Thursday, February 14th, 2008First, make sure your network adapter is working. Generally there should be a flashing green light to indicate the adapter is connected and transmitting data.