473,395 Members | 1,730 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,395 software developers and data experts.

Rewrite TCP/IP From Scratch

Before I begin, I must emphasize the word "Scratch".

Normally when I make this proposal, I have to go through 7 or 8
iterations until my victim finally realizes that when I say "scratch",
I do mean "scratch." So perhaps the title of this post should be
"Design A New Networking Protocol From Scratch With Near-Zero Regard
For TCP/IP." No attempt shall be made to synthesize the engine via
incremental modification of existing protocols (as was done with
IPv6). We will necessarily make a clean break from all things TCP,
UDP, IP, DCE, CORBA, DCOM, .NET, RPC, SSL, sockets, ARP, RARP, SNMP,
CIDR, NAT, EGP, RIP, DNS, etc. If any legacy elements are recognized
in the new protocol, it shall be those that are fundamentally
persistent, like the end-to-end model and retransmission as a
mechanism to overcome errors.

I would like to propose that a group of us band to together to find a
virtuous framework to the problem that can be broadly defined as
"Distributed Communication". This proposal is relevant to C++ because
its reference implementation will be in C++.

Specifically, I propose that we create a new full-featured networking
engine that facilitates distributed communication between machines on
a global network. This engine will provide mechanisms for naming,
numbering, addressing, security, mobility, multicasting, and highly
elegant interprocess communication. A library shall be created to
allow third-party developers to write applications against the new
DCE.

After this new engine has been created, we will choose, from among
several "killer" applications, one that demonstrates both the
potential and necessity of the new distributed communications engine,
and implement a prototype of that application against the new engine.

