netdev
[Top] [All Lists]

Network protocols as modules

To: "netdev@xxxxxxxxxxx" <netdev@xxxxxxxxxxx>
Subject: Network protocols as modules
From: Andy <andy@xxxxxx>
Date: Tue, 27 Jun 2000 10:48:53 -0400
Sender: owner-netdev@xxxxxxxxxxx
Hello!

After long brainstorm meating, we compiled a list of some good reasons
for
network protocols to be implemented as kernel modules:

Cleaner code
Better maintainability
Better extensibility
Modularity
Smaller initial kernel
Higher efficiency

Here are some scenarios:

PDA, linux powered watch, satelite,... does not need TCP/IP running all
the time. It could load module when needed. This would save working
space and power consumption by adding minimal latency to the initial
network request.

Linux powered diskless workstation has kernel in some small memmory, for
example bios and it runs bootp/tftp. They both run without TCP, why
would TCP eat the memmory. The kernel can get TCP module from the
network.

Problems of putting TCP on some other layer or sticking another layer
between TCP and
IP. If TCP would be independent from IP, then this would be trivial.

IPV6 support is complicated because TCP has its tenticles inside IP
implementation.

Please comment.

                                Andy

<Prev in Thread] Current Thread [Next in Thread>