NFS Illustrated (Hardcover)

Brent Callaghan

  • 出版商: Addison Wesley
  • 出版日期: 1999-12-28
  • 定價: $1,750
  • 售價: 8.0$1,400
  • 語言: 英文
  • 頁數: 552
  • 裝訂: Paperback
  • ISBN: 0201325705
  • ISBN-13: 9780201325706
  • 相關分類: Computer-networks
  • 立即出貨

買這商品的人也買了...

商品描述

 

Table Of Contents

 

(Each chapter concludes with a Summary.)
Preface.
Introduction.
File Access and File Transfer.

Early File Access Protocols.
ONC RPC.


Organization of This Book.

 

XDR—External Data Representation.
Protocols and Transportable Data.
A Canonical Standard.
XDR Unit.
Primitive XDR Data Types.
Integer.
Unsigned Integer.
Boolean.
Hyper Integer and Unsigned Hyper Integer.
Fixed-Length Opaque Data.
Variable-Length Opaque Data String.
Structured XDR Data Types.
Fixed-Length Array.
Variable-Length Array.
Discriminated Union.
Linked Lists.
XDR Language.
Notational Conventions.
Lexical Notes.
Syntax Information.
Syntax Notes.
Example of an XDR Data Description.
XDR Language Variant in This Book.


ONC RPC.

 

 

Remote Procedure Call Model.
RPC Transport Independence and Semantics.
Program Numbers and Versioning.
Requirements of the RPC Protocol.
RPC Call Message.
RPC Reply Message.
Record-Marking Standard.
Portmapper and Rpcbind.
Portmap Protocol.
Rpcbind Protocol.


RPC Authentication.

 

 

RPC Credential and Verifier.
Authentication Flavors.
Null Authentication.
System Authentication.
Diffie-Hellman Authentication.
Naming.
DH Authentication Verifiers.
Nicknames and Clock Synchronization.
DH Authentication Protocol.
DH Full Network Name Credential and Verifier.
DH Nickname Credential and Verifier.
Server Verifier.
Diffie-Hellman Encryption.
Weaknesses of DH Authentication.
Kerberos Version 4 Authentication.
Kerberos Naming.
Kerberos-Based Authentication Protocol Specification.
Kerberos Full Network Name Credential and Verifier.
Kerberos Nickname Credential and Verifier.
Server Verifier.
Kerberos-Specific Authentication Status.
Values.
Weaknesses of Kerberos Authentication.
RPCSEC__GSS Authentication.
RPCSEC__GSS Security Protocol.
RPCSEC-GSS Credential.
Context Creation.
Successful Creation Response.
Unsuccessful Context Creation.
RPC Data Exchange.
Data Integrity Protection.
Data Privacy.
Server Processing of RPC Data Requests.
Server's Reply.
RPCSEC-GSS Errors.
Performance of RPCSEC-GSS.
Snoop Trace of Session.
Connection-Based Security.


NFS Filesystem Model.

 

 

Filesystem and Filesystem Objects.
Filehandles.
Pathnames.
Filename Component Handling.
Pathname Evaluation.
Stateless Server.
Server Recovery.
Idempotent Operations.
Statelessness and High Availability.


NFS Version 2.

 

 

