Server Infrastructure Labs 1-3
Server Infrastructure Labs 1-3
INTRODUCING
WINDOWS SERVER
2008 NETWORKING
What three categories of tasks are listed in the ICT interface?
Question
1 Provide Computer Information, Update This Server,
Customize This Server
Why does a shield icon appear next to the Change date and
time button?
Question
3
Administrative permission needed. Since I’m logged in as
admin I’m good to go.
1
What network components are installed on your computer?
Question
6
In addition to setting up these new virtual machines, in this lab I learned how to
modify the basic server settings, how to configure the TCP/IP settings, and how
to setup a second server on a network.
2. Open the Server Manager console on your Windows Server 2008 computer.
What selections are available to you in the left pane?
3. Using the Windows Help option, describe any roles and features that are
currently installed on this server.
4. Explain in your own words why it is a best practice to configure a server, such as
a DNS server, with a static IP address rather than allowing it to obtain an IP
address using DHCP.
A static IP address allows clients on the network to keep track of the server
without the vulnerabilities created DHCP. In short, apps run smoother and the
network is more secure.
5. Explore the netsh command menus. Record three commands that you can issue
from the command line using netsh, and describe what each command does.
show netdlls – Dislpays the current version of installed Netsh helper DLLs
set machine – Configures the computer on which the netsh commands are
executed
Question
11
In Lab 3, I learned how to install and manage the DHCP server role, and how to
confirm DHCP functionality. It seemed like most of this lab was review from
225.
2. You have installed the DHCP Server service on a computer running Windows
Server 2008. You configure and activate a 10.0.0.0/24 scope; however, clients
still are receiving a 169.254.x.x IP address. What should you do?
3. You have configured a DHCP scope with an address range of 192.168.0.1 through
192.168.0.254. You have several servers and printers that use the IP address range
of 192.168.0.1 through 192.168.0.20. With the least amount of administrative
effort, how can you prevent duplicate IP addressing?
Setting up static IP addresses for the servers and printeres would prevent
duplicate IP addressing.
4. You currently are using a DHCP server on your network. It assigns a default
gateway scope option to clients. You use a router with a different IP address to
replace a router on your network. The new router allows clients to connect to the
Internet; however, clients cannot connect to the Internet using the new router.
What should you do?
Change the default gateway scope option to use the new router’s IP address.