Free CCNA | QoS (Part 1) | Day 46 | CCNA 200-301 Complete Course
Introduction to QoS, PoE, and Voice VLANs
Overview of Topics
- The video introduces a free CCNA course by Jeremyâs IT Lab, encouraging viewers to subscribe and engage with the content.
- Key topics include Quality of Service (QoS), Power over Ethernet (PoE), and voice VLANs, particularly in relation to Voice over IP (VoIP).
- QoS is essential for prioritizing network traffic to reduce delay and packet loss, especially for VoIP applications.
Understanding IP Phones
- Traditional phones use PSTN while IP phones utilize VoIP technologies for calls over IP networks.
- Cisco IP phones are highlighted as widely used in enterprises; they connect similarly to other devices but have unique internal configurations.
Internal Switch Configuration of IP Phones
- Each Cisco IP phone contains an internal 3-port switch: one uplink port for the external switch, one downlink for a PC, and one internal port for the phone itself.
- This design allows both the PC and the phone to share a single switch port, optimizing resource usage.
Traffic Management with VLANs
Separation of Voice and Data Traffic
- It is recommended to separate voice traffic from data traffic using different VLAN configurations.
- A 'voice VLAN' can be configured so that traffic from PCs remains untagged while traffic from IP phones is tagged with a specific VLAN ID.
Switchport Configuration Example
- Configuring a switchport involves setting it as an access port assigned to access VLAN 10 with an additional command
SWITCHPORT VOICE VLAN 11.
- Despite carrying multiple VLAN traffic, this configuration does not convert the port into a trunk; it remains classified as an access port.
Verification Commands
Understanding Power over Ethernet (PoE)
VLAN Configuration for IP Phones and PCs
- The network configuration uses three switchports instead of six, with
SWITCHPORT ACCESS VLAN 10for PCs andSWITCHPORT VOICE VLAN 11for IP phones, optimizing port usage.
Introduction to Power over Ethernet (PoE)
- PoE allows electrical power to be delivered through an Ethernet cable, eliminating the need for separate power outlets for devices like IP phones.
How PoE Works
- Power Sourcing Equipment (PSE), typically a switch, provides DC power to Powered Devices (PDs) such as IP phones using the same Ethernet cable that transmits data.
- The PSE converts AC power from a wall outlet into DC power before supplying it to PDs. This dual functionality simplifies wiring by using one cable for both data and power.
Power Management in PoE
- PoE includes mechanisms to determine if a connected device requires power and how much, ensuring devices are not harmed by excessive current.
- A process called "power policing" is implemented to prevent PDs from drawing too much power. If a device exceeds its limit, the PSE can disable the port or log the event based on configuration settings.
Commands for Power Policing
- Basic commands like
POWER INLINE POLICEconfigure default settings for monitoring and managing power consumption on interfaces.
- Alternative command
POWER INLINE POLICE ACTION LOGallows interfaces to restart without being disabled when a PD draws excess power, enabling renegotiation of its requirements.
Standards of PoE
- Originally known as Cisco Inline Power (ILP), PoE has evolved into standardized protocols including 802.3af (PoE), 802.3at (PoE+), and newer standards like 802.3bt which supports higher wattages up to 100 watts.
- Understanding these standards is essential; however, memorization isn't necessary for CCNA certificationâgrasping core concepts is more critical.
Conclusion on PoE Relevance
Understanding QoS in Modern Networks
The Importance of QoS for Voice Data
- Quality of Service (QoS) is crucial for prioritizing voice data from IP phones to ensure high audio quality.
- Historically, voice and data traffic operated on separate networks: voice used the PSTN while data utilized IP networks, eliminating competition for bandwidth.
- With converged networks today, various types of traffic share the same IP network, necessitating QoS to manage bandwidth effectively.
- Converged networks allow cost savings and advanced features but can lead to congestion affecting sensitive voice and video traffic.
Key Characteristics Managed by QoS
- QoS manages four main characteristics: bandwidth, delay, jitter, and loss.
Bandwidth
- Bandwidth refers to link capacity measured in bits per second; QoS tools can reserve specific percentages for different traffic types.
Delay
- Delay is measured as one-way (from source to destination) or two-way (round trip), impacting real-time communications like phone calls.
Jitter
- Jitter indicates variation in packet arrival times; excessive jitter can degrade audio quality. IP phones use a jitter buffer to mitigate this issue.
Loss
- Packet loss occurs when sent packets do not reach their destination due to issues like faulty cables or network congestion.
Standards for Interactive Audio Quality
- Recommended standards include one-way delay under 150 milliseconds, jitter under 30 milliseconds, and packet loss at 1% or less for acceptable audio quality.
Understanding Queuing in Network Devices
- When devices receive messages faster than they can process them, packets are queued. By default, this follows a First In First Out (FIFO) method without prioritization.
Tail Drop Consequences
- If queues fill up due to continuous incoming packets exceeding processing speed, new packets are droppedâa phenomenon known as tail drop.
TCP Global Synchronization Issue
Network Congestion and Quality of Service
Understanding Network Congestion
- Network congestion occurs when all hosts slow down their transmission rates, leading to underutilization. This is followed by a simultaneous increase in transmission rates, causing congestion again.
- A global decrease in TCP window size results from network congestion, where all hosts reduce their transmission rate, further contributing to underutilization.
- The cycle of overutilization and underutilization repeats continuously, creating waves of traffic issues.
Solutions to Network Congestion
- Random Early Detection (RED) is introduced as a solution to prevent tail drop and global TCP synchronization by randomly dropping packets from select TCP flows before the queue reaches full capacity.
- Unlike standard RED that treats all traffic equally, Weighted Random Early Detection (WRED) allows prioritizing which packets are dropped based on traffic class.
Introduction to Quality of Service (QoS)
- The video introduces IP phones and voice VLANs, explaining how an IP phone connects through a switch with a PC while tagging its traffic using the voice VLAN.
- Power over Ethernet (PoE) enables devices like IP phones and cameras to receive power via the same Ethernet cable used for data transmission.
- QoS is discussed as a method for prioritizing delay-sensitive traffic such as video and voice; foundational concepts like delay, jitter, and loss are defined.
Quiz Review Highlights
- In the quiz section, itâs noted that voice traffic should be tagged in VLAN 99 while data traffic remains untagged due to default settings on G0/0 interface.
- If a connected device draws too much power from a PoE-enabled switch port, the interface will go into an err-disabled state requiring specific commands to re-enable it.
Standards for Audio Quality
- Recommended standards for interactive audio quality include:
- Delay of 150 milliseconds or less
- Jitter of 30 milliseconds or less
- Loss of 1% or less
These metrics are crucial for maintaining acceptable audio experience levels.
Negative Effects of Tail Drop
Understanding RED and WRED Packet Dropping Methods
Overview of Packet Dropping Techniques
- The speaker clarifies that RED (Random Early Detection) and WRED (Weighted Random Early Detection) are not methods for forwarding queued packets but rather techniques for dropping them.
- This distinction is crucial for understanding how network congestion management works, emphasizing the proactive approach to packet loss.
Additional Learning Resources
- The speaker mentions supplementary materials available in the next video, including a flashcard deck compatible with 'Anki' software.
- A packet tracer practice lab will also be provided, allowing viewers to engage in hands-on practice related to the content discussed.
Acknowledgment of Channel Supporters
Gratitude Towards JCNP-Level Members
- The speaker expresses gratitude towards JCNP-level channel members, listing numerous supporters by name as a token of appreciation.
- Viewers are encouraged to join the membership program by clicking the âJoinâ button under the video, highlighting community engagement and support.
Closing Remarks