MikroTik Certified Internet Protocol v6 Engineer (MTCIPv6E)
1 Introduction to IPv6
1-1 History and Evolution of IPv6
1-2 IPv6 Addressing
1-3 IPv6 Header Structure
1-4 IPv6 Address Types
1-5 IPv6 Address Representation
2 IPv6 Addressing and Subnetting
2-1 IPv6 Addressing Architecture
2-2 IPv6 Subnetting
2-3 IPv6 Prefix Lengths
2-4 IPv6 Address Allocation
2-5 IPv6 Address Autoconfiguration
3 IPv6 Routing
3-1 IPv6 Routing Protocols
3-2 IPv6 Routing Tables
3-3 IPv6 Static Routing
3-4 IPv6 Dynamic Routing
3-5 IPv6 Routing Policies
4 IPv6 Transition Mechanisms
4-1 Dual Stack
4-2 Tunneling
4-3 NAT64 and DNS64
4-4 6to4 and 6in4 Tunneling
4-5 ISATAP
5 IPv6 Security
5-1 IPv6 Security Challenges
5-2 IPv6 Security Features
5-3 IPv6 Firewall Configuration
5-4 IPv6 Access Control Lists (ACLs)
5-5 IPv6 Security Best Practices
6 IPv6 Quality of Service (QoS)
6-1 IPv6 QoS Overview
6-2 IPv6 QoS Mechanisms
6-3 IPv6 Traffic Shaping
6-4 IPv6 Policing
6-5 IPv6 QoS Configuration
7 IPv6 Network Management
7-1 IPv6 Network Monitoring
7-2 IPv6 Network Troubleshooting
7-3 IPv6 Network Performance Optimization
7-4 IPv6 Network Documentation
7-5 IPv6 Network Automation
8 IPv6 in MikroTik Routers
8-1 MikroTik RouterOS IPv6 Overview
8-2 IPv6 Configuration on MikroTik Routers
8-3 IPv6 Routing on MikroTik Routers
8-4 IPv6 Security on MikroTik Routers
8-5 IPv6 QoS on MikroTik Routers
8-6 IPv6 Network Management on MikroTik Routers
9 IPv6 Case Studies
9-1 IPv6 Deployment in Enterprise Networks
9-2 IPv6 Deployment in Service Provider Networks
9-3 IPv6 Deployment in Mobile Networks
9-4 IPv6 Deployment in IoT Networks
9-5 IPv6 Deployment in Cloud Networks
10 IPv6 Certification Exam Preparation
10-1 Exam Objectives
10-2 Exam Format
10-3 Exam Preparation Tips
10-4 Practice Questions
10-5 Certification Exam Registration
6-1 IPv6 QoS Overview Explained

6-1 IPv6 QoS Overview Explained

Key Concepts

IPv6 QoS (Quality of Service) Overview involves several key concepts:

1. Classification

Classification is the process of identifying and categorizing network traffic based on various criteria such as source and destination addresses, protocols, and ports. This helps in prioritizing different types of traffic.

Example: In a corporate network, VoIP traffic might be classified as high-priority, while file transfers are classified as low-priority. This ensures that critical communication is not disrupted by less important traffic.

2. Marking

Marking involves tagging packets with specific values that indicate their priority level. This tagging is done using Differentiated Services Code Point (DSCP) or Explicit Congestion Notification (ECN) bits in the IPv6 header.

Example: A VoIP packet might be marked with a DSCP value of 46 (EF - Expedited Forwarding), indicating that it should be given the highest priority in the network.

3. Queuing

Queuing is the process of managing the order in which packets are transmitted. Different queuing algorithms, such as Weighted Fair Queuing (WFQ) or Priority Queuing, are used to ensure that high-priority traffic is transmitted first.

Example: In a network with both video streaming and web browsing traffic, WFQ ensures that both types of traffic get a fair share of the bandwidth, while still prioritizing video streaming during congestion.

4. Policing and Shaping

Policing and shaping are techniques used to control the rate of traffic. Policing drops or marks packets that exceed a specified rate, while shaping delays packets to ensure they conform to the specified rate.

Example: A network might use policing to drop excess P2P traffic that exceeds a certain rate, while shaping ensures that critical business applications do not exceed their allocated bandwidth.

5. Congestion Management

Congestion management involves techniques to handle network congestion, such as Random Early Detection (RED) or Weighted RED (WRED). These techniques help in preventing congestion by dropping packets before the network becomes overloaded.

Example: WRED might be used to drop less important traffic (marked with lower DSCP values) before more important traffic, ensuring that critical applications remain unaffected during congestion.

Understanding these concepts is crucial for implementing effective IPv6 QoS. By mastering classification, marking, queuing, policing and shaping, and congestion management, you can ensure that your network provides the best possible service to critical applications and users.