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
4 Routing Explained

4 Routing Explained

Key Concepts

Static Routing

Static routing involves manually configuring routes on a router. Administrators specify the destination network and the next hop or exit interface for each route. Static routes are simple to configure and are suitable for small networks with stable topologies.

Example: Think of static routing as a fixed map with predefined routes. Just as you follow a specific path on a map, data packets follow a predetermined path on a network.

Dynamic Routing

Dynamic routing involves using routing protocols to automatically exchange routing information between routers. This allows routers to adapt to changes in the network topology, such as link failures or new network segments. Dynamic routing is suitable for large and complex networks.

Example: Consider dynamic routing as a GPS system that updates routes in real-time based on traffic conditions. Just as a GPS system adjusts your route to avoid traffic jams, dynamic routing adjusts data paths to avoid network congestion.

Routing Protocols

Routing protocols are algorithms used by routers to exchange routing information and determine the best path for data packets. Common routing protocols include OSPF (Open Shortest Path First), RIP (Routing Information Protocol), and BGP (Border Gateway Protocol). Each protocol has its own method for calculating the best path.

Example: Think of routing protocols as different navigation apps that use various algorithms to find the fastest route. Just as each navigation app has its own way of calculating routes, each routing protocol has its own method for determining the best path for data packets.

Routing Tables

Routing tables are databases stored on routers that contain information about the network topology and the best paths to reach each destination network. Routing tables are updated by both static and dynamic routing processes. They are essential for directing data packets to their correct destinations.

Example: Consider a routing table as a directory that lists all the possible destinations and the best way to reach each one. Just as a directory helps you find the right office in a building, a routing table helps data packets find the correct network.