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
5.4 Wireless Bridging Explained

5.4 Wireless Bridging Explained

Key Concepts

1. Wireless Bridging

Wireless bridging is a method of connecting two or more networks using wireless signals instead of physical cables. This technique allows devices in different locations to communicate as if they were on the same local network. Wireless bridging is commonly used to extend the range of a network or to connect remote sites.

Example: Think of wireless bridging as a wireless extension cord. Just as an extension cord allows you to power devices far from an outlet, wireless bridging allows devices to connect to a network from a distance.

2. Point-to-Point Bridging

Point-to-point bridging is a type of wireless bridging where two access points (APs) are directly connected using a wireless link. This setup is ideal for connecting two distant networks that cannot be connected using a physical cable. Point-to-point bridging requires a clear line of sight between the two APs for optimal performance.

Example: Consider point-to-point bridging as a direct telephone line between two offices. Just as a telephone line connects two specific locations, point-to-point bridging connects two specific networks.

3. Point-to-Multipoint Bridging

Point-to-multipoint bridging is a type of wireless bridging where one central access point connects to multiple remote access points. This setup is useful for creating a star topology network, where all remote sites connect back to a central hub. Point-to-multipoint bridging is commonly used in large campuses or distributed networks.

Example: Think of point-to-multipoint bridging as a central satellite dish that communicates with multiple smaller dishes. Just as a satellite dish connects to multiple receivers, point-to-multipoint bridging connects multiple remote networks to a central network.

4. Bridge Mode

Bridge mode is a configuration setting on a wireless device that allows it to operate as a bridge rather than a router. In bridge mode, the device forwards traffic between networks without performing network address translation (NAT) or routing functions. This mode is essential for wireless bridging to ensure that devices on both networks can communicate seamlessly.

Example: Consider bridge mode as a toll-free bridge that allows vehicles to pass between two cities without stopping for tolls. Just as a toll-free bridge facilitates smooth traffic flow, bridge mode facilitates seamless network communication.

5. Bridge Interface

A bridge interface is a virtual interface on a network device that connects two or more physical interfaces. In the context of wireless bridging, the bridge interface connects the wireless interface to the wired interface, allowing wireless devices to communicate with wired devices as if they were on the same network segment.

Example: Think of a bridge interface as a virtual tunnel that connects two separate roads. Just as a tunnel allows vehicles to travel between two roads, a bridge interface allows data to travel between wireless and wired networks.