02-17-2010, 04:59 AM
|
#74 |
Join Date: Mar 2007 Location: In Da House Thanks: 129
Thanked 1,038 Times in 694 Posts
| Re: Zenfire and DTN Feed Different? Quote:
Originally Posted by paolfili »
What about syn-flood like,Initial Sequence Number attack like ,etc in a your custom IP protocol?
Moreover the hardware (router/bridge) and software(kernel driver) are nowadays very tight to standardized protocols.
(Why reinventing the wheel?) | SYN is a TCP session parameter. If you are not using TCP you will be immune to a SYN Flood (as you are not using TCP you will not reply to SYN requests). By not using TCP you will be immune to attacks that rely on TCP protocols.
To route you need IP and that's it. Nowadays of course routers do all sorts of higher level 'stateful' stuff and look deep into packets to do higher level 'clever' things. (Like traffic shaping and prioritisation for example). None of that information is needed to route.
Why re-invent the wheel? I am certainly not advocating that, it would not make sense for a lot of people. However if you do not require all the bells and whistles provided by TCP (a generic protocol after all) but do require some simple transport control and session management then it might make sense.
Still this goes way beyond the discussion here. |
| |