Implementing, Managing, and Maintaining a Microsoft Windows Server 2003 Network Infrastructure

Size: px
Start display at page:

Download "Implementing, Managing, and Maintaining a Microsoft Windows Server 2003 Network Infrastructure"

Transcription

1 Question Number (ID) : 1 (jaamsp_mngnwi-025) Lisa would like to configure five of her 15 Web servers, which are running Microsoft Windows Server 2003, Web Edition, to always receive specific IP addresses and use a different DNS server than the other Web servers. She would also like to be able to modify the properties of TCP/IP for these five Web servers from a single interface. All of the Web servers are currently receiving IP address information from a server running Windows Server 2003, Standard Edition with DHCP services on the same subnet. What steps would fulfill these requirements in the most expedient manner? (Choose all that apply.) 1. Create a vendor class for the servers running Microsoft Windows Server 2003, Web Edition. 2. Configure each of the reservation's options with the IP address of the appropriate DNS servers. 3. On each of the five Web servers, assign the vendor class using the ipconfig utility. 4. Create a user class named "resvdweb". <Correct> 5. Create a single exclusion range for the IP addresses of the five Web servers. 6. Modify the options of the vendor class with the different DNS server's IP address. 7. Create a reservation for each of the five Web servers. <Correct> 8. On each of the five Web servers, assign the user class "resvdweb" using the ipconfig utility. <Correct> 9. Modify the options of the user class with the different DNS server's IP address. <Correct> To have each of the five Web servers receive a specific IP address, a reservation must be created for each server. A reservation associates the Media Access Control (MAC) address of the network card with the desired IP address. When a DHCP client requests an IP address from the DHCP server, the MAC address of the DHCP client is included in the request. This allows the DHCP server to identify the DHCP client and assign the associated IP address. Creating a user class named "resvdweb" would be a required step. Classes are configured to allow different options to be delivered to a specific set of DHCP clients within a scope. The DHCP server must have a class which matches the class configured on the DHCP client computers that need the different options. A user class would be used in this case, because a vendor class is defined by the operating system and would include the other 10 Web servers. Modifying the options of the user class with the different DNS server's IP address would be a required step. By defining a user class, all DHCP client computers that fall within this class can receive the options from a single configuration interface. On each of the five Web servers, assigning the user class "resvdweb" using the ipconfig utility would be a required step. In order to deliver the class options to the appropriate DHCP client computers, the computers must identify themselves to the DHCP server as being part of that user class. This is accomplished using the ipconfig /setclassid command on each of the DHCP client computers. The class id on each DHCP client computer must match the id specified in the user class created on the DHCP server. Exclusion ranges prevent a range of IP addresses from being handed out to DHCP client computers. This would prevent the five Web servers from receiving these IP addresses. Configuring each reservation's options does not meet the requirement for configuration from a single interface. A user class would be used in this case, because a vendor class is defined by the operating system and would include the other 10 Web servers. Implementing, Managing, and Maintaining IP Addressing Troubleshoot DHCP. - Verify DHCP reservation configuration (procedure). Dynamic Host Configuration Protocol (DHCP)

2 Encyclopedia of Networking, Microsoft Press D Windows 2000 Server TCP/IP Core Networking Guide Dynamic Host Configuration Protocol (DHCP) /tcpip/part1/tcpch01.asp

3 Question Number (ID) : 2 (jaamsp_mngnwi-035) Charlie would like to reduce the amount of time it is taking for his client computers running Microsoft Windows 2000 Professional to resolve host names for a partner organization's resources. All of the computers are currently configured to use DNS services on a server running Microsoft Windows Server 2003, Standard Edition, ( ) as their DNS server. Charlie does not have access to the partner company's DNS services, but he has determined that the partner company uses as their primary DNS server. What is the most expedient method Charlie can use to speed up host name resolution for the partner company's resources? 1. Configure a stub zone for Charlie's domain name. 2. Add all of the resources' names and IP addresses to the "hosts" file on each of his users' computers. 3. Create a secondary zone for the partner company's domain name. 4. Configure a stub zone for the partner company's domain name. <Correct> A stub zone can be used to speed up the name resolution for a specific domain by identifying to the DNS service the address of the DNS server responsible for that specific domain. Only queries for that domain will be forwarded to the server in the stub zone. While adding all of the names and IP addresses of the partner company's resources to the hosts file would in fact speed up the resolution process, other options are simpler. While creating a secondary zone for the partner company's domain would in fact speed up the resolution process, permission to transfer the data (zone transfer) would have to be obtained from the partner company. Other options are simpler. DNS service would not allow Charlie to create a stub zone with his own domain name, because that name is already in use. A stub zone can be used to speed up the name resolution for a specific domain by identifying to the DNS service the address of the DNS server responsible for that specific domain. However, the same name cannot be used for two different objects. Implementing, Managing, and Maintaining Name Resolution Install and configure the DNS Server service. - Configure DNS server options. Windows 2000 Server TCP/IP Core Networking Guide Introduction to DNS /tcpip/part1/tcpch01.asp Communications Introducing Microsoft Windows Server 2003, Microsoft Press Chapter: 6 Pages:

4 Question Number (ID) : 3 (wmpmsp_mngnwi-068) You are the administrator for a network that supports 5,500 client computers. The network design calls for IPSec to be used on all network connections across public communication media. Which command-line tool can you use to configure IPSec on computers running Microsoft Windows Server 2003? 1. netdiag 2. ipsecmon 3. ipseccmd 4. netsh <Correct> For computers running Windows Server 2003, you can use the netsh command-line tool to run scripts for IPSec policy creation, display IPSec policy details, and make changes to IPSec configuration. The command begins with netsh ipsec and is followed by a variety of options. The netdiag tool is available to install on computers running Windows Server However, the IPSec-related functionality of netdiag no longer is available on Windows Server It has been replaced by the netsh IPSec commands. The ipseccmd command-line tool is used on computers running Windows XP to script IPSec policy creation, display IPSec policy details, and display IPSec configuration details. Ipsecmon is a command-line tool that is used to monitor IPSec on a computer running Windows It is entered from a Windows 2000 command prompt. Implementing, Managing, and Maintaining Network Security Monitor network protocol security. [56] Tools might include the IPSec Monitor MMC snap-in and Kerberos support tools. Microsoft security administration tools Using Netdiag.exe to display IPSec information and to test and view network configuration Using Netsh to change the IPSec configuration on computers running the Windows.NET Server 2003 family Using Ipseccmd.exe to manage and monitor IPSec on computers running Windows XP

5 Question Number (ID) : 4 (wmpmsp_mngnwi-098) You are an administrator for an organization that has servers running Microsoft Windows Server Users on the network have not reported any problems with local network connectivity. Some remote client computers cannot make connections to a Routing and Remote Access (RRAS) VPN server. You need to determine if the problem exists with the RRAS VPN server, and if so, correct it. You confirm that the RRAS server is started. You confirm that the remote access clients and the VPN server are configured to use the same authentication protocols. You check the user accounts and the VPN server's remote access policy, and verify that the remote access client computers should be able to log on any time. What is the most likely cause of the problem? 1. The VPN server is using L2TP and the remote access client computers are using PPTP. 2. The VPN server is using PPTP and the remote access client computers are using L2TP. 3. The VPN server has the wrong value set for the time. 4. Not enough ports are configured for the remote access client computers. <Correct> If you have not configured enough ports for remote access client computers to connect to the VPN server, any attempts to connect will be rejected. For example, if your RRAS VPN configuration is set up to allow 35 concurrent VPN connections, and all 35 connections have already been established, no further client connection attempts will be accepted until one of the current connections is released. This scenario indicates that the remote access client computers and the VPN server are configured to use the same authentication protocols. This could be PPTP or L2TP or both. This means that if the VPN server is using PPTP, the remote access client computers are also using PPTP. If the VPN server is using L2TP for its authentication protocol, the remote access client computers are also using L2TP. Otherwise, the remote connections would not be established. If the VPN server has the wrong value set for the time, this would not have any effect on client computers being able to log in, because the policy is set up to allow logins any time. Implementing, Managing, and Maintaining Routing and Remote Access Troubleshoot client access to remote access services. - Diagnose and resolve issues related to remote access VPNs. Troubleshooting remote access VPNs

