Pass4sure Microsoft MCTS 70-646 2.93

Preparation Guide for Exam 70-646
PRO: Windows Server 2008, Server Administrator
Audience profile
A server administrator is responsible for the operations and day-to-day management of an infrastructure of servers for an enterprise organization. Windows server administrators manage the infrastructure, Web, and IT application servers. The Windows server administrators use scripts and batch files written by others or those that they occasionally write themselves to accomplish tasks on a regular basis. They conduct most server management tasks remotely by using Terminal Server or administration tools installed on their local workstation. A server administrator’s primary tasks include:
• Managing the server operating system, file, and directory services
• Software distribution and updates
• Profiling and monitoring assigned servers
• Troubleshooting
Server administrators also support engineering projects. Server administrators are responsible for server builds and configuration. Their job role involves 60 percent operations, 20 percent engineering, and 20 percent support tasks.
Credit toward certification
When you pass Exam 70-646: PRO: Windows Server 2008, Server Administrator, you earn credit toward the following certification:
• Microsoft Certified IT Professional (MCITP): Server Administrator
Preparation tools and resources
To help you prepare for this exam, Microsoft Learning recommends that you have hands-on experience with the product and that you use the following training resources. These training resources do not necessarily cover all of the topics listed in the “Skills measured” section.
Classroom training Microsoft E-Learning Microsoft Press books Practice tests
Course 6430: Planning and Administering Windows Server 2008 Servers
Collection 7245: Updating Your Windows Server 2003 Server Administrator Skills to Windows Server 2008 (16 hours; available August 2008)
Collection PRO SA 1: Implementing Windows Server 2008 Server Administration (available November 2008)
Collection PRO SA 2: Maintaining and Troubleshooting Windows Server 2008 Server Administration (available November 2008)
MCITP Self-Paced Training Kit (Exam 70-646): Windows Server 2008 Administrator
Save 20 percent with MeasureUp (Measureup.com)
Self Test Software (Selftestsoftware.com)
Microsoft online resources
• Windows Server 2008 – Learning Portal: Find special offers and information on training and certification.
• Product information: Visit the Windows Server 2008 Web site for detailed technology information.
• TechNet: Designed for IT professionals, this site includes how-to instructions, best practices, downloads, technical resources, newsgroups, and chats.
• MSDN: Designed for developers, the Microsoft Developer Network (MSDN) features code samples, technical articles, downloads, newsgroups, and chats.
• Microsoft Learning Community: Join newsgroups and visit community forums to connect with your peers for suggestions on training resources and advice on your certification path and studies.
Pro:Windows Server 2008, Server Administrator : 70-646 Exam
Exam Number/Code: 70-646
Exam Name: Pro:Windows Server 2008, Server Administrator
“Pro:Windows Server 2008, Server Administrator”, also known as 70-646 exam, is a Microsoft certification. With the complete collection of questions and answers, Pass4sure has assembled to take you through 132 Q&As to your 70-646 Exam preparation. In the 70-646 exam resources, you will cover every field and category in MCTS helping to ready you for your successful Microsoft Certification.
QUESTION 1:
You work as the network administrator at Certkiller .com. The Certkiller .com
network consists of a single Active Directory domain named Certkiller .com. All
servers on the Certkiller .com network run Windows Server 2003 and all client
computers run Windows XP Professional. DNS is running on member server named
Certkiller -SR08.
IIS 6.0 is installed on a member server named Certkiller -SR66. All Certkiller .com
Web sites are to be hosted on Certkiller -SR66. You receive instructions to create
a new Web site named Research. You add the necessary host records on
Certkiller -SR08. These records map the research. Certkiller .com Fully Qualified
Domain Name (FQDN) to the IP address of Certkiller -SR66.
You decide to test whether you can successfully access all content on the new Web
site. You discover though that you cannot access the new Web site. You are directed
to the Default Web Site. You open IIS Manager to investigate the issue. The exhibit
shows the information displayed to you:
You need to start the new Web site on Certkiller -SR66. You need to ensure that
all users can access the new Web site through their Web browsers. You do not want
to interrupt access to the Default Web site
What should you do?
A. Assign a unique host header name to the new Web site.
B. Enable Anonymous access.
Actualtest.org – The Power of Knowing
C. Restart IIS.
D. Enable custom HTTP headers.
Answer: A
Explanation: If you running IIS 6.0 on a Windows Server 2003 computer, you can
host more than one Web site on that computer. Each of the Web sites is identified
by the following parameters:
1. IP address
2. TCP port
3. Host header name.
At least one of these parameters has to be unique for each Web site, i.e., each specific
Web site must be assigned a unique combination of the three parameters. If any two Web
sites have the same combination of all three parameters, one Web site will be stopped.
This is what is shown in the accompanying exhibit. You need to modify at least one of
the three parameters for the new Web site. The one way to change the existing
configuration is to set a unique host name header to the new Web site, providing the host
name header is mapped to the proper IP address in DNS.
Incorrect answers:
B: Enabling Anonymous access will result in anyone being to access the Web sites. It
will not enable you to host several web sites.
C: Restarting IIS would probably result in the new Web site starting but not in the
Default Web site starting.
D: Custom headers have nothing to do with hosting multiple Web sites.
QUESTION 2:
You work as the network administrator at Certkiller .com. The Certkiller .com
network consists of a single Active Directory domain named Certkiller .com. All
servers on the Certkiller .com network run Windows Server 2003 and all client
computers run Windows XP Professional.
IIS 6.0 is installed on a member server named Certkiller -SR11. The
Certkiller .com intranet Web site is hosted on Certkiller -SR11. You receive
instructions to create a new Web share named Trends on Certkiller -SR11. Users
that work in the Marketing department must have permissions to access and change
all content residing in the Trends Web share. You assign the Marketing group the
necessary permissions to change content in Trends.
Marketing department users immediately complain that they cannot open the
Trends Web share in Internet Explorer. Users report that they receive the following
error message:
You verify that the proper permissions have been assigned to the Marketing group
Actualtest.org – The Power of Knowing
to access and modify the contents of the Trends Web share. You need to ensure that
all users in the Marketing department can open the Trends Web share in Internet
Explorer.
What should you do?
A. On Certkiller -SR11, restart the World Wide Web Publishing service.
B. On Certkiller -SR11, enable the WebDAV Web service extension.
C. On Certkiller -SR11, enable the WebClient service.
D. Enable Anonymous access on the Trends Web share.
Answer: B
Explanation: You can use Web Distributed Authoring and Versioning (WebDAV) to
manage and publish content such as HTML files, ASP pages, scripts and
executables, to IIS. When enabled, WebDAV can be used to create and modify web
content on Internet servers. WebDAV allows users to edit, delete and move files and
directories, and share documents over the Internet. WebDAV utilizes port 80, which
is the default port used by HTTP. However, by default, WebDAV is not installed,
nor enabled in IIS 6.0. To enable WebDAV in IIS Manager for Certkiller -SR11,
select the Web Service Extensions (WSE) node in the console tree, right-click
WebDAV in the detail pane, and then click Allow to enable WebDAV for all
websites and virtual directories on Certkiller -SR11.
Incorrect answers:
A: TheWorld Wide Web (WWW) service connects HTTP requests from IIS clients to IIS
websites. The service is also used to publish Web services.
C: Whether the
WebClient service is enabled or not, it has nothing to do with enabling users to access
local Web shares.
D: Enabling Anonymous access on the Trends Web share would create an unnecessary
security risk and would still not resolve the issue. The issue you have has nothing to do
with authentication.
QUESTION 3:
You work as the network administrator at Certkiller .com. The Certkiller .com
network consists of a single Active Directory domain named Certkiller .com. All
servers on the Certkiller .com network run Windows Server 2003.
Certkiller .comhas a member server, named Certkiller -SR11, which runs IIS and
hosts all content for Certkiller .com’s Web sites.
One of Certkiller .com’s Web sites was recently redesigned. You select a hyperlink
While browsing the redesigned site, which results in the “HTTP Error 404 – File or
directory not found.” error message being displayed. After a brief investigation, you
confirm that an essential content file is missing from Certkiller -SR11.
What should you do to discover whether any other Web server requests have
generated the same error?
Actualtest.org – The Power of Knowing
A. Open the most recent file in C:\windows\system32\inetsrv\History, and then search for
error entries of type 404.
B. Open the most recent file in C:\windows\system32\LogFiles\W3SVC1, and then
search for error entries of type 404.
C. Open Event Viewer and connect to Certkiller -SR11, and then filter the system event
log to display only events from the IISLOG event source with event ID 404.
D. Open Event Viewer and connect to Certkiller -SR11, and then filter the application
event log to display only events from the WebClient event source with event ID 404.
Answer: B
Explanation:
Not Found Objects generate the 404 Not Found error. IIS logs typically reside in
%Windir%\System32\Logfiles\W3svc1. By searching for the error type 404 file in the
most recent file would be the logical step to take in checking for the same error by other
Web server requests.
The Web server cannot find the file or script you asked for. Please check the URL to
ensure that the path is correct.
Contact the server’s administrator if this problem persists.
By reviewing the IIS logs at a later time, you can identify these errors and take necessary
actions to fix them.
These logs are stored by default in C:\windows\system32\LogFiles\W3SVC1.
Incorrect Answers:
A: The IIS logs are not stored in C:\windows\system32\inetsrv\History.
C: The errors are not stored in the system log.
D: The errors are not stored in the application log.
Reference:
Dan Holme and Thomas Orin, MCSA/MCSE Self-Paced Training Kit (Exam 70-290):
Managing and Maintaining a Microsoft Windows Server 2003 Environment, pp. 366.
Pass4sure 70-646 2.93
Questions and Answers : 132 Q&As
Expected Date: October 25th , 2008
Price: $135.99 $99.99
Free Down: Pass4sure Microsoft 70-646 2.93
Free Down: Testking microsoft 70-646 2.93
password: www.msexams.net
| PassGuide certification braindumps |
| Type | Exam Bible | New Questions & Answers | Latest Updated | Download link |
![]() |
All PassGuide 's Exam Pack | 893 | 1 days ago | PassGuide Certification Brainudmps |
Dwonload Free Latest Pass4side Certifications Braindumps
- Free PassGuide pass4sure microsoft MB3-234 2.93
- Free PassGuide Pass4sure Microsoft MCTS 70-529 2.83
- Free PassGuide Pass4sure Microsoft MCTS 70-526 2.83
- Free PassGuide Pass4sure Microsoft MCTS 70-235 2.95
- Free PassGuide Pass4sure Microsoft MCTS Exams
- Free PassGuide Pass4sure Microsoft MCTS Exams
- Free PassGuide Pass4sure Microsoft MB7-517 2.95
- Free PassGuide Pass4sure Microsoft MCPD 70-549(CSharp) 2.83
- Free PassGuide Pass4sure Microsoft MCITP 70-647 2.83
- Free PassGuide Pass4sure Microsoft MCTS 70-528 2.83

