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
1.5 Network Topologies Explained

1.5 Network Topologies Explained

1. Bus Topology

Bus topology is a network configuration where all devices are connected to a single central cable, known as the bus or backbone. Data transmitted on the bus is received by all devices, but only the intended recipient processes it. This topology is simple and cost-effective but can suffer from performance issues due to signal degradation over long distances.

Example: Imagine a bus topology as a single highway where all cars (data packets) travel in one direction. Each car can only exit at its designated exit (device), and the highway can become congested if too many cars are on it.

2. Star Topology

Star topology is a network configuration where all devices are connected to a central hub or switch. Data is transmitted from the central hub to the intended recipient. This topology is scalable and easy to manage, but it relies heavily on the central hub, making it a single point of failure.

Example: Think of a star topology as a spider web where all the strands (devices) connect to the central spider (hub). If the spider is removed, the web collapses, but each strand can still function if the spider is present.

3. Ring Topology

Ring topology is a network configuration where each device is connected to two other devices, forming a circular path. Data travels in one direction around the ring until it reaches its destination. This topology is reliable and efficient, but a failure in any link can disrupt the entire network.

Example: Picture a ring topology as a circular racetrack where each car (data packet) travels in one direction. If any part of the track is damaged, the race (data transmission) cannot proceed until the damage is fixed.

4. Mesh Topology

Mesh topology is a network configuration where each device is connected to every other device in the network. This provides multiple paths for data to travel, ensuring high reliability and redundancy. However, it is complex and expensive to implement due to the large number of connections required.

Example: Consider a mesh topology as a web of interconnected roads where each road (device) connects to multiple other roads. If one road is blocked, traffic (data) can still flow through alternative routes, ensuring continuous connectivity.

5. Hybrid Topology

Hybrid topology is a network configuration that combines two or more different topologies. This allows for flexibility and optimization based on the specific needs of the network. Hybrid topologies can be complex to design and manage but offer the benefits of multiple topologies.

Example: Imagine a hybrid topology as a city with different types of roads (bus, star, ring, mesh) designed to handle various traffic patterns. The city planners (network designers) can optimize the road layout to ensure efficient and reliable transportation (data transmission).