6 Question Number (ID) : 5 (wmpmsp_mngnwi-007) You are a system engineer who is responsible for an organization's servers. All servers are running Microsoft Windows Server The Computer Browser service will not start on one of your servers. You suspect a problem with the account under which this service is configured. How can you correct the problem? 1. Configure the Local system account from the Log On tab of the Computer Browser service properties. <Correct> 2. Configure the Local system account from the General tab of the Computer Browser service properties. 3. Configure a logon account from the Recovery tab of the Computer Browser service properties. 4. Configure a logon account from the Dependencies tab of the Computer Browser service properties. If a problem exists with the account under which the Computer Browser service is logged on, you should correct it from the Log On tab of the service properties. When the local system account is logged on, the service can be started. The local system account cannot be configured to log on for this service from the General tab of the Computer Browser service properties. The local system account cannot be configured to log on for this service from the Recovery tab of the Computer Browser service properties. The local system account cannot be configured to log on for this service from the Dependencies tab of the Computer Browser service properties. Maintaining a Network Troubleshoot server services. - Use service recovery options to diagnose and resolve service-related issues. Services Windows Server 2003 Help, Microsoft Set up recovery actions to take place when a service fails

7 Question Number (ID) : 6 (jaamsp_mngnwi-009) Kim is responsible for a network that was recently divided into two network segments connected by a router to minimize broadcast traffic. The first network segment has a server, running Microsoft Windows Server 2003, Enterprise Edition, using DHCP services with two scopes - one for each segment. Client computers in the second network segment are not receiving IP addresses. What is the best way for Kim to fix this problem? 1. Add the DHCP relay agent service on the existing DHCP server. 2. Add the DHCP relay agent service to a server in the second segment. <Correct> 3. Configure BootP forwarding on the router. 4. Configure a server in the second segment to receive IP packets using the BOOTP port. A DHCP relay agent on the second segment would forward DHCP requests directly to the DHCP server in the form of unicast messages instead of broadcast messages. This will allow the clients on the second segment to receive IP addresses and still minimize the broadcast traffic. While configuring BootP forwarding on the router would allow the DHCP server to receive requests from the second segment, these requests would be sent as broadcast messages. As the network was divided to stop broadcast propagation, other choices would be better in this scenario. Adding the relay agent to the DHCP server would have the server forwarding requests to itself. This would not fix the problem. Configuring a server in the second segment to receive IP packets using the BootP port would allow the second server to receive the DHCP requests, but not fulfill them. DHCP services would have to be installed to fulfill these requests. Implementing, Managing, and Maintaining IP Addressing Manage DHCP. - Manage DHCP Relay Agent. Dynamic Host Configuration Protocol (DHCP) Encyclopedia of Networking, Microsoft Press D Windows 2000 Server TCP/IP Core Networking Guide Dynamic Host Configuration Protocol /tcpip/part1/tcpch01.asp

8 Question Number (ID) : 7 (ebcmsp_mngnwi-018) You are the network administrator for your company's Active Directory network. The servers in your organization are running Microsoft Windows Server The client computers are running Microsoft Windows XP Professional and Microsoft Windows 2000 Professional. Client computers have been having problems accessing internal Web sites, and the DNS zones do not appear to be transferring properly. You would like to monitor the DNS server to determine what is causing the problem. From the list on the right, select the System Monitor counters that would be useful in troubleshooting this problem. Place your selections in the list on the left by clicking the items in the list on the right and clicking the arrow button. You may not need to use all of the items from the list on the right. In this scenario, the problem is with the zone transfers. Because of that, you should monitor the counters in the System Monitor that will record information relating to the zone transfers. The following counters from the question above are related to zone transfers: * AXFR Requests Received indicates the number of full zone transfer requests received when operating as a Master server for a zone. * AXFR Requests Sent indicates the number of full zone transfer requests sent when operating as a Secondary zone. * IXFR Requests Received indicates the number of incremental zone transfer requests received when operating as a Master server for a zone. * IXFR Requests Sent indicates the number of incremental zone transfer requests sent when operating as a Secondary zone. * Notify Receive indicates the total number of notifies received by the secondary DNS server. * Notify Sent indicates the total number of notifies sent by the master DNS server. * Zone Transfer Failure indicates the total number of failed zone transfers of the master DNS server. The other counters listed below do not play a role in the troubleshooting of this problem: * Caching Memory indicates the total amount of system memory in use by the DNS Server service for caching. * Recursive Queries indicates the total number of recursive queries received by the DNS server. * Secure Update Failure indicates the total number of secure updates that have failed on the DNS server. * Dynamic Update Rejected indicates the total number of dynamic updates rejected by the DNS server. Implementing, Managing, and Maintaining Name Resolution Monitor DNS. Tools might include System Monitor, Event Viewer, Replication Monitor, and DNS debug logs. DNS Tools docs/entserver/sag_dns_ovr_tools.asp Monitoring DNS Server Performance docs/entserver/sag_dns_imp_usingsystemmonitor.asp

9 Question Number (ID) : 8 (wmpmsp_mngnwi-056) As an administrator for an organization, you are responsible for configuring the infrastructure to deploy critical and security updates to desktop and server clients. A systems engineer has already created a software update infrastructure plan. You are tasked with implementing this plan. You must ensure that all client software updates are deployed. The plan calls for maximum administrative control over the downloading, testing, and monitoring of software updates from the Windows Update server. Which group of tasks should you choose? 1. Configure the update files to be hosted on the Windows Update server. Configure the selection and approval of content prior to publishing to Automatic Updates clients. Configure the monitoring of the Software Updates Services server and logs. 2. Configure the update files to be hosted locally on your server running Software Update Services. Configure the synchronization of approved content to additional servers. Configure the monitoring of the Software Updates Services server and logs. <Correct> 3. Configure the update files to be hosted locally on your server running Software Update Services. Configure the selection and approval of content prior to publishing to Automatic Updates clients. Configure the monitoring of the Software Updates Services server and logs. 4. Configure the update files to be hosted on the Windows Update server. Configure the synchronization of approved content to additional servers. To achieve maximum administrative control over the process of downloading and installing updates from the Windows Update server, you should download the updates to a local server first. Then you should use the local server to host updates to Automatic Updates clients. Using the Windows Update server to host update files will give you less control over the process. To achieve even more control and efficient distribution of updates, you can use additional servers to host the updates by synchronizing content with the local server that first downloaded the updates. You should evaluate and approve the updated files prior to distributing them to other servers on the network. This will give you a greater confidence in the updates, causing minimal impact to the operation of your network and the applications running on it. To track the downloading and success or failure of updates, you should configure monitoring of the Software Updates services servers and logs. You can access the data collected in the logs by using a Web server configured with Internet Information Services (IIS) 6.0 with Internet Explorer 5.5 or later. Implementing, Managing, and Maintaining Network Security Install and configure software update infrastructure. - Install and configure software update services. Software Update Services Overview White Paper Server-Side Software Update Services Software Update Services Windows Server 2003 Help, Microsoft Chapter: 4 Pages: 68-70

10 Question Number (ID) : 9 (ebcmsp_mngnwi-036) You are the network administrator for your company's Active Directory network. The name of the domain is contoso.com. The servers in your organization are running Microsoft Windows Server The client computers are running Microsoft Windows XP Professional and Microsoft Windows 2000 Professional. Your company has two separate locations, each configured as an Active Directory site. Domain controllers for contoso.com are configured at each site. At each location, a server running Windows Server 2003 is configured to allow inbound connections using a VPN. You are concerned about the security of data that being is transferred between the two locations. You want to implement the highest level of security when data is transferred between the locations. You do not want to affect the performance of client machines at each location. The graphic exhibit shows the network. From the list on the right, select the steps to configure the security settings that are necessary to provide a solution. Place the selection in the list on the left under the appropriate node by clicking the item from the list on the right, clicking the appropriate node, and then clicking the arrow button. You may use the items from the list on the right more than once, and you do not have to use each item from the list. To provide this solution, you must enable IPSec Policies on the VPN servers and specify that they will operate in a tunnel. When you specify a tunnel endpoint, all traffic between the two VPN servers will be encrypted. Clients will communicate normally inside of each site, but, when data is destined for the remote site, the VPN servers will apply and remove IPSec, thereby ensuring the highest level of security without affecting the performance of the client computers. At VPNSRV1 the endpoint for the Tunnel Mode IPSec policy will be At VPNSRV2 the endpoint for the Tunnel Mode IPSec policy will be Implementing, Managing, and Maintaining Routing and Remote Access Provide secure access between private networks. Security Information for VPN docs/entserver/sag_vpn_ovr_security.asp

