中文
相关论文

相关论文: LiSFC-Search: Lifelong Search for Network SFC Opti…

200 篇论文

Network Functions Virtualization (NFV) and Multi-access Edge Computing (MEC) play crucial roles in 5G networks for dynamically provisioning diverse communication services with heterogeneous service requirements. In particular, while NFV…

网络与互联网体系结构 · 计算机科学 2021-06-21 Prabhu Kaliyammal Thiruvasagam , Abhishek Chakraborty , C. Siva Ram Murthy

The containerized services allocated in the mobile edge clouds bring up the opportunity for large-scale and real-time applications to have low latency responses. Meanwhile, live container migration is introduced to support dynamic resource…

网络与互联网体系结构 · 计算机科学 2021-11-18 TianZhang He , Adel N Toosi , Rajkumar Buyya

Network Functions Virtualization (NFV) allows flexibility, scalability, agility, and easy manageability of networks by leveraging the features of virtualization and cloud computing technologies. However, softwarization of network functions…

网络与互联网体系结构 · 计算机科学 2020-12-15 Prabhu Kaliyammal Thiruvasagam , Vijeth J. Kotagi , C. Siva Ram Murthy

This paper considers a multi-process and multi-controller wireless networked control system (WNCS). There are $N$ independent linear time-invariant processes in the system plant which represent different kinds of physical processes. By…

系统与控制 · 电气工程与系统科学 2021-09-28 Yifei Qiu , Shaohua Wu , Ying Wang

Software-defined networking (SDN) and the network function virtualization (NFV) led to great developments in software based control technology by decreasing expenditures. Service function chaining (SFC) is an important technology to find…

网络与互联网体系结构 · 计算机科学 2020-09-14 DongNyeong Heo , Stanislav Lange , Hee-Gon Kim , Heeyoul Choi

Data center networks leverage multiple parallel paths connecting end host pairs to offer high bisection bandwidth for cluster computing applications. However, state of the art distributed multi-pathing protocols such as Equal Cost Multipath…

网络与互联网体系结构 · 计算机科学 2013-07-30 Wenzhi Cui , Chen Qian

Serverless computing is a promising approach for edge computing since its inherent features, e.g., lightweight virtualization, rapid scalability, and economic efficiency. However, previous studies have not studied well the issues of…

分布式、并行与集群计算 · 计算机科学 2023-11-01 Jiong Lou , Zhiqing Tang , Shijing Yuan , Jie Li , Chengtao Wu , Weijia Jia

Graph algorithms are widely used for decision making and knowledge discovery. To ensure their effectiveness, it is essential that their output remains stable even when subjected to small perturbations to the input because frequent output…

数据结构与算法 · 计算机科学 2023-09-15 Soh Kumabe , Yuichi Yoshida

To support multiple on-demand services over fixed communication networks, network operators must allow flexible customization and fast provision of their network resources. One effective approach to this end is network virtualization,…

网络与互联网体系结构 · 计算机科学 2017-08-25 Nan Zhang , Ya-Feng Liu , Hamid Farmanbar , Tsung-Hui Chang , Mingyi Hong , Zhi-Quan Luo

Service Function Chain (SFC) provisioning stands as a pivotal technology in the realm of 5G and future networks. Its essence lies in orchestrating VNFs (Virtual Network Functions) in a specified sequence for different types of SFC requests.…

网络与互联网体系结构 · 计算机科学 2024-06-18 Murat Arda Onsu , Poonam Lohan , Burak Kantarci , Emil Janulewicz , Sergio Slobodrian

In-network computation has been widely used to accelerate data-intensive distributed applications. Some computational tasks, traditional performed on servers, are offloaded to the network (i.e. programmable switches). However, the…

网络与互联网体系结构 · 计算机科学 2021-06-11 Penglai Cui , Heng Pan , Zhenyu Li , Jiaoren Wu , Shengzhuo Zhang , Xingwu Yang , Hongtao Guan , Gaogang Xie

Network Function Virtualization (NFV) and Software Distributed Networking (SDN) technologies play a crucial role in enabling 5G system and beyond. A synergy between these both technologies has been identified for enabling a new concept…

网络与互联网体系结构 · 计算机科学 2022-01-11 M. Bagaa , T. Taleb , J. B. Bernabe , A. Skarmeta

Continual graph learning (CGL) aims to learn from dynamically evolving graphs while mitigating catastrophic forgetting. Existing CGL approaches typically adopt a task-based formulation, where the data stream is partitioned into a sequence…

机器学习 · 计算机科学 2026-05-15 Guiquan Sun , Xikun Zhang , Jingchao Ni , Dongjin Song

Cloud Computing (CC) serves to be a key driver for fulfilling the store and compute requirements of a modern Smart Grid (SG). However, since the datacenters are deployed in concentrated and far remote areas, it fails to guarantee the…

网络与互联网体系结构 · 计算机科学 2018-05-24 Md. Muzakkir Hussain , Mohammad Saad Alam , M. M. Sufyan Beg

The explosive growth of Internet of Things (IoT) devices has strained traditional cloud infrastructures, highlighting the need for low-latency and energy-efficient alternatives. Fog computing addresses this by placing computation near the…

网络与互联网体系结构 · 计算机科学 2026-01-01 Negin Doostar , Mohammad Reza Heidarpour , Amir Khorsandi

Space-filling curves (SFC, also known as FASS-curves) are a useful tool in scientific computing and other areas of computer science to sequentialize multidimensional grids in a cache-efficient and parallelization-friendly way for storage in…

计算几何 · 计算机科学 2019-11-05 David Holzmüller

Multi-access edge computing (MEC) and network virtualization technologies are important enablers for fifth-generation (5G) networks to deliver diverse applications and services. Services are often provided as fully connected virtual network…

网络与互联网体系结构 · 计算机科学 2022-12-21 Amine Abouaomar , Soumaya Cherkaoui , Zoubeir Mlika , Abdellatif Kobbane

With the advent of Network Function Virtualization (NFV), Physical Network Functions (PNFs) are gradually being replaced by Virtual Network Functions (VNFs) that are hosted on general purpose servers. Depending on the call flows for…

网络与互联网体系结构 · 计算机科学 2018-01-18 Gamal Sallam , Gagan R. Gupta , Bin Li , Bo Ji

Low Earth orbit (LEO) satellite constellations have become a critical enabler for global coverage, utilizing numerous satellites orbiting Earth at high speeds. By decomposing complex network services into lightweight service functions,…

网络与互联网体系结构 · 计算机科学 2026-03-05 Li Zeng , Zixin Wang , Yuanming Shi , Khaled B. Letaief

In Edge Computing (EC), containers have been increasingly used to deploy applications to provide mobile users services. Each container must run based on a container image file that exists locally. However, it has been conspicuously…

分布式、并行与集群计算 · 计算机科学 2023-10-03 Fangyi Mou , Zhiqing Tang , Jiong Lou , Jianxiong Guo , Wenhua Wang , Tian Wang