Commands
Commands
BSIT 1D
Mr. Elmer Estandarte ITPC 101
Assignment:
What are basic DOS (Disk Operating System) and networking command? Give the
description of each command.
Networking Commands
Commands Description
C:\>arp is short for address resolution protocol, It will show the IP
address of your computer along with the IP address and MAC
address of your router.
C:\>Ipconfig Using this command will renew all your IP addresses that you
/renew are currently (leasing) borrowing from the DHCP server. This
command is a quick problem solver if you are having
connection issues, but does not work if you have been
configured with a static IP address.
C:\>Ipconifg This command allows you to drop the IP lease from the DHCP
/release server.
C:\>ping Ping is the most basic TCP/IP command, and it’s the same as
placing a phone call to your best friend. You pick up your
telephone and dial a number, expecting your best friend to
reply with “Hello” on the other end. Computers make phone
calls to each other over a network by using a Ping command.
The Ping commands main purpose is to place a phone call to
another computer on the network, and request an answer.
Ping has 2 options it can use to place a phone call to another
computer on the network. It can use the computers name or IP
address.
C:\>tracert The tracert command displays a list of all the routers that a
packet has to go through to get from the computer where
tracert is run to any other computer on the
internet.