中文
相关论文

相关论文: Dynamic sharing of a multiple access channel

200 篇论文

In this paper, we introduce two algorithms that solve the mutual exclusion problem for concurrent processes that communicate through shared variables, [2]. Our algorithms guarantee that any process trying to enter the critical section,…

分布式、并行与集群计算 · 计算机科学 2019-03-26 Jordi Bataller Mascarell

Mutual exclusion is an important problem in the context of shared resource usage, where only one process can be using the shared resource at any given time. A mutual exclusion protocol that does not use information on the duration for which…

分布式、并行与集群计算 · 计算机科学 2023-05-11 Karthi Srinivasan , Yoram Moses , Rajit Manohar

Mutual exclusion is a classical problem in distributed computing that provides isolation among concurrent action executions that may require access to the same shared resources. Inspired by algorithmic research on distributed systems of…

分布式、并行与集群计算 · 计算机科学 2022-02-25 Joshua J. Daymude , Andréa W. Richa , Christian Scheideler

The group mutual exclusion (GME) problem is a generalization of the classical mutual exclusion problem in which every critical section is associated with a type or session. Critical sections belonging to the same session can execute…

分布式、并行与集群计算 · 计算机科学 2019-07-09 Shreyas Gokhale , Neeraj Mittal

Coordinating concurrent access to a shared resource using mutual exclusion is a fundamental problem in computation. In this paper, we present a novel approach to mutual exclusion designed specifically for distributed systems leveraging a…

分布式、并行与集群计算 · 计算机科学 2022-08-23 Jacob Nelson-Slivon , Lewis Tseng , Roberto Palmieri

In large-scale distributed environments, avoiding concurrent access to the same resource by multiple processes becomes a core challenge, commonly termed distributed mutual exclusion (DME). Token-based mechanisms have long been recognized as…

分布式、并行与集群计算 · 计算机科学 2025-02-10 Elahe Tohidi , Seyed Sattar Lotfi Fatemi

Partial mutual exclusion is the drinking philosophers problem for complete graphs. It is the problem that a process may enter a critical section CS of its code only when some finite set nbh of other processes are not in their critical…

分布式、并行与集群计算 · 计算机科学 2011-12-07 Wim H. Hesselink

Mutual exclusion is one of the most commonly used techniques to handle contention in concurrent systems. Traditionally, mutual exclusion algorithms have been designed under the assumption that a process does not fail while…

分布式、并行与集群计算 · 计算机科学 2021-10-19 Sahil Dhoked , Neeraj Mittal

We study the problem of scheduling jobs on fault-prone machines communicating via a shared channel, also known as multiple-access channel. We have $n$ arbitrary length jobs to be scheduled on $m$ identical machines, $f$ of which are prone…

分布式、并行与集群计算 · 计算机科学 2018-07-26 Marek Klonowski , Dariusz R. Kowalski , Jarosław Mirek , Prudence W. H. Wong

In this paper, we show how different types of distributed mutual algorithms can be compared in terms of performance through simulations. A simulation-based approach is presented, together with an overview of the relevant evaluation metrics…

分布式、并行与集群计算 · 计算机科学 2022-11-22 Filip De Turck

We consider the distributed channel access problem for a system consisting of multiple control subsystems that close their loop over a shared wireless network. We propose a distributed method for providing deterministic channel access…

系统与控制 · 电气工程与系统科学 2024-10-28 Tahmoores Farjam , Henk Wymeersch , Themistoklis Charalambous

We introduce a simple, practical approach with probabilistic information-theoretic security to solve one of quantum key distribution's major security weaknesses: the requirement of an authenticated classical channel to prevent…

量子物理 · 物理学 2009-08-27 Travis R. Beals , Kevin P. Hynes , Barry C. Sanders

Consider the problem of a Multiple-Input Multiple-Output (MIMO) Multiple-Access Channel (MAC) at the limit of large number of users. Clearly, in practical scenarios, only a small subset of the users can be scheduled to utilize the channel…

信息论 · 计算机科学 2018-01-16 Joseph Kampeas , Asaf Cohen , Omer Gurewitz

Multi-process concurrency is effective in improving program efficiency and maximizing CPU utilization. The correct execution of concurrency is ensured by the mutual exclusion and synchronization mechanism (MESM) that manages the shared…

硬件体系结构 · 计算机科学 2022-11-23 Chaoqun Shen , Jiliang Zhang , Gang Qu

In the case of multi-threading as found in contemporary programming languages, parallel processes are interleaved according to what is known as a process-scheduling policy in the field of operating systems. In a previous paper, we extend…

计算机科学中的逻辑 · 计算机科学 2020-04-22 C. A. Middelburg

Mutual exclusion (ME) is one of the most commonly used techniques to handle conflicts in concurrent systems. Traditionally, mutual exclusion algorithms have been designed under the assumption that a process does not fail while…

分布式、并行与集群计算 · 计算机科学 2020-08-04 Sahil Dhoked , Neeraj Mittal

Algorithms for mutual exclusion aim to isolate potentially concurrent accesses to the same shared resources. Motivated by distributed computing research on programmable matter and population protocols where interactions among entities are…

分布式、并行与集群计算 · 计算机科学 2025-05-23 Anya Chaturvedi , Joshua J. Daymude , Andréa W. Richa

This paper investigates the problem of distributed medium access control in a time slotted wireless multiple access network with an unknown finite number of homogeneous users. Assume that each user has a single transmission option. In each…

信息论 · 计算机科学 2018-11-28 Yanru Tang , Faeze Heydaryan , Jie Luo

Wireless communications at the chip scale emerge as a interesting complement to traditional wire-based approaches thanks to their low latency, inherent broadcast nature, and capacity to bypass pin constraints. However, as current trends…

新兴技术 · 计算机科学 2023-01-30 Bernat Ollé , Pau Talarn , Albert Cabellos-Aparicio , Filip Lemic , Eduard Alarcón , Sergi Abadal

In distributed communication, each transmitter prepares an ensemble of channel codes. To encode a message, a transmitter chooses a channel code individually without sharing the coding choice with other transmitters or with the receiver.…

信息论 · 计算机科学 2018-05-08 Yanru Tang , Faeze Heydaryan , Jie Luo
‹ 上一页 1 2 3 10 下一页 ›