|
|
|
Date Posted: 2005-01-31 06:57 |
|
There needs to be some kind of header between the client and the Router so that the router knows where to send the segment. It would be simplest to make client->router communication the same as router->router communication; i.e. use the same header. The only difference is that the MTU between a client and a router is theoretically unlimited (65521B in practice). If you had a segment of 500B, the client would send a "fragement" of 514B (500B data, 14B header) to the router.
|
|
|