>According to my understanding, PPP protocol has a frame of size approx
>200 octets. But when we use PPP on modem, is the modem working in
>asynchronous mode ? (Sun's version is called "Async PPP" ! )
asynchronous mode.
Yes, you are using 10 bits to transmit each octet. One start bit,Quote:> If so, does
>it mean that each octet in the PPP frame is further encapsulated in
>those start/stop bits ?
8 data (octet) bits, and one stop bit.
Not with the Sun asppp. The reason that software package is calledQuote:> Can you use the synchronous mode of the modem
>such as HDLC when using PPP ?
"Async PPP" is because it only supports asynchronous operation of
the serial port. Sun's Solstice PPP software can support synchronous
operation of the serial port as well as asynchronous.
However, other factors will probably prevent you from using synchronous
mode, even if you use the Solstice PPP software. Your modem must support
synchronous operation (many inexpensive ones do not), and the site that
you're talking to must also support synchornous operation.
Also, since there is no standard defined (as far as I know) that will
let a modem perform data compression in synchronous mode, your throughput
would probably be limited to the highest speed that the modem-to-modem
rate that matches the modem-to-computer rate: 19200 bps. Because of
this, you can get far better performance by using asynchronous mode,
despite the extra framing bits on each octet.
Yes, you can, but what would be the use? If you have a network connectionQuote:>Can you use PPP on ethernet (is that considered a tunnelling ) ?
that supports TCP/IP directly, why add the extra overhead of PPP?
-Greg
--
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::