Question: What is PPP protocol? Explain PPP packet format?
Answer: Point to Point protocol helps communication between 2 computers over a serial cable, phone line or other fiber optic lines. E.g. Connection between an Internet Service Provider and a host. PPP also provides authentication. PPP operates by sending Request packets and waiting for Acknowledge packets that accept, reject or try to change the request. The protocol is also used to negotiate on network address or compression options between the nodes.<br><br>Packet format:-<br><br>Flag field: 1 byte: - Indicates frames beginning or end<br>Address field: 1 byte: - Used for broadcast address (destination address)<br>Control field: 1 byte: - Used as a control byte<br>Protocol field: - 1 or 2 bytes: - Setting of protocol in information field (of datagram)<br>Information: - 0 or more bytes: - Datagram (whether it contains data or control information)<br>Padding: - 0 or more bytes: - optional padding<br>FCS: - 2 or more bytes: - error check sum
Question:
What is PPP protocol? Explain PPP packet format? Answer:
Point to Point protocol helps communication between 2 computers over a serial cable, phone line or other fiber optic lines. E.g. Connection between an Internet Service Provider and a host. PPP also provides authentication. PPP operates by sending Request packets and waiting for Acknowledge packets that accept, reject or try to change the request. The protocol is also used to negotiate on network address or compression options between the nodes.<br><br>Packet format:-<br><br>Flag field: 1 byte: - Indicates frames beginning or end<br>Address field: 1 byte: - Used for broadcast address (destination address)<br>Control field: 1 byte: - Used as a control byte<br>Protocol field: - 1 or 2 bytes: - Setting of protocol in information field (of datagram)<br>Information: - 0 or more bytes: - Datagram (whether it contains data or control information)<br>Padding: - 0 or more bytes: - optional padding<br>FCS: - 2 or more bytes: - error check sum Source: CoolInterview.com
If you have the better answer, then send it to us. We will display your answer after the approval.
Rules to Post Answers in CoolInterview.com:-
There should not be any Spelling Mistakes.
There should not be any Gramatical Errors.
Answers must not contain any bad words.
Answers should not be the repeat of same answer, already approved.