0% found this document useful (0 votes)
388 views8 pages

Lab9 Microsoft Exam

This document provides instructions for Lab 9, which focuses on configuring IP settings in Windows 8.1. The lab contains exercises for manually configuring TCP/IP settings, testing network connections using commands like ping and nslookup, and answering questions about configuring IP addresses, subnet masks, default gateways and DNS servers using commands. Completing the lab exercises provides experience with manually configuring IPv4 settings and basic IP troubleshooting tools.

Uploaded by

Ruben Long
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
388 views8 pages

Lab9 Microsoft Exam

This document provides instructions for Lab 9, which focuses on configuring IP settings in Windows 8.1. The lab contains exercises for manually configuring TCP/IP settings, testing network connections using commands like ping and nslookup, and answering questions about configuring IP addresses, subnet masks, default gateways and DNS servers using commands. Completing the lab exercises provides experience with manually configuring IPv4 settings and basic IP troubleshooting tools.

Uploaded by

Ruben Long
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 8

MOAC Labs Online - 70-687 Configuring Windows 8.

1 Lab 09

LAB 9
CONFIGURING IP
SETTINGS

THIS LAB CONTAINS THE FOLLOWING EXERCISES AND ACTIVITIES:


Exercise 9.1

Manually Configuring TCP/IP

Exercise 9.2

Testing Network Connections

Lab Challenge

Configuring IP at the Command Prompt

BEFORE YOU BEGIN


The lab environment consists of student workstations connected to a local area
network, along with a server that functions as the domain controller for a domain
called adatum.com. The computers required for this lab are listed in Table 9-1.
Table 9-1
Computers Required for Lab 9
Computer
Server

Operating System
Windows Server 2012 R2

Computer Name
SERVERA

Client

Windows 8.1 Enterprise

CLIENTB

In addition to the computers, you will also need the software listed in Table 9-2 to
complete Lab 9.

MOAC Labs Online - 70-687 Configuring Windows 8.1 Lab 09

Table 9-2
Software required for Lab 9
Software
Lab 9 student worksheet

Location
Lab9_worksheet.docx (provided by instructor)

Working with Lab Worksheets


Each lab in this manual requires that you answer questions, shoot screen shots, and
perform other activities that you will document in a worksheet named for the lab, such
as Lab9_worksheet.docx. You will find these worksheets on the book companion site.
It is recommended that you use a USB flash drive to store your worksheets so you can
submit them to your instructor for review. As you perform the exercises in each lab,
open the appropriate worksheet file, type the required information, and then save the
file to your flash drive.

SCENARIO
After completing this lab, you will be able to:

Manually configure IPv4 Configuration on a computer running Windows 8.1


Use basic IP configuration troubleshooting tools

Estimated lab time: 55 minutes

Exercise 9.1

Manually Configuring TCP/IP

Overview

In this exercise, you will configure the IP configuration of a


computer running Windows 8.1.

Mindset

As an administrator, you will have to configure the IP settings


for workstations and servers.

Completion time

20 minutes

1.

On CLIENTB, log on using the adatum\Administrator account and the


Pa$$w0rd password. Click the Desktop tile.

2.

Right-click the Start button and. from the context menu that appears, click
Command Prompt (Admin).

MOAC Labs Online - 70-687 Configuring Windows 8.1 Lab 09

3.

When the command prompt displays, execute the following command:


Ipconfig

Question
1

What is the IPv4 address and subnet mask assigned to the


computer?
10.0.0.2

Question
2

What is the IPv6 address?


Fe80::f437:2ba1:c5ff:ced7%5

4.

On the Taskbar, right-click the Network Status icon and choose Open Network
and Sharing Center.

5.

When the Network and Sharing Center window displays, click Change adapter
settings.

6.

Right-click the Ethernet adapter and choose Properties.

7.

In the Ethernet Properties dialog box, scroll down and double-click Internet
Protocol Version 4 (TCP/IPv4).

8.

In the Internet Protocol Version 4 (TCP/IPv4) Properties dialog box, select the
Obtain an IP address automatically option and the Obtain DNS server
address automatically option.

9.

Click OK to close the Internet Protocol Version 4 (TCP/IPv4) Properties dialog


box and then click OK to close the Ethernet Properties dialog box.

10. At the command prompt, execute the following command:


ipconfig /all
By looking at the response from ipconfig, what is the address
assigned to the workstation by the DHCP server, and what is
the address of the DHCP server?

