Thursday, August 27, 2026
Science
No Result
View All Result
  • Login
  • HOME
  • SCIENCE NEWS
  • CONTACT US
  • HOME
  • SCIENCE NEWS
  • CONTACT US
No Result
View All Result
Scienmag
No Result
View All Result
Home Science News Technology and Engineering

Cloud-Edge Operator Placement Optimizes Big Data Stream Processing Across Multiple Applications

August 27, 2026
in Technology and Engineering
Reading Time: 5 mins read
0
Cloud-Edge Operator Placement Optimizes Big Data Stream Processing Across Multiple Applications

Cloud-Edge Operator Placement Optimizes Big Data Stream Processing Across Multiple Applications

65
SHARES
587
VIEWS
Share on FacebookShare on Twitter
ADVERTISEMENT

IoT’s Next Bottleneck Is Not Data Collection—It Is Deciding Where the Data Should Be Processed

Every second, connected cameras, medical devices, vehicles, industrial sensors and smart-home systems generate torrents of data that must be interpreted almost as soon as they are produced. A security camera may need to recognize an intruder, a factory sensor may need to detect a failing motor, and a healthcare monitor may need to flag a dangerous change in a patient’s vital signs. Yet much of the computing infrastructure used to analyze these streams remains concentrated in distant cloud data centers. The result is a hidden race against time: data must travel across networks, wait for computing resources, be processed, and then return with a decision. A new study in Springer’s Cluster Computing reports a method designed to make that race more efficient by deciding where the individual steps of multiple streaming applications should run across a combined cloud-and-edge infrastructure.

The research addresses a problem known as operator placement. In data-stream processing, an application is typically divided into a sequence of computational components, or operators. One operator might filter incoming measurements, another might aggregate values over time, and a third might apply an anomaly-detection model or generate an alert. These operators are connected in a processing graph, so the output of one becomes the input of another. Placing every operator in a distant cloud can provide abundant computing power, but it may increase communication delay and consume substantial network bandwidth. Moving operators closer to the devices that produce the data can reduce the journey, but edge devices are often less powerful, more heterogeneous and more constrained than centralized servers.

This tension is becoming more urgent as the Internet of Things expands. Traditional cloud architectures treat the network as a pipeline that carries raw or partially processed information toward centralized facilities. That model is increasingly mismatched with applications that require rapid responses or generate continuous, high-volume streams. Cloud-edge systems attempt to distribute the workload: small servers, gateways or other computing nodes near the data source perform some processing, while larger cloud resources handle tasks that require more memory, storage or computational power. In principle, this arrangement can reduce end-to-end latency—the total time from data generation to the delivery of a result—but only if the processing graph is mapped intelligently onto the available machines.

The study by Simin Ghasemi-Falavarjani, Behrouz Shahgholi Ghahfarokhi, Mohammadali Nematbakhsh and Nikolaos Georgantas focuses on two shortcomings the authors identify in previous approaches. First, placement decisions must balance several competing interests rather than optimize a single number. An arrangement that minimizes latency may send more intermediate data over the network, increasing bandwidth consumption. An arrangement that saves network traffic may place computationally demanding operators on an overloaded edge node, harming performance. The system must also account for quality-of-service constraints, such as application deadlines or throughput requirements, as well as the preferences of the owners of different applications. These preferences could determine whether a user values speed, lower network use or a particular balance between the two.

The second challenge is that real cloud-edge infrastructures rarely run just one streaming application at a time. A city platform might simultaneously analyze traffic cameras, air-quality sensors and public-transport data. A hospital could operate separate streams for bedside monitoring, equipment status and building management. If each application is optimized independently or processed sequentially, the resulting decisions may compete for the same processors, memory, storage and communication links. A placement that looks efficient for one application can become a source of congestion when several applications are active. The researchers therefore propose a resource-aware method intended to allocate operators from multiple data-stream-processing applications in parallel across heterogeneous cloud and edge devices.

Technically, the method treats placement as a multi-objective optimization problem. The decision is not simply which machine receives an operator, but how the complete set of operators from several applications should be distributed while respecting the structure of each processing graph. The optimization seeks to reduce both end-to-end latency and network usage. Latency can arise from processing time at individual nodes, queues created when resources are busy, and communication delays between operators placed on different devices. Network usage depends on the volume and frequency of data crossing links, particularly when neighboring operators are separated between the edge and the cloud. The method must search among many possible configurations, reject those that violate quality-of-service requirements, and consider the different priorities specified by application owners.

The phrase “heterogeneous devices” is crucial to the proposal. In a cloud-edge environment, nodes may differ in processor speed, memory capacity, storage, energy characteristics and network connectivity. A powerful cloud server may process a complicated operator quickly but sit many network hops from the data source. A nearby edge node may receive information with minimal transmission delay but lack the capacity to run several demanding operators simultaneously. Resource-aware placement attempts to capture these differences rather than treating every node as interchangeable. It also has to consider interactions among applications: placing one operator on a node changes the resources available to every other operator competing for that node.

To test the idea, the researchers developed a proof-of-concept prototype using Apache Storm, an open-source platform for processing unbounded streams of data. Storm represents a streaming application as a topology composed of data sources and processing components. In such a system, a scheduler or placement mechanism can assign computational tasks to worker processes distributed across a cluster. By implementing their approach in Storm, the authors were able to move beyond a purely mathematical formulation and examine how the strategy behaves within a functioning stream-processing framework. The experiments were conducted on a real-world heterogeneous cloud-edge testbed, rather than only in a simulated network, allowing the evaluation to include the uneven computing and communication conditions that characterize distributed infrastructure.

According to the study, the experimental results show that the proposed method can manage the trade-off between latency and network usage while handling multiple applications and honoring quality-of-service constraints. The result is not a claim that one universal placement is optimal for every workload. Instead, the system is designed to identify workable configurations along a range of priorities. If an application owner emphasizes rapid response, the placement can favor arrangements that keep dependent operators close to the data source or to one another. If reducing network traffic is more important, it can favor local aggregation or placements that limit the movement of intermediate results, provided that performance requirements remain satisfied. This flexibility is central to multi-objective optimization: improving one goal often requires accepting a cost in another.

The implications extend well beyond faster dashboards or smoother smart-home services. In industrial monitoring, a delay in detecting abnormal vibration can allow equipment damage to progress. In transportation systems, slow analysis can reduce the value of traffic predictions or safety alerts. In healthcare, continuous streams may require reliable processing under strict timing constraints. Edge computing is often promoted as the solution to these problems, but simply moving computation closer to sensors is not enough. Edge nodes can become congested, networks can fluctuate, and several services may demand the same limited resources. A placement strategy that understands application priorities and cross-application competition could provide the coordination needed to make distributed processing practical at scale.

The work also highlights why cloud and edge computing are likely to remain coupled rather than becoming competing alternatives. The edge is well suited to rapid filtering, event detection and preliminary analysis, while the cloud can provide large-scale coordination, historical analytics and computationally intensive processing. The challenge is to divide the work without creating new bottlenecks at the boundaries between them. The researchers’ prototype offers a framework for making those decisions dynamically and with explicit attention to competing objectives. The data used in the study will be made available on request, and the authors say they have no competing interests. As connected devices continue to multiply, the ability to decide where each stream-processing operation belongs may become as important as the computing power itself.

Subject of Research: Multi-application operator placement for big data stream processing across heterogeneous cloud-edge infrastructure

Subject of Research: Technology and Engineering

Article Title: Multi-application operator placement in cloud-edge infrastructure for big data stream processing

Article References: Multi-application operator placement in cloud-edge infrastructure for big data stream processing — canonical article link Original publication

Image Credits: AI Generated

DOI: 10.1007/s10586-026-06524-9

Keywords: operator placement, data stream processing, multi-application scheduling, multi-objective optimization, cloud-edge computing, Internet of Things, latency reduction, network usage, quality of service

Tags: big data stream processing challengescloud and edge computing integrationcloud-edge operator placementdistributed data processingdistributed stream processing architecturesedge computing for big dataedge computing optimizationefficient data analysis in cloud and edge environmentsIoT data processingIoT infrastructure managementIoT infrastructure optimizationlatency reduction in IoT systemsmulti-application data stream analysismulti-application data streamsnetwork resource optimization for IoToperator placement algorithmsoperator placement algorithms for IoTreal-time big data stream processingreal-time streaming analyticsscalable IoT data analysissmart device data processing
Share26Tweet16
Previous Post

Do Larger Models Perform Better? GPT, FinBERT, and Dictionaries Assess Management Sentiment

Next Post

New Method Builds Modular Avatars by Separating Reusable Assets from RGB Video

Related Posts

Sunscreen chemicals accumulate differently across eye tissues in Baltic Sea fish
Technology and Engineering

Sunscreen chemicals accumulate differently across eye tissues in Baltic Sea fish

August 27, 2026
Manuka Honey and Oregano Oil Boost Antibacterial Protection in 3D-Printed Bone Scaffolds
Technology and Engineering

Manuka Honey and Oregano Oil Boost Antibacterial Protection in 3D-Printed Bone Scaffolds

August 27, 2026
AI Optimizes Air Defense Scheduling with Hybrid Graph Learning and Evolutionary Algorithms
Technology and Engineering

AI Optimizes Air Defense Scheduling with Hybrid Graph Learning and Evolutionary Algorithms

August 27, 2026
RIS-MoE Secures Robust Image Steganography Through Latent Optimization and Expert Denoising
Technology and Engineering

RIS-MoE Secures Robust Image Steganography Through Latent Optimization and Expert Denoising

August 27, 2026
New Method Builds Modular Avatars by Separating Reusable Assets from RGB Video
Technology and Engineering

New Method Builds Modular Avatars by Separating Reusable Assets from RGB Video

August 27, 2026
Do Larger Models Perform Better? GPT, FinBERT, and Dictionaries Assess Management Sentiment
Technology and Engineering

Do Larger Models Perform Better? GPT, FinBERT, and Dictionaries Assess Management Sentiment

August 27, 2026
Next Post
New Method Builds Modular Avatars by Separating Reusable Assets from RGB Video

New Method Builds Modular Avatars by Separating Reusable Assets from RGB Video

  • Mothers who receive childcare support from maternal grandparents show more

    Mothers who receive childcare support from maternal grandparents show more parental warmth, finds NTU Singapore study

    27656 shares
    Share 11059 Tweet 6912
  • University of Seville Breaks 120-Year-Old Mystery, Revises a Key Einstein Concept

    1061 shares
    Share 424 Tweet 265
  • Bee body mass, pathogens and local climate influence heat tolerance

    682 shares
    Share 273 Tweet 171
  • Researchers record first-ever images and data of a shark experiencing a boat strike

    546 shares
    Share 218 Tweet 137
  • Groundbreaking Clinical Trial Reveals Lubiprostone Enhances Kidney Function

    531 shares
    Share 212 Tweet 133
Science

Embark on a thrilling journey of discovery with Scienmag.com—your ultimate source for cutting-edge breakthroughs. Immerse yourself in a world where curiosity knows no limits and tomorrow’s possibilities become today’s reality!

RECENT NEWS

  • Bortezomib Shows Bacteriostatic and Pro-Inflammatory Effects Against Mycoplasma pneumoniae
  • Sunscreen chemicals accumulate differently across eye tissues in Baltic Sea fish
  • Disabled Staff and Doctoral Researchers Navigate University Belonging Across the UK
  • How Executive Functions Shape Children’s Reading, a Systematic Review Finds

Categories

  • Agriculture
  • Anthropology
  • Archaeology
  • Athmospheric
  • Biology
  • Biotechnology
  • Blog
  • Bussines
  • Cancer
  • Chemistry
  • Climate
  • Earth Science
  • Editorial Policy
  • Marine
  • Mathematics
  • Medicine
  • Pediatry
  • Policy
  • Psychology & Psychiatry
  • Science Education
  • Social Science
  • Space
  • Technology and Engineering

Subscribe to Blog via Email

Enter your email address to subscribe to this blog and receive notifications of new posts by email.

Join 5,150 other subscribers

© 2025 Scienmag - Science Magazine

Welcome Back!

Login to your account below

Forgotten Password?

Retrieve your password

Please enter your username or email address to reset your password.

Log In
No Result
View All Result
  • HOME
  • SCIENCE NEWS
  • CONTACT US

© 2025 Scienmag - Science Magazine

Discover more from Science

Subscribe now to keep reading and get access to the full archive.

Continue reading