What protocol is used for Network Drive?

T

typingcat

If you are using Windows, you can map a remote system's disk to a drive
at Explorer->Tools->Map network drive. I wonder what protocol (or
simply, what kind of service) does Windows use to recognize a network
drive and to communicate with it.

I mean, there are several applications that create "network drives" on
the user's system which is not actually network drives. For example,
there are some programs that map any FTP server to plain Windows
network drive. Can I can get any information about the protocol? I
searched the internet but I couldn't find it. The only thing I found
was WebDav, and it doesn't looks like what I'm looking for because
virtual folders created by WebDav is different from network drives
(they have no drive letter and their icon is a folder not a drive.) Any
information would be appreciated. Thank you.
 
C

Chuck

If you are using Windows, you can map a remote system's disk to a drive
at Explorer->Tools->Map network drive. I wonder what protocol (or
simply, what kind of service) does Windows use to recognize a network
drive and to communicate with it.

I mean, there are several applications that create "network drives" on
the user's system which is not actually network drives. For example,
there are some programs that map any FTP server to plain Windows
network drive. Can I can get any information about the protocol? I
searched the internet but I couldn't find it. The only thing I found
was WebDav, and it doesn't looks like what I'm looking for because
virtual folders created by WebDav is different from network drives
(they have no drive letter and their icon is a folder not a drive.) Any
information would be appreciated. Thank you.

Windows Networking uses a service known as Server Message Blocks. SMBs can be
transported over IP, IPX/SPX, or NetBEUI.
<http://nitecruzr.blogspot.com/2005/07/windows-networking-and-alternate.html>
http://nitecruzr.blogspot.com/2005/07/windows-networking-and-alternate.html

In most small LANs, you will have SMBs over NetBT (NetBIOS Over TCP/IP). Most
domains will use SMBs directly hosted on IP.
<http://nitecruzr.blogspot.com/2006/04/netbios-over-tcpip.html>
http://nitecruzr.blogspot.com/2006/04/netbios-over-tcpip.html
<http://nitecruzr.blogspot.com/2006/07/advanced-windows-networking-using.html>
http://nitecruzr.blogspot.com/2006/07/advanced-windows-networking-using.html

SMBs are understood by Linux, and Samba, also. This lets Windows share files
with computers running Linux and Macintosh, properly configured.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top