Question
3

169.254.206.215
No DHCP server shows up.

MOAC Labs Online - 70-687 Configuring Windows 8.1 Lab 09

11. Close the Command Prompt window.


12. Back at the Network Connections window, right-click the Ethernet connection
and choose Status.
13. In the Ethernet Status dialog box, click Details. This should display the same
information you saw with the ipconfig /all command. Click Close to close the
Network Connection Details dialog box.
14. In the Ethernet Status dialog box, click Properties.
15. In the Ethernet Properties dialog box (see Figure 9-1), scroll down and doubleclick Internet Protocol Version 4 (TCP/IPv4).

Figure 9-1
The Ethernet Properties dialog box

16. When the Internet Protocol Version 4 (TCP/IPv4) Properties dialog box
displays, click Use the following IP address.
17. Type the following information:

MOAC Labs Online - 70-687 Configuring Windows 8.1 Lab 09

IP address: 10.0.0.2
Subnet mask: 255.255.255.0
Default gateway: 10.0.0.20
18. Click to select the Use the following DNS server addresses.
19. For the Preferred DNS server setting, type 10.0.0.1.
20. Take a screen shot of the Internet Protocol Version 4 (TCP/IPv4) Properties
dialog box by pressing Alt+Prt Scr and then paste it into your Lab 10 worksheet
file in the page provided by pressing Ctrl+V.
21. Click OK to close the Internet Protocol Version 4 (TCP/IPv4) Properties sheet.
22. Click OK to close the Ethernet Properties dialog box.
23. Click Close to close the Ethernet Status dialog box.
24. Close the Network Connections window and then close the Network and Sharing
Center windows.
End of exercise. Remain logged into the workstation for the next exercise.

Exercise 9.2

Testing Network Connections

Overview

In this exercise, you will test the network connection and


network connectivity between computers. You will also use
nslookup to get the IP address of a host.

Mindset

Network connection problems occur; they are usually caused by


physical problems (such as when a cable is not connected) or by
an IP configuration problem (such as having the wrong subnet
mask or default gateway). As an administrator, you need to
know how to troubleshoot such problems.

Completion time

10 minutes

1.

On CLIENTB, right-click the Start button and, on the context menu that
appears, click Command Prompt (Admin).

2.

At the command prompt, type ping 127.0.0.1 (see Figure 9-2) and then press
Enter.

MOAC Labs Online - 70-687 Configuring Windows 8.1 Lab 09

Figure 9-2
Executing the ping command

Question
4

Question
5

What is the result of executing ping 127.0.0.1?


All successful.

What does this result prove about the computers network


connectivity?
Nothing, just that the computer can ping itself.

Question
6

What would be the result if you unplugged your computers


network cable before executing the ping 127.0.0.1 command?
You would get a successful ping to 127.0.0.1

3.

At the command prompt, type ping SERVERA and then press Enter.

Question
7

What is the result of executing ping ServerA and what does it


prove?
It was successful and I can communicate with the server.

MOAC Labs Online - 70-687 Configuring Windows 8.1 Lab 09

4.

At the command prompt, execute the following command:


nslookup SERVERA
Question
8

What is the IP address of SERVERA?


10.0.0.1

5.

Take a screen shot of the Administrator Command Prompt window by pressing


Alt+Prt Scr and then paste it into your Lab 10 worksheet file in the page
provided by pressing Ctrl+V.

6.

Close the Command Prompt window.

End of exercise. Close any open windows before you begin the next exercise.

Lab Challenge

Configuring IP at the Command Prompt

Overview

In this exercise, you will perform a written exercise to


demonstrate configuring IP settings using commands.

Mindset

As an administrator, you may want create scripts, which contain


commands that you would execute to configure Windows. Some
of these commands may include configuring IP.

Completion time

10 minutes

For this written exercise, answer the following questions.


1.

Which command is used to configure the following?


IP Address: 10.2.0.50
Subnet mask: 255.255.255.0
Default Gateway: 10.2.0.20

2.

Which command is used to configure the primary DNS server as 10.0.0.50?

MOAC Labs Online - 70-687 Configuring Windows 8.1 Lab 09

3.

Which command would you set the computer to use DHCP?

End of lab. You can log off or start a different lab. If you want to restart this lab,
youll need to click the End Lab button in order for the lab to be reset.

You might also like