All software shall be written in C++ and made strictly portable
(greater than 95% inter-OS compilability with no allowance for
#ifdef's).

If I did not feel that I had the technical insight to guide such a
project to success, I would not have made the proposal.

This has been a dream of mine for quite a while. If I lost both my
hands, I would continue to type with my teeth to see that it was done.
I am firmly comitted.

I hope to appeal to the insight, creativity, ambition, perceptivity,
and intelligence in all of you, as it would be much more enjoyable to
not do it alone.

I know some of the best C++ programmers in the world lurk in this
group. It is to you I make this appeal. If you have an opinion one
way or another, I would like to hear it, here, or via email.

Best Regards,

-J. C. Jones-
Research Scientist
Jul 22 '05 #1
8 5637
On 13 Jul 2004 15:15:57 -0700, un*****************@yahoo.com (Le Chaud
Lapin) wrote in comp.lang.c++:
Before I begin, I must emphasize the word "Scratch".

Normally when I make this proposal, I have to go through 7 or 8
iterations until my victim finally realizes that when I say "scratch",
I do mean "scratch." So perhaps the title of this post should be
"Design A New Networking Protocol From Scratch With Near-Zero Regard
For TCP/IP."


[snip]

What does any of this have to do with the C++ language? What
personality flaw caused you to post this here, where it is 100%
off-topic?

--
Jack Klein
Home: http://JK-Technology.Com
FAQs for
comp.lang.c http://www.eskimo.com/~scs/C-faq/top.html
comp.lang.c++ http://www.parashift.com/c++-faq-lite/
alt.comp.lang.learn.c-c++
http://www.contrib.andrew.cmu.edu/~a...FAQ-acllc.html
Jul 22 '05 #2
un*****************@yahoo.com (Le Chaud Lapin) wrote in message news:<fc**************************@posting.google. com>...

[snip - no TCP]
Specifically, I propose that we create a new full-featured networking
engine that facilitates distributed communication between machines on
a global network. This engine will provide mechanisms for naming,
numbering, addressing, security, mobility, multicasting, and highly
elegant interprocess communication. A library shall be created to
allow third-party developers to write applications against the new
DCE.


Fortunately for us, this task is already accomplished. It's called 9p2000.

/david
Jul 22 '05 #3
David Rubin wrote:
Le Chaud Lapin wrote:

[snip - no TCP]
Specifically, I propose that we create a new full-featured networking
engine that facilitates distributed communication between machines on
a global network. This engine will provide mechanisms for naming,
numbering, addressing, security, mobility, multicasting, and highly
elegant interprocess communication. A library shall be created to
allow third-party developers to write applications against the new
DCE.


Fortunately for us, this task is already accomplished. It's called 9p2000.


Please tell us it's Spam- and virus-proof.

--
Phlip
http://industrialxp.org/community/bi...UserInterfaces
Jul 22 '05 #4
Jack Klein wrote:
Jack Klein
Home: http://JK-Technology.Com


Nice site, however it would be better if you fixed these two to be ISO C++:
http://jk-technology.com/c/code/comments.html

http://jk-technology.com/c/code/cpptohtml.html


Regards,

Ioannis Vranos

http://www23.brinkster.com/noicys
Jul 22 '05 #5
"Phlip" <ph*******@yahoo.com> wrote in message
news:vA*************@newssvr19.news.prodigy.com...
David Rubin wrote:
Le Chaud Lapin wrote:

[snip - no TCP]
Specifically, I propose that we create a new full-featured networking
engine that facilitates distributed communication between machines on
a global network. This engine will provide mechanisms for naming,
numbering, addressing, security, mobility, multicasting, and highly
elegant interprocess communication. A library shall be created to
allow third-party developers to write applications against the new
DCE.
Fortunately for us, this task is already accomplished. It's called

9p2000.
Please tell us it's Spam- and virus-proof.


Just like in the long run, nothing is proof to cockroaches, nothing is proof
to spam and viruses. To make a system that would be would require the
elimination of some of the features most necessary in an internet protocol.
For instance, the independent creation of accounts for e-mail or news would
have to die to eliminate spam, because the only way to hold people
accountable for what they write is to centralize account naming and cause it
to require verifiable data about who a potential account holder is. To
eliminate viruses, one would have to eliminate a person's ability to send
any kind of binary. Actually, the only way to truly and permanently protect
against viruses is to remove all input devices from your computer.
Jul 22 '05 #6
Jack Klein <ja*******@spamcop.net> wrote in message news:<ad********************************@4ax.com>. ..
On 13 Jul 2004 15:15:57 -0700, un*****************@yahoo.com (Le Chaud
What does any of this have to do with the C++ language? What
personality flaw caused you to post this here, where it is 100%
off-topic?


Gee Jack, I do not know. Maybe you could fly your personal
psychiatrist over to France and let me borrow him/her long enough so
that I might provide a suitable answer to your (second) question.

In the meantime, I think I will post at will, as I feel that this has
some interest to C++ programmers, given that most of are beginning to
get into distributed development if we have not already.

-Chaud Lapin-
Jul 22 '05 #7
Le Chaud Lapin wrote:
Gee Jack, I do not know. Maybe you could fly your personal
psychiatrist over to France and let me borrow him/her long enough so
that I might provide a suitable answer to your (second) question.

In the meantime, I think I will post at will, as I feel that this has
some interest to C++ programmers, given that most of are beginning to
get into distributed development if we have not already.
Folks interested in network protocols can easily find their newsgroups.
Newsgroups work best when people qualified to answer on a given group don't
find too many irrelevant questions to waste their time.

However, I won't read your posts here or there. >Plonk<
-Chaud Lapin-


Cool handle, though!

--
Phlip
http://industrialxp.org/community/bi...UserInterfaces
Jul 22 '05 #8
"Phlip" <ph*******@yahoo.com> wrote in message news:<Fi****************@newssvr33.news.prodigy.co m>...
Le Chaud Lapin wrote:
Gee Jack, I do not know. Maybe you could fly your personal
psychiatrist over to France and let me borrow him/her long enough so
that I might provide a suitable answer to your (second) question.

In the meantime, I think I will post at will, as I feel that this has
some interest to C++ programmers, given that most of are beginning to
get into distributed development if we have not already.
Folks interested in network protocols can easily find their newsgroups.
Newsgroups work best when people qualified to answer on a given group don't
find too many irrelevant questions to waste their time.

However, I won't read your posts here or there. >Plonk<


Looking at some of the posts you have made, I think I will reciprocate.
whatever word u find appropriate<


-Chaud Lapin-
Jul 22 '05 #9

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
by: Link | last post by:
Hello!I am new to Python and I would like to rewrite the following code to python use to call by C program:// JPython code ======================================= import...
1
by: darrel | last post by:
We're using URL rewriting (Isapi Rewrite). Is there any way to grab the pre-rewritten URL or can you only grab the rewritten one? I'm assuming you can't (as that's sort of the point of URL...
2
by: VM | last post by:
I'm about to work on a 'buggy' WIndows C GUI application that was entirely made in C. All the user controls were all hard-coded and the code is pretty hard to understand. The application was made...
1
by: baroque Chou | last post by:
Thanks for the help available on msdn, I have succesful done the rewrite job. But there are 2 problems arise: 1.when I try to rewrite the url from say: www.yoursite.com/beverages.aspx to...
14
by: Stan Canepa | last post by:
This post is mostly for discussion. Why rewrite in .NET? Just a general discussion not related to any specific details. I was just looking to see what reasons developers are looking to, to help...
8
by: white lightning | last post by:
I've been thinking lately about whether to use opensource CMS such as Joomla or to build something from scratch. I am good with PHP/ MySQL but only little bit familiar with Joomla. I want to...
10
by: not_a_commie | last post by:
I've seen studies before showing that it is better to rewrite code when more than 25% (or whatever) of the code needs to be changed. I can't seem to locate any references for that at the moment. Do...
1
by: mazdotnet | last post by:
Hi all, I've installed the new Microsoft URL Rewrite Module for IIS 7.0 http://www.iis.net/downloads/default.aspx?tabid=34&i=1691&g=6 on both my laptop (Vista Home Premium) and my desktop...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.