Unit 5 Lab Assignment 2: Name Resolution

profileBilly11
Me.docx

CIS225

Unit 5 Lab Assignment 2

Networking II: Using the ‘Hosts’ File

Objective: Students will gain an appreciation for the Name Resolution process by creating a manual name resolution.

Resources: Should have a Windows computer installed on a network with an ip Address. The student should know how to access and use the “ping utility”.

Lab Tasks

Part I: The Hosts File

1. Log on as Administrator to Windows 10 or similar

2. Point to StartProgramsAccessoriesCommand Prompt

3. Type Ipconfig and make a note of the ip address. ____ ____ ____ _____

4. Using Windows Explorer, navigate to the C:\windows\system32\drivers\etc’ folder. This directory contains the hosts file

5. To modify the hosts file, open with notepad. Press Enter. Notepad opens with the text of the hosts file

6. Locate the bottom of the file, place the cursor at the end of the line for the sample entry for localhost and press enter to create a new line. Type your ip address from step 3. Press the tab key then type the word ‘me’ This entry should be on a line by itself with no # sign before it and will look something like the following when done

127.0.0.1 localhost

10.90.9.222 me (note, you will put the ip address from step 3 here)

7. Click FileSave

8. From the command prompt, type ‘ping me’

9. You should receive a successful reply from your own ip address. This verifies that you successfully configured manual hostname resolution for a host named ‘me’.

______________________________________________________________________________

10. Part II: Research Assignment: What is the order in which the client machine uses its available resources to resolve names to addresses? Hint: Use the windows help feature and the subject “name resolution”

1 __________________________________________

2 __________________________________________

3___________________________________________

4___________________________________________

5___________________________________________