Point-to-Point Networks

From Computing and Software Wiki

Revision as of 03:04, 14 April 2008 by Stewadr (Talk)
Jump to: navigation, search

Introduction

Point-to-Point Networks are used around the world to provide fast, secure, and reliable communication.


Point-to-Point Protocol (PPP)

PPP is the protocol used for communication over a point-to-point link. It does this by transporting datagrams from a predetermined network protocol across the link. The connection passes through four stages starting with a link establishment stage where the two parties use LCP (link control protocol) datagrams to ensure a connection is up and running. After which they can enter the configuration stage to negotiate the parameters of the PPP frames that will be sent back and forth over the connection. Once the initial parameters are set the connection enters the monitoring stage, which regulary tests the connection to make sure it is running smoothly. A typical point-to-point connection is always on, but a user may choose to terminate the link at any time. This is done using LCP.

PPP Frame

The layout of a standard PPP frame:

|---|---|---|---|---|---| | i | ii|iii| iv| v | vi| |---|---|---|---|---|---|

i.Flag (1 byte) The flag byte is used to indicate the beginning or end of a frame.

ii. Address(1 byte) Because there is only one destination in a point-to-point network this byte is usually set to the value 11111111 known as the broadcast address. This value is ignored by PPP, however it may be assigned a value for clarity.

iii. Control

Personal tools