Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

In this lab, we go over the Network utilities in PC Please note down your answers on a piece of paper for the demo purposes

In this lab, we go over the Network utilities in PC
Please note down your answers on a piece of paper for the demo purposes at the conclusion of the lab.
Question 1: IP Address of the PC
Turn on your Windows 7 machine
Use Control Panel to check out the network settings
Note down the IP address, Gateway and Subnet Mask for your network card
Repeat the same process again but this time use the command prompt to check the IP Address, Subnet Mask and the Gateway
Question 2: DHCP
Your computer gets its IP address from the austincc.edus DHCP server. By using command prompt, you can force the PC to renegotiate a new IP.
Go to cmd
Type: ipconfig /release
View the IP address and Network Connectivity
Type: ipconfig /renew
Repeat (3) : Note down your observations
Question 3: Windows10 VM: Bridged vs. NAT
Configure your VM Network Settings to be Bridged
Start your Windows 10 VM
Go into the command prompt and find out its IP Address and Subnet Mask. Write them down
Change the Network Settings to NAT
Repeat (3): Do you see any change of IPs? Explain why in the Demo.
Question 4: Install Windows Virtual Network Loop Back Adapter in Win10 VM
Start Windows10 VM
Go into Device Manager
Go into ActionAdd legacy hardwareInstall the hardware the I manually select from a list (Advanced)
Click Network adaptersMicrosoftMicrosoft KM-TEST Loopback Adapter
Click Next until its finished
Go into Control PanelNetwork and InternetNetwork and Sharing Center
Click Change adapter settings
Click on the Microsoft KM-TEST Adapter
Click PropertiesInternet Protocol Version 4(TCP/IP4)
Click Use the following IP Address
IP address: 10.10.1.1
Subnet mask will populate on its own
You have configured a dummy network adapter that could be used to test the hardware of your network card
Ping the IP setup in (11) in the command prompt
What do you see? Record your observations for the Demo
Question 5: Address Resolution Protocol in Windows 7 host machine
Go to the command prompt
Check the arp table by typing the command: arp -a
Do you see your Gateway IP listed there? Whats its MAC Address?
What is a MAC Address and how is it different from IP Address? Note down your answer for the Demo.
Question 6: Routing and netstat in Windows 7 host machine
Go to the command prompt in the Administrator mode
Issue the command: route print
Pick a route that shows connection to your gateway
Issue the command: netstat
It will list all the TCP and UDP processes
Issue the command: netstat -b
It will show individual applications and programs using the network services
Question 7: Install Wireshark on Windows 7 host machine
Goto www.wireshark.org
Install the Wireshark program for Windows
Open the Wireshark Program
Use ping command to capture the packets OR Ask the Instructor help to start a packet capture and demo all the previous questions

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Microsoft Visual Basic 2008 Comprehensive Concepts And Techniques

Authors: Gary B. Shelly, Corinne Hoisington

1st Edition

1423927168, 978-1423927167

More Books

Students also viewed these Databases questions