MikroTik Certified Internetworking Engineer (MTCINE)
1 Introduction to Networking
1-1 Basic Networking Concepts
1-2 OSI Model
1-3 TCPIP Model
1-4 Network Devices
1-5 Network Topologies
2 MikroTik RouterOS Basics
2-1 Introduction to RouterOS
2-2 RouterOS Interface
2-3 Basic Configuration
2-4 User Management
2-5 System Logging
3 IP Addressing and Subnetting
3-1 IPv4 Addressing
3-2 Subnetting
3-3 IPv6 Addressing
3-4 IPv6 Subnetting
3-5 NAT and PAT
4 Routing
4-1 Static Routing
4-2 Dynamic Routing Protocols
4-3 OSPF
4-4 BGP
4-5 EIGRP
5 Wireless Networking
5-1 Wireless Basics
5-2 Wireless Security
5-3 Wireless Configuration
5-4 Wireless Bridging
5-5 Wireless Repeaters
6 VPN Technologies
6-1 VPN Basics
6-2 IPsec VPN
6-3 OpenVPN
6-4 L2TPPPTP
6-5 SSL VPN
7 Quality of Service (QoS)
7-1 QoS Basics
7-2 Traffic Shaping
7-3 Policing
7-4 Prioritization
7-5 Queue Types
8 Firewall and Security
8-1 Firewall Basics
8-2 Firewall Rules
8-3 NAT Rules
8-4 Filtering Rules
8-5 Hotspot and Captive Portal
9 Advanced Topics
9-1 VLANs
9-2 MPLS
9-3 High Availability
9-4 Load Balancing
9-5 Monitoring and Troubleshooting
3.3 IPv6 Addressing Explained

3.3 IPv6 Addressing Explained

Key Concepts in IPv6 Addressing

1. IPv6 Address Structure

IPv6 addresses are 128-bit numbers, significantly larger than the 32-bit IPv4 addresses. This expanded address space allows for more unique identifiers, which is crucial for the growing number of devices connected to the internet. An IPv6 address is typically represented as eight groups of four hexadecimal digits, separated by colons.

Example: The IPv6 address 2001:0db8:85a3:0000:0000:8a2e:0370:7334 is structured into eight groups of four hexadecimal digits.

2. Types of IPv6 Addresses

IPv6 addresses can be categorized into several types, each serving a specific purpose:

Example: A Global Unicast Address might look like 2001:0db8::1, while a Link-Local Address might be fe80::1.

3. IPv6 Address Notation

IPv6 addresses can be written in various notations to make them easier to read and manage. Common notations include:

Example: The address 2001:0db8:85a3:0000:0000:8a2e:0370:7334 can be compressed to 2001:db8:85a3::8a2e:370:7334.