Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

netbios question

1 view
Skip to first unread message

bradm...@yahoo.com

unread,
Dec 21, 2005, 1:47:21 PM12/21/05
to
If I start a NetBIOS session from HOTH<00> to ALDERAAN<20> requesting a
file and then I start another session from HOTH<00> to ALDERAAN<20>
requesting the same file how are these two sessions kept seperate? Is
there a field in the NetBIOS header that performs that function?

Thanks,
Brad

Michael Wojcik

unread,
Jan 5, 2006, 3:54:52 PM1/5/06
to

An (incomplete) NetBIOS specification is available at
http://www.netbiosguide.com.

It appears that there's a session number in the Network Control
Block (NCB) - specifically the third byte. The session number is
assigned when a session is allocated. That serves to distinguish
sessions allocated for a given NetBIOS name. NetBIOS names must
be unique on the network, and the NCB also contains a byte
identifying the name (as an index into the name table), so the
combination of session number and name uniquely identifies a
session on the network.

That's what it looks like on cursory inspection, anyway. I've
only ever dealt with this stuff at the SMB level myself.

RFCs 1001 and 1002 (for NetBIOS over TCP/IP) may also contain
useful information.

--
Michael Wojcik michael...@microfocus.com

That's gotta be one of the principles behind reality. Accepting things
that are hard to comprehend, and leaving them that way. And bleeding.
Shooting and bleeding. -- Haruki Murakami (trans Philip Gabriel)

bradm...@yahoo.com

unread,
Jan 6, 2006, 3:02:01 PM1/6/06
to
Thanks! :-)

0 new messages