3.
The fields in a PPP header are as follows (source: Point toPoint Protocol Structure) (Alternate source: TCPI Guide.com)
Using the correct data types (this is essential to theassignment), design a data structure in C++ language that wouldrepresent this frame. Please use 10 bytes for the information and 5bytes for the padding.
Name
Number of bytes
Description
Flag
1
0x7E, the beginning of a PPP frame
Address
1
0xFF, standard broadcast address
Control
1
0x03, unnumbered data
Protocol
2
PPP ID of embedded data
Information
variable (0 or more)
datagram
Padding
variable (0 or more)
optional padding
Frame Check Sequence
2
frame checksum
Flag
1
0x7E, omitted for successive PPP packets
Expert Answer
An answer will be send to you shortly. . . . .