Lab 2 Ce
Lab 2 Ce
EXPERIMENT No. 2
Name :Faiza abdulqadir albalooshi
ID :20130425
Section :02
Introduction:
A CLI (command line interface) is a user interface to a computer's operating
system or an application in which the user responds to a visual prompt by
typing in a command on a specified line, receives a response back from the
system, and then enters another command, and so forth. The MS-DOS
Prompt application in a Windows operating system is an example of the
provision of a command line interface. Today, most users prefer the
graphical user interface (GUI) offered by Windows, Mac OS, BeOS, and
others. Typically, most of today's UNIX-based systems offer both a
command line interface and a graphical user interface.
Objectives:
1- To identify and use basic DOS commands.
2- To explore and use networking command line tools.
Questions and Answers:
Exercise 1: What command do you use to create a folder in Windows command line?
Exercise 2: From the command prompt, show that the folder with your student number,
which you created in exercise 1 has been created for you. Take a snapshot?
Exercise 3: What does the cd command followed by two periods, i.e. “cd..” command do?
If command followed by two period “cd ..." this moves the directory back one
directory also known as the parent directory
.
Exercise 4: Open up the registry editor by typing “REGEDIT” in the command prompt.
From the registry editor change the default directory that you see when opening the
command prompt to C:\ITCE352, i.e., when you open the command prompt the C:\
ITCE352> is the prompt. Show your steps and take a snapshot.
Steps:
Exercise 6: Using the command “ipconfig /all”, fill in the following table with information
from your computer:
Description Address
IP Address 192.168.1.3
Subnet Mask 255.255.255.0
Default Gateway 192.168.1.1
DHCP Server 192.168.1.1
DNS Server 192.168.1.1
MAC Address 90-48-9A-0E-EF
Exercise 7: In your web browser type in “http://www.macvendorlookup.com” and in the
search field, type in the MAC address you found in your computer. Who and from which
country is the vendor for the network card of your computer? Take a snapshot.
Hon hai precision Ind co.,Ltd company from shanghai ,China is the
vendor for the network card of my computer.
Exercise 8: As shown in the ARP cache table in Figure 3, one of the physical address entries
is “FF-FF-FF-FF-FF-FF”. Explain the purpose of this address.
FF-FF-FF-FF-FF-FF is a broadcast address, and it attends to every other
network adapter in the network i.e. When a device sends a packet to the
broadcast MAC address (FF-FF-FF-FF-FF-FF), it will be delivered to all the
stations in the local network. It needs to be used in order for all devices to
receive your packet at the data link layer.
Exercise 9: Now, execute the “ipconfig” command again, what is IP address listed next to
the Default gateway? Take a snapshot.
Exercise 10: What command would you use to request a new IP configuration handed out
by a DHCP server?
I will use Ipconfig /renew. To request a new IP configuration handed out by
a DHCP server
Exercise 11: At the command-line prompt, type “PING www.cisco.com”. Take a snapshot.
What is the IP address of this web site?
Resources:
http://www.computerhope.com/issues/ch001310.htm
http://answers.microsoft.com/en-us/windows/forum/windows_7-windows_programs/
how-do-you-change-the-default-installation/73450b25-d794-4f18-9add-75253b893343