Archives
 
 
 
  Special
 
 
 
  About Us
 
 
 

Newsletter
Free E-mail Newsletter from BYTE.com

 
    
           
Visit the home page Browse the four-year online archive Download platform-neutral CPU/FPU benchmarks Find information for advertisers, authors, vendors, subscribers Request free information on products written about or advertised in BYTE Submit a press release, or scan recent announcements Talk with BYTE's staff and readers about products and technologies

ArticlesWebNFS at the Limit


January 1997 / Inbox / WebNFS at the Limit

"A File System for the Web" (Core, November 1996) was excellent, and the layout of the protocol diagrams, with each protocol having its own horizontal displacement, is brilliant. Thanks, too, for stressing the limits of WebNFS. It's important to set e xpectations correctly: WebNFS is a file-system technology that has some overlap with HTTP, but it's not an HTTP replacement.

Brent Callaghan
brent.callaghan@Eng.Sun.com

Reading "A File System for the Web" makes me curious about your impression of CIFS, the counterpoint to WebNFS. Does it have the same limitations as WebNFS?

Jeff Tanner
jeffta@ccintnet.wrq.com

CIFS, the Common Internet File System, is a modification of Microsoft's Server Message Block (SMB) protocol that can be used over the Internet from a Web browser. One major difference between CIFS and WebNFS is that with CIFS, both the server and client maintain state information; with NFS, only the client maintains state.

If the TCP connection supporting a CIFS session fails, then the CIFS session will likewise fail, and data may be lost. NFS RPC is independent of the TCP connection carrying it, so the TCP session can simply be reestablished with no more harm than a connection delay.

In a LAN environment, where connectionless transports are acceptable and often perform better than TCP, CIFS should be resistant to temporary network disturbances. CIFS also supports features that NFS lacks, such as network printing, streaming devices, and built-in file locking.

Internet hype aside, the big money for software vendors is in the intranet (i.e., LAN) market. Since PCs are the majority LAN client, and many already use Microsoft's SMB protocols, CIFS should do well in that area. In the Interne t environment, WebNFS should be more robust in the face of unreliable modem connections and dynamic IP-address assignments. For more on CIFS, see http://samba.anu.edu.au/cifs/ or http://www.microsoft.com/intdev/cifs/ . -- Bob Friesenhahn


Up to the Inbox section contentsGo to next article: The Real 64-bit OSSearchSend a comment on this articleSubscribe to BYTE or BYTE on CD-ROM  
Flexible C++
Matthew Wilson
My approach to software engineering is far more pragmatic than it is theoretical--and no language better exemplifies this than C++.

more...

BYTE Digest

BYTE Digest editors every month analyze and evaluate the best articles from Information Week, EE Times, Dr. Dobb's Journal, Network Computing, Sys Admin, and dozens of other CMP publications—bringing you critical news and information about wireless communication, computer security, software development, embedded systems, and more!

Find out more

BYTE.com Store

BYTE CD-ROM
NOW, on one CD-ROM, you can instantly access more than 8 years of BYTE.
 
The Best of BYTE Volume 1: Programming Languages
The Best of BYTE
Volume 1: Programming Languages
In this issue of Best of BYTE, we bring together some of the leading programming language designers and implementors...

Copyright © 2005 CMP Media LLC, Privacy Policy, Your California Privacy rights, Terms of Service
Site comments: webmaster@byte.com
SDMG Web Sites: BYTE.com, C/C++ Users Journal, Dr. Dobb's Journal, MSDN Magazine, New Architect, SD Expo, SD Magazine, Sys Admin, The Perl Journal, UnixReview.com, Windows Developer Network