About site: Internet/RFCs/0101 - 0200 - RFC 0142
Return to Computers also Computers
  About site: http://www.faqs.org/rfcs/rfc142.html

Title: Internet/RFCs/0101 - 0200 - RFC 0142 Time-Out Mechanism in the Host-Host Protocol. C. Kline, J. Wong. May 1971.
FreeMySpirit_Domains_Web_Shop Offers family friendly domain name registrations, web site builder, web hosting, search engine submissions, and customized email addresses.

VLDB_2004 30th International Conference on Very Large Data Bases. Toronto, Canada; August 29-September 3, 2004.

RFC_2329 OSPF Standardization Report. J. Moy. April 1998.

Brainbench_-_Project_Management Assessment tests on project management concepts.

Acceptable_Use_Policy Defines acceptable use of IT equipment and computing services, and the appropriate employee security measures to protect the organization's corporate resources and proprietary information. [MS Word]

Web_Group_Debuts_Privacy_Platform_Prototype But some privacy groups say the technology is nothing more than hype. TechWeb article. (June 21, 2000)


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





Get your Google PageRank






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


  Related sites for http://www.faqs.org/rfcs/rfc142.html
    Underdog_Hosting Providers of Linux based Web hosting along with a reseller program. Offering Perl, PHP and MySQL support.
    Wetpaint Free wiki hosting service with proprietary software, GUI editing interface, and instant site registration. URL for wikis is "http://yourtopic.wetpaint.com/".
    HandStory_Suite A fully featured commercial suite that includes Palm Doc support. Available for the PalmOS and PocketPC.
    Ibbett,_Roland University of Edinburgh - Architecture of parallel and novel computer systems.
    LiteClue_Widget A free bubble or balloon help X Widget.
    myiPodVideo_org_forums Video iPod Discussion Forum, through the alt.binaries.ipod.video Newsgroup Board
    Rudenko_Software 3DWebButton a software package that offers an easy-to-use, step-by-step approach to creating sophisticated 3D buttons and headings for use on Internet sites. [Win95/98/NT]
    FreePages 5 web pages allowed. Templates provided. URL: 'http://pages.nutang.com/yoursite/'.
    ALSA_(Advanced_Linux_Sound_Architecture) An audio library (and kernel level API) for Linux.
    RFC_1931 Dynamic RARP Extensions for Automatic Network Address Acquisition. D. Brownell. April 1996.
    Digileon Offers web design services in English, Lithuanian, Italian and Russian languages. Services, works, contact details.
    Presenting_Mathematical_Expressions_on_Web_Pages In-depth resource on using HTML and CSS to present various types of equations.
    Hong_Kong,_Chinese_University_of,_(CUHK) Department of Computer Science and Engineering. Research areas include algorithms, Chinese processing, high performance computing, intelligent systems, parallel and distributed computing, rapid syste
    NN29_Freeware_VSTi_Digital_Sampler A sample olayer for VST Hosts emulating Reason's built-in NN19 Sampler.
    Simple_Object_Access_Protocol_(SOAP)_1_1 The W3C Note on the Simple Object Access Protocol 1.1 submission.
    RFC_1812 Requirements for IP Version 4 Routers. F. Baker. June 1995.
    STAR_360-degree_Feedback Multi-rater feedback administration for consultants and human resource executives. STAR automates your survey process (software, hardware, customer service, reporting) to help you save you time &
    Rob_Blackwell Weblog on development, news, views, software experiments, by L Sharp author.
    From_Cobol_Programmer_to_E-Commerce_Expert Lynda Radosevich for InfoWorld. IT professionals can leverage experience in areas such as COBOL programming into a prominent e-commerce position by extracting lessons from mature technologies while em
    Red_Ant_Design Includes animation, hosting, marketing, domain registration and data management. Located in Kent, United Kingdom.
This is websites2007.org cache of m/ as retrieved on 2008.09.05 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 142 (rfc142) - Time-Out Mechanism in the Host-Host Protocol@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: rfc142.txt | rfc142.txt.pdfRFC 142 - Time-Out Mechanism in the Host-Host ProtocolSearch the Archives Display RFC by number     

