About: Unidirectional network is a research topic. Over the lifetime, 76 publications have been published within this topic receiving 744 citations. The topic is also known as: unidirectional gateway & data diode.
TL;DR: In this article, the redundancy formatter resident at the server groups multiple data packets into a redundancy group and generates at least one redundancy packet containing redundancy information derived from the data packets in the redundancy group.
Abstract: A data delivery system facilitates transmission of data packets from a content server to multiple clients over a unidirectional network. A redundancy formatter resident at the server groups multiple data packets into a redundancy group and generates at least one redundancy packet containing redundancy information derived from the data packets in the redundancy group. The data packets and redundancy packet are sent over the unidirectional network to the client. In the event that a packet is lost, a packet rebuilder resident at each client reconstructs the missing data packet from the successfully transmitted data packets in the redundancy group and the redundancy packet for the redundancy group.
TL;DR: In this article, a general paradigm for the development of self-stabilizing algorithms in different models is introduced, exemplified by developing simple and efficient algorithms for leader election and spanning tree construction in strongly connected unidirectional and bidirectional dynamic networks (synchronous and asynchronous).
Abstract: Power supply, a surprisingly simple and new general paradigm for the development of self-stabilizing algorithms in different models, is introduced. The paradigm is exemplified by developing simple and efficient self-stabilizing algorithms for leader election and either breadth-first search or depth-first search spanning-tree constructions, in strongly connected unidirectional and bidirectional dynamic networks (synchronous and asynchronous). The different algorithms stabilize in O(n) time in both synchronous and asynchronous networks without assuming any knowledge of the network topology or size, where n is the total number of nodes. Following the leader election algorithms, we present a generic self-stabilizing spanning tree and/or leader election algorithm that produces a whole spectrum of new and efficient algorithms for these problems. Two variations that produce either a rooted depth-first search tree or a rooted breadth-first search tree are presented.
TL;DR: Following the leader election algorithms, a generic self-stabilizing spanning tree and/or leader election algorithm is presented that produces a whole spectrum of new and efficient algorithms for these problems.
Abstract: Power supply, a surprisingly simple and new general paradigm for the development of self-stabilizing algorithms in different models, is introduced. The paradigm is exemplified by developing simple and efficient self-stabilizing algorithms for leader election and either breadth-first search or depth-first search spanning-tree constructions, in strongly connected unidirectional and bidirectional dynamic networks (synchronous and asynchronous). The different algorithms stabilize in O(n) time in both synchronous and asynchronous networks without assuming any knowledge of the network topology or size, where n is the total number of nodes. Following the leader election algorithms, we present a generic self-stabilizing spanning tree and/or leader election algorithm that produces a whole spectrum of new and efficient algorithms for these problems. Two variations that produce either a rooted depth-first search tree or a rooted breadth-first search tree are presented.
TL;DR: The presented analytical methodology enables the evaluation and comparison of future multicast-capable medium access control (MAC) protocols for unidirectional and bidirectional ring WDM networks in terms of transmitter, receiver, and multicast throughput efficiency.
Abstract: Packet-switched unidirectional and bidirectional ring wavelength division multiplexing (WDM) networks with destination stripping provide an increased capacity due to spatial wavelength reuse Besides unicast traffic, future destination stripping ring WDM networks also need to support multicast traffic efficiently In this paper, we provide a probabilistic analysis of the mean hop distances traveled by multicast packet copies on the wavelength channels, and based on the mean hop distances analyze the nominal transmission capacity, reception capacity, and multicast capacity of both unidirectional and bidirectional ring WDM networks with destination stripping The developed analytical methodology accommodates not only multicast traffic with arbitrary multicast fanout but also unicast and broadcast traffic In our numerical investigations we examine the impact of number of ring nodes and multicast fanout on the transmission, reception, and multicast capacity of both types of ring networks for different unicast, multicast, and broadcast traffic scenarios and different mixes of unicast and multicast traffic Our analytical methodology provides a foundation for extended analyses of the multicast capacity of WDM ring networks and enables the evaluation and comparison of future multicast-capable medium access control (MAC) protocols for unidirectional and bidirectional ring WDM networks in terms of transmitter, receiver, and multicast throughput efficiency
TL;DR: This paper presents distributed algorithms for election and traversal in strongly connected unidirectional networks that achieves the same communication complexity and uses only 1 bits of memory in each processor.
Abstract: This paper presents distributed algorithms for election and traversal in strongly connected unidirectional networks. A unidirectional network consists of nodes which are processors connected by unidirectional communication links. Initially, processors differ by their identifier but are otherwise similar. The election algorithm distinguishes a single processor from all other processors. The election algorithm requires O(log n) bits of memory in each processor and has communication complexity of O(n • m+n2log n) bits. In the traversal algorithm one node initiates a token which visits all the nodes of the network and returns to the initiator. The traversal algorithm is derived from the election algorithm. It achieves the same communication complexity and uses only O(1) bits of memory in each processor.