On 2008-07-16, Klunk <(E-Mail Removed)> wrote:
> On Mon, 14 Jul 2008 20:20:31 +0100, Andy Furniss passed an empty day by
> writing:
>
>> The Natural Philosopher wrote:
>>> All the documentation I can find suggests that UK default framing is
>>> PPPoa VC but I discovered my router was set to PPPoA LLC and always has
>>> been.
>>>
>>> It shows no diffrence which ever way I set it? ISP is clara, so a
>>> generic BT DSLAM is what I am talking to..
>>
>> BT support both - the difference is 8 bytes more overhead IIRC - which
>> is going to be hidden to some extent by the padding to make up to whole
>> cells.
>
> Can I ask what a 'cell' is Andy? It's not a phrase I'm familiar with -
> well not since my drunken fighting nights as a teenager, that is.
With ATM framing, which ADSL uses, all data is sent in fixed-size 48 byte
chunks with a 5 byte header; the 53 byte thing is called a "cell".
When a variable-length IP packet is sent it gets carved into 48 byte
segments, with the last segment padded out with a packet length
and frame CRC added. A couple of bits in the cell header are
used to indicate the first, last, and not-first-or-last, cell
in a packet.
The difference between VC and LLC encapsulation is bigger
than the 8 byte difference would suggest, actually. With VC
multiplexing I think a 40 byte packet will fit in a single cell
while with LLC it requires two cells. As about 40% of the packets
will be 40 byte packets, this actually makes a significant (though
still not huge) difference. The thing is, though, what is set at
your end won't change what the other end is sending so changing the
setting at your router won't change anything in the direction you
probably care most about (i.e. download).
Dennis Ferguson
|