why is byte stuffing preferred to use with PPP

i read both can be used bit and byte, but book question is the above, i cant think of any reason

can you?

link|improve this question

feedback

1 Answer

up vote 0 down vote accepted

copied from some text book

PPP was clearly designed to be implemented in software, not in hardware as
HDLC nearly always is. With a software implementation, working entirely
with bytes is much simpler than working with individual bits. In addition,
PPP was designed to be used with modems, and modems accept and transmit
data in units of 1 byte, not 1 bit.
link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.