Seven-layer dip
A crabby user calls up to say that the intranet is taking forever to load, thus the network is slow. Let’s get to work using the OSI model to determine if the network truly is slow, or, more than likely, if the user is the slow one.

The above was just one simple example of a typical “the network is slow” situation, but in reality the same logic can be applied to so much more, such as mail-flow issues, file-transfer issues and even shared-drive connectivity using simple tools such as ping, nslookup, tracert and your own eyes and ears (looking for the obvious and listening to what the actual problem is from the user). If you aren’t already doing so, I highly suggest integrating the OSI model into your everyday troubleshooting of network problems.

  1. REBOOT
  2. “Ipconfig /flushdns”  followed by “ipconfig /registerdns”
  3. Ping by IP address (no return?  check physical connections, check for disabled network connections, check routing table on host and destination box…”route print”…”route ADD” routing statement to the gateway of the subnet you’re trying to get a response from…then ask the router/swouter guys why the traffic isn’t flowing properly between VLANs/subnets)
  4. Ping by Name (no return?  Check WINS and DNS entries…if another device using that addy, delete it)
  5. Ping -a the address to return name (no return?  Check reverse-DNS)
  6. Make sure wireless and wired connections are not running on the same machine, simultaneously (disable one of them…laptops do this a lot).