Changes between Initial Version and Version 1 of DeveloperDocs/SMB


Ignore:
Timestamp:
2025-09-24T18:22:27Z (2 days ago)
Author:
Jiri Svoboda
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • DeveloperDocs/SMB

    v1 v1  
     1= Server Message Block =
     2
     3SMB is a protocol for sharing files and printers. It originated at IBM for use with their IBM PC network. It was used by IBM PC Network program for IBM DOS. It used NetBIOS / NetBIOS frames (NetBIOS over 802.2) as transport, but it is quite transport agnostic, can use any stream-based transport. It was adopted and extended by Microsoft for Windows for Workgroups. Different versions called SMB or CIFS by Microsoft. Later IPX/SPX and TCP/IP were supported as transport for SMB (note that NetBIOS can also use TCP/IP as transport).
     4
     5  * [http://bitsavers.informatik.uni-stuttgart.de/pdf/ibm/pc/IBM_Personal_Computer_Seminar_Proceedings/PC_Seminar_V02_N05_198409.pdf IBM Personal Computer Seminar Proceedings] documents IBM PC Network Program