<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>routing optimization &#8211; Science</title>
	<atom:link href="https://scienmag.com/tag/routing-optimization/feed/" rel="self" type="application/rss+xml" />
	<link>https://scienmag.com</link>
	<description></description>
	<lastBuildDate>Sat, 12 Sep 2026 16:34:39 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.1</generator>

<image>
	<url>https://scienmag.com/wp-content/uploads/2024/07/cropped-scienmag_ico-32x32.jpg</url>
	<title>routing optimization &#8211; Science</title>
	<link>https://scienmag.com</link>
	<width>32</width>
	<height>32</height>
</image> 
<site xmlns="com-wordpress:feed-additions:1">73899611</site>	<item>
		<title>Bat-Inspired AI Builds Trust Into Software-Defined IoT Networks</title>
		<link>https://scienmag.com/bat-inspired-ai-builds-trust-into-software-defined-iot-networks/</link>
		
		<dc:creator><![CDATA[Blake Davidson]]></dc:creator>
		<pubDate>Sat, 12 Sep 2026 16:34:39 +0000</pubDate>
				<category><![CDATA[Technology and Engineering]]></category>
		<category><![CDATA[5G and 6G networks]]></category>
		<category><![CDATA[AI and machine learning for IoT]]></category>
		<category><![CDATA[AI-driven trust modeling]]></category>
		<category><![CDATA[Artificial Intelligence]]></category>
		<category><![CDATA[Bat Algorithm]]></category>
		<category><![CDATA[bat algorithm optimization]]></category>
		<category><![CDATA[cyber-physical system security]]></category>
		<category><![CDATA[decentralized IoT security solutions]]></category>
		<category><![CDATA[Distributed Computing]]></category>
		<category><![CDATA[dynamic resource allocation in IoT]]></category>
		<category><![CDATA[edge computing]]></category>
		<category><![CDATA[fault tolerance]]></category>
		<category><![CDATA[Internet of Things]]></category>
		<category><![CDATA[IoT security]]></category>
		<category><![CDATA[load balancing in IoT networks]]></category>
		<category><![CDATA[nature-inspired algorithms in IoT]]></category>
		<category><![CDATA[network security]]></category>
		<category><![CDATA[routing optimization]]></category>
		<category><![CDATA[scalable IoT network management]]></category>
		<category><![CDATA[smart infrastructure]]></category>
		<category><![CDATA[software-defined networking]]></category>
		<category><![CDATA[trust modeling]]></category>
		<category><![CDATA[trust-based routing protocols]]></category>
		<guid isPermaLink="false">https://scienmag.com/?p=196383</guid>

					<description><![CDATA[Researchers have developed an AI-driven trust and decision-making framework that uses software-defined networking and the Bat Algorithm to select secure, load-balanced routes in large-scale IoT networks, showing significant performance gains over existing schemes.]]></description>
										<content:encoded><![CDATA[<p>The Internet of Things has quietly become the nervous system of the modern world, linking billions of sensors, actuators, and smart devices across factories, hospitals, cities, and power grids. Yet the networks that bind these devices together face a persistent engineering dilemma: as they scale, they become harder to secure, slower to route traffic, and more fragile under load. A new study published in Cluster Computing proposes a framework that tackles this challenge head-on by combining artificial intelligence-driven trust modeling with software-defined networking and a nature-inspired optimization technique known as the Bat Algorithm. The work, led by Ayesha Shafique and Benmao Cheng of Wuxi Taihu University together with colleagues at Imam Mohammad Ibn Saud Islamic University and Islamia College Peshawar, presents a collaborative decision-making learning approach designed to select secure, load-balanced routing paths across large-scale IoT deployments.</p>
<p>The central insight of the research is that trust must be treated as a first-class routing criterion rather than an afterthought bolted onto the network perimeter. Traditional IoT architectures rely heavily on centralized data processing and dynamic resource allocation, and while these strategies enable impressive developmental growth by integrating physical objects and sensors with future-generation networks, they carry a hidden cost. Most existing approaches do not consider lightweight, optimized relaying services, which leads to additional communication overhead and the formation of routing holes, gaps in the network topology where no viable forwarding path exists. The consequences are particularly severe in constrained applications, where device energy budgets are tight and computational resources are scarce. The researchers found that such strategies yield ineffective and suboptimal outcomes across network boundaries, generating excessive complexity and overhead while undermining the network reliability and long-run connectivity that mission-critical operations demand.</p>
<p>To address these weaknesses, the proposed framework layers multiple levels of distributed computation beneath a collaborative decision-making engine. Instead of forcing every routing decision through a single bottleneck, the system distributes trust evaluation and path computation across the network, allowing local decisions to draw on shared intelligence about which neighboring nodes are behaving reliably. Trust, in this model, is computed from observable network behavior and used as an input to route selection alongside more conventional metrics such as latency and packet reliability. This architecture achieves what the authors describe as trustworthy communication while remaining fault-tolerant, meaning the network can continue functioning even when individual nodes fail or are compromised. The design also reflects an environmental motivation: by steering traffic away from unreliable or energy-drained paths, the framework promotes a greener networking environment in which devices are not forced to retransmit packets repeatedly or route around failure zones that smarter path selection could have avoided.</p>
<p>The technical heart of the system is the Bat Algorithm, a bio-inspired metaheuristic that mimics the echolocation behavior of bats hunting for prey. In nature, bats adjust the frequency, loudness, and pulse rate of their emitted signals to navigate and locate food with remarkable precision in darkness. In the optimization context, candidate solutions to a problem are analogous to positions in the search space, and the algorithm iteratively refines them by balancing exploration of new regions against exploitation of promising areas already discovered. The researchers emphasize a crucial distinction between their approach and prior BA-based routing schemes: rather than applying the algorithm generically, their framework computes an explicit fitness function to optimize route selection. This fitness function encodes the optimization criteria the network cares about most, blending trust scores, latency measurements, and reliability parameters into a single composite objective. Candidate routing paths are then evaluated against this function, and the algorithm converges on paths that maximize trust and throughput while minimizing delay and the risk of mid-route failure.</p>
<p>This formulation matters because routing in a large IoT network is fundamentally a multi-objective problem. The fastest path may pass through a congested or compromised relay; the most trusted path may be circuitously long and energy-hungry; the most stable path may not exist tomorrow if a battery-powered sensor goes offline. Software-defined networking supplies the architectural glue that makes intelligent route selection tractable. By decoupling the control plane, where decisions are made, from the data plane, where packets actually move, SDN allows the AI-driven decision engine to maintain a global view of network conditions and to program forwarding behavior dynamically. The framework&#8217;s collaboration between distributed computation and centralized optimization means that trust information gathered at the network edge informs the fitness landscape on which the Bat Algorithm operates, producing routes that are simultaneously secure, load-balanced, and responsive to changing conditions.</p>
<p>The performance of the proposed framework was validated against relevant existing schemes using a variety of network metrics and outcome measures. Simulation-based comparisons of this kind typically examine how routing protocols behave as node density increases, as traffic loads fluctuate, and as malicious or failing nodes are introduced. Across these evaluations, the authors report significant improvement over the baseline schemes, demonstrating that trust-aware, bio-optimized routing can outperform conventional approaches on the dimensions that matter for scalable IoT: reliable delivery, controlled latency, reduced communication cost, and sustained connectivity over the long term. The publication is illustrated with ten figures and three algorithm listings that trace the framework&#8217;s structure from trust computation through fitness evaluation to final route deployment.</p>
<p>The broader significance of the study lies in the context it addresses: the coming wave of smart infrastructure built on 5G and future 6G networks. Surveys of intelligent IoT systems consistently identify security, privacy, and resource efficiency as the field&#8217;s defining challenges, from smart factories in Industry 4.0 to intelligent transportation systems for sustainable cities, smart grids, and IoT-enabled healthcare. In cancer care systems and remote health monitoring, for example, a single dropped or delayed packet can carry clinical consequences; in industrial settings, unreliable routing translates directly into downtime and waste. Prior research has explored blockchain-driven security for IoT networks, deep-learning-based botnet detection, and trust evaluation schemes combined with swarm intelligence methods such as grey wolf optimization. The new framework contributes to this lineage by making trust a computable optimization target within a software-defined routing engine, rather than a static reputation score consulted after routes are already chosen.</p>
<p>The study also reflects a wider shift in how network engineers think about artificial intelligence&#8217;s role in infrastructure. Rather than deploying AI solely at the application layer, for intrusion detection or traffic prediction, the researchers embed learning and optimization directly into the decision logic that determines how data physically traverses the network. The multi-level distributed design reduces the communication burden of centralization, and the fitness-driven Bat Algorithm provides a computationally lightweight search process suited to the constrained devices that dominate real IoT deployments. The authors&#8217; comparative results suggest that this combination can reduce the overhead and complexity that plague centralized schemes while preserving the reliability guarantees that long-running smart systems require.</p>
<p>Challenges remain before such frameworks reach production networks. Trust evaluation at scale requires careful design to prevent attackers from gaming reputation scores, and metaheuristic optimization must be tuned to the latency budget of time-critical applications. The authors report that no datasets were generated or analyzed during the current study, indicating that the validation rests on simulation rather than field deployment, a standard practice at this stage of protocol research. Nevertheless, the work offers a concrete, technically detailed blueprint for the next generation of IoT routing: networks that measure whom to trust, weigh that trust against speed and reliability, and let a swarm-inspired algorithm find the best path forward. As sensor populations continue their steep climb toward the tens of billions, the difference between naive centralized routing and trust-aware, optimized, distributed decision-making may well determine whether the connected world remains dependable, efficient, and green.</p>
<p><strong>Subject of Research:</strong> AI-based trust and collaborative decision-making framework with Bat Algorithm optimization for secure, scalable software-defined IoT networks</p>
<p><strong>Article Title:</strong> AI-based trust and decision modeling for scalable IoT networks with SDN optimization</p>
<p><strong>Article References:</strong> Shafique, A., Qureshi, I., Haseeb, K., Abbas, N., Khan, A., &amp; Cheng, B. (2026). AI-based trust and decision modeling for scalable IoT networks with SDN optimization. <em>Cluster Computing, 29</em>(13), Article 743. <a href="https://doi.org/10.1007/s10586-026-06580-1" rel="noopener noreferrer">https://doi.org/10.1007/s10586-026-06580-1</a></p>
<p><strong>Image Credits:</strong> AI Generated</p>
<p><strong>DOI:</strong> <a href="https://doi.org/10.1007/s10586-026-06580-1" rel="noopener noreferrer">10.1007/s10586-026-06580-1</a></p>
<p><strong>Keywords:</strong> Internet of Things, artificial intelligence, software-defined networking, Bat Algorithm, trust modeling, routing optimization, network security, edge computing, smart infrastructure, 5G and 6G networks, distributed computing, fault tolerance</p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">196383</post-id>	</item>
	</channel>
</rss>
