386 articles

CCNA

Cisco Certified Network Associate certification resources

Irtual Circuit Path Connecting Two Sites Through Frame Relay Switches
CCNA

Frame Relay Virtual Circuits (VCs): PVCs, SVCs, and DLCIs Explained

We’ve already covered the fundamentals of Frame Relay as a WAN encapsulation protocol. This guide goes deeper into the mechanism that makes Frame Relay work: the virtual circuit. Frame Relay provides connection-oriented data link layer communication specifically through virtual circuits, and understanding exactly how those circuits get established, identified, and torn down is what separates...

Asad Ijaz 8 min read
Chap Three-Way Handshake Diagram Showing R1 Sending A Challenge To R2, R2 Responding With An Md5 Hash, And R1 Sending An Accept Message, With A Chap Vs Pap Comparison Pill Below
CCNA

How to Configure Challenge Handshake Authentication Protocol (CHAP)

Challenge Handshake Authentication Protocol is the standard PPP authentication method for securing point-to-point WAN links on Cisco routers. It authenticates the remote router without transmitting the password in plain text, protecting the link against replay attacks through a randomly generated challenge value that changes with each authentication attempt. This guide covers how it works, its...

Muhammad Khattak 10 min read
Diagram Showing Pap Two-Way Authentication Between Routers R1 And R2 Sending A Username And Password In Plain Text Over A Ppp Serial Link
CCNA

Password Authentication Protocol (PAP): How It Works, Configuration, and Why It’s Insecure

Point-to-Point Protocol (PPP) supports several optional features, and one of the most important is authentication. Authentication lets a router verify the identity of the device on the other end of a link before allowing traffic to pass. By default, PPP authentication is not enabled, but you can turn it on using one of two protocols:...

Mujtaba Khattak 6 min read
Cisco Router Cli Configuring Ppp Encapsulation On A Serial Interface
CCNA

PPP Configuration: A Complete Cisco IOS Guide

Remember that HDLC is the default encapsulation protocol on Cisco router serial interfaces. If PPP configuration isn’t explicitly applied, the default HDLC encapsulation remains in use. To set PPP as the encapsulation method on a serial interface, PPP must be configured directly on that interface. Consider a simple topology: two routers, Router1 and Router2, connected...

Muhammad Khattak 8 min read
Lcp Negotiating Configuration Options Between Two Routers
CCNA

LCP Options: PPP’s Configurable Link Parameters Explained

PPP supports several link options that can be configured optionally during link setup: authentication using PAP or CHAP, compression using either Stacker or Predictor, and Multilink, which combines two or more channels to increase available WAN bandwidth. To negotiate these options, LCP link-establishment frames carry option information in the Data field of the LCP frame....

Muhammad Khattak 8 min read
Two Routers Connected Via Serial Link With A Three-Stage Ppp Session Timeline Above Showing Link Establishment, Optional Authentication, Optional Link Quality, And Network Layer Configuration Phases, With Debug Output Showing Lcp And Ipcp State Is Open
CCNA

PPP Session: LCP Phases, Packet Structure, and Frame Types

When two devices are first turned on, there is no active link-layer connection between them. Once the physical connection is made, the devices can begin establishing a PPP (Point-to-Point Protocol) session. There are three phases to establishing a PPP session: Phase 1: Link establishment and configuration negotiation Before PPP exchanges any network layer datagrams, such...

Muhammad Khattak 9 min read
Ppp Frame Structure With Six Labeled Fields
CCNA

PPP Components: Layered Architecture and Frame Structure Explained

A layered architecture is a logical model that helps different parts of a communication system work together. PPP’s layered model maps reasonably well onto the OSI model: both share the same physical layer, though PPP distributes the work of its Link Control Protocol (LCP) and Network Control Protocol (NCP) differently than OSI’s strict layer boundaries....

Muhammad Khattak 8 min read
Diagram Of Multilink Ppp Bundling Multiple Physical Links Into One Logical Connection
CCNA

PPP Overview: The Point-to-Point Protocol Explained

PPP (Point-to-Point Protocol) is a WAN encapsulation protocol developed in the early 1990s as a successor to the older Serial Line Internet Protocol (SLIP). It’s an open standard, meaning the protocol can be used consistently across equipment from different vendors — a significant advantage over proprietary alternatives. PPP can run over a remarkably wide range...

Asad Ijaz 8 min read
Hdlc Frame Structure Diagram Showing Seven Fields In Sequence: Flag, Address, Control, Protocol (Chdlc Only), Data, Fcs, And Ending Flag, With Three Sub-Diagrams Showing The First-Bit Patterns Distinguishing I-Frame, S-Frame, And U-Frame Control Fields
CCNA

HDLC Encapsulation Protocol

HDLC is the default encapsulation protocol on point-to-point connections, dedicated links, and circuit-switched links when both ends of the link are Cisco devices. It is a synchronous Data Link layer bit-oriented protocol, originally developed from IBM’s Synchronous Data Link Control (SDLC), and later standardized by ISO as ISO/IEC 13239. HDLC provides both connection-oriented and connectionless...

Muhammad Khattak 9 min read
Data Frame Being Encapsulated For Transmission Over A Wan Link
CCNA

WAN Encapsulation Protocols: HDLC, PPP, Frame Relay, X.25, SLIP, and ATM

The network layer passes data down to the data link layer for transmission over the physical layer. The data link layer creates frames by adding the necessary checks and controls around that network layer data — a process called encapsulation. On a router’s serial interface, encapsulation must be explicitly configured to guarantee both ends of...

Muhammad Khattak 8 min read
1 9 10 11 12 13 39