Courses
How to study for 70-210
Design Samples
The Windows Professional 2000 exam consists of 50
questions. The minimum passing score is 540 (on a scale from 1-1000). You
have 120 minutes to answer the questions, which is more than enough time. You
can mark each question to refer back to later and you can go back to any
question that you have taken if you want to review your answers. My
recommendation is to take your time, you have more than enough time to answer
and review all questions.
In order to prepare I used:
I hope this will help you pass your exams. Good luck!
Sigrid Zuñiga
70-210 Table Menu
Table: Preparation for 70-210 Professional Exam |
|||||||||||||
|
Installing Windows 2K Professional |
|||||||||||||
| & related terms Note 1 | |||||||||||||
|
Attended |
CD-ROM, setup disks or network |
||||||||||||
|
CD-Rom Setup disk |
Makeboot.exe (DOS or Win
3.x) or makebt.32.exe (Win 95, 98, NT 2K) if no set up
disks to boot from use them. Open the bootdisk on CDROM and execute. |
||||||||||||
|
Network |
Distribution server = network server: Place contents of W2K CD-ROM in folder on network server and share the folder. Connect to share point and execute winnt32.exe (or winnt.exe if no o/s) to share point to start installation |
||||||||||||
|
Unattended |
Set up Manager, System Preparation tool, RIS (Remote Installation Service). Setup manager utility answers installation prompts and can create answer files for System Preparation Tool installs, and RIS installs. |
||||||||||||
|
Set up Manager |
Setup Manager =(setupmgr.exe on CD-ROM support\tools\deploy.cab) answers installation prompts and saves answer results in answer file unattend.txt: configures screen resolution and other hardware and o/s settings during installation process. Setup manager can:
|
||||||||||||
|
Answer file switches to use with Set up manager |
/u:answer file used for
unattended installation. File contains answers to prompts |
||||||||||||
|
To launch unattended install |
Net use command to map to
distribution share point using available drive letter |
||||||||||||
|
Sys Prep Tool |
System Preparation Tool prepares
a master image of a computer that contains W2K and any software
application that users might need. Can be used with 3rd party
imaging software. To use, you must extract it from the deploy.cab
file and place it in the sysprep folder |
||||||||||||
|
Related Sys Prep terms |
Sysprep.exe creates an
installation image of source computer that can be copied to target
computers. (with switches quiet, nosidgen, pnp). Run sysprep.exe
in the sysprep folder to remove all unique parameters from the
computer |
||||||||||||
|
Answer file CD-ROM |
OEM = Original equipment
manufacturer. OEMPreinstall set to Yes = part of answer file for
unattended installation from CD-Rom to copy contents of OEM folder to
target computer |
||||||||||||
|
RIS (= most efficient method of installation) |
RIS (Remote Installation Services) to deploy Win2K over a network from RIS server. Main goal is TCO (total cost of ownership). RIS integrates a few of installation methods. You can use it install W2K with blank hard drive or reinstall Win 2K to repair corrupted installation. RIS needs DHCP serve (for client to obtain IP address), DNS and Active Directory (client finds RIS by querying DNS server to find where Active Directory server (DC) is) and its own partition (2GB min). There are three steps to RIS:
|
||||||||||||
|
Configure client (network installation) |
Two ways:
|
||||||||||||
|
Configuring RIS |
Risetup.exe (provides only the attended installation of O/S) run after installation RIS to respond to clients’ requests for a RIS server and to put the initial image of Win 2K on RIS server. Initial image is copy of i386 folder on CD-ROM. Risetup.exe copies the contents of i386 folder to folder structure you created and completes the installation process |
||||||||||||
|
Create W2K image |
Riprep.exe = used to configure RIS. Acts a lot like sysprep.exe, but removes in addition to creating an image, the unique attributes, such as SID’s and computer name. RIPrep.exe creates images of O/S and any installed applications, similar to 3rd party disk imaging application. It can only make image of C partition and when you apply image to computer via RIS, any existing partitions are deleted! When RIS client downloads the image, a Mini-setup wizard asks you to put back what was taken out. You can use Setup Manager to create an answer file for RIS images. |
||||||||||||
|
Hardware and software in-compatibities |
Winnt32 /upgradeonly = to
identify installation problems, reports issues as hardware en software
incompatibility Utility scans the system and creates text file of
results, to save or print. |
||||||||||||
|
Upgrade packs |
Upgrade packs or DLL’s (migration Dynamic Link Libraries): if applications do not work after upgrade due to differences between Win 2K and Win 95, 98 registry. Use during upgrade process. |
||||||||||||
|
Disk compression |
DriveSpace or DoubleSpace=Compression utilities of Win 95 and Win 98. Uncompress any drives that you have compressed with these utilities when upgrading. Not compatible with W2K |
||||||||||||
|
Port settings |
HTTP = 80; POP3 = 110; Telnet = 23; SMTP = 25; FTP = 21; (FTP requires port 20 to enable data channel). IANA =Internet Assigned Numbers Authority (maintains registration TCP & UDP), provides set of default TCP port assignments. |
||||||||||||
|
|
Slipstreaming = process of
combining Windows 2000 installation files with a SP |
||||||||||||
|
|
|||||||||||||
|
|
|||||||||||||
|
Options |
Troubleshooting Options: Recovery Console, Safe mode, LastKnownGood, ERD |
||||||||||||
|
Recovery Console |
Recover Console = a
command-line interface you must boot to using CD-ROM, or start up
floppies, or by running winnt32 /cmdcons before a failure. Useful
for copying files from CD-ROM or floppy disk to the system folder
(WINNT) and configuring services not to start up during the next boot.
You can also run chkdsk (to scan disk for file and sector
partitions), diskpart (to create and delete partitions), and fixboot
(to replace hard drive’s boot sector). |
||||||||||||
|
Safe Mode |
Safe Mode is generally the most useful troubleshooting mode because it starts O/S with minimal services and drivers. It is best for removing services or drivers that are causing blue screens. Safe mode does not allow you to go to advanced options menu screen! |
||||||||||||
|
Last Known Good |
Last Known Good Configuration starts the system with the ControlSet (portion of registry) that was used the last time the system booted successfully and instantiated the shell. If you install a driver or service that crashes before you restart and logon successfully, you can restart the machine and select Last Known Good. Doing so effectively removes the driver or service from active Registry. |
||||||||||||
|
ERD |
Emergency Repair Disk = to recover system files start up environment (dual-boot), and the registry. Not used to troubleshoot drivers To use, boot a system with Win 2K CD-ROM or start up floppies and choose Repair. Either choose fast repair or Manual Repair.
Only fast repair restores registry. Some options require ERD, which you create using Windows backup. The Win NT command rdisk.exe no longer works. You cannot boot a Win 2000 machine with ERD, it is not a bootable disk. Use ERD to replace NTDLR from Win2K CD-ROM |
||||||||||||
|
|
Windows Installer Service Packages to install applications has two functions
|
||||||||||||
|
msi |
.msi file = Win Installer
Package that contains all information necessary to tell Win Installer
Service how the application should be installed. Install the application
as an .msi file. MS Office 2K has their own .msi files. Users do not
need local adm. Privileges to use Win Installer to install software. |
||||||||||||
|
zap |
.zap file =a text with with a .zap extension, used for non-windows installer package based applications such as setup.exe, they must use a .zap file to publish a package. The zap file contains information about how to install a program and the application properties. |
||||||||||||
|
.mst |
.mst files enable an
administrator to customize Windows installer package files, they can
apply multiple mst files in a single .msi package. |
||||||||||||
|
Smart card |
Smart card for mobile users
enables portability of credentials and eliminates need to transmit
sensitive information over networks as authentication tickets. Smart
card uses certificate based authentication methods: EAP
(Extensible Authentication Protocol) and PPP (Point to Point
Prot.) |
||||||||||||
|
|
MS-CHAP (v2) support data
encryption during a dial-up connection session. MS-CHAP is a variation
of CHAP that does not require passwords to be stored as plaintext on
RRAS server. |
||||||||||||
|
CA and smart card |
CA = Certification Authority: |
||||||||||||
|
|
Security template = an .inf
file containing security configuration settings. You apply the policy to
a standalone or workgroup computer by importing them into the Security
settings node of local GPO. |
||||||||||||
|
|
Compatws.inf = enables to
run legacy application and loosens default security restrictions when
upgrading. After applying, users do not need to be members of Power
users to run legacy apps. |
||||||||||||
|
VPN: PPTP & L2PT |
VPN (Virtual Private Network) is
an extension of a private network that uses public network
communication. The Internet is the primary public network utilized in
VPN’s. To transfer data securely over public networks, the date is
first encapsulated with a header that provides information about the
data’s destination. The data payload is then encrypted for
confidentiality. Without encryption confidentiality is not ensured while
the data travels over a public network. During a VPN session, a virtual
tunnel is established through the public network that allows encrypted
data. |
||||||||||||
|
Other protocols |
SSL (Secure Sockets Layer),
provides secure HTTP communications over TCP/IP networks to encrypt data
during HTTP session. |
||||||||||||
|
Sticky key |
Sticky Keys: Allows users to press multiple keystrokes such as CTR+ALT+DEL by using one key at a time (enable by pressing shift key 5x or in accessibility options applet) |
||||||||||||
|
Filter Keys |
Filter Keys Controls keyboard repeat rate, ignore repeated keystrokes (enable by holding down shift key for 8 seconds). |
||||||||||||
|
Toggle Keys |
Toggle Keys: causes high pitch sound when Num Lock, Caps Lock or Scroll Lock is pressed (enable by holding down Num Lock key for 5 seconds) |
||||||||||||
|
Sound Sentry |
Sound Sentry displays visual warnings instead of audible alerts. (for hearing impairment) |
||||||||||||
|
Show Sounds |
Show Sound displays text captions that represent sounds. |
||||||||||||
|
Mouse Key |
Mouse Keys Allows user to use numeric keypad to move the mouse pointer (enable by Alt+left shift+Num Lock). |
||||||||||||
|
Serial Key |
Serial Key for users who cannot use standard keyboard and must install input device to serial port. |
||||||||||||
|
Accessibility Wizard |
Accessibility Wizard allows users to save settings in file with the .acw file extension. Default permissions assigned to acw file are for logged on user and adm. To share the settings, make sure that you have added to the ACL (access control list) any global groups or individual user accounts.. |
||||||||||||
|
|
|||||||||||||
|
Share Permissions |
|
||||||||||||
|
NTFS Permissions |
|
||||||||||||
|
|
|||||||||||||
|
Moving to another folder within the same NTFS volume |
Files and folders retain their explicit permissions and inherit propagated permissions from the destination folder |
||||||||||||
|
Moving to a different NTFS volume |
Files and folders inherit their permissions from the destination folder |
||||||||||||
|
Copying within the same NTFS volume |
Files and folders inherit their permissions from the destination folder |
||||||||||||
|
Copying to a different NTFS volume |
Files and folders inherit their permissions from the destination folder |
||||||||||||
|
NB: Only when a file or folder is moved on same NTFS volume is permissions retained. In all other cases they are inherited (or lost if no NTFS) |
|||||||||||||
|
Back up type |
Looks for Marker |
Clears Marker |
Resulting Backup set |
||||||||||
|
Normal |
No |
Yes |
Backup of all selected files and folders. The most complete backup and the most straightforward to recover, but also the lengthiest to create |
||||||||||
|
Copy |
No |
No |
Copies all selected files and folders |
||||||||||
|
Differential |
Yes |
No |
Backup of selected files that have changed since the last normal backup. If you create a normal backup, then one week later a differential backup, and then another week later another differential backup, you could restore all data using the normal backup and the second differential backup, which contains all files that have changed since the normal backup. You could, in this example, discard the first differential backup |
||||||||||
|
Incremental |
Yes |
Yes |
Backup of all data that has changed since the most recent (normal or incremental) backup. If you create a normal backup, then one week later an incremental backup, and then another week later a second incremental backup, you would need all three backups to recover the data |
||||||||||
|
Daily |
Yes |
No |
Backup of all files and folders that have changed during the day. |
||||||||||
|
NB: Know difference especially between differential and incremental which causes most confusion. Differential takes longer than incremental to backup, but less time to restore. Incremental is vice versa. The big difference is the clearing of the archive marker (incremental does clear while differential does not clear the marker after backup)! |
|||||||||||||
Note
1: [summarization and reorganization of answer explanations Transcenders
5.0 for 70-210 exams A, B, C]
Note 2: [From ExamCram,
MCSE 2000 Professional Exam Cram. Copyright© 2000 by the Coriolis Group.]