70-687 MLO Lab 10_Andrew_Spiker

docx

School

Ivy Tech Community College, Indianapolis *

*We aren’t endorsed by this school

Course

SVAD236

Subject

Information Systems

Date

Jan 9, 2024

Type

docx

Pages

8

Uploaded by CorporalWorldRam29

Report
MOAC 70-687 - Configuring Windows 8 Lab Manual L AB 10 CONFIGURING IP SETTINGS THIS LAB CONTAINS THE FOLLOWING EXERCISES AND ACTIVITIES: Exercise 10.1 Manually Configuring TCP/IP Exercise 10.2 Creating and Managing a DHCP Scope Exercise 10.3 Testing Network Connections Lab Challenge Configuring IP at the Command Prompt Exercise 10.1 Manually Configuring TCP/IP Overview In this exercise, you will configure the IP configuration of a computer running Windows 8. Mindset As an administrator, you will have to configure the IP settings for workstations and servers. Completion time 20 minutes Question 1 What is the IPv4 address and subnet mask assigned to the computer? 10.0.0.2 255.255.255.0
MOAC 70-687 - Configuring Windows 8 Lab Manual Question 2 What is the IPv6 address? Fe80::3dcb:c07d:2313:c53a14 Question 3 By looking at the response from ipconfig, what is the address of the DHCP server that assigned the IPv4 address to this computer? 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 .
MOAC 70-687 - Configuring Windows 8 Lab Manual Exercise 10.2 Creating and Managing a DHCP Scope Overview In this exercise, you will create a DHCP scope and look at the parameters of a DHCP scope. Mindset When you need to make changes to the network, including changing the addresses of DNS servers and such, you can change the DHCP scope and the clients will automatically get the IP configuration automatically. Completion time 15 minutes
Your preview ends here
Eager to read complete document? Join bartleby learn and gain access to the full version
  • Access to all documents
  • Unlimited textbook solutions
  • 24/7 expert homework help
MOAC 70-687 - Configuring Windows 8 Lab Manual Question 4 What is the start and end IP addresses being assigned? 10.0.0.30 10.0.0.40 21. Take a screen shot of the DHCP console dialog showing the new created scope by pressing Alt+Prt Scr and then paste it into your Lab 10 worksheet file in the page provided by pressing Ctrl+V .
MOAC 70-687 - Configuring Windows 8 Lab Manual Exercise 10.3 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
MOAC 70-687 - Configuring Windows 8 Lab Manual Question 5 What is the result of executing ping 127.0.0.1? It was successful Question 6 What does this result prove about the computer’s network connectivity? That IPv4 Loopback works Question 7 What would be the result if you unplugged your computer’s network cable before executing the ping 127.0.0.1 command? Would work successfully even with the network cable unplugged Question 8 What is the result of executing ping SVR-DC-A and what does it prove? That I can reach out on the LAN Question 9 What is the IP address of SVR-DC-A? 10.0.0.1
Your preview ends here
Eager to read complete document? Join bartleby learn and gain access to the full version
  • Access to all documents
  • Unlimited textbook solutions
  • 24/7 expert homework help
MOAC 70-687 - Configuring Windows 8 Lab Manual Question 10 What is the IP address of SVR-DC-A? 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 .
MOAC 70-687 - Configuring Windows 8 Lab Manual 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 netsh int ip set address "local area connection" static 10.2.0.50 255.255.255.0 10.2.0.20 2. Which command is used to configure the primary DNS server as 10.0.0.50? netsh int ip set dns "local area connection" static 10.0.0.50 primary 3. Which command would you set the computer to use DHCP? netsh interface ip set address "local area connection" dhcp