Common Data Types.
Server Procedures.
NULL—Do Nothing.
GETATTR—Get File Attributes.
SETATTR—Set File Attributes.
LOOKUP—Look Up File Name.
READLINK—Read from Symbolic Link.
READ—Read from File.
WRITE—Write to File.
CREATE—Create File.
REMOVE—Remove File.
RENAME—Rename File.
LINK—Create Link to File.
SYMLINK—Create Symbolic Link.
MKDIR—Create Directory.
RMDIR—Remove Directory.
READDIR—Read from Directory.
STATFS—Get Filesystem Attributes.
NFS Version 3.
Changes from the NFS Version 2 Protocol.
Deleted Procedures.
Modified Procedures.
New Procedures.
Filehandle Size.
Maximum Data Sizes.
Error Return.
File Type.
File Attributes.
Set File Attributes.
32-Bit Clients/Servers and 64-Bit.
Clients/Servers.
Basic Data Types.
Sizes.
Basic Data Types.
Server Procedures.
NULL—Do Nothing.
GETATTR—Get File Attributes.
SETATTR—Set File Attributes.
LOOKUP—Look Up Filename.
ACCESS—Check Access Permission.
READLINK—Read from Symbolic Link.
READ—Read from File.
WRITE—Write to File.
CREATE—Create a File.
MKDIR—Create a Directory.
SYMLINK—Create a Symbolic Link.
MKNOD—Create a Special Device.
REMOVE—Remove a File.
RMDIR—Remove Directory.
RENAME—Rename File or Directory.
LINK—Create Link to an Object.
READDIR—Read from Directory.
READDIRPLUS—Extended Read from Directory.
FSSTAT—Get Dynamic Filesystem Information.
FSINFO—Get Static Filesystem Information.
PATHCONF—Retrieve POSIX Information.
COMMIT—Commit Cached Data on a Server to Stable Storage.
NFS Implementation.
File Attributes.
Unsupported Procedures.
Multiple Version Support.
Last Close Problem.
Crossing of Server Mountpoints.
Problems with Hierarchical Mounts.
Permission Issues.
Identifying Users.
Access to Open Files.
UID/GID Mapping.
Checking File Access.
Executable Files.
Concurrent RPC Calls.
Duplicate Request Cache.
Synchronous Operations and Stable Storage.
Adaptive Retransmission for UDP.
Read-ahead and Write-behind.
Write Gathering.
Caching Policies.
Cached Objects.
@AHEADS = Cache Consistency.
Close-to-Open Consistency.
Read and Write Caching.
Disk Caching.
Disconnection and Reconnection.
Connectathon.


NFS MOUNT Protocol.

 

 

Protocol Revisions.
Transport.
Authentication.
Access Lists.
Server Procedures.
NULL—Do Nothing.
MOUNTPROC__MNT—Add MOUNT Entry.
MOUNTPROC__DUMP—Return MOUNT Entries.
MOUNTPROC__UMNT—Remove MOUNT Entry.
MOUNTPROC__UMNTALL—Remove All MOUNT Entries.
MOUNTPROC__EXPORT—Return Export List.
MOUNTPROC__EXPORTALL—Return Export List.
MOUNTPROC__PATHCONF—
POSIX Pathconf.
Information.
MOUNT Table.
Submounts.
Export Limitations.


NFS Lock Manager Protocol.

 

 

Monitored Locking.
Advisory vs. Mandatory Locks.
Exclusive and Nonexclusive Locks.
Asynchronous Procedures and Callback.
DOS/Windows File Sharing Procedures.
Server Crash Recovery.
Lockd and Statd Implementation.
Client Crash Recovery.
Deadlock Detection.
Locking Cached or Mapped Files.
Transport and Authentication.
Basic Data Types.
Errors.
Lock Manager Procedures.
NULL—Do Nothing.
NLM__TEST—Test for a Lock.
NLM__LOCK—Create a Lock.
NLM__CANCEL—Cancel a Lock.
NLM__UNLOCK—Remove a Lock.
NLM__GRANTED—Lock Is Granted.
NLM__SHARE—Share a File.
NLM__UNSHARE—Unshare a File.
NLM__NM__LOCK—Establish a
Nonmonitored Lock.
NLM__FREE__ALL—Free All Locks.
Network Status Monitor Protocol.
SM__NULL—Do Nothing.
SM__STAT—Check Status.
SM__MON—Monitor a Host.
SM__UNMON—Unmonitor a Host.
SM__UNMON-ALL—Unmonitor All Hosts.
SM__SIMU-CRASH—Simulate a Crash.
SM__NOTIFY—Notify a Host.