RFC142 - Time-Out Mechanism in the Host-Host Protocol

Network Working Group Charley KlineRequest for Comments #142 Johnny WongNIC #6727 UCLA (NMC)Categories: C.1, C.2, C.3, C.5 3 May 71Updates: noneObsoletes: none Time-out Mechanism in the Host-Host ProtocolOn sending a message to a foreign site, the following situations canoccur:1. Destination IMP down - Type 7 message is returned2. Destination IMP up but destination IMP-HOST interface is down - Type 7 message is returned.3. Destination IMP and IMP-HOST interface up, but IMP-HOST inter- face is not taking messages - Type 9 message is returned after IMP time-out (ask BBN for time).4. Destination IMP and IMP-HOST interface up and IMP-HOST inter- face is taking messages - Type 5 (rfnm) message is returned.A suggestion for handling type 7 and type 9 messages has been made inNWG/RFC #117. In this document we would like to discuss in detail theproblem: what should happen to the HOST-HOST protocol on receiving arfnm?When a NCP sends out a STR or RTS control command on a pair of socketsand gets a rfnm back, this pair of sockets will be in a wait-matchstate. Everything is fine if a matching RTS or STR, or CLS isreturned after a reasonable amount of delay. Trouble will arise whennothing is returned after a long time.This can happen if the NCP is not running at all but its host istaking in messages (e.g. UCLA's host will receive messages even if theNCP is not running), or if the NCP is running very slowly. The sameproblem exists on sending out a CLS control command and a matching CLSis never returned. The trouble is that resources are tied up, e.g.sockets, links and table space in the NCP; and one would like torelease these resources. In our implementation, when a user does aCLOSE, we can't release the sockets until the matching CLS isreturned. This protects us from getting confused if a seconds requestis made for the same pair of sockets. This problem can be solved byincluding a time-out mechanism in the Host-Host protocol. Thisoperates as follows: [Page 1]ne 5a. On sending out a STR or RTS and if you do not get back a match- ing RTS or STR, or a CLS in T time units a CLS will be sent. After sending the time-out CLS race condition can be avoided by ignoring the matching RTS or STR that arrives before the matching CLS.b. On sending out a CLS (any kind, including the time-out CLS), and if you do not get back a matching CLS in T time units, the matching CLS is assumed to have returned. However, if a RTS or STR is sent on the same pair of sockets anytime after the time out and before a CLS is returned, and then we receive the CLS, there is no way to determine whether this returning CLS is for matching the previous CLS or for refusing the RTS or STR. (See the figure for detail). So far we could not solve this race condition except by assigning sequence number to connection throughout the Network which we don't think is a good solution at all. Hence, we would like to bring the attention of the Host-Host Protocol Glitch Cleaning Committe to this problem. The time limit T should be a Network Standard and its value should be decided also. Reason Our NCP ------ ------- 1. User requests connection 1. RTS -> 2. User gets tired requests CLS (or NCP timeout) 2. CLS -> 3. No matching CLS returned in T time units 3. CLS assumed returned free socket and other resources 4. User requests another connection over same socket pair 4. RTS -> 5. CLS received ?? does it belong to 2 or 4? Figure [ This RFC was put into machine readable form for entry ] [ into the online RFC archives by Gert Doering 4/97] Previous: RFC 0141 - Comments on RFC 114: A File Transfer Protocol Next: RFC 0143 - Regarding proffered official ICP [ RFC Index | RFC Search | Usenet FAQs | Web FAQs | Documents | Cities ] © 2008 FAQS.ORG. All rights reserved. 
 

Time-Out

Mechanism

in

the

Host-Host

Protocol.

C.

Kline,

J.

Wong.

May

1971.

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

RFC 0142 2008 September

dvd rental

dvd


Time-Out Mechanism in the Host-Host Protocol. C. Kline, J. Wong. May 1971.

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 - Ringtones - Mortgage Calculator - Modded Xbox - Loans - Credit Counseling
2008-09-05 11:49:30

Copyright 2005, 2006 by Webmaster
Websites is cool :) 279Hotel £ód¼ - Hotel Edinburgh - Hotel Copenhagen - Transformers - Imprezy Dla Firm