Re: Seally Question!!!!

2001-01-19 Thread Priscilla Oppenheimer

NetBIOS Extended User Interface (NetBEUI) was IBM's name for the NetBIOS 
driver that implements NetBIOS on top of LLC. At the time that IBM came up 
with the name they didn't use the term "user interface" as it has come to 
be used today. The "user" in this case was an application (not a human).

They also had TokREUI by the way! That was their Token Ring driver.

NetBIOS is an API that implements sessions, naming, etc. It can run on top 
of a few different transports:

Over TCP/IP - NetBT
Over IPX - NWLink
Over LLC - NetBEUI

Priscilla

At 05:45 AM 1/19/01, John Nemeth wrote:
>On Jun 11, 12:14am, Adam Hickey wrote:
>}
>} A little further clarification.
>}
>} NetBEUI is a networking protocol which uses NetBIOS at its core. Thus its
>} name is an acronym for NetBIOS Extended User Interface.
>
>  Usually I think of "core" as being the innermost or lowest layer
>of something.  NetBEUI doesn't provide a user interface, it is the
>lowest layer, sitting just above the hardware.  The name is a bit of a
>misnomer.
>
>}-- End of excerpt from Adam Hickey
>
>_
>FAQ, list archives, and subscription info: 
>http://www.groupstudy.com/list/cisco.html
>Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]




Priscilla Oppenheimer
http://www.priscilla.com

_
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



Re: Seally Question!!!!

2001-01-19 Thread Adam Hickey

point taken...
=)

Adam

- Original Message -
From: "John Nemeth" <[EMAIL PROTECTED]>
To: "Adam Hickey" <[EMAIL PROTECTED]>; "Joseph Kiang"
<[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>
Sent: Friday, January 19, 2001 5:45 AM
Subject: Re: Seally Question


> On Jun 11, 12:14am, Adam Hickey wrote:
> }
> } A little further clarification.
> }
> } NetBEUI is a networking protocol which uses NetBIOS at its core. Thus
its
> } name is an acronym for NetBIOS Extended User Interface.
>
>  Usually I think of "core" as being the innermost or lowest layer
> of something.  NetBEUI doesn't provide a user interface, it is the
> lowest layer, sitting just above the hardware.  The name is a bit of a
> misnomer.
>
> }-- End of excerpt from Adam Hickey
>
> _
> FAQ, list archives, and subscription info:
http://www.groupstudy.com/list/cisco.html
> Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]
>

_
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



Re: Seally Question!!!!

2001-01-19 Thread John Nemeth

On Jun 11, 12:14am, Adam Hickey wrote:
}
} A little further clarification.
} 
} NetBEUI is a networking protocol which uses NetBIOS at its core. Thus its
} name is an acronym for NetBIOS Extended User Interface.

 Usually I think of "core" as being the innermost or lowest layer
of something.  NetBEUI doesn't provide a user interface, it is the
lowest layer, sitting just above the hardware.  The name is a bit of a
misnomer.

}-- End of excerpt from Adam Hickey

_
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



Re: Seally Question!!!!

2001-01-19 Thread Adam Hickey

A little further clarification.

NetBEUI is a networking protocol which uses NetBIOS at its core. Thus its
name is an acronym for NetBIOS Extended User Interface.

Adam Hickey

- Original Message -
From: "John Nemeth" <[EMAIL PROTECTED]>
To: "Joseph Kiang" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>
Sent: Friday, January 19, 2001 4:09 AM
Subject: Re: Seally Question


> On Mar 15, 10:37am, "Joseph Kiang" wrote:
> }
> } What's the difference between NetBIOS and NetBEUI???
>
>  NetBIOS is a networking API, similar to Berkeley sockets and
> winsocks.  It is approximately layer 4.  NetBEUI is a networking
> protocol.  It is a very simple one where hosts are identified by 14
> character names, and there is no network field (i.e. it isn't routable;
> things like DLSw and DLSw+ not withstanding).  It is approximately
> layer 2.
>
> }-- End of excerpt from "Joseph Kiang"
>
> _
> FAQ, list archives, and subscription info:
http://www.groupstudy.com/list/cisco.html
> Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]
>

_
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



Re: Seally Question!!!!

2001-01-19 Thread Peter Van Oene

NetBIOS can be transported over three main protocols, IP, IPX or at layer 2 over LLC 
(type 2 I believe).  Netbeui is simply the name for Netbios over LLC.  The lack of a 
layer 3 transport lends to all the criticism of its ability to scale, and also to its 
easy of use since it simply floods broadcast domains by default.

Pete


*** REPLY SEPARATOR  ***

On 1/19/2001 at 12:41 AM Joseph Kiang wrote:

>What's the difference between NetBIOS and NetBEUI???
>_
>Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.
>
>_
>FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
>Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]


---
Peter A. van Oene
Juniper Networks Inc.

_
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



Re: Seally Question!!!!

2001-01-19 Thread John Nemeth

On Mar 15, 10:37am, "Joseph Kiang" wrote:
}
} What's the difference between NetBIOS and NetBEUI???

 NetBIOS is a networking API, similar to Berkeley sockets and
winsocks.  It is approximately layer 4.  NetBEUI is a networking
protocol.  It is a very simple one where hosts are identified by 14
character names, and there is no network field (i.e. it isn't routable;
things like DLSw and DLSw+ not withstanding).  It is approximately
layer 2.

}-- End of excerpt from "Joseph Kiang"

_
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



Seally Question!!!!

2001-01-18 Thread Joseph Kiang

What's the difference between NetBIOS and NetBEUI???
_
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.

_
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]