What is .Point to Point protocol (PPP)
A bite oriented protocol broadly, used for high traffic, data transmissions. It functions at the datalink layer. It is designed to link devices so end points do not need to be the same vendor to work.
What does point to point protocol do on the data link layer
Transmit data between two devices on the same network
What four things are required to configure point to point protocol
Multi link connection
Compression
Authentic
And error detection
When configuring PPP for devices on the network, why do you need a multi Link connection?
Because it provides a method for spreading traffic across multiple distinct, PPP connections
When configuring PPP for devices on your network, what does compression do?
It increases throughput by reducing the amount of data in the frame 
When configuring PPP for devices on your network, when does authentication take place?
It occurs when connected devices exchange authentication messages, using either password, authentication protocol or challenge handshake authentication protocol
What is password authentication protocol PAP
It is a password authentication option that is too hard to obtain plane. Text from if passwords are compromised.
What is challenge handshake authentication protocol CHAP
It’s a three-way handshake authentication that periodically confirms the identity of the clients
When configuring PPP, what does error detection include?
It includes frame check sequence FCS and looped link detection
When configuring PPP, what does frame check sequence FCS do
It is a number included in the frame calculated over the address, control, protocol, information, and padding fields used to determine if there has been data loss during transmission
When configuring PPP and air detection what does looped link detection do
In PPP, it detects looped links using magic numbers. A magic number is generated randomly at the end of the connection. The device checks the magic number against its own if the line is looped the number will match the senders’s magic number and the frame is discarded.
What are two sub protocols for PPP
Network control protocol, NCP and link control pro protocol LCP
What is network control protocol NCP
It is a protocol used to negotiate optional configuration parameters, and facilities for the network layer. There is one for each higher layer of protocol used by the PPP.
What is link control protocol LCP
It is a protocol that initiates and terminate connections automatically for hosts. It automatically configures the interfaces at each end, like magic numbers, and selecting for optional authentication.
True or false data is sent using PPP in a frame
True
When data is being sent using PPP in a frame what is a frame referring to
A collection of data sent to a receiving point
Normally, how many parts of the frame does PPP have
Seven
What are the seven sections of a PPP frame?
Flag address, control protocol, data, and frame check sequence
On a PPP frame, what does a flag do
It is a single bite and lets the receiver know this is the beginning of the frame. Depending on the encapsulation there may or may not be one of these to start or end in a PP frame 
In a PPP frame, what does the address section do?
It is a single bite and it contains the broadcast address
In a PPP frame, what does the control section do?
It is a single bite required for various purposes, but also allows a connection list data link
In a PPP frame, what does the protocol section do?
It varies from one to three bites which identify the network protocol of the datagram
In a PPP frame, what does the data section contain?
It is where the information you need to transmit is stored and has a limit of 1500 bites per frame