Sunday 19 March 2017

How to (Networking Basics)

00:38

How to find MAC address
1. Open the Windows command prompt.
2. Type ipconfig /all and press enter.

How to find IP address
1. Open the Windows command prompt.
2. Type ipconfig and press enter.

How to ping an IP address or website
1. Open the Windows command prompt.
2. Type ping [IP address or website domain] and press enter.

How to delete temporary Files
1. Open the Windows Run.
2. Type %temp% and press enter.
3. Delete All

How to Delete Prefetch Files
1. Open the Windows Run.
2. Type prefetch and press enter.
3. Delete All except “Ready Boot”

How to display the TCP/IP network protocol statistics and information?
1. Open the Windows command prompt.
2. Type netstat and press enter.

The nslookup MS-DOS utility that enables a user to do a reverse lookup on an IP address of a domain or host on a network.
1. Open the Windows command prompt.
2. Type nslookup and press enter.

The tracert command is used to visually see a network packet being sent and received and the amount of hops required for that packet to get to its destination.
1. Open the Windows command prompt.
2. Type tracert and press enter.

The route MS-DOS utility enables computers to view and modify the computer's route table.
1. Open the Windows command prompt.
2. Type route and press enter.

The net command is available in MS-DOS and Windows and is used to set, view, and determine network settings.
1. Open the Windows command prompt.
2. Type net and press enter.

Display or manipulate the ARP information on a network device or computer.
1. Open the Windows command prompt.
2. Type arp and press enter.

Written by

We are Electronics Engineers and we are here to guide ECE students.

0 comments:

Post a Comment

 

© 2013 Electro aRK. All rights resevered. Designed by Templateism

Back To Top