Wat is netbios?

Pagina: 1
Acties:
  • 847 views sinds 30-01-2008
  • Reageer

  • FrankGuthrie
  • Registratie: Maart 2000
  • Laatst online: 23-08 20:11

FrankGuthrie

I Wanna Be Kate

Topicstarter
Vraag het omdat het hier als antwoord wordt gegeven op een brandende vraag?

http://gathering.tweakers.net/forum/list_messages/93552

Weet alleen niet wat het is(protocol?)?

Intussen is de situatie wel veranderd zijn nu 2 W2K PC's

Russian Blue Neji
Kate Bush
Blue Horizon(a website about Star Trek & Babylon 5)


  • shadax
  • Registratie: Mei 2000
  • Niet online
NetBIOS

NetBIOS (Network Basic Input/Output System) is a program that allows applications on different computers to communicate within a local area network (). It was created by IBM for its early PC Network, was adopted by Microsoft, and has since become a de facto industry standard. NetBIOS is used in Ethernet, token ring, and Windows NT networks. It does not in itself support a routing mechanism so applications communicating on a wide area network (WAN) must use another "transport mechanism" (such as Transmission Control Protocol) rather than or in addition to NetBIOS.
NetBIOS frees the application from having to understand the details of the network, including error recovery (in session mode). A NetBIOS request is provided in the form of a Network Control Block (NCB) which, among other things, specifies a message location and the name of a destination.

NetBIOS provides the session and transport services described in the Open Systems Interconnection (OSI) model. However, it does not provide a standard frame or data format for transmission. A standard frame format is provided in the NetBIOS Extended User Interface (NetBEUI).

NetBIOS provides two communication modes: session or datagram. Session mode lets two computers establish a connection for a "conversation," allows larger messages to be handled, and provides error detection and recovery. Datagram mode is "connectionless" (each message is sent independently), messages must be smaller, and the application is responsible for error detection and recovery. Datagram mode also supports the broadcast of a message to every computer on the LAN.
whatis.com

  • boner
  • Registratie: Augustus 2000
  • Laatst online: 25-08 15:34

boner

misantropisch altruïst

helemaal correct.

in mensen taal:
het is het protocol dat bijvoorbeeld in windows alle shares afhandelt. NetBIOS is dus netwerk protocol onafhankelijk. Veel mensen halen NetBEUI en NetBIOS door elkaar. Als je bij Windows IPX of TCP/IP gebruikt (laag 3 in het OSI model) ligt daar altijd NetBIOS bovenop!

NetBEUI is Netbios en LLC2 in een protocol.

Verwijderd

Op dinsdag 02 januari 2001 11:20 schreef boner het volgende:
helemaal correct.

in mensen taal:
het is het protocol dat bijvoorbeeld in windows alle shares afhandelt. NetBIOS is dus netwerk protocol onafhankelijk. Veel mensen halen NetBEUI en NetBIOS door elkaar. Als je bij Windows IPX of TCP/IP gebruikt (laag 3 in het OSI model) ligt daar altijd NetBIOS bovenop!

NetBEUI is Netbios en LLC2 in een protocol.
ff voor de duidelijkheid

Microsoft Networking gebruikt SMB (=Server Message Blocks) aan de bovenkant van het OSI-model, daaronder NetBIOS en vervolgens NetBeui of TCP/IP en aan de onderkant Ethernet of een andere netwerktopologie.

NetBIOS wordt alleen voor de naamresolutie gebruikt en niet voor de gehele afhandeling.

Zodra je over een router heen moet, levert NetBIOS daarom problemen op omdat alleen WINS-servers NetBIOS computernamen uit een ander segment kunnen omzetten naar IP-adressen.

Als je Win2K in native mode gebruikt dan nemen LDAP queries naar de Active Directory de plaats van NetBIOS in en ben je van dat gezeur af.