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

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;

6 Cards in this Set

  • Front
  • Back
Server Network Operating System Responsibilities
•Manages resources
•Access to files
•Physical resources such as printers, fax machines, other computers
•Access to application services
•Requires protocols, OS control of services
Application layer protocols
• SMB
• CIFS
• Samba
• NFS
• SMB – Server Message Block
• Windows application-layer network
protocol
• Shared access to files, printers, serial
ports, and miscellaneous
communications between nodes on
a network.
• Authenticated interprocess
communication mechanism
CIFS - Common Internet File System
•Public or open variation of SMB developed and used by Microsoft
•Lets programs make requests for files and services on remote computers
•Used in local area networks for server file access and printing
•Complement to Internet application protocols such as FTP and HTTP
Samba
Implements server side of SMB/CIFS protocol for Linux hosts
•Name comes from SMB, used by the Microsoft Windows network file system
•Provides file and print sharing, etc. between Windows and Unix computers
•Appears as a normal folder on a Windows client accessible via a network
•Doesn’t require special software or implementation on the Windows client
NFS - Network File System (NFS)
•Allows user on UNIX client computers to access files on a Windows server over a network in a manner similar to how local storage is accessed
•Remote file system appears as a local file system on the client machine
•Added as a service under the Server Role to implement protocols