|
|
| About site: Internet/Protocols/NNTP - mcntp |
Return to Computers also Computers |
| About site: http://mcntp.sourceforge.net/ |
Title: Internet/Protocols/NNTP - mcntp Freely available implementation of Usenet news via multicast. |
|
|
|
|
Nuclear_ZX Emulates Sinclair ZX Spectrum 48K on IBM PC.
| RFC_3168 The Addition of Explicit Congestion Notification (ECN) to IP. K. Ramakrishnan, S. Floyd, D. Black. September 2001.
| Absolute_Freebies Recommendation on the best Windows freeware.
| Micro-Sys_-_TimeSage Time tracking and recording software to manage projects with attached time-tables / sheets, and notes. Product description, screenshots, and downloads.
| Internet_DMZ_Equipment_Policy Sample policy defining the minimum requirement for all equipment located outside the corporate firewall.
| Modbury_Group Services include domain registration and hosting, static and dynamic websites, e-commerce, Flash, ASP, custom graphics, search engine submission/optimisation, email setup. Located in Devon, UK.
|
|
| Alexa statistic for http://mcntp.sourceforge.net/ |
Please visit: http://mcntp.sourceforge.net/
|
| Related sites for http://mcntp.sourceforge.net/ |
| Morville,_Peter__Building_a_Synonymous_Search_Index Help users find the documents they're looking for by incorporating a 'thesaurus-like' hierarchy for your site. | | Chris_Mallett,_Programmer Custom software programming for Windows. | | Linotype_Library Offers cutting edge font technology, an extensive library of original fonts, typography news and events and FontExplorer@Web, the font search engine to find and download any font, any time. | | Piktel,_Inc A MultiValue/Pick consulting company specializing in custom software, system integration, data conversions and EDI interfaces. Located in Liberty Corner, New Jersey, USA. | | Sejin_Electron_Inc_ Provides wireless keyboards for set-top boxes for internet TV, cable TV, multimedia PC, and PC-TV. | | Open_Mobile_Alliance Industry forum for developing market driven, interoperable mobile service enablers. | | GnuPG_Frequently_Asked_Questions A pretty good FAQ for the GNU Privacy Guard. | | Wine_-_Success_List A list of applications that work with Wine. Not being updated. (April 13, 1997) | | RFC_1686 IPng Requirements: a Cable Television Industry Viewpoint. M. Vecchi. August 1994. | | RFC_1570 PPP LCP Extensions. W. Simpson. January 1994. | | RISC_OS_Tab A program to typset lute tablature by Wayne Cripps. | | Peter_O\'Kelly\'s_Reality_Check Science and technology linkblog, with a focus on enterprise software. | | Bengali_-_Test_for_Unicode_support_in_Web_browsers Test your Web browser and fonts for the ability to display the Unicode Bengali range of characters. Part of Alan Wood's Unicode Resources.Diagnostic page. | | Transmit Offers secure transfers, batch downloads, synchronization, rendezvous and AppleScript support, built-in text editor, external text editor integration, and image and text preview. OSX and OS 9. Include | | PHP_Invoice A PHP/MySQL-based account and automated invoice management program. It supports automated billing through Paysystems, 2Checkout, Worldpay, Paypal, and custom payment gateway. Features: Support Tax, Pr | | Cube_Panel Control panel for Windows and Linux, manages web, mail, DNS, and FTP services. Site offers download of trial version, purchase of full version, and documentation. | | EQS_Internet Offers design, marketing, and promotion services. Based in Encinitas, California, United States. | | Vizmax Scripting, multimedia, graphics, shopping cart, and maintenance services. | | Lemon Reviews, screenshots and game box cover photos for over 3800 games. | | phpBB_M2F Includes details, discussion, and downloads of an add-on that creates e-mail mailing list features. |
|
This is websites2007.org cache of m/ as retrieved on 2008.09.07 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.
|
mcntp: Multicast NetNews Transfer Protocol[ Download mcntp ][ Mcntp Project Pages at sourceforge.net ][ What does it consist of? ][ How to use it? ][ Features ][ More information ]Newsmcntp-1.2 has been released after three months of development.Check the Download section on SourceForge for it. Jörg Dorchain has joined the mcntp development team. Jörg will take careof the move to OpenSSL.mcntp - Transport of NetNews over IP-MulticastWhat is it?Mcntp is a (Usenet-)news transport protocol and its implementation.The difference between mcntp and nntp is that with mcntp, articles are transferredover IP-multicast (which uses UDP) and not via TCP. Thus articles thatare sent by one sender once can be received by multiple receivers: So articles need only be sent once to reach all n receivers as shownin the above graphic. The result in the above example is that on theline from sender to the routers, the bandwidth needed is only one nthrelative to sending the article to all receivers separately. What does mcntp consist of?The mcntp software consists of three parts: A directory server (yawgmoth):This one coordinates the relationship between news- and multicast groups.The server sends its announcements on IANAassigned port 5418 and into multicast group mcntp-directory.mcast.net(224.0.1.51). A multicast sender (mcxmit):This one gets its articles from the filesystem and sends them over IP-multicast. A multicast receiver(mcrcv):This one receives articles that have beensent over IP-multicast and feeds them to a nntp server.The next figure will show how this might look in practical use.How to use it One sender host has one or more sender processes running that distributenews. In addition, a directory server is running which tells thesenders what multicast groups to use and which then distributes thislist to a special multicast group. Receivers listen to that group andif they want, they select an appropriate multicast group to receivearticles from it. These articles are then fed to a nntp server (whichneed not be on the same host as the multicast receiver). If thenntp server is not available, articles can be spooled to disk and fedto the server (by an external program such as rnews) when it is available again.FeaturesArticles can be compressed by using zlib to reduce bandwidth usefurther. It has been shown that the packets that are sent to the netare about 60% of the size of the original articles. In order to prevent injection of forged articles withoutleaving traces, articles are digitally signed before transport.At the moment only articles that are smaller than 64kBytes in size canbe transmitted via mcntp, as UDP packets can not contain more data.For practical use it is better to reduce the maximum size to about 20kBytes as many systems can not reserve such large socket buffers orhave problems due to bad implementations with packets larger than32kBytes. At first this sounds not good, but research hasshown that over 90%of all articles are less than 32kBytes in size. Tests that have been done in cooperation with Loral CyberStar (formerly Orion Network Systems)have shown that mcntp can also be used todistribute NetNews over Satellite. Here are some of the results and config hints.Sourceforge project pageThere is a Project pageat . Everyone is invited in participating.This can be done in various forms:Providing patchesSending bug reportsWorking as a SF developer on one of the open sub projectsPorting to other operating systemsMore?Browse through the mcntp CVS repositoryThere exist two mailing lists aboutmcntp.Mcntp runs already on these listed platforms.Some further reading including mythesis as HTML version and manual pages.Here is a little How To to show the stepsthat are needed to send and/or receive News with mcntp.Look at this page for information about the usedRSA libraries.At 40. IETF meeting in Washington a BOF took place to find out weather a IETF working group shouldbe founded to standardize a Multicast NetNews Protocol (mnnp).Where to get it?Please look at thedownload pageofthe mcntp projectpages on SourceForgeMcntp is hosted on Homepage of Heiko W. Rupp (pilhuhn)$Id: index.html,v 1.36 2002/05/03 10:53:34 pilhuhn Exp $ |
|
| |
Freely | available | implementation | of | Usenet | news | via | multicast. |
|
http://mcntp.sourceforge.net/
mcntp 2008 September
dvd rental
dvd
Freely available implementation of Usenet news via multicast.
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
- Wills - Cell Phones - Remortgage - Credit Card - Unsecured Loans
|