11 Question Number (ID) : 10 (jaamsp_mngnwi-124) Mike is a systems engineer for a large department. He has recently configured a server running Microsoft Windows Server 2003, Enterprise Edition, as an application server for a mission-critical database application. Mike would like to configure the server so that the database will restart on the first and second failure, and reboot the server on any further failures. Where can Mike configure these options? 1. In the administration console for the database 2. In the System properties 3. In the properties of the database file 4. In the Services console <Correct> These settings can be set in the properties of the database service, on the "Recovery" tab, in the Services console. These settings cannot be set in the administration console for the database. These settings cannot be set in the properties of the database file. These settings cannot be set in the System properties. Maintaining a Network Troubleshoot server services. - Use service recovery options to diagnose and resolve service-related issues. Enumerating Dependent and Antecedent Services Stopping and Starting Dependent Services

12 Question Number (ID) : 11 (jaamsp_mngnwi-013) You need to configure the DHCP services on your server running Microsoft Windows Server 2003, Standard Edition, to deliver default gateway information to the computers in your scope, in addition to the IP addresses the computers are currently receiving. Which option must you configure? Router <Correct> Root Path LPR Servers IP Layer Forwarding Configuring the 003 Router option would update the default gateway properties on computers receiving IP addresses from this scope. The default gateway is the router used to send messages beyond the local network segment. Configuring the 009 LPR Servers option would not update the default gateway properties on computers receiving IP addresses from this scope. Configuring the 017 Root Path option would not update the default gateway properties on computers receiving IP addresses from this scope. Configuring the 019 IP Layer Forwarding option would not update the default gateway properties on computers receiving IP addresses from this scope. Configuring the 075 Street Talk Servers option would not update the default gateway properties on computers receiving IP addresses from this scope. Implementing, Managing, and Maintaining IP Addressing Manage DHCP. - Manage DHCP scope options. Dynamic Host Configuration Protocol (DHCP) Encyclopedia of Networking, Microsoft Press D Windows 2000 Server TCP/IP Core Networking Guide Dynamic Host Configuration Protocol /tcpip/part1/tcpch01.asp

13 Question Number (ID) : 12 (ebcmsp_mngnwi-014) You are the network administrator for your company's Active Directory network. The servers in your organization are running Microsoft Windows Server The client computers are running Microsoft Windows XP Professional and Microsoft Windows 2000 Professional. You need to provide your users with name resolution for Internet hosts. You want to use your ISP's DNS server to resolve all external names. You want to minimize name resolution traffic between your company and the ISP. In the graphic exhibit below, click on the tab of the property sheet that will allow you to provide the desired solution. A forwarder sends DNS queries to an upstream DNS server to resolve names of computers for which it is not authoritative. This will allow the client computers to resolve the names of Internet hosts through their local DNS server. The local DNS server will resolve the names on behalf of the client. This will reduce traffic with the ISP DNS server because only the local DNS server (the computer in the exhibit) will send DNS requests out of the network. The client computers will query the local DNS server for name resolution and the local DNS server will forward those requests to the ISP's DNS server. The result of the query will then be cached for future requests, which will increase name resolution for popular sites. Implementing, Managing, and Maintaining Name Resolution Install and configure the DNS Server service. - Configure DNS forwarding. Understanding Forwarders docs/entserver/sag_dhcp_und_relayagentconfigurations.asp

14 Question Number (ID) : 13 (ebcmsp_mngnwi-022) You are the network administrator for your company's Active Directory network. The servers in your organization are running Microsoft Windows Server The client computers are running Microsoft Windows 2000 Professional. You are responsible for maintaining the client computers. You want to ensure that the client computers automatically download Windows Updates. To reduce the amount of Internet traffic that would be generated by this process, you have installed Software Update Services. The Active Directory OU structure is departmental. Each departmental OU has a computer OU that contains the client computers. The following exhibit shows a diagram of the Active Directory environment. You must configure the client computers to use Software Update Services. Your implementation must be efficient. Select from the list on the left the steps that are necessary to provide a solution. Place the steps in the list on the left in the order in which they should be performed. Place your selections in the list on the left by clicking the items in the list on the right and clicking the arrow button. You can also use the Up and Down buttons to rearrange items in the list on the left. You may not need to use all of the items from the list on the right. To allow the Windows 2000 Professional computers to use Software Update Services, you must install wuau22.msi on them. This is the automatic update client software. To install the client software, the Windows 2000 Professional computers must have Service Pack 3 installed. Instead of visiting each client computer to install wuau22.msi, it would be easier to push the software with a Group Policy. To push wuau22.msi, you should create a GPO on one OU and then link it to the other OUs that contain the other client computers. Once the software is installed, it must be configured. Again, you could visit each client computer to configure the settings, but, it would be much easier to use a Group Policy to configure the settings. You should create the GPO on one of the OUs that contains the client computers and then link it to the other OUs that also include client computers. Since this software deployment and configuration should only affect the client computers, there is no reason to deploy GPOs at the domain level. Implementing, Managing, and Maintaining Network Security Install and configure software update infrastructure. - Install and configure automatic updates client. Windows Update docs/entserver/resources_windows_update.asp Software Distribution Overview Software Update Services Deployment White Paper

15 Question Number (ID) : 14 (jaamsp_mngnwi-080) Kyle is the network administrator for an enterprise network with multiple small office locations. Each of these small offices is configured with a server running Microsoft Windows Server 2003, Standard Edition, functioning as a router. The routers are connected to the corporate headquarters network through dedicated T1 lines. Kyle would like to statically configure the routing to reduce the network traffic over the T1 lines. What is the easiest way to configure the static routing from the command prompt of one of the servers functioning as routers? 1. Route add mask metric 1 Route add mask metric 1 Route add mask metric 1 2. Route add mask metric 1 <Correct> 3. Route insert mask metric 1 Route insert mask metric 1 Route insert mask metric 1 4. Route insert mask metric 1 Configuring a route to network is adding a default route. A default route is used when the destination network is not listed in the routing table. Using a default route allows routers inside a network to not have to list routes to every network, such as on the Internet, or when there is only one path to follow. Since these remote locations have only one path for the traffic to follow, through the T1 line, this single entry would enable all the necessary routing on this server. A default route would be easier to configure than listing each destination network individually. The Route command does not use the "insert" function. The Route command does not use the "insert" function. Implementing, Managing, and Maintaining Routing and Remote Access Manage TCP/IP routing. - Manage routing tables. Understanding Unicast Routing IP routing protocols docs/entserver/sag_rras-ch2-adv_4.asp

16 Question Number (ID) : 15 (ebcmsp_mngnwi-042) You are the network administrator for your company's Active Directory network. The servers in your organization are running Microsoft Windows Server The client computers are running Microsoft Windows XP Professional, Microsoft Windows 2000 Professional, Microsoft Windows 98, and Windows NT 4.0 Workstation. Because there are legacy clients on the network, you have implemented a WINS server. All of the computers on the network are configured to use the WINS server for name resolution. The network is made up of four different locations connected by routers. Clients have complained that they cannot browse resources on other subnets. After capturing packets on the network, you believe that the problem is related to WINS. In the exhibit below, click on the area in Network Monitor that leads you to believe the problem is with the WINS server. The exhibit displays traffic that was generated by NetBIOS name resolution. When client computers attempt to resolve NetBIOS names, they will first look into their NetBIOS cache to see if they have communicated with the destination computer before. If there is no entry in cache for the destination, the client computers will then send a query to a WINS server. Frames1 and 2 show the WINS packet going from the client to the WINS server. If the WINS server cannot resolve the name, the client then broadcasts for name resolution. Frame 3 shows the broadcast packet for NetBIOS name resolution. Since the broadcast occurred, the WINS server was not able to resolve the name. Since this is a subnetted network that is connected with routers, the broadcast name resolution traffic will not be passed by the router, which will prevent clients from browsing or connecting to remote computers by using NetBIOS. Maintaining a Network Monitor network traffic. Tools might include Network Monitor and System Monitor. Monitoring Network Traffic docs/entserver/ctasks017.asp

