Markus Stumpf wrote:
On Sun, Dec 21, 2003 at 10:54:55AM -0500, Alan DeKok wrote:
...
Nonsense. Have you ever done any work with networks, or protocols?You're always so easy with your "nonsense". And it's always easy for you to try to discredit others by asking them "are you on crack or what?". Maybe you should simply think before writing all those bullshit. You just can't stand it if others have a different opinion that doesn't match your - of course - unfailing point of (limited) view.
Lets cool it a bit.
...When e.g. the ethernet stack gets a frame it doesn't care what the contents is. The ethernet stack takes the packet, drops the envelope and hands it off to the next stack. This looks at the content and dispatches it e.g. to the IP stack handler. This drops the IP envelope and hands it off to the next handler which decides whether to e.g. dispatch it to TCP/UDP/ICMP. It is an explicit design goal of protocol stacks that the higher level protocol doesn't have to know anything about the lower level protocols to peer communicate with its partner and the lower level protocol doesn't have to know anything about the contents/data/encoding of the higher level protocol to transport it.