1 / 28

Introduction to PPP

Introduction to PPP . Sharon Katz. Early 80`s: PC users begin to communicate through file transfer protocols: X-Modem Y-Modem Z-Modem. Asymetric protocols. History. Dial-up file transfer protocol. Dial-up networking. In the unix world TCP/IP vs. file transfer protocols

petra
Télécharger la présentation

Introduction to PPP

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Introduction to PPP Sharon Katz

  2. Early 80`s: PC users begin to communicate through file transfer protocols: • X-Modem • Y-Modem • Z-Modem Asymetric protocols History • Dial-up file transfer protocol • Dial-up networking • In the unix world TCP/IP vs. file transfer protocols • Telecommunication technologies: • Local networks: 3MB and 10MB ethernets. • Distance communication: Leased lines Primitive dial-up modems

  3. History • Using dial-up modems for packet-oriented-networking (I.e connecting to the internet) requires a data-link layer protocol • widely-spread protocols: • SLIP • PPP

  4. SLIP - Serial Line Internet Protocol • Defined in the early 80`s • Purpose extending TCP/IP networking with dial-up serial connection • Users unix users at the beginning and PC users later • Advantages • Very simple protocol • Easy implementation

  5. SLIP - Serial Line Internet Protocol • Disadvantages • Does not support error detction and correction • Supports only IP (and not IPX/SPX etc`) • Requires advance knowledge of the peer`s IP address • Is not approved internet standard • Does not provide any form of authentication

  6. PPP – design principles • Support multiple network protocols • Link configuration • Error detection • Establishing network addresses • Authentication • Extensibility

  7. PPP – a layered protocol • PPP relies on another DLP –HDLC– to perform some basic operations • After the initial handshake, PPP executes its own handshake • PPP itself consists of two protocols: • LCP– Link Control Protocol • NCP– Network Control Protocol

  8. HDLC • Definition • High-level Data Link Control, Bit-oriented link protocol published by ISO • foundation for other protocols (examples ) • Operations • 1ststage – frame formation • 2nd stage – medium-dependant frame transmission

  9. address control information check HDLC frame HDLC – frame format • 3 variable-length fields • Address – intended for multidrop links • Control –specifies the type of message transmitted • Information –content transferred by the top level application • 1 fixed-length field • Check

  10. PPP state machine • Establishing PPP communication requires transitioning a connection through several states • Some of these operations are done by LCP and some by NCP

  11. PPP state machine fail Dead Establish up opened down fail terminate Authenticate Success / None closing Network

  12. PPP frame PPP – frame format • Protocol type of information in data/padding field (I.e: IP, IPCP, LCP, CHAP etc`) • Data/Padding data for the upper layer protocols or PPP control packets flag addr control protocol data padding check

  13. LCP • Purposes • Link establishment • Link maintenance • Link termination • Optional operations • Link quality determination • Authentication

  14. LCP - packets • There are 3 classes of LCP packets: • Link configuration configure-request, configure-ack, configure-nak & configure-reject • Link termination terminate-request & terminate-ack • Link monitoring code-reject, protocol-reject, echo-request, echo-reply & discard-request

  15. PPP frame code ID length Data PPP frame LCP – packet format • Code –type of LCP packet (configure-ack etc`) • ID –request-response matching ID • Length –of the LCP packet • Data –the LCP packet

  16. LCP Options • MRU determination • Magic number selection • Authentication Protocol • Escaped characters map

  17. NCP • Purpose Configuring the network layer protocol. There exists a separate NCP for each network layer protocol • Negotiation process Same message formats, code numbers and state machines as LCP

  18. IPCP –IP Control Protocol • Purpose • TCP/IP matching NCP • Establishes, configures and terminates the TCP/IP network layer protocol • Options • IP-Compression protocol – I.e Van-Jacobson (VJ) compressed TCP/IP • IP address – allows dynamic IP configuration • DNS & NBNS address

  19. PPP frame 0x7E 0xFF 0x03 0x8021 data check (protocol) Code ID length IPCP data IPCP – packet format

  20. PPP – unsupported options • Flow control Any PPP frame sent that overflows the receiver's buffer are lost • Error correction PPP includes only Frame Check Sequence (CRC) • Re-sequencing PPP assumes all frames, sent and received, retain their original intended order

  21. Tunneling & PPP • Tunneling - definition The process of running one network protocol on top of another. Common use: VPN (Virtual Private Network) • Tunneling method Extending the link between the HDLC driver and the rest of PPP over a separate network • PPP tunneling protocols L2TP, L2F, PPTP & ethernet (PPPoE)

  22. Tunneling & PPP

  23. THE MIDDLE Next: PPP security

  24. End-user application Port and traffic management Forwarding and route discovery Data link operations (???) Media, clocking and synchronization Internet layered architechture

  25. Data link protocol Defintion manages node-to-node transfer of data between two directly connected machines. Operations • Error detection and correction (depends on the protocol) • Addressing (in LANs) • Frame-level synchronization between sender and receiver • Flow control • Maintaining awareness of link conditions

  26. HDLC`s family HDLC LAPM (v. 42) LAPB (x. 25) LAPD (ISDN) LLC (LANs) SDLC (SNA) LAPX (teletex) ESF (T1) MTP-2 (SS7) LAPDm (GSM) LAPF (frame-relay) PPP (many)

  27. PPP – a layered protocol PPP Data Link

  28. PPP – design principles • Support multiple network protocols Not limited to the internet and other TCP/IP networks, I.e: IPX/SPX and IPv6 • Link configuration Includes nagotiation mechanisms for establishing communication parameters betweens two PPP peers • Error detection Detects datagrams corruption upon reception and discards such corrupted data • Establishing network addresses Sets network addresses necessary for the datagrams routing • Authentication Supports authentication between peers before useful communication begins • Extansibility Yet, maintains backward compatibility

More Related