• Shuffle
    Toggle On
    Toggle Off
  • Alphabetize
    Toggle On
    Toggle Off
  • Front First
    Toggle On
    Toggle Off
  • Both Sides
    Toggle On
    Toggle Off
  • Read
    Toggle On
    Toggle Off
Reading...
Front

Card Range To Study

through

image

Play button

image

Play button

image

Progress

1/27

Click to flip

Use LEFT and RIGHT arrow keys to navigate between flashcards;

Use UP and DOWN arrow keys to flip the card;

H to show hint;

A reads text to speech;

27 Cards in this Set

  • Front
  • Back

What protocol is used by Windows clients for accessing shared resources in Windows Server 2008?

SMB

User level permissions in Windows Server 2008 are based on:

NTFS, New Technology File System

Which of the following are not Share Level permissions in windows Server 2008?

Read


Execute


Write


Change


Modify


Full Control

A user is accessing a file called bentechacctg.xls. It is in the DATA share located at \\Server01\Data\bentechacctg.xls. The DATA share was created with the default share permissions from the command line using net share. The NTFS permissions on the folder, located at d:\Data\bentechacctg.xls, provide the following permissions: Administrators - Allow full control, Domain Users - Allow Modify, and Authenticated Users - Allow Read & Execute. The user can read the spreadsheet, but they cannot make any changes. Which of the following tasks will allow the user to change the file from the share?

1. Add Authenticated Users to the share with Change permissions.


2. NTFS permissions for Authenticated Users to modify.



By default, Windows will assign read permission to Everyone when a share is created without specifying any permissions.


When share level permissions and user level (NTFS) permissions are combined, what is the net effect as users access a file through the shared resource?

The most restrictive permission applies.

Which of the following are not NTFS file permissions? (Choose two answers.)

Full Control


Modify


Change


Read & Execute


List Folder Contents


Read


Write

On a file or folder, Access Control _____ contain Access Control _______ for assigning users and groups permission to resources.

lists, entries

In a Windows Server 2008 DFS implementation, which service replaces the File Replication Service (FRS) used Windows Server 2003?

DFS Replication

Before you can create a single DFS namespace on Windows Server 2008, you need to install which two the following? (Choose two answers.)

1. File Services Role


2. Distributed File System (Role Service)



DFS replication is based on what type of replication?

Multi-master Replication

The File Server Resource Manager allows administrators to perform which of the following duties?

1. Report on storage data on a server


2. Configure disk quotas for end users

You are trying to edit a script that a fellow administrator wrote. You are accessing the file locally on Server01 at D:\Data\Admins\UserScript.ps1. The script is inheriting permissions from the Admins folder which has the following permissions:




Domain Admins - Allow Full Control


Everyone - Deny Write, Allow Read & Execute


Administrators - Allow Modify




You are a member of the domain admins group. What are your effective NTFS permissions on the file, userScript.ps1?

Read & Execute

You have been called in to assist with a small business client who is running Windows Server 2003 on their DCs, DC1 and DC2, and has a Windows Server 2008 member server, SRV3. They tried to install domain-based DFS in Windows Server 2008 mode without success on SRV3. What needs to be performed so that the client is able to use Domain-based DFS in Windows Server 2008 mode? Pick the two answers that will act as part of the solution.

Replace all Windows Server 2003 DCs with Windows Server 2008 DCs.




Upgrade the Domain functional level to Windows Server 2008.

Which of the following commands can be used to install DFS Replication on the Windows Server 2008 running Server Core?

OCSetup DFSR-Infrastructure-ServerEdition

Which Windows Server 2008 technology allows end users to work with shared network documents when they are not connected to the network?

Offline Files




Configured by administrators at the Shared Resource Level

You receive a help request from a user that is having trouble accessing files using the recently installed DFS namespace. They are using \\widgets.priv\DFS to access the DFS folder. The DFS server, DFS1, is a member of the widgets.priv domain, and is running on a Windows Server 2008, standard edition server. The DFS namespace is installed as a standalone server with a root folder of DFS. What should you do to resolve this issue?

Use \\DFS1\DFS to access the share.




Standalone: \\servername\namespace


Domain: \\domainname\namespace

Which service is installed by default in Windows Server 2008 running Server Core?

File Services

Which of the following is not an appropriate use of DFS?

a) Provide automated recovery of end user documents.


b) Collect data in a central location for backup tasks.


c) Provide high availability by deploying multiple servers with replication.


d) Creating a single point of access for end users to share documents.

Standalone DFS namespaces are based on the name of the ____ hosting DFS.

computer (it is usually a server)

Domain-based DFS namespaces are based on the name of the __________ the server is a member of.

domain

What is the DFS namespace for a folder called DATA on server called SRV01.widgets.local if DFS is installed as a stand-alone implementation?

\\SRV01\DATA

What feature of Windows Server 2008 provides support for environments running Windows and UNIX clients?

Services for Network File System (NFS)

Which of the following is not a default share on a Windows Server 2008 server running as a workgroup Server?

a) C$


b) Admin$


c) Netlogon*


d) IPC$




*only appears on domain controllers (DCs)

Which of the following is not an administrative share?

Admin$


IPC$


$IPC


Admin$




*admin shares END with $ signs

Which of the following CLI utilities can be used to change the NTFS permissions on an existing folder?

Net share


cacls*


Net use


Dsmod


Netsh




*Check Access Control ListS

What is net share?

A utility that allows you to create and manage shared folder resources and permissions

What is a token?

An object attached to a user’s account that validates the user’s identity and privilegesthey have to resources.