Point-to-Point Connections Study Guide
Serial Point-to-Point Communications
Definition of Point-to-Point Connections: These connections are primarily used to link Local Area Networks (LANs) to service provider Wide Area Networks (WANs). They are also commonly referred to as serial connections or leased-line connections.
Methods of Data Transmission:
Serial Communications: A method where bits are transmitted sequentially over a single communication channel, one after the other.
Parallel Communications: A method where multiple bits are transmitted simultaneously over multiple wires or channels.
Characteristics of Point-to-Point Communication Links:
They are capable of connecting two geographically distant sites.
The service provider (carrier) dedicates specific resources for a line leased by the customer, known as a leased-line.
Generally, point-to-point links are more expensive than shared services due to the dedicated nature of the bandwidth.
Network Boundaries and Terminal Equipment
The Demarcation Point: This defines the interface where the customer network meets the network owned by another organization (the service provider). It marks the boundary where the service provider's responsibility ends and the customer's responsibility begins. It is the interface between the Customer Premises Equipment (CPE) and the service provider equipment.
Key Equipment Definitions:
CPE (Customer Premises Equipment): The equipment located at the subscriber's location.
DTE (Data Terminal Equipment): Commonly the CPE, typically a router. It can also be a terminal, computer, printer, or fax machine if they connect directly to the service provider network.
DCE (Data Communications Equipment): Commonly a modem or Channel Service Unit/Data Service Unit (). This device converts user data from the DTE into a form acceptable to the WAN service provider transmission link.
Signal Processing: The remote DCE receives the signal, decodes it back into a sequence of bits, and signals this sequence to the remote DTE.
Hardware and Connectivity:
Serial Cables: Used to connect router interfaces.
Smart Serial Connector: A specific type of connector used for serial WAN connections in lab environments.
Bandwidth: Refers to the data rates or the rate at which data is transferred over the communication link.
High-Level Data Link Control (HDLC) Encapsulation
WAN Encapsulation Protocols: Before data crosses a WAN link, it must be encapsulated into frames. A specific Layer encapsulation type must be configured on the interface.
HDLC Protocol Overview:
Standardization: It is a bit-oriented, synchronous data link layer protocol developed by the International Organization for Standardization ().
Transmission Type: Uses synchronous serial transmission to provide error-free communication between two points.
Framing structure: Defines a Layer structure that facilitates flow control and error control via acknowledgments.
Cisco HDLC ():
Standard ISO HDLC lacks multiprotocol support.
Cisco developed a proprietary extension () to allow multiple network layer protocols to operate over the same link.
Default Status: This is the default encapsulation method used by Cisco devices on synchronous serial lines.
Usage Rule: Use HDLC on leased lines between two Cisco devices. When connecting to a non-Cisco device, use synchronous .
Point-to-Point Protocol (PPP) Core Architecture
Introduction to : A non-proprietary protocol used for point-to-point links that offers more features than HDLC.
Three Main Components of :
HDLC-like Encapsulation: Used for encapsulating datagrams over the point-to-point links.
Extensible Link Control Protocol (): Responsible for establishing, configuring, and testing the data link connection.
Family of Network Control Protocols (): Used to establish and configure various network layer protocols. Supported protocols include , , AppleTalk, Novell IPX, and SNA Control Protocol.
Advantages of :
It is not proprietary and can be used between different vendors.
Link Quality Management: Features a monitoring system that tracks link quality. If errors exceed a certain threshold, automatically takes down the link.
Authentication: Supports both Password Authentication Protocol () and Challenge Handshake Authentication Protocol ().
PPP Protocol Layers and LCP/NCP Functions
Layered Architecture:
Physical Layer: Supports synchronous physical media (leased lines) and asynchronous physical media (dial-up modem lines).
Functions: Session setup, parameter negotiation, link termination, and link testing. It determines if a link is functioning properly or failing and handles packet size limits.
Functions: Handles the configuration for higher-layer protocols. For every unique network layer protocol used, requires a separate corresponding .
Configuration Options:
Authentication: Using or .
Compression: Using either Stacker or Predictor protocols to increase effective throughput.
Error Detection: Identifies fault conditions during transmission.
Callback: Used to enhance security by having the server call the client back.
Multilink: Provides load balancing and increased bandwidth by combining two or more physical channels into a single logical link.
Establishing a PPP Session Phases
Phase 1: Link Establishment: opens the connection and negotiates configuration options. This phase is complete when the receiving router sends a configuration-acknowledgment frame back to the initiator.
Phase 2: Link Quality Determination (Optional): tests the link to ensure the quality is sufficient to support network layer protocols.
Phase 3: Network Layer Protocol Negotiation: After link quality is confirmed, the specific separately configures and brings up the desired network layer protocols. These protocols can be taken down at any time.
PPP Authentication Protocols: PAP and CHAP
Password Authentication Protocol ():
Initiating: The source router (e.g., ) sends its username and password to the destination (e.g., ).
Completing: The destination router evaluates the credentials against its local database. If they match, the connection is accepted; otherwise, it is rejected.
Challenge Handshake Authentication Protocol ():
Initiating: The destination router () initiates a three-way handshake by sending a challenge message to the source router ().
Responding: responds with its username and a hash value calculated based on the password.
Completing: uses the username to look up the password in its local database, calculates its own hash value, and compares it to the hash sent by . If they match, the link is established.
Troubleshooting and Verification Commands
Interface Status: Use the command to verify if the interface and line protocol are in the "up/up" state and to check the encapsulation type (e.g., HDLC or ).
Hardware Role: Use the command to determine if the local interface is acting as a or .
Chapter Summary
Economic Considerations: Point-to-Point links are costlier than shared services but are essential for protocols requiring constant availability, such as Voice over IP ().[
Optical Standards: Synchronous Optical Networking () is an optical standard using Synchronous Time-Division Multiplexing () for efficient bandwidth utilization.
Responsibility Split: The demarcation point is the critical boundary between service provider and customer equipment ( vs. ).
Protocol Choice: Cisco HDLC is the default for Cisco-to-Cisco links. is the standard for interoperability with non-Cisco hardware, providing advanced features like link monitoring and authentication ().
Point-to-Point connections link Local Area Networks (LANs) to Wide Area Networks (WANs), also known as serial or leased-line connections.
Data Transmission Methods:
Serial Communications: Bits are sent sequentially over one channel.
Parallel Communications: Multiple bits are sent simultaneously over several channels.
Characteristics of Point-to-Point Communication:
Connects two remote sites.
Resources are dedicated by the service provider for leased lines.
More expensive than shared services due to dedicated bandwidth.
Demarcation Point: Defines the boundary where customer network meets service provider network, marking responsibilities.
CPE: Equipment at the customer's location.
DTE: Often a router or terminal.
DCE: Modems or CSU/DSUs that convert user data for WAN transmission.
WAN Encapsulation Protocols: Data must be encapsulated into frames before transmission across a WAN link.
HDLC: A synchronous data link layer protocol ensuring error-free communication with defined framing structures.
cHDLC: Cisco's proprietary version supporting multiple protocols over the same link.
PPP: Non-proprietary protocol offering features like link quality management and authentication.
LCP and NCP in PPP:
LCP handles session setup, configuration, and testing of connections.
NCP configures higher-layer protocol settings.
Establishing a PPP Session has 3 Phases:
Link Establishment with LCP configuration.
Optional Link Quality Determination.
Network Layer Protocol Negotiation.
Authentication Protocols:
PAP: Simple username/password authentication.
CHAP: Three-way handshake authentication method.
Troubleshooting Commands:
show interface serial 0/0to check interface status.show controllers serial 0/0/0to identify DCE/DTE roles.
Summary: Point-to-Point links are crucial for protocols needing availability, with Cisco HDLC and PPP being core protocols supporting various features and functions.
Point-to-Point connections link Local Area Networks (LANs) to Wide Area Networks (WANs), also known as serial or leased-line connections.
Data Transmission Methods:
Serial Communications: Bits are sent sequentially over one channel.
Parallel Communications: Multiple bits are sent simultaneously over several channels.
Characteristics of Point-to-Point Communication:
Connects two remote sites.
Resources are dedicated by the service provider for leased lines.
More expensive than shared services due to dedicated bandwidth.
Demarcation Point: Defines the boundary where customer network meets service provider network, marking responsibilities.
CPE: Equipment at the customer's location.
DTE: Often a router or terminal.
DCE: Modems or CSU/DSUs that convert user data for WAN transmission.
WAN Encapsulation Protocols: Data must be encapsulated into frames before transmission across a WAN link.
HDLC: A synchronous data link layer protocol ensuring error-free communication with defined framing structures.
cHDLC: Cisco's proprietary version supporting multiple protocols over the same link.
PPP: Non-proprietary protocol offering features like link quality management and authentication.
LCP and NCP in PPP:
LCP handles session setup, configuration, and testing of connections.
NCP configures higher-layer protocol settings.
Establishing a PPP Session has 3 Phases:
Link Establishment with LCP configuration.
Optional Link Quality Determination.
Network Layer Protocol Negotiation.
Authentication Protocols:
PAP: Simple username/password authentication.
CHAP: Three-way handshake authentication method.
Troubleshooting Commands:
show interface serial 0/0to check interface status.show controllers serial 0/0/0to identify DCE/DTE roles.
Summary: Point-to-Point links are crucial for protocols needing availability, with Cisco HDLC and PPP being core protocols supporting various features and functions.
Point-to-Point connections link Local Area Networks (LANs) to Wide Area Networks (WANs), also known as serial or leased-line connections. Data transmission can occur via serial communications (bits sent sequentially) or parallel communications (multiple bits sent simultaneously). Characteristics include connecting two remote sites with dedicated resources from the service provider, making them more expensive than shared services. The demarcation point defines where customer responsibilities end and service provider responsibilities begin, involving Customer Premises Equipment (CPE), Data Terminal Equipment (DTE), and Data Communications Equipment (DCE). WAN encapsulation involves framing data for transmission, with protocols like HDLC (error-free communication), cHDLC (supports multiple protocols for Cisco), and PPP (non-proprietary with features like link quality management and authentication). PPP uses Link Control Protocol (LCP) for session setup and Network Control Protocols (NCPs) for configuring higher-layer protocols. The PPP session establishment consists of link establishment, optional link quality determination, and network layer protocol negotiation. Authentication can be done using Password Authentication Protocol (PAP) or Challenge Handshake Authentication Protocol (CHAP). Troubleshooting commands like 'show interface serial 0/0' and 'show controllers serial 0/0/0' are essential for verifying interface status and identifying DCE/DTE roles. In summary, point-to-point links are vital for protocol availability, with core protocols like Cisco HDLC and PPP providing essential features and seamless interoperability between different network devices.