Automounting.

 

 

Automounter as NFS Server.
Problems with Symbolic Links.
Automounting with Autofs.
Automounter Maps.
Master Map.
Direct Map.
Indirect Map.
Executable Map.
Offset Mounts.
Multiple Mounts.
Replica Servers.
Map Variables and Key Substitution.
MOUNT Options.
Amd Automounter.
Nonblocking Operation.
Server Keepalives.
Map Syntax.


NFS Variants.

 

 

Spritely NFS.
Stateful Server.
Callback.
Write-behind.
Recovery.
Performance.


NQNFS.

 

 

Leases.
Recovery.


Other Features.

 

 

Trusted NFS.
AUTH__MLS Credential.
Extended Attributes.
Filename Attributes.
TNFS Interoperability.


NASD NFS.

 

 

NASD Storage.
Locating the Data.
Data Security.


Other Distributed Filesystems.

 

 

Remote File Sharing.
Remote System Calls.
RFS Naming.
Security and UID/GID Mapping.


Andrew File System.

 

 

File Caching.
Shared Namespace.
Volume Movement.
Read-only Replication.
Security.


DCE/DFS.

 

 

Cache Consistency with Tokens.
DFS Namesp. 0201325705T04062001

 

 


Back to Top

 

 

商品描述(中文翻譯)

Table Of Contents

(Each chapter concludes with a Summary.)
Preface.
Introduction.
File Access and File Transfer.

Early File Access Protocols.
ONC RPC.

Organization of This Book.

XDR—External Data Representation.
Protocols and Transportable Data.
A Canonical Standard.
XDR Unit.
Primitive XDR Data Types.
Integer.
Unsigned Integer.
Boolean.
Hyper Integer and Unsigned Hyper Integer.
Fixed-Length Opaque Data.
Variable-Length Opaque Data String.
Structured XDR Data Types.
Fixed-Length Array.
Variable-Length Array.
Discriminated Union.
Linked Lists.
XDR Language.
Notational Conventions.
Lexical Notes.
Syntax Information.
Syntax Notes.
Example of an XDR Data Description.
XDR Language Variant in This Book.

ONC RPC.

Remote Procedure Call Model.
RPC Transport Independence and Semantics.
Program Numbers and Versioning.
Requirements of the RPC Protocol.
RPC Call Message.
RPC Reply Message.
Record-Marking Standard.
Portmapper and Rpcbind.
Portmap Protocol.
Rpcbind Protocol.

RPC Authentication.

RPC Credential and Verifier.
Authentication Flavors.
Null Authentication.
System Authentication.
Diffie-Hellman Authentication.
Naming.
DH Authentication Verifiers.
Nicknames and Clock Synchronization.
DH Authentication Protocol.
DH Full Network Name Credential and Verifier.
DH Nickname Credential and Verifier.
Server Verifier.
Diffie-Hellman Encryption.
Weaknesses of DH Authentication.
Kerberos Version 4 Authentication.
Kerberos Naming.
Kerberos-Based Authentication Protocol Specification.
Kerberos Full Network Name Credential and Verifier.
Kerberos Nickname Credential and Verifier.
Server Verifier.
Kerberos-Specific Authentication Status.
Values.
Weaknesses of Kerberos Authentication.
RPCSEC__GSS Authentication.
RPCSEC__GSS Security Protocol.
RPCSEC-GSS Credential.
Context Creation.
Successful Creation Response.
Unsuccessful Context Creation.
RPC Data Exchange.
Data Integrity Protection.
Data Privacy.
Server Processing of RPC Data Requests.
Server's Reply.
RPCSEC-GSS Errors.
Performance of RPCSEC-GSS.
Snoop Trace of Session.
Connection-Based Security.

NFS Filesystem Model.

Filesystem and Filesystem Objects.
Filehandles.
Pathnames.
Filename Component Handling.