Point-to-Point Protocol and Data Link Layer Design
Classified in Computers
Written on in
English with a size of 2.25 KB
Point-to-Point Protocol (PPP)
PPP stands for Point-to-Point Protocol. It is the most commonly used protocol for point-to-point access. For instance, if a user wants to access the internet from home, the PPP protocol is typically employed.
As a Data Link Layer protocol residing in Layer 2 of the OSI model, it encapsulates Layer 3 protocols and all payload information for transmission across serial links. The PPP protocol functions on synchronous links like ISDN as well as asynchronous links like dial-up. It is primarily used for communication between two devices.
Physical Network Compatibility
PPP operates over various physical networks, including:
- Serial cables
- Phone lines
- Trunk lines
- Cellular telephones
- Fiber optic links (such as SONET)
Since the Data... Continue reading "Point-to-Point Protocol and Data Link Layer Design" »