Purchase Solution

How to use Windows TCP/IP networking utilities

Not what you're looking for?

Ask Custom Question

Take screens shots of the following results of using TCP/IP utilities

Open a Command Prompt (MS-DOS Prompt) window and complete the following activities. As always, be sure to cite any sources you use in your response.

Type in ipconfig /all and hit enter. Give a short blurb on each major parameter returned. How could you get the same information graphically in Windows XP or Windows Vista?

Ping Yahoo (www.yahoo.com) and then Google (www.google.com). What might cause a time difference in responses? What might cause no response to a ping? Cite as a few possible causes.

What does arp do? Type in arp -a. What is in your arp cache? What does this tell you about the path of your pings to Yahoo and Google?

Assume you cannot ping "www.hawaii.com". Type in tracert "www.hawaii.com". What if this trace only got as far a Los Angelos and then quit. What are some possible reasons that packets only got as far as LA?

What if you cannot ping "www.komando.com" by name, but you can ping it by IP address. What might cause this problem? How might you fix this problem?

What if you could not connect to any Web site? You go to command prompt and type in ipconfig /all. The IP address returned starts with 169.254. What does this tell you? How could you try to solve this problem from a command prompt? How could you try to solve this problem using a GUI?

Place all your screen shots and explanations in a Word document.

Purchase this Solution

Solution Preview

The attached document contains all the screen shots and the explanations (these may not appear correctly here).
Hope this helps. Please remember that these are not your screen shots, so be careful if you are trying to use it as a direct submission. You are strongly advised to create your own screen shots, by looking at these.

Figure 1. Output screen shot showing ipconfig /all

Figure 1 shows the output screen when the command ipconfig /all has been issued.
It shows several important information:
The host name is "LittleLaptop", which is the name of the windows machine. It's wireless adapter is a 802.11n WiFi card. DHCP is enabled, so the IP address is automatically issued by the DHCP server. The IP address that has been assigned to this machine is 192.168.0.4. The subnet mask specifies that it is a class C ...

Purchase this Solution


Free BrainMass Quizzes
C++ Operators

This quiz tests a student's knowledge about C++ operators.

Javscript Basics

Quiz on basics of javascript programming language.

Basic Networking Questions

This quiz consists of some basic networking questions.

Inserting and deleting in a linked list

This quiz tests your understanding of how to insert and delete elements in a linked list. Understanding of the use of linked lists, and the related performance aspects, is an important fundamental skill of computer science data structures.

Java loops

This quiz checks your knowledge of for and while loops in Java. For and while loops are essential building blocks for all Java programs. Having a solid understanding of these constructs is critical for success in programming Java.