• 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/42

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;

42 Cards in this Set

  • Front
  • Back

File Server Resource Manager FSRM

Manages resources such as limiting amounts of space used by Users, restricting type of files to be saved and monitoring storage. Can send customized Access Denied messages.

DFS Distributed File System

Simplifies the logical grouping of shared resources on multiple servers by making them available within a single tree structure. Also included is DFS replication which optimizes the sync of shared resources among multiple locations on your network, thereby providing load balancing and fault tolerance for user access to these resources.

Data Deduplication

reduces the amount of duplicate blocks of storage. can use more space than older volumes that used Single Instance Storage or NTFS file system compression. Improvement could range from 2:1 ration on general purpose file servers up to as high as 20:1 for virtualization data, such as VHD files.

Services for Network File System NFS

file sharing among servers running Windows and Unix. PS Module added

ReFS Resilient File System

ReFS is new, cost effective platform for max data availability that scales efficiently to very large data volumes. Combined with Storage Spaces to be HA, scalable, and resilient data access system.

SMB 3.0 Server Message Block

File sharing protocol for users and applications.

Storage Manger for SANs

admin of shared resources. Included is Access-Based Enumeration which enables the display of only files and folders a user can see according to permissions

Storage Pools and Storage Spaces

Pooled Storage that can be divided into more Storage Spaces using Virtual Disks

Windows Search Service

Indexes Files and folders

Transactional NTFS

Enables sequential operations on a file volume running NTFS to be performed as a single transaction. This means hat all the steps in the seq operation must succeed for the transaction to be completed; if any step fails, the previous steps in the transaction are rolled back.

Work Folders

Enables users to store and access work data on BYOD environment in consistent manner. its a file sync service. files can be taken offline then synced back up to date.

How do you share folders?

Right click, Share with, Specific People

Advanced Sharing Option: Caching

Enables offline access to a shared folder.

net share

command to manage shared folder

Where are offline files cached?

%systemroot%\CSC

Branch Cache

enables computers in branch office to cache downloaded files and then securely serve those files to other branch office client computers

Sync Center

syncing offline files

enable transparent caching

controls caching of offline files across slow links. you can specify a network latency value above which network files are temporarily cached

configure slow link mode

controls background sync across slow links and determines how network file requests are handled across slow link (in group policy)

configure slow link speed

specifies the threshold link speed value below which offline files considers a network connection to be slow. specify in bits per second divided by 100. specify 1280 for a threshold of 128,000 bps

Work Folders

New role service within File and Storage Services. sync docs with server in security compliance. Allows you to sync files to a file server without VPN tech.

Windows Intone

data management services: sync is encrypted and enables corporate data wipe

cmdlet to add work folder feature

Add-Windowsfeature fs-syncshareservice

Full Control

Change permissions, take ownership, delete subfolder and files.

Modify

Delete folder/file. Read permission and List Folder contents for folder. Write permission and readexecute for file.

Read and Execute

Run files and display file attributes, owner and permission for FOLDER. Run application files and display file attributes, owner, and permissions for FILE.

Read

Display file names, subfoldernames, owner, permisisons, and file attributes. (Read Only, Hidden, Archive, and System) for FOLDER/FILE.

Write

create new folder and files, change a folder attributes and display owner and permissions. Write changes to file.

NTFS Take ownership

Someone can create folder and deny all access. Admin can assign take ownership and change access.

"Moving within retains"

NTFS to FAT loses perms, 1 partition to another inherits destination perms, within same partition is same perms.

Volume Shadow Copy Service (VSS)

Makes snapshots of user files located on server shares. Roll backs or recoveries. even File comparison. Other applications like Windows Server backup, system restore, shadow copies, make use of VSS core services.

VSS Service

Primary component that manages VSS interaction between OS and other VSS components

VSS Requester

requests creation of shadow copies.

VSS Writer

responsible for data consistency as snapshots are created

VSS provider

creates and maintains the shadow copies. Built into the many operating systems and even hardware appliances.

SMB Share - QUICK

Uses SMB to provide basic file sharing with NTFS perms. Default.
SMB Share-Advanced

Adds access to services provided by File Server Resource Manager to the basic SMB protocol, including configs of folder owners for access-denied assistance, default classification of data, and the enabling of quotas.

SMB Share - Applications:

Enables sharing settings used by Hyper V, certain dibs, and many apps.

NFS Share Advanced

Adds access to services provided by File Server Resource Manager to the basic NFS sharing protocol, similar to those mentioned for advanced SMB sharing.

Where are offline file policies configured?

Local Group Policy Editor - Computer Config > Admin templates > Network > Offline files

enable transparent caching

group policy property for offline files. controls caching of offline files across slow links. you can specify a network latency value above which network files are temporarily cached



Configure Background Sync

group policy property for offline files. to control sync across slow links. Configure sync interval and variance parameters as well as blackout periods when sync should not occur.