Windows Server Administration/File and Print Services

From Wikiversity
Jump to navigation Jump to search

This lesson covers File and Print services. Activities include configuring and testing file and print servers.

Objectives and Skills[edit | edit source]

Objectives and skills for the Understanding Server Roles portion of Windows Server Administration Fundamentals certification include:[1]

  • Understand the file and print services: local printers; network printers; printer pools; web printing; web management; driver deployment; file, folder, and share permissions vs. rights; auditing; print job management

Readings[edit | edit source]

  1. Wikipedia: File server
  2. Overview of file sharing using the SMB 3 protocol in Windows Server
  3. What's new in Storage in Windows Server
  4. Wikipedia: Print server
  5. Wikipedia: Line Printer Daemon protocol
  6. Wikipedia: Internet Printing Protocol
  7. Wikipedia: Information technology security audit

Multimedia[edit | edit source]

  1. YouTube: How to Install and Configure File Server on Windows Server 2019
  2. YouTube: Windows Server 2019 How to create a shared folder
  3. YouTube: Setup Share Folders with NTFS Permission in Windows Server 2019
  4. YouTube: Install and Configure DFS Namespaces in Windows Server 2019
  5. YouTube: How to Install and Configure Print Server on Windows Server 2019
  6. YouTube: Configure Quotas with File Server Resource Manager
  7. YouTube: MCITP 70-640: Windows Auditing
  8. YouTube: MCITP 70-640: Windows File Auditing

Activities[edit | edit source]

  1. Review Windows Server 2019 : File Server : Install : Server World and Share a folder with Windows Server. Add the file server role and share folders.
  2. Review NTFS and Share Permissions in Server 2019. Apply and test both approaches.
  3. Review How to setup DFS on Server 2019. Install DFS, add a namespace and some target folders]
  4. Review File Server Resource Manager (FSRM) overview. Configure a quota and test it.
  5. Review Print Server Deployment on Windows Server 2019. Add the print server role and configure shared printers. Publish one through Active Directory
  6. Review Enable File and Folder Access Auditing on Windows Server. Configure auditing of access to specific folders.

Lesson Summary[edit | edit source]

  • A file server is a computer attached to a network that has the primary purpose of providing a location for shared disk access to workstations on the network.[2]
  • Access to file server resources is based on user or group credentials.[3]
  • Access permissions define the operations that can be performed on network resources.[4]
  • User rights define the privileges set for specific administrative tasks.[5]
  • Share permissions are applied to network shares. NTFS permissions are applied to files and folders. When accessing files and folders through a network share, both shared folder permissions and NTFS permissions are applied, with the most restrictive permission being the effective permission.[6]
  • Server Message Block (SMB), also known as Common Internet File System (CIFS), is the application-layer network protocol used for providing shared access to files and printers with Windows File and Print services.[7]
  • Samba is a free SMB/CIFS implementation for Unix-like clients, which includes Linux and macOS.[8]
  • SMB was originally based on NetBIOS names and used WINS for name resolution. This approach has been deprecated in favor of host names and the use of DNS for name resolution.[9]
  • SMB is also a fabric protocol used by software-defined data center (SDDC) solutions such as Storage Spaces Direct, Storage Replica, and others. SMB version 3.0 was introduced with Windows Server 2012 and has been incrementally improved in subsequent releases.[10]
  • DFS stands for Distributed File System, and it provides the ability to consolidate multiple shares on different servers into a common namespace.[11]
  • With DFS, the storage administrator creates a hierarchical namespace of links that point to his company’s file shares. These shares can be hosted by any SMB-compatible device, including Windows Servers, network-attached storage devices from numerous vendors, and even Samba shares.[12]
  • System Insights is a predictive analytics feature that locally analyzes Windows Server system data and provides insight into the functioning of the server. It comes with a number of built-in capabilities, but we've added the ability to install additional capabilities via Windows Admin Center, starting with disk anomaly detection. Disk anomaly detection is a new capability that highlights when disks are behaving differently than usual.[13]
  • Storage Spaces are virtual disks created from a storage pool, which is a collection of physical disks. [14]
  • A storage space appears to the Windows operating system as a regular disk from which you can create formatted volumes. When you create a virtual disk through the File and Storage Services user interface, you can configure the resiliency type (simple, mirror, or parity), the provisioning type (thin or fixed), and the size. [15]
  • File Server Resource Manager (FSRM) is a role service in Windows Server that enables you to manage and classify data stored on file servers. You can use File Server Resource Manager to automatically classify files, perform tasks based on these classifications, set quotas on folders, and create reports monitoring storage usage.[16]
  • A print server is a device that connects printers to client computers over a network by accepting print jobs from the computers and sending the jobs to the appropriate printers, queuing the jobs locally to accommodate the fact that work may arrive more quickly than the printer can actually handle it.[17]
  • Windows Print services support printing through SMB, LPD, IPP, and other protocols.[18]
  • Local printers are physically attached to the print server. Network printers are connected to the network and accessed through the printer driver loaded on the server.[19]
  • A printer pool is a single logical printer on the print server connected to multiple physical local or network printers. All printers in the pool must use the same printer driver.[20]
  • Printers and print jobs are managed using the Microsoft Management Console Print Management snap-in.[21]
  • Windows Print services supports installation of both 32-bit and 64-bit print drivers, allowing network clients to pull drivers from the print server when printing.[22]
  • The Internet Printing Protocol (IPP) provides a standard network protocol for remote printing and managing print jobs with support for access control, authentication, and encryption.[23]
  • A computer security audit is a manual or systematic measurable technical assessment of a system or application.[24]
  • In Windows, auditing may be configured on files, folders, and printers to monitor access and usage.[25]

Key Terms[edit | edit source]

cache
A component that transparently stores data so that future requests for that data can be served faster.[26]
CIFS (Common Internet File System)
Another name for the Server Message Block (SMB) protocol.[27]
JetDirect
The name of a technology and products sold by Hewlett-Packard that allows computer printers to be directly attached to a Local Area Network.[28]
Line Printer Daemon (LPD)
A network protocol for submitting print jobs to a remote printer.[29]
NetBIOS (Network Basic Input/Output System)
Provides services related to the session layer of the OSI model allowing applications on separate computers to communicate over a local area network.[30]
print job
A file or set of files that has been submitted to be printed.[31]
queue
A collection in which the entities in the collection are kept in order and processed sequentially as First-In-First-Out.[32]
Spool
An acronym for simultaneous peripheral operations on-line, most commonly used for print spooling.[33]
Windows Internet Name Service (WINS)
Microsoft's implementation of NetBIOS Name Service (NBNS), a name server and service for NetBIOS computer names, providing a central mapping of NetBIOS names to network addresses in the same way that DNS provides a central mapping of host names to network addresses.[34]

Review Questions[edit | edit source]

Enable JavaScript to hide answers.

Click on a question to see the answer.

  1. A file server is a computer attached to a network that has the primary purpose of _____.
    A file server is a computer attached to a network that has the primary purpose of providing a location for shared disk access to workstations on the network.
  2. Access to file server resources is based on _____.
    Access to file server resources is based on user or group credentials.
  3. Access permissions define _____.
    Access permissions define the operations that can be performed on network resources.
  4. User rights define _____.
    User rights define the privileges set for specific administrative tasks.
  5. Share permissions are applied to _____. NTFS permissions are applied to _____. When accessing files and folders through a network share, _____ permissions are applied, with the _____ permission being the effective permission.
    Share permissions are applied to network shares. NTFS permissions are applied to files and folders. When accessing files and folders through a network share, both shared folder permissions and NTFS permissions are applied, with the most restrictive permission being the effective permission.
  6. _____, also known as _____, is the application-layer network protocol used for providing shared access to files and printers with Windows File and Print services.
    Server Message Block (SMB), also known as Common Internet File System (CIFS), is the application-layer network protocol used for providing shared access to files and printers with Windows File and Print services.
  7. Samba is a free SMB/CIFS implementation for _____ clients, which includes _____.
    Samba is a free SMB/CIFS implementation for Unix-like clients, which includes Linux and macOS.
  8. SMB was originally based on _____ names and used _____ for name resolution. This approach has been deprecated in favor of _____ names and the use of _____ for name resolution.
    SMB was originally based on NetBIOS names and used WINS for name resolution. This approach has been deprecated in favor of host names and the use of DNS for name resolution.
  9. SMB is also a fabric protocol used by software-defined data center (SDDC) solutions such as _______ ______ ______, _______ ______, and others. SMB version ____ was introduced with Windows Server 2012 and has been incrementally improved in subsequent releases
    SMB is also a fabric protocol used by software-defined data center (SDDC) solutions such as Storage Spaces Direct, Storage Replica, and others. SMB version 3.0 was introduced with Windows Server 2012 and has been incrementally improved in subsequent releases
  10. DFS stands for ___________ ____ ______, and it provides the ability to consolidate multiple ______ on different _______ into a common _________.
    DFS stands for Distributed File System, and it provides the ability to consolidate multiple shares on different servers into a common namespace.
  11. With ___, the storage administrator creates a hierarchical _________ of links that point to his company’s file shares. These shares can be hosted by any SMB-compatible device, including Windows Servers, network-attached storage devices from numerous vendors, and even Samba shares.
    With DFS, the storage administrator creates a hierarchical namespace of links that point to his company’s file shares. These shares can be hosted by any SMB-compatible device, including Windows Servers, network-attached storage devices from numerous vendors, and even Samba shares.
  12. ______ ________ is a __________ analytics feature that locally analyzes Windows Server system data and provides insight into the functioning of the server. It comes with a number of built-in capabilities, but we've added the ability to install additional capabilities via Windows Admin Center, starting with disk anomaly detection. ____ _______ detection is a new capability that highlights when disks are behaving differently than usual.
    System Insights is a predictive analytics feature that locally analyzes Windows Server system data and provides insight into the functioning of the server. It comes with a number of built-in capabilities, but we've added the ability to install additional capabilities via Windows Admin Center, starting with disk anomaly detection. Disk anomaly detection is a new capability that highlights when disks are behaving differently than usual.
  13. _______ ______ are virtual disks created from a _______ ____, which is a collection of ________ disks.
    Storage Spaces are virtual disks created from a storage pool, which is a collection of physical disks.
  14. A _______ _____ appears to the Windows operating system as a regular disk from which you can create formatted volumes. When you create a virtual disk through the File and Storage Services user interface, you can configure the __________ type (simple, mirror, or parity), the ____________ type (thin or fixed), and the ____.
    A storage space appears to the Windows operating system as a regular disk from which you can create formatted volumes. When you create a virtual disk through the File and Storage Services user interface, you can configure the resiliency type (simple, mirror, or parity), the provisioning type (thin or fixed), and the size.
  15. ____ ______ ________ _______ (____) is a role service in Windows Server that enables you to manage and classify data stored on file servers. You can use File Server Resource Manager to automatically classify files, perform tasks based on these classifications, set ______ on folders, and create _______ monitoring storage usage.
    File Server Resource Manager (FSRM) is a role service in Windows Server that enables you to manage and classify data stored on file servers. You can use File Server Resource Manager to automatically classify files, perform tasks based on these classifications, set quotas on folders, and create reports monitoring storage usage.
  16. A print server is a device that connects _____ over a network by accepting _____ and sending _____, first _____.
    A print server is a device that connects printers to client computers over a network by accepting print jobs from the computers and sending the jobs to the appropriate printers, first queuing the jobs locally to accommodate the fact that work may arrive more quickly than the printer can actually handle it.
  17. Windows Print services support printing through _____, _____, _____, and other protocols.
    Windows Print services support printing through SMB, LPD, IPP, and other protocols.
  18. Local printers are physically attached to _____. Network printers are connected to _____ and accessed through _____.
    Local printers are physically attached to the print server. Network printers are connected to the network and accessed through the printer driver loaded on the server.
  19. A printer pool is _____. All printers in the pool must _____.
    A printer pool is a single logical printer on the print server connected to multiple physical local or network printers. All printers in the pool must use the same printer driver.
  20. Printers and print jobs are managed using _____.
    Printers and print jobs are managed using the Microsoft Management Console Print Management snap-in.
  21. Windows Print services supports installation of both _____ and _____ print drivers, allowing network clients to _____.
    Windows Print services supports installation of both 32-bit and 64-bit print drivers, allowing network clients to pull drivers from the print server when printing.
  22. The Internet Printing Protocol (IPP) provides _____ for _____ and _____ with support for _____, _____, and _____.
    The Internet Printing Protocol (IPP) provides a standard network protocol for remote printing and managing print jobs with support for access control, authentication, and encryption.
  23. A computer security audit is _____ of a _____ or _____.
    A computer security audit is a manual or systematic measurable technical assessment of a system or application.
  24. In Windows, auditing may be configured on _____, _____, and _____ to monitor _____ and _____.
    In Windows, auditing may be configured on files, folders, and printers to monitor access and usage.

Flashcards[edit | edit source]

References[edit | edit source]

Type classification: this is a lesson resource.
Completion status: this resource is considered to be complete.