Check out my first novel, midnight's simulacra!

NetBIOS

From dankwiki
Revision as of 11:03, 7 December 2011 by Dank (talk | contribs) (Created page with "NetBIOS is neither merely a protocol nor a topology; it is an API which makes assumptions about both. ==NetBIOS LAN Emulation== Defined in RFC 1001 and RFC 1002, NBT/NetBT/TC...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

NetBIOS is neither merely a protocol nor a topology; it is an API which makes assumptions about both.

NetBIOS LAN Emulation

Defined in RFC 1001 and RFC 1002, NBT/NetBT/TCPBEUI implements NetBIOS over TCP/UDP.

Mandatory Elements

  • Name Service: map NetBIOS names to network layer (IPv4/IPv6) addresses
  • Datagram Service: delivery of NetBIOS datagrams over UDP
  • Session Service: establishment and maintenance of circuits over TCP

See Also