17 Question Number (ID) : 16 (jaamsp_mngnwi-026) You are the administrator for an enterprise network consisting of 10,000 computers running Microsoft Windows XP Professional, and 200 servers running Microsoft Windows Server One of the servers with DHCP services installed is running out of hard drive space on the system/boot partition. Through the DHCP console, what options are available to store DHCP generated data on a different volume? (Select all that apply.) 1. Move the Temporary files to a different volume. 2. Move the Service to a different volume. 3. Move the Application to a different volume. 4. Move the Database to a different volume. <Correct> 5. Move the Audit log to a different volume. <Correct> 6. Move the Backup to a different volume. <Correct> The DHCP Audit log, Database, and Backup can all be transferred to another volume or partition through the advanced properties of the DHCP server. Doing this would free up the disk space used by these files. Any temporary files generated specifically by the DHCP service cannot be assigned a different location. The DHCP service itself cannot be assigned an alternative location to run from. The DHCP application cannot be transferred to another location through the DHCP console. Implementing, Managing, and Maintaining IP Addressing Troubleshoot DHCP. - Check the system event log and DHCP server audit log files for related events. Windows 2000 Server TCP/IP Core Networking Guide Dynamic Host Configuration Protocol /tcpip/part1/tcpch01.asp

18 Question Number (ID) : 17 (jaamsp_mngnwi-042) Question: Stan would like to reduce the amount of replication traffic across the WAN connections between his network's primary location and the branch offices. At each of the remote sites, he has a server running Microsoft Windows Server 2003, Standard Edition, with Active Directory, DNS services, and Global Catalog installed to reduce lookup and authentication traffic. In accordance with the corporate security policy, which specifies that all DNS zone transfer traffic be encrypted, Stan's DNS zones are all configured as Active Directory integrated zones. What further step could be taken to reduce replication traffic while still conforming to the corporate security policy? 1. Set dynamic updates to "Secure only." 2. Reconfigure the zones in the remote sites as standard secondary. 3. Reconfigure the zones in the remote sites as standard primary. 4. Create an application directory partition for each zone. <Correct> Creating a separate portion of the Active Directory database (an application directory partition) to store only DNS information will reduce replication traffic. The objects in an application directory partition are not listed in the Global Catalog, so any changes made will not be replicated to Global Catalog servers. More importantly, each zone can be configured to replicate only to other servers with the same DNS zone (therefore the same application directory partition). Reconfiguring the zones in the remote sites as standard secondary zones would allow for reduced replication traffic (by replicating with only the zone's primary), but that would violate the security policy, sending non-encrypted zone transfers. Reconfiguring the zones in the remote sites as standard primary zones would allow for reduced replication traffic (by replicating with only designated secondary zones), but that would violate the security policy, sending non-encrypted zone transfers. Secure updates being set to "Secure only" would have no effect upon DNS replication. Dynamic updates register the client computers' current IP address information. Setting dynamic updates to "No" could actually decrease replication traffic because there would be fewer changes to the DNS database, at the cost of sacrificing the functionality of Dynamic DNS. Implementing, Managing, and Maintaining Name Resolution Manage DNS. - Manage DNS zone settings. Windows 2000 Server TCP/IP Core Networking Guide Introduction to DNS /tcpip/part1/tcpch01.asp Communications Introducing Microsoft Windows Server 2003, Microsoft Press Chapter: 6 Pages:

19 Question Number (ID) : 18 (wmpmsp_mngnwi-058) You are the administrator for an organization. You want to configure a computer running Microsoft Windows Server 2003 to automatically download critical and security updates as an Automatic Updates client, and receive a notification when the updates are ready to be installed. Which group of users has permission to perform this configuration? (Choose all that apply.) 1. Users 2. Domain Users 3. Domain Admins <Correct> 4. Administrators <Correct> 5. Domain Guests Only a local administrator can configure an Automatic Updates client to receive updates. Therefore, since a local administrator is a member of the Administrators group, he or she has permission to perform the configuration. Since a member of the Domain Admins group can perform administrative functions locally, he or she also has permission to perform the configuration. The valid configuration settings are: Notify me before downloading any updates, and notify me again before installing them on my computer Download the updates automatically, and notify me when they are ready to be installed Automatically download the updates, and install them on the schedule that I specify A member of the Users group does not have administrative permission and cannot configure an Automatic Updates client. A member of the Domain Users group has permission to perform tasks that all other users in the domain can perform. A member of the Domain Users group does not have administrative permissions and cannot configure an Automatic Updates client. A member of the Domain Guests group has the same permission as all guests in the domain. A member of the Domain Guests group does not have administrative permissions and cannot configure an Automatic Updates client. Implementing, Managing, and Maintaining Network Security Install and configure software update infrastructure. - Install and configure automatic updates client. Software Update Services Overview White Paper Chapter: Client-Side Automatic Updates Pages: 7-15 Default Groups Windows Server 2003 Help, Microsoft

20 Question Number (ID) : 19 (wmpmsp_mngnwi-091) You are the administrator for an organization that has a large enterprise network infrastructure of 65 interconnected network segments, both local and remote. You need to implement the Routing Information Protocol (RIP) protocol for routing in the network infrastructure. One of your network's servers is configured as a Routing and Remote Access server running Microsoft Windows Server What is the maximum number of Point-to-Point Tunneling Protocol (PPTP) ports you can configure for a VPN on the server? ,000 <Correct> You can configure 1,000 PPTP ports for a VPN on a computer running Windows Server The VPN supports up to 1,000 concurrent VPN connections Windows Server 2003, Web Edition, only supports one connection at a time. PRI ISDN supports two concurrent channels (ports). Implementing, Managing, and Maintaining Routing and Remote Access Manage TCP/IP routing. - Manage routing ports. Routing and Remote Access Routing interfaces, devices, and ports

21 Question Number (ID) : 20 (jaamsp_mngnwi-107) Ken is the network administrator for a large organization. He is attempting to troubleshoot a network problem with Network Monitor, using a computer running Microsoft Windows XP Professional. However, when he attempts to run the program in promiscuous mode, he receives an error message indicating that he must use a different version of Network Monitor. What version of Network Monitor will run in promiscuous mode? 1. The version that come with Microsoft SMS (Systems Management Server) <Correct> 2. The full retail version 3. The version that comes with Microsoft ISA (Internet Security and Acceleration) Server 4. The version that comes with Windows Server 2003 The only version of Network Monitor that allows functions such as promiscuous mode is the version that comes with SMS. The version that ships with Microsoft's operating systems only allows the viewing of traffic to or from the computer the program is running on. Microsoft ISA Server does not include a version of Network Monitor. Network Monitor has not been released as a standalone retail product. The version of Network Monitor released with Windows Server 2003 does not allow advanced features, such as running in promiscuous mode. Maintaining a Network Monitor network traffic. Tools might include Network Monitor and System Monitor. Monitoring network activity MPmonperf_21.asp

Implementing, Managing, and Maintaining a Microsoft Windows Server 2003 Network Infrastructure

Implementing, Managing, and Maintaining a Microsoft Windows Server 2003 Network Infrastructure Question Number (ID) : 1 (wmpmsp_mngnwi-121) You are an administrator for an organization that provides Internet connectivity to users from the corporate network. Several users complain that they cannot

More information

Lesson Plans Managing a Windows 2003 Network Infrastructure

Lesson Plans Managing a Windows 2003 Network Infrastructure Lesson Plans Managing a Windows 2003 Network Infrastructure (Exam 70-291) Table of Contents Course Overview... 2 Section 0.1: Introduction... 3 Section 1.1: Client Configuration... 4 Section 1.2: IP Addressing...

More information

Understanding Windows Server 2003 Networking p. 1 The OSI Model p. 2 Protocol Stacks p. 4 Communication between Stacks p. 13 Microsoft's Network

Understanding Windows Server 2003 Networking p. 1 The OSI Model p. 2 Protocol Stacks p. 4 Communication between Stacks p. 13 Microsoft's Network Introduction p. xix Assessment Test p. xxxviii Understanding Windows Server 2003 Networking p. 1 The OSI Model p. 2 Protocol Stacks p. 4 Communication between Stacks p. 13 Microsoft's Network Components

More information

MCSE 2003. Core exams (Networking) One Client OS Exam. Core Exams (6 Exams Required)

MCSE 2003. Core exams (Networking) One Client OS Exam. Core Exams (6 Exams Required) MCSE 2003 Microsoft Certified Systems Engineer (MCSE) candidates on the Microsoft Windows Server 2003 track are required to satisfy the following requirements: Core Exams (6 Exams Required) Four networking

More information

CHAPTER ANSWERS IMPLEMENTING, MANAGING, AND MAINTAINING A MICROSOFT WINDOWS SERVER 2003 NETWORK INFRASTRUCTURE

CHAPTER ANSWERS IMPLEMENTING, MANAGING, AND MAINTAINING A MICROSOFT WINDOWS SERVER 2003 NETWORK INFRASTRUCTURE CHAPTER S IMPLEMENTING, MANAGING, AND MAINTAINING A MICROSOFT WINDOWS SERVER 2003 NETWORK INFRASTRUCTURE 2 TEXTBOOK CHAPTER 1 S: IMPLEMENTING DHCP CHAPTER 1 IMPLEMENTING DHCP CHAPTER REVIEW QUESTIONS 1.

More information

Exam : 070-642 Title : TS: Windows Server 2008 Network Infrastructure, Configuring Ver : 08-13-2008

Exam : 070-642 Title : TS: Windows Server 2008 Network Infrastructure, Configuring Ver : 08-13-2008 Exam : 070-642 Title : TS: Windows Server 2008 Network Infrastructure, Configuring Ver : 08-13-2008 QUESTION 1: Certkiller.com has an IPv6 network which has 25 segments. As an administrator, you deploy

More information

MCSE Objectives. Exam 70-236: TS:Exchange Server 2007, Configuring

MCSE Objectives. Exam 70-236: TS:Exchange Server 2007, Configuring MCSE Objectives Exam 70-236: TS:Exchange Server 2007, Configuring Installing and Configuring Microsoft Exchange Servers Prepare the infrastructure for Exchange installation. Prepare the servers for Exchange

More information

Introduction. Assessment Test

Introduction. Assessment Test 61699ftoc.fm Page ix Friday, May 9, 2008 11:26 AM Introduction Assessment Test xvii xxviii Chapter 1 Understanding Windows Server 2008 Networking 1 Understanding the OSI Model 2 Protocol Stacks 4 Communication

More information

Planning and Maintaining a Microsoft Windows Server Network Infrastructure

Planning and Maintaining a Microsoft Windows Server Network Infrastructure Unit 27: Planning and Maintaining a Microsoft Windows Server Network Infrastructure Learning outcomes A candidate following a programme of learning leading to this unit will be able to: Configure security

More information

CREATING AN IKE IPSEC TUNNEL BETWEEN AN INTERNET SECURITY ROUTER AND A WINDOWS 2000/XP PC

CREATING AN IKE IPSEC TUNNEL BETWEEN AN INTERNET SECURITY ROUTER AND A WINDOWS 2000/XP PC CREATING AN IKE IPSEC TUNNEL BETWEEN AN INTERNET SECURITY ROUTER AND A WINDOWS 2000/XP PC 1 Introduction Release date: 11/12/2003 This application note details the steps for creating an IKE IPSec VPN tunnel

More information

MCSA Objectives. Exam 70-236: TS:Exchange Server 2007, Configuring

MCSA Objectives. Exam 70-236: TS:Exchange Server 2007, Configuring MCSA Objectives Exam 70-236: TS:Exchange Server 2007, Configuring Installing and Configuring Microsoft Exchange Servers Prepare the infrastructure for Exchange installation. Prepare the servers for Exchange

More information

Internetworking Microsoft TCP/IP on Microsoft Windows NT 4.0

Internetworking Microsoft TCP/IP on Microsoft Windows NT 4.0 Internetworking Microsoft TCP/IP on Microsoft Windows NT 4.0 Course length: 5 Days Course No. 688 - Five days - Instructor-led Introduction This course provides students with the knowledge and skills required

More information

Step-by-Step Guide for Setting Up VPN-based Remote Access in a Test Lab

Step-by-Step Guide for Setting Up VPN-based Remote Access in a Test Lab Página 1 de 54 Step-by-Step Guide for Setting Up VPN-based Remote Access in a Test Lab This guide provides detailed information about how you can use five computers to create a test lab with which to configure

More information

Step-by-Step Guide for Creating and Testing Connection Manager Profiles in a Test Lab

Step-by-Step Guide for Creating and Testing Connection Manager Profiles in a Test Lab Step-by-Step Guide for Creating and Testing Connection Manager Profiles in a Test Lab Microsoft Corporation Published: May, 2005 Author: Microsoft Corporation Abstract This guide describes how to create

More information

Configuring Windows Server 2008 Network Infrastructure

Configuring Windows Server 2008 Network Infrastructure Configuring Windows Server 2008 Network Infrastructure Course Number: 70-642 Certification Exam This course is preparation for the Microsoft Technical Specialist (TS) exam, Exam 70-642: TS: Windows Server

More information

How To Set Up A Vpn Tunnel Between Winxp And Zwall On A Pc 2 And Winxp On A Windows Xp 2 On A Microsoft Gbk2 (Windows) On A Macbook 2 (Windows 2) On An Ip

How To Set Up A Vpn Tunnel Between Winxp And Zwall On A Pc 2 And Winxp On A Windows Xp 2 On A Microsoft Gbk2 (Windows) On A Macbook 2 (Windows 2) On An Ip WINXP VPN to ZyWALL Tunneling 1. Setup WINXP VPN 2. Setup ZyWALL VPN This page guides us to setup a VPN connection between the WINXP VPN software and ZyWALL router. There will be several devices we need

More information

Exam: 070-215 QUESTION 1 QUESTION 2 QUESTION 3 QUESTION 4

Exam: 070-215 QUESTION 1 QUESTION 2 QUESTION 3 QUESTION 4 Exam: 070-215 QUESTION 1 You want to provide complete redundancy for all data stored on your hardware RAID-5 disk array. You install a second hardware RAID-5 disk array. You want to create a mirror of

More information

Agency Pre Migration Tasks

Agency Pre Migration Tasks Agency Pre Migration Tasks This document is to be provided to the agency and will be reviewed during the Migration Technical Kickoff meeting between the ICS Technical Team and the agency. Network: Required

More information

MCSA Security + Certification Program

MCSA Security + Certification Program MCSA Security + Certification Program 12 credit hours 270 hours to complete certifications Tuition: $4500 Information technology positions are high-demand occupations that support virtually all industries.

More information

70-642 R4: Configuring Windows Server 2008 Network Infrastructure

70-642 R4: Configuring Windows Server 2008 Network Infrastructure 70-642 R4: Configuring Windows Server 2008 Network Infrastructure Course Introduction Chapter 01 - Understanding and Configuring IP Lesson: Introducing the OSI Model Understanding the Network Layers OSI

More information

המרכז ללימודי חוץ המכללה האקדמית ספיר. ד.נ חוף אשקלון 79165 טל'- 08-6801535 פקס- 08-6801543 בשיתוף עם מכללת הנגב ע"ש ספיר

המרכז ללימודי חוץ המכללה האקדמית ספיר. ד.נ חוף אשקלון 79165 טל'- 08-6801535 פקס- 08-6801543 בשיתוף עם מכללת הנגב עש ספיר מודולות הלימוד של מייקרוסופט הקורס מחולק ל 4 מודולות כמפורט:.1Configuring Microsoft Windows Vista Client 70-620 Installing and upgrading Windows Vista Identify hardware requirements. Perform a clean installation.

More information

Networking Best Practices Guide. Version 6.5

Networking Best Practices Guide. Version 6.5 Networking Best Practices Guide Version 6.5 Summer 2010 Copyright: 2010, CCH, a Wolters Kluwer business. All rights reserved. Material in this publication may not be reproduced or transmitted in any form

More information

Step-by-Step Guide for Setting Up VPN-based Remote Access in a

Step-by-Step Guide for Setting Up VPN-based Remote Access in a Page 1 of 41 TechNet Home > Products & Technologies > Server Operating Systems > Windows Server 2003 > Networking and Communications Step-by-Step Guide for Setting Up VPN-based Remote Access in a Test

More information

This chapter describes how to set up and manage VPN service in Mac OS X Server.

This chapter describes how to set up and manage VPN service in Mac OS X Server. 6 Working with VPN Service 6 This chapter describes how to set up and manage VPN service in Mac OS X Server. By configuring a Virtual Private Network (VPN) on your server you can give users a more secure

More information

Implementing, Managing and Maintaining a Microsoft Windows Server 2003 Network Infrastructure: Network Services Course No.

Implementing, Managing and Maintaining a Microsoft Windows Server 2003 Network Infrastructure: Network Services Course No. COURSE OVERVIEW This five-day instructor-led course provides students with the knowledge and skills to implement and manage a Microsoft Windows Server 2003 network The course is intended for systems administrator

More information

ANNE ARUNDEL COMMUNITY COLLEGE ARNOLD, MARYLAND COURSE OUTLINE CATALOG DESCRIPTION

ANNE ARUNDEL COMMUNITY COLLEGE ARNOLD, MARYLAND COURSE OUTLINE CATALOG DESCRIPTION ANNE ARUNDEL COMMUNITY COLLEGE ARNOLD, MARYLAND COURSE OUTLINE COURSE: Windows 2003 Server COURSE NO: CSI 265 CREDIT HOURS: 3 hours of lecture weekly DEPARTMENT: CATALOG DESCRIPTION CSI 265 Windows 2003

More information

Chapter 12 Supporting Network Address Translation (NAT)

Chapter 12 Supporting Network Address Translation (NAT) [Previous] [Next] Chapter 12 Supporting Network Address Translation (NAT) About This Chapter Network address translation (NAT) is a protocol that allows a network with private addresses to access information

More information

5 Configuring a DNS Infrastructure

5 Configuring a DNS Infrastructure 5 Configuring a DNS Infrastructure Exam Objectives in this Chapter: Configure a DNS server. Configure DNS zone options. Configure DNS forwarding. Manage DNS zone settings. Manage DNS server options. Why

More information

70-682. Microsoft. Pro: Upgrading to Windows 7 MCITP Enterprise Desktop Support Technician. http://www.pass4sureofficial.com. www.dumpspdf.

70-682. Microsoft. Pro: Upgrading to Windows 7 MCITP Enterprise Desktop Support Technician. http://www.pass4sureofficial.com. www.dumpspdf. 70-682 Microsoft Pro: Upgrading to Windows 7 MCITP Enterprise Desktop Support Technician http://www.pass4sureofficial.com Dumpspdf.com is a reputable IT certification examination guide, study guides and

More information

Innominate mguard Version 6

Innominate mguard Version 6 Innominate mguard Version 6 Configuration Examples mguard smart mguard PCI mguard blade mguard industrial RS EAGLE mguard mguard delta Innominate Security Technologies AG Albert-Einstein-Str. 14 12489

More information

Implementing, Managing, and Maintaining a Microsoft Windows Server 2003 Network Infrastructure: Network Services (5 days)

Implementing, Managing, and Maintaining a Microsoft Windows Server 2003 Network Infrastructure: Network Services (5 days) Implementing, Managing, and Maintaining a Microsoft Windows Server 2003 Network Infrastructure: Network Services (5 days) Course 2277: Five days; Instructor-led Introduction This five-day, instructor-led

More information

Deploying Windows Streaming Media Servers NLB Cluster and metasan

Deploying Windows Streaming Media Servers NLB Cluster and metasan Deploying Windows Streaming Media Servers NLB Cluster and metasan Introduction...................................................... 2 Objectives.......................................................

More information

Astaro Security Gateway V8. Remote Access via L2TP over IPSec Configuring ASG and Client

Astaro Security Gateway V8. Remote Access via L2TP over IPSec Configuring ASG and Client Astaro Security Gateway V8 Remote Access via L2TP over IPSec Configuring ASG and Client 1. Introduction This guide contains complementary information on the Administration Guide and the Online Help. If

More information

This is a distance learning course.

This is a distance learning course. ITMC 2075 Course Syllabus 1. Name of Course: Windows Server 2008 Network Infrastructure, Configuring 2. Number of Clock Hours: 48 3. Course Description: This course provides students with the knowledge

More information

Step-by-Step Configuration

Step-by-Step Configuration Step-by-Step Configuration Kerio Technologies Kerio Technologies. All Rights Reserved. Printing Date: August 15, 2007 This guide provides detailed description on configuration of the local network which

More information

DC Agent Troubleshooting

DC Agent Troubleshooting DC Agent Troubleshooting Topic 50320 DC Agent Troubleshooting Web Security Solutions v7.7.x, 7.8.x 27-Mar-2013 This collection includes the following articles to help you troubleshoot DC Agent installation

More information

Initial Access and Basic IPv4 Internet Configuration

Initial Access and Basic IPv4 Internet Configuration Initial Access and Basic IPv4 Internet Configuration This quick start guide provides initial and basic Internet (WAN) configuration information for the ProSafe Wireless-N 8-Port Gigabit VPN Firewall FVS318N

More information

Chapter 3 LAN Configuration

Chapter 3 LAN Configuration Chapter 3 LAN Configuration This chapter describes how to configure the advanced LAN features of your ProSafe Dual WAN Gigabit Firewall with SSL & IPsec VPN. This chapter contains the following sections

More information

Step-by-Step Guide for Setting Up IPv6 in a Test Lab

Step-by-Step Guide for Setting Up IPv6 in a Test Lab Step-by-Step Guide for Setting Up IPv6 in a Test Lab Microsoft Corporation Published: July, 2006 Author: Microsoft Corporation Abstract This guide describes how to configure Internet Protocol version 6

More information

Windows 7, Enterprise Desktop Support Technician

Windows 7, Enterprise Desktop Support Technician Course 50331D: Windows 7, Enterprise Desktop Support Technician Page 1 of 11 Windows 7, Enterprise Desktop Support Technician Course 50331D: 4 days; Instructor-Led Introduction This four-day instructor-ledcourse

More information

Using Logon Agent for Transparent User Identification

Using Logon Agent for Transparent User Identification Using Logon Agent for Transparent User Identification Websense Logon Agent (also called Authentication Server) identifies users in real time, as they log on to domains. Logon Agent works with the Websense

More information

Customer Tips. Basic E-mail Configuration and Troubleshooting. for the user. Overview. Basic Configuration. Xerox Multifunction Devices.

Customer Tips. Basic E-mail Configuration and Troubleshooting. for the user. Overview. Basic Configuration. Xerox Multifunction Devices. Xerox Multifunction Devices Customer Tips November 24, 2003 This document applies to these Xerox products: x WC Pro 32/40 Color x WC Pro 65/75/90 x WC Pro 35/45/55 WC M35/M45/M55 x DC 555/545/535 x DC

More information

Windows 7, Enterprise Desktop Support Technician Course 50331: 5 days; Instructor-led

Windows 7, Enterprise Desktop Support Technician Course 50331: 5 days; Instructor-led Lincoln Land Community College Capital City Training Center 130 West Mason Springfield, IL 62702 217-782-7436 www.llcc.edu/cctc Windows 7, Enterprise Desktop Support Technician Course 50331: 5 days; Instructor-led

More information

Barracuda Link Balancer

Barracuda Link Balancer Barracuda Networks Technical Documentation Barracuda Link Balancer Administrator s Guide Version 2.2 RECLAIM YOUR NETWORK Copyright Notice Copyright 2004-2011, Barracuda Networks www.barracuda.com v2.2-110503-01-0503

More information

Chapter 8 Router and Network Management

Chapter 8 Router and Network Management Chapter 8 Router and Network Management This chapter describes how to use the network management features of your ProSafe Dual WAN Gigabit Firewall with SSL & IPsec VPN. These features can be found by

More information

Module 6. Configuring and Troubleshooting Routing and Remote Access. Contents:

Module 6. Configuring and Troubleshooting Routing and Remote Access. Contents: Configuring and Troubleshooting Routing and Remote Access 6-1 Module 6 Configuring and Troubleshooting Routing and Remote Access Contents: Lesson 1: Configuring Network Access 6-3 Lesson 2: Configuring

More information

Appendix A: Differences Between Microsoft Windows Server 2003 and Microsoft Windows 2000 Server

Appendix A: Differences Between Microsoft Windows Server 2003 and Microsoft Windows 2000 Server Appendix A: Differences Between Microsoft Windows Server 2003 and Microsoft Windows 2000 Server 2 Appendix A: Differences Between Microsoft Windows Server 2003 and Microsoft Windows 2000 Server Module

More information

MN-700 Base Station Configuration Guide

MN-700 Base Station Configuration Guide MN-700 Base Station Configuration Guide Contents pen the Base Station Management Tool...3 Log ff the Base Station Management Tool...3 Navigate the Base Station Management Tool...4 Current Base Station

More information

Pre-lab and In-class Laboratory Exercise 10 (L10)

Pre-lab and In-class Laboratory Exercise 10 (L10) ECE/CS 4984: Wireless Networks and Mobile Systems Pre-lab and In-class Laboratory Exercise 10 (L10) Part I Objectives and Lab Materials Objective The objectives of this lab are to: Familiarize students

More information

Chapter 4 Customizing Your Network Settings

Chapter 4 Customizing Your Network Settings . Chapter 4 Customizing Your Network Settings This chapter describes how to configure advanced networking features of the Wireless-G Router Model WGR614v9, including LAN, WAN, and routing settings. It

More information

Windows Firewall with Advanced Security Step-by-Step Guide - Deploying Firewall Policies

Windows Firewall with Advanced Security Step-by-Step Guide - Deploying Firewall Policies Windows Firewall with Advanced Security Step-by-Step Guide - Deploying Firewall Policies Microsoft Corporation Published: October 2007 Author: Dave Bishop Editor: Scott Somohano Technical Reviewers: Sarah

More information

OVERVIEW OF TYPICAL WINDOWS SERVER ROLES

OVERVIEW OF TYPICAL WINDOWS SERVER ROLES OVERVIEW OF TYPICAL WINDOWS SERVER ROLES Before you start Objectives: learn about common server roles which can be used in Windows environment. Prerequisites: no prerequisites. Key terms: network, server,

More information

"Charting the Course... ... to Your Success!" MOC 50331 D Windows 7 Enterprise Desktop Support Technician Course Summary

Charting the Course... ... to Your Success! MOC 50331 D Windows 7 Enterprise Desktop Support Technician Course Summary Description Course Summary This course provides students with the knowledge and skills needed to isolate, document and resolve problems on a Windows 7 desktop or laptop computer. It will also help test

More information

AirStation VPN Setup Guide WZR-RS-G54

AirStation VPN Setup Guide WZR-RS-G54 AirStation VPN Setup Guide WZR-RS-G54 WZR-RS-G54 Introduction The WZR-RS-G54 s VPN services allows users to securely access their home or office network from anywhere in the world. All services available

More information

Client Server Networks

Client Server Networks Name: Date: Quiz 3: Load 2008 Server, LAN Setup, Driver Load, Windows Update, Windows Defender, Active Directory, Organizational Units, Groups, Password and Lockout Polices, Joining a Domain, Wireless

More information

Guideline for setting up a functional VPN

Guideline for setting up a functional VPN Guideline for setting up a functional VPN Why do I want a VPN? VPN by definition creates a private, trusted network across an untrusted medium. It allows you to connect offices and people from around the

More information

Step By Step Guide: Demonstrate DirectAccess in a Test Lab

Step By Step Guide: Demonstrate DirectAccess in a Test Lab Step By Step Guide: Demonstrate DirectAccess in a Test Lab Microsoft Corporation Published: May 2009 Updated: October 2009 Abstract DirectAccess is a new feature in the Windows 7 and Windows Server 2008

More information

Virtual Data Centre. User Guide

Virtual Data Centre. User Guide Virtual Data Centre User Guide 2 P age Table of Contents Getting Started with vcloud Director... 8 1. Understanding vcloud Director... 8 2. Log In to the Web Console... 9 3. Using vcloud Director... 10

More information

WatchGuard Mobile User VPN Guide

WatchGuard Mobile User VPN Guide WatchGuard Mobile User VPN Guide Mobile User VPN establishes a secure connection between an unsecured remote host and a protected network over an unsecured network using Internet Protocol Security (IPSec).

More information

Getting Started Guide

Getting Started Guide Getting Started Guide Microsoft Corporation Published: December 2005 Table of Contents Getting Started Guide...1 Table of Contents...2 Get Started with Windows Server 2003 R2...4 Windows Storage Server

More information

Setup Reference guide for PBX to SBC interconnection

Setup Reference guide for PBX to SBC interconnection Setup Reference guide for PBX to SBC interconnection Method of connection by "LAN interface only" i.e. SBC is placed behind the Perimeter Router / Fire-wall. Panasonic PBX (KX-TDE, NCP series), Media5

More information

PowerLink Bandwidth Aggregation Redundant WAN Link and VPN Fail-Over Solutions

PowerLink Bandwidth Aggregation Redundant WAN Link and VPN Fail-Over Solutions Bandwidth Aggregation Redundant WAN Link and VPN Fail-Over Solutions Find your network example: 1. Basic network with and 2 WAN lines - click here 2. Add a web server to the LAN - click here 3. Add a web,

More information

Using IPSec in Windows 2000 and XP, Part 2

Using IPSec in Windows 2000 and XP, Part 2 Page 1 of 8 Using IPSec in Windows 2000 and XP, Part 2 Chris Weber 2001-12-20 This is the second part of a three-part series devoted to discussing the technical details of using Internet Protocol Security

More information

Chapter 4 Customizing Your Network Settings

Chapter 4 Customizing Your Network Settings Chapter 4 Customizing Your Network Settings This chapter describes how to configure advanced networking features of the RangeMax Dual Band Wireless-N Router WNDR3300, including LAN, WAN, and routing settings.

More information

Virtual Web Appliance Setup Guide

Virtual Web Appliance Setup Guide Virtual Web Appliance Setup Guide 2 Sophos Installing a Virtual Appliance Installing a Virtual Appliance This guide describes the procedures for installing a Virtual Web Appliance. If you are installing

More information

nappliance misa Server 2006 Standard Edition Users Guide For use with misa Appliances 2006 nappliance Networks, Inc.

nappliance misa Server 2006 Standard Edition Users Guide For use with misa Appliances 2006 nappliance Networks, Inc. nappliance misa Server 2006 Standard Edition Users Guide For use with misa Appliances The information contained in this document represents the current view of Microsoft Corporation on the issues discussed

More information

Course Description. Course Audience. Course Outline. Course Page - Page 1 of 12

Course Description. Course Audience. Course Outline. Course Page - Page 1 of 12 Course Page - Page 1 of 12 Windows 7 Enterprise Desktop Support Technician M-50331 Length: 5 days Price: $2,795.00 Course Description This five-day instructor-led course provides students with the knowledge

More information

WEB CONFIGURATION. Configuring and monitoring your VIP-101T from web browser. PLANET VIP-101T Web Configuration Guide

WEB CONFIGURATION. Configuring and monitoring your VIP-101T from web browser. PLANET VIP-101T Web Configuration Guide WEB CONFIGURATION Configuring and monitoring your VIP-101T from web browser The VIP-101T integrates a web-based graphical user interface that can cover most configurations and machine status monitoring.

More information

Microsoft Windows Storage Server 2003 R2

Microsoft Windows Storage Server 2003 R2 Microsoft Windows Storage Server 2003 R2 Getting Started Guide Abstract This guide documents the various features available in Microsoft Windows Storage Server 2003 R2. Rev 1. 2005 Microsoft Corporation.

More information

Getting Started. Symantec Client Security. About Symantec Client Security. How to get started

Getting Started. Symantec Client Security. About Symantec Client Security. How to get started Getting Started Symantec Client Security About Security Security provides scalable, cross-platform firewall, intrusion prevention, and antivirus protection for workstations and antivirus protection for

More information

Managing Name Resolution

Managing Name Resolution 3 CHAPTER THREE Managing Name Resolution Terms you ll need to understand: Windows Internet Naming Service (WINS) WINS Proxy Agent LMHOSTS Tombstoning Persistent Connections Push/pull partner Hostnames

More information

ms-help://ms.technet.2005mar.1033/security/tnoffline/security/smbiz/winxp/fwgrppol...

ms-help://ms.technet.2005mar.1033/security/tnoffline/security/smbiz/winxp/fwgrppol... Page 1 of 16 Security How to Configure Windows Firewall in a Small Business Environment using Group Policy Introduction This document explains how to configure the features of Windows Firewall on computers

More information

Installing the Microsoft Network Driver Interface

Installing the Microsoft Network Driver Interface Installing the Microsoft Network Driver Interface Overview This guide explains how to install the PictureTel Live200 Microsoft Network Driver Interface (NDIS) software you have downloaded from PictureTel's

More information

Installing and Setting up Microsoft DNS Server

Installing and Setting up Microsoft DNS Server Training Installing and Setting up Microsoft DNS Server Introduction Versions Used Windows Server 2003 Setup Used i. Server Name = martini ii. Credentials: User = Administrator, Password = password iii.

More information

Fundamentals of Windows Server 2008 Network and Applications Infrastructure

Fundamentals of Windows Server 2008 Network and Applications Infrastructure Fundamentals of Windows Server 2008 Network and Applications Infrastructure MOC6420 About this Course This five-day instructor-led course introduces students to network and applications infrastructure

More information

VPN Overview. The path for wireless VPN users

VPN Overview. The path for wireless VPN users VPN Overview The path for wireless VPN users First, the user's computer (the blue computer) connects to an access point in the uiuc-wireless-net network and is assigned an IP address in that range (172.21.0.0

More information

Note: This case study utilizes Packet Tracer. Please see the Chapter 5 Packet Tracer file located in Supplemental Materials.

Note: This case study utilizes Packet Tracer. Please see the Chapter 5 Packet Tracer file located in Supplemental Materials. Note: This case study utilizes Packet Tracer. Please see the Chapter 5 Packet Tracer file located in Supplemental Materials. CHAPTER 5 OBJECTIVES Configure a router with an initial configuration. Use the

More information

Installing and Using the vnios Trial

Installing and Using the vnios Trial Installing and Using the vnios Trial The vnios Trial is a software package designed for efficient evaluation of the Infoblox vnios appliance platform. Providing the complete suite of DNS, DHCP and IPAM

More information

ITKwebcollege.ADMIN-Basics Fundamentals of Microsoft Windows Server

ITKwebcollege.ADMIN-Basics Fundamentals of Microsoft Windows Server ITKwebcollege.ADMIN-Basics Fundamentals of Microsoft Windows Server Inhalte Teil 01 Network Architecture Standards Network Components and Terminology Network Architecture Network Media Access Control Methods

More information

Dlink DFL 800/1600 series: Using the built-in MS L2TP/IPSEC VPN client with certificates

Dlink DFL 800/1600 series: Using the built-in MS L2TP/IPSEC VPN client with certificates Dlink DFL 800/1600 series: Using the built-in MS L2TP/IPSEC VPN client with certificates In this guide we have used Microsoft CA (Certification Authority) to generate client and gateway certificates. Certification

More information

UTM - VPN: Configuring a Site to Site VPN Policy using Main Mode (Static IP address on both sites) i...

UTM - VPN: Configuring a Site to Site VPN Policy using Main Mode (Static IP address on both sites) i... Page 1 of 10 Question/Topic UTM - VPN: Configuring a Site to Site VPN Policy using Main Mode (Static IP address on both sites) in SonicOS Enhanced Answer/Article Article Applies To: SonicWALL Security

More information

MCSE TestPrep: Windows NT Server 4, Second Edition - 3 - Managing Resources

MCSE TestPrep: Windows NT Server 4, Second Edition - 3 - Managing Resources MCSE TestPrep: Windows NT Server 4, Second Edition - CH 3 - Managing Resources Page 1 of 36 [Figures are not included in this sample chapter] MCSE TestPrep: Windows NT Server 4, Second Edition - 3 - Managing

More information

EXAM - 70-642. TS: Windows Server 2008 Network Infrastructure, Configuring. Buy Full Product. http://www.examskey.com/70-642.html

EXAM - 70-642. TS: Windows Server 2008 Network Infrastructure, Configuring. Buy Full Product. http://www.examskey.com/70-642.html Microsoft EXAM - 70-642 TS: Windows Server 2008 Network Infrastructure, Configuring Buy Full Product http://www.examskey.com/70-642.html Examskey Microsoft 70-642 exam demo product is here for you to test

More information

Lab 8.4.2 Configuring Access Policies and DMZ Settings

Lab 8.4.2 Configuring Access Policies and DMZ Settings Lab 8.4.2 Configuring Access Policies and DMZ Settings Objectives Log in to a multi-function device and view security settings. Set up Internet access policies based on IP address and application. Set

More information

DNS: How it works. DNS: How it works (more or less ) DNS: How it Works. Technical Seminars Spring 2010 1. Paul Semple psemple@rm.

DNS: How it works. DNS: How it works (more or less ) DNS: How it Works. Technical Seminars Spring 2010 1. Paul Semple psemple@rm. DNS: How it works Paul Semple psemple@rm.com DNS: How it works (more or less ) Paul Semple psemple@rm.com 1 Objectives What DNS is and why we need it DNS on Windows Server networks / Community Connect

More information

Chapter 9 Monitoring System Performance

Chapter 9 Monitoring System Performance Chapter 9 Monitoring System Performance This chapter describes the full set of system monitoring features of your ProSafe Dual WAN Gigabit Firewall with SSL & IPsec VPN. You can be alerted to important

More information

Every Silver Lining Has a Vault in the Cloud

Every Silver Lining Has a Vault in the Cloud Irvin Hayes Jr. Autodesk, Inc. PL6015-P Don t worry about acquiring hardware and additional personnel in order to manage your Vault software installation. Learn how to spin up a hosted server instance

More information

OvisLink 8000VPN VPN Guide WL/IP-8000VPN. Version 0.6

OvisLink 8000VPN VPN Guide WL/IP-8000VPN. Version 0.6 WL/IP-8000VPN VPN Setup Guide Version 0.6 Document Revision Version Date Note 0.1 11/10/2005 First version with four VPN examples 0.2 11/15/2005 1. Added example 5: dynamic VPN using TheGreenBow VPN client

More information

Module 2. Configuring and Troubleshooting DNS. Contents:

Module 2. Configuring and Troubleshooting DNS. Contents: Configuring and Troubleshooting DNS 2-1 Module 2 Configuring and Troubleshooting DNS Contents: Lesson 1: Installing the DNS Server Role 2-3 Lesson 2: Configuring the DNS Server Role 2-9 Lesson 3: Configuring

More information

MCTS Guide to Microsoft Windows 7. Chapter 14 Remote Access

MCTS Guide to Microsoft Windows 7. Chapter 14 Remote Access MCTS Guide to Microsoft Windows 7 Chapter 14 Remote Access Objectives Understand remote access and remote control features in Windows 7 Understand virtual private networking features in Windows 7 Describe

More information

AV-006: Installing, Administering and Configuring Windows Server 2012

AV-006: Installing, Administering and Configuring Windows Server 2012 AV-006: Installing, Administering and Configuring Windows Server 2012 Career Details Duration 105 hours Prerequisites This course requires that student meet the following prerequisites, including that

More information

How to setup PPTP VPN connection with DI-804HV or DI-808HV using Windows PPTP client

How to setup PPTP VPN connection with DI-804HV or DI-808HV using Windows PPTP client How to setup PPTP VPN connection with DI-804HV or DI-808HV using Windows PPTP client Make sure your DI-804HV or DI-808HV is running firmware ver.1.40 August 12 or later. You can check firmware version

More information

The Barracuda Network Connector. System Requirements. Barracuda SSL VPN

The Barracuda Network Connector. System Requirements. Barracuda SSL VPN Barracuda SSL VPN The Barracuda SSL VPN allows you to define and control the level of access that your external users have to specific resources inside your internal network. For users such as road warriors

More information

F-Secure Messaging Security Gateway. Deployment Guide

F-Secure Messaging Security Gateway. Deployment Guide F-Secure Messaging Security Gateway Deployment Guide TOC F-Secure Messaging Security Gateway Contents Chapter 1: Deploying F-Secure Messaging Security Gateway...3 1.1 The typical product deployment model...4

More information

Network Configuration Settings

Network Configuration Settings Network Configuration Settings Many small businesses already have an existing firewall device for their local network when they purchase Microsoft Windows Small Business Server 2003. Often, these devices

More information

6421B: How to Install and Configure DirectAccess

6421B: How to Install and Configure DirectAccess Demonstration Overview Introduction In preparation for this demonstration, the following computers have been configured: NYC-DC1 is an Active Directory Domain Services (AD DS) domain controller and DNS

More information

Chapter 2 Preparing Your Network

Chapter 2 Preparing Your Network Chapter 2 Preparing Your Network This document describes how to prepare your network to connect to the Internet through a router and how to verify the readiness of your broadband Internet service from

More information

Chapter 6 Using Network Monitoring Tools

Chapter 6 Using Network Monitoring Tools Chapter 6 Using Network Monitoring Tools This chapter describes how to use the maintenance features of your Wireless-G Router Model WGR614v9. You can access these features by selecting the items under

More information

Creating the Conceptual Design by Gathering and Analyzing Business and Technical Requirements

Creating the Conceptual Design by Gathering and Analyzing Business and Technical Requirements Creating the Conceptual Design by Gathering and Analyzing Business and Technical Requirements Analyze the impact of Active Directory on the existing technical environment. Analyze hardware and software

More information

Defender EAP Agent Installation and Configuration Guide

Defender EAP Agent Installation and Configuration Guide Defender EAP Agent Installation and Configuration Guide Introduction A VPN is an extension of a private network that encompasses links across shared or public networks like the Internet. VPN connections

More information