About site: Internet/RFCs/1001 - 1100 - RFC 1088
Return to Computers also Computers
  About site: http://www.faqs.org/rfcs/rfc1088.html

Title: Internet/RFCs/1001 - 1100 - RFC 1088 Standard for the Transmission of IP Datagrams Over NetBIOS Networks. L.J. McLaughlin. February 1989.
GoRobotics_net Robotics news [RSS]

Spellings_Computer_Services Family-run business who also run the Association of Acorn User Groups.

FDMgt Provides access to various file/disk management functions. By Dalun Software Inc.

Action_Names Enhances the built-in calendar and to do list with a series of advanced views designed to make managing your schedule easier.

Rumpus FTP Server for Macintosh

WSN_Gallery Customizable PHP/MySQL image gallery script. [Commercial]


  Alexa statistic for http://www.faqs.org/rfcs/rfc1088.html





Get your Google PageRank






Please visit: http://www.faqs.org/rfcs/rfc1088.html


  Related sites for http://www.faqs.org/rfcs/rfc1088.html
    Cellular_Automata_Laboratory An extendable DOS/Windows application for exploring cellular automata, accompanied by a thorough user guide; by Rudy Rucker and John Walker.
    Samet_Computers Online reseller of computer components and hardware. Carries own line of custom designed computer systems.
    Pinoy_7 Provides tutorials and tips on web graphics and animation.
    Maiatech_Web_Hosting Offers web hosting, domain registration and supporting development services.
    MySQL_Manager A Windows-based MySQL administration and development tool. Trial version available.
    Programming_Java_Threads_in_the_Real_World,_Part_6 How to implement the Observer pattern (used by AWT/Swing for its event model) in a multithreaded environment. (March, 1999)
    RFC_1639 FTP Operation over Big Address Records (FOOBAR). D. Piscitello. June 1994.
    Projecto_Software_Livre (Portuguese) This is the Linux Conference held in Porto Alegre, Brazil in June of every year. (Livre/Libre means 'liberty' in Portuguese/Spanish).
    Objects_by_Design Covers recent developments in object-oriented design and programming. Includes list of books, UML modeling tools, projects and forums.
    The_GodCast_Network Podcast network featuring Christian and other family-friendly audio content in MP3 format.
    TValue_-_Amortization_Software Program for the time value of money, the note business, or investing.
    Midish A simple and lightweight command-line MIDI sequencer/filter for BSD and Linux.
    BrainStorm_Concepts Offers multi-featured accounting software with point of sale for linux/unix. Features demonstration download, documentation and price lists.
    Aithene_Multimedia Terryville, Connecticut based company offers Flash application development, multimedia design, and custom website design.
    Dotcomize! Find domain names for your new business.
    Tech_Homes Home theater, automation, control, media rooms, whole house audio, lighting control, RF distribution, video distribution, and custom technology integration.
    Turbolinux_Powers_Ahead After an inauspicious start to 2000, San Francisco-based Linux distributor is satisfying investors with new management line-up and some interesting partnerships. [Computer Business Review] (Sep
    Synapse_Communications_(P)_Limited Offers site design, e-commerce solutions, consultancy and programming services, and hosting. Head office in New Delhi, India.
    Netymology_Ltd_ Design, Flash, DHTML, e-commerce, intranets, extranets, content management and hosting. Based in Nicosia, Cyprus with an office in Hampshire, United Kingdom.
    ITICountryDetect A simple object for ASP to detect where does the web site visitor come from by IP address. By InfoTech International. [Commercial]
This is websites2007.org cache of m/ as retrieved on 2008.10.15 websites2007.org's cache is the snapshot that we took of the page as we crawled the web. The page may have changed since that time.
RFC 1088 (rfc1088) - Standard for the transmission of IP datagrams over Ne@import 'http://faqs.org/abstracts/css/default.css';@import 'http://faqs.org/search.css';function erfc(s){document.write("[ RFC Index | RFC Search | Usenet FAQs | Web FAQs | Documents | Cities ]Alternate Formats: rfc1088.txt | rfc1088.txt.pdfRFC 1088 - Standard for the transmission of IP datagrams over NetBIOS networksSearch the Archives Display RFC by number     

RFC1088 - Standard for the transmission of IP datagrams over Ne

Network Working Group L. McLaughlin IIIRequest for Comments: 1088 TWG February 1989 A Standard for the Transmission of IP Datagrams over NetBIOS NetworksStatus of this Memo This document specifies a standard method of encapsulating the Internet Protocol [1] (IP) datagrams on NetBIOS [2] networks. Distribution of this memo is unlimited.Introduction The goal of this specification is to allow compatible and interoperable implementations for transmitting IP datagrams over NetBIOS networks. NetBIOS is a standard which specifies a means of creating virtual circuits and of transmitting and receiving point-to-point, multicast, and broadcast datagrams. This specification uses only the datagram services. Previous versions of this memo specified the use of the NetBIOS broadcast datagram services instead of the NetBIOS group name services to implement IP broadcasting. These versions are now obsolete.Description NetBIOS networks may be used to support IP networks and subnets [3] of any class. By means of encapsulating IP datagrams within NetBIOS datagrams and assigning IP numbers to the hosts on a NetBIOS network, IP-based applications are supported on these hosts. The addition of a router capable of encapsulating IP packets within ordinary data- link protocols (such as 802.3 [4]) as well as within NetBIOS datagrams allows these NetBIOS hosts to communicate with the Internet at large.Address Mappings In general, NetBIOS names may be any series of 16 bytes, however, a few values are reserved or used by common networking packages. NetBIOS names for the IP applications on each host are chosen on the basis of the internet number of that host. Since NetBIOS names are a mapping of IP addresses, no physical address query mechanism (e.g., ARP [5]) is required. For these internet protocol applications, IP.XX.XX.XX.XX is the NetBIOS name for any IP over NetBIOS host where XX represents the ascii hexadecimal representation of that byte of the internet address. This addressing scheme allows for the multiplexing of standard datagram protocols over NetBIOS as well as easy visual confirmation of the correctness of a given packet's address.Broadcast and Multicast Addresses Broadcast Internet addresses are represented by the NetBIOS group name IP.FF.FF.FF.FF. Currently, no attempt is made to provide support of IP multicast addresses using NetBIOS group names.Maximum Transmission Unit The maximum data size of a NetBIOS datagram, and therefore the Maximum Transmission Unit (MTU) for IP over NetBIOS networks, is 512 bytes. Therefore, any hosts communicating with a host on a NetBIOS network may be required to reassemble fragmented datagrams.Implementation To support IP on a NetBIOS host for any given IP address the initialization code must: 1) Add IP.XX.XX.XX.XX to the host's NetBIOS name table. 2) Add IP.FF.FF.FF.FF to the host's NetBIOS group name table. 3) Submit a receive datagram request for the reception of NetBIOS datagrams destined for IP.XX.XX.XX.XX. 4) Submit a receive datagram request for the reception of NetBIOS datagrams destined for IP.FF.FF.FF.FF. When a NetBIOS datagram to either address is received, it is processed by the protocol stack and another receive datagram request is submitted. When an IP datagram is sent, it is considered to be NetBIOS datagram data and sent by a send datagram request to either IP.XX.XX.XX.XX or IP.FF.FF.FF.FF. Optionally, the IP software may desire to make adapter status queries of the NetBIOS network. As support for SNMP becomes a requirement for IP hosts, these adapter status queries may become mandatory. Finally, when the IP support for a given NetBIOS host is discontinued, a cancel command request should be submitted for every pending receive datagram, and a delete name request should be submitted for both the IP.XX.XX.XX.XX and IP.FF.FF.FF.FF address added during initialization.Acknowledgements This document would not have been possible without the efforts of John Bartas, James Davidson, and Dan Ladermann in the early design and implementation of IP over NetBIOS.References [1] Postel, J., "Internet Protocol", RFC-791, September 1981. [2] IBM PC Network Technical Reference, Document Number 6322916, September 1984. [3] Mogul, J., and J. Postel, "Internet Standard Subnetting Procedure", RFC-950, August 1985. [4] Postel, J., and J. Reynolds, "A Standard for the Transmission of IP datagrams over IEEE 802 Networks", RFC-1042, February 1988. [5] Plummer, D., "An Ethernet Address Resolution Protocol", RFC-826, November 1982.Author's Address: Leo J. McLaughlin III The Wollongong Group 1129 San antonio Road Palo Alto, CA 94303 Phone: (415) 962-7100 EMail: ljm@TWG.COM Previous: RFC 1087 - Ethics and the Internet Next: RFC 1089 - SNMP over Ethernet [ RFC Index | RFC Search | Usenet FAQs | Web FAQs | Documents | Cities ] © 2008 FAQS.ORG. All rights reserved. 
 

Standard

for

the

Transmission

of

IP

Datagrams

Over

NetBIOS

Networks.

L.J.

McLaughlin.

February

1989.

http://www.faqs.org/rfcs/rfc1088.html

RFC 1088 2008 October

dvd rental

dvd


Standard for the Transmission of IP Datagrams Over NetBIOS Networks. L.J. McLaughlin. February 1989.

Rules




© 2008 Internet Explorer 5+ or Netscape 6+

Recommended Sites: 1. Arts - Business - Computers - Games - Health - Home - Kids and Teens - News - Recreation - Reference - Regional - Science - Shopping - Society - Sports - World Miss Gallery - Top Anime Hentai - DVD rental by mail - Problem Mortgage - Xecuter 3 Mod Chip - Debt Consolidation - Loan - Savings
2008-10-15 20:46:21

Copyright 2005, 2006 by Webmaster
Websites is cool :) 65Serwery - Albergo Londra - Wyposażenie Spa - Kasy Fiskalne - Linki Stałe