File and Storage Services

0.0(0)
Studied by 0 people
call kaiCall Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/15

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 1:55 PM on 6/2/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

16 Terms

1
New cards

File and Storage Services

Technologies helping set up and manage file servers that provide central locations for network storage and sharing.

2
New cards

File Server Setup Triggers

  1. Users need access to the same files and applications;

  2. Centralized backup and file management are important to the organization.

3
New cards

Default Installation Components

The File and Storage Services role and the Storage Services role service.

4
New cards

Role Service Installation Methods

  1. Add Roles and Features Wizard in Server Manager;

  2. Install-WindowsFeature cmdlet in Windows PowerShell.

5
New cards

Practical Application Examples

  1. Storage Spaces (resilient and scalable storage);

  2. Folder Redirection, Offline Files, and Roaming User Profiles (network redirection with local caching);

  3. Work Folders (access files on personal/corporate PCs);

  4. Data Deduplication (reducing disk space requirements);

  5. iSCSI Target Server (software-based disk subsystems);

  6. Server Manager (remote management);

  7. Windows PowerShell (automated task management).

6
New cards

Server Message Block (SMB)

A client-server communication protocol used for sharing access to files, printers, and serial ports.

7
New cards

Primary SMB Uses

  1. Shared access to network resources;

  2. Secure methods for opening, reading, moving, creating, and updating remote files;

  3. Communication with server programs.

8
New cards

Windows SMB 3.0 Capabilities

  1. Accessing and reading resources at remote servers;

  2. Creating and updating files on remote servers;

  3. Communicating with server programs receiving client requests.

9
New cards

Network File System (NFS)

A distributed file system protocol based on RFC 1094 enabling sharing between Windows and non-Windows systems.

10
New cards

NFS Implementation Components

  1. Server for NFS (Windows acts as file server for all clients);

  2. Client for NFS (Windows accesses files on NFS servers).

11
New cards

NFS Management Tools

  1. Services for Network File System MMC snap-in;

  2. Windows PowerShell cmdlets;

  3. Windows command-line tools.

12
New cards

Windows Domain User

A user account authenticated and managed centrally in a Windows domain environment (on-premises or cloud).

13
New cards

AD Account Management

Centrally performed on the domain controller; disabling an account immediately affects login ability on all domain-joined machines.

14
New cards

AD Device Setup

Involves specifying the domain name, providing admin credentials, and rebooting the machine.

15
New cards

AD User Experience

Credentials verified by the central AD server for access to all resources using one password.

16
New cards

AD Policies

Group Policy Objects applied at login to ensure centralized control over security and user environments.