Overview
This project focuses on developing a TOPSIS-based algorithm for selecting the optimal Radio Access Technology (RAT) in Heterogeneous Wireless Networks (HWNs). The algorithm considers multiple criteria such as signal strength, data rate, and delay to ensure the best possible network performance and user experience.
Objectives
- Analyze the complexities of RAT selection in HWNs.
- Develop a multi-criteria decision-making algorithm using TOPSIS.
- Evaluate the impact of different criteria weights on RAT selection decisions.
Technologies Used
- TOPSIS Algorithm
- Python for Data Analysis
- Network Simulation Tools
Details
The project begins with a literature review comparing horizontal and vertical handovers in HWNs and examining multi-criteria decision-making techniques for RAT selection. The system description includes details on available RATs (LTE, Wi-Fi 6, 5G NR) and the criteria (signal strength, data rate, delay) used for selection. The TOPSIS algorithm was applied to normalize the decision matrix, calculate weighted scores, and determine the ideal and negative ideal solutions. The evaluation involved extensive testing with varying weights for each criterion to understand their impact on RAT selection.
Challenges
The primary challenge was ensuring the algorithm's accuracy and efficiency in real-time scenarios. Balancing the criteria to reflect realistic user preferences and network conditions required meticulous testing and refinement. Additionally, data limitations from network simulations posed challenges in validating the algorithm's performance across different environments.
Results
The TOPSIS-based algorithm demonstrated its ability to effectively select the optimal RAT in HWNs. The results showed a strong preference for Wi-Fi 6 due to its balanced performance across all criteria. 5G NR was preferred in scenarios with higher data rate requirements. No users selected LTE, indicating its lower competitiveness under the tested conditions. The project highlights the significance of user-defined weights in shaping RAT selection decisions and validates the use of TOPSIS for multi-criteria network optimization.
Figure 2a: Distribution of RAT Selections for Users with Varying Signal Strength Criterion Weights
Figure 2b: Distribution of RAT Selections for Users with Varying Data Rate Criterion Weights
Figure 2c: Distribution of RAT Selections for Users with Varying Delay Criterion Weights
View the Full Report
You can view the full project report here: TOPSIS-based RAT Selection Algorithm for Heterogeneous Wireless Networks.