87 research outputs found

    Gigabit Satellite Network for NASA\u27s Advanced Communication Technology Satellite (ACTS): Features, Capabilities, and Operations

    Get PDF
    This paper describes the Gigabit Satellite Network (GSN) being developed under joint sponsorship of NASA and ARPA. The system will use the wide-band Satellite Switched Time Division Multiple Access (SS-TDMA) capability and hopping beam antennas of NASA\u27s Advanced Communications Technology Satellite (ACTS). The GSN network will provide full-duplex SONET services over satellite at OC-3 (155.54 Mb/s) and OC-12 (622.078 Mb/s) rates. Typical applications will include connection of distributed SONET/ATM fiber islands over satellite, wide-area distributed supercomputer networking, high-definition digital TV, and high-speed file transfer. The RF link consists of 30 GHz uplink and 20 GHz downlink signals transmitted using a 3.4 meter offset-fed antenna and 120 Watt helix-type TWTA. The burst modem uses offset QPSK or offset-BPSK modulations for transmission at 696 Mb/s and 348 Mb/s, respectively. Transmissions to the satellite are protected using Reed-Solomon encoding, providing almost error-free clear-sky performance and, in the case of rain-fade, bit error rates better than 1099% of the time. The terrestrial side of the ground station will function as standard SONET Line Terminating Equipment (LTE), with OC-3 and OC-12 fiber interfaces, and is capable of multiplexing and demultiplexing the SONET signals down to the STS-1 (51.84 Mb/s) level. These STS-1 signals can be routed independently through the satellite between various ground stations. Management of the network is performed using a Network Management Terminal (NMT) and is based on standard SNMP and Internet protocols. The earth stations can also be remotely monitored and controlled via the satellite channel or via the terrestrial Internet

    A Ka-Band High Data Rate Shipboard Satellite Terminal

    Get PDF
    A fully articulated steerable shipboard satellite antenna system operating at Ka-band was developed by engineers from the Naval Research Laboratory (NRL), NASA\u27s Glenn Research Center, and a number of industry partners. A series of tests conducted in October of 1998 on Lake Michigan achieved an unparalleled data rate transmission of 45 megabits per second (Mbps) between a moving vessel at sea and a fixed-earth station using NASA\u27s Advanced Communications Technology Satellite (ACTS). Network and application layer tests ran concurrently with the data rate transmission trials, examining TCP/IP file transfers, video and voice transfer technologies, and Asynchronous Transfer Mode (ATM) techniques. This experiment, called the Shipboard ACTS Ka-band Experiment (SHAKE), collected a data set of time-correlated measurements. The samples, collected at one-second (or faster) intervals, included vessel motion, RF and IF (modem) measurements. DS-3 layer port statistics, ATM layer statistics, TCP/IP statistics, and application performance. This data set (discussed herein) represents the one of the most comprehensive collections of its type ever recorded on a vessel. Tracking was measured at various sea states and weather conditions, including seas that generated peak pitch variations on the vessel of + 12 degrees, and peak roll variations of + 24 degrees. The SHAKE experiment, utilizing a combination of commercial-off-the-shelf (COTS) and government hardware, clearly illustrated the viability of high data rate (HDR) Ka-band systems for ship-to-shore communications. The system, which was developed over a period of four months, was tested during a two-week period on Lake Michigane on a 45-foot Bayliner Motor Yacht. Entropy. Underlying networking, protocol, terminal, and bandwidth-on-demand issues, combined with variable bit rate servive and HDR capabilities, present challenges not typically addressed in current Naval SATCOM systems. Through this study, numerous system optimizations were documented, which are presented as work remaining in order to realize reliable services that would support Naval HDR shipboard SATCOM requirements using commercially-available Ka-Band satellite systems

    Formation mechanisms of striations in a filamentary dielectric barrier discharge in atmospheric pressure argon

    Full text link
    Formation mechanisms of striations along the discharge channel of a single-filament dielectric barrier discharge (DBD) in argon at atmospheric pressure are investigated by means of a time-dependent, spatially two-dimensional fluid-Poisson model. The model is applied to a one-sided DBD arrangement with a 1.5 mm gap using a sinusoidal high voltage at the powered metal electrode. The discharge conditions are chosen to mimic experimental conditions for which striations have been observed. It is found that the striations form in both half-periods during the transient glow phase, which follows the streamer breakdown phase. The modelling results show that the distinct striated structures feature local spatial maxima and minima in charged and excited particle densities, which are more pronounced during the positive polarity. Their formation is explained by a repetitive stepwise ionisation of metastable argon atoms and ionisation of excimers, causing a disturbance of the spatial distribution of charge carriers along the discharge channel. The results emphasise the importance of excited states and stepwise ionisation processes on the formation of repetitive ionisation waves, eventually leading to striations along the discharge channel.Comment: 18 pages, 15 figures, resubmitted to Plasma Sources Science and Technolog

    The JKind Model Checker

    Full text link
    JKind is an open-source industrial model checker developed by Rockwell Collins and the University of Minnesota. JKind uses multiple parallel engines to prove or falsify safety properties of infinite state models. It is portable, easy to install, performance competitive with other state-of-the-art model checkers, and has features designed to improve the results presented to users: inductive validity cores for proofs and counterexample smoothing for test-case generation. It serves as the back-end for various industrial applications.Comment: CAV 201

    ACTS 118x Final Report High-Speed TCP Interoperability Testing

    Get PDF
    With the recent explosion of the Internet and the enormous business opportunities available to communication system providers, great interest has developed in improving the efficiency of data transfer using the Transmission Control Protocol (TCP) of the Internet Protocol (IP) suite. The satellite system providers are interested in solving TCP efficiency problems associated with long delas and error-prone links. Similarly, the terrestrial community is interested in solving TCP problems over high-bandwidth links. Whereas the wireless community is intested in improving TCP performance over bandwidth constrained, error-prone links. NASA realized that solutions had already been proposed for most of the problems associated with efficient data transfer over large bandwidth-delay links (which include satellite links). The solutions are detailed in various Internet Engineering Task Force (IETF) Request for Comments (RFCs). Unfortunately, most of these solutions had not been tested at high-speed (155+ Mbps). Therefore, the NASA\u27s ACTS experiments program initiated a series of TCP experiments to demonstrate scalability of TCP/IP and determine how far the protocol can be optimised over a 622 Mbps satellite link. These experiments were known as the 118i and 118j experiments. During the 118i and 118j experiments, NASA worled closely with SUN Microsystems and FORE Systems to improve the operating system, TCP stacks, and network interface cards and drivers. We were able to obtain instantaneous data througput rates of greater than 529 Mbps and average throughput rates of 470 Mbps using TCP over Asynchronous Transfer Mode (ATM) over a 622 Mbps Synchronous Optical Network (SONET) OC12 link. Following the success of these experiments and the successful government/industry collaboration, a new series of experiments, the 118x experiments, were developed

    A simple abstraction of arrays and maps by program translation

    Full text link
    We present an approach for the static analysis of programs handling arrays, with a Galois connection between the semantics of the array program and semantics of purely scalar operations. The simplest way to implement it is by automatic, syntactic transformation of the array program into a scalar program followed analysis of the scalar program with any static analysis technique (abstract interpretation, acceleration, predicate abstraction,.. .). The scalars invariants thus obtained are translated back onto the original program as universally quantified array invariants. We illustrate our approach on a variety of examples, leading to the " Dutch flag " algorithm

    SMT-based Model Checking for Recursive Programs

    Full text link
    We present an SMT-based symbolic model checking algorithm for safety verification of recursive programs. The algorithm is modular and analyzes procedures individually. Unlike other SMT-based approaches, it maintains both "over-" and "under-approximations" of procedure summaries. Under-approximations are used to analyze procedure calls without inlining. Over-approximations are used to block infeasible counterexamples and detect convergence to a proof. We show that for programs and properties over a decidable theory, the algorithm is guaranteed to find a counterexample, if one exists. However, efficiency depends on an oracle for quantifier elimination (QE). For Boolean Programs, the algorithm is a polynomial decision procedure, matching the worst-case bounds of the best BDD-based algorithms. For Linear Arithmetic (integers and rationals), we give an efficient instantiation of the algorithm by applying QE "lazily". We use existing interpolation techniques to over-approximate QE and introduce "Model Based Projection" to under-approximate QE. Empirical evaluation on SV-COMP benchmarks shows that our algorithm improves significantly on the state-of-the-art.Comment: originally published as part of the proceedings of CAV 2014; fixed typos, better wording at some place

    PrIC3: Property Directed Reachability for MDPs

    Get PDF
    IC3 has been a leap forward in symbolic model checking. This paper proposes PrIC3 (pronounced pricy-three), a conservative extension of IC3 to symbolic model checking of MDPs. Our main focus is to develop the theory underlying PrIC3. Alongside, we present a first implementation of PrIC3 including the key ingredients from IC3 such as generalization, repushing, and propagation
    corecore