I am designing a piece of network hardware as a project and I have found details regarding the PPP frame format that state that the beginning and end of an entire PPP frame is marked by the flag "01111110". i have two questions:
a) Does this mean that the same byte sequence of "01111110" will not appear anywhere else in the packet, including in the data field ????
b) On Cisco's web site i have found details that say the second flag comes after the data field with a two byte FCS that comes after it, but I thought that the Final flag was the last byte of the PPP Frame.
Thanks in Advance for any help