IMA Readiness for Autonomous Robotic Systems in Extraterrestrial Surface Exploration Missions S

Size: px
Start display at page:

Download "IMA Readiness for Autonomous Robotic Systems in Extraterrestrial Surface Exploration Missions S85-2010-5000-0802-008-1.0"

Transcription

1 AIAA SPACE 2010 Conference & Exposition 30 August - 2 September 2010, Anaheim, California AIAA IMA Readiness for Autonomous Robotic Systems in Extraterrestrial Surface Exploration Missions S Mark Villela 1 Mitch Fletcher 2 and Brian Cornelius 3 Honeywell International, DSES 19019N. 59 th Ave., Glendale, AZ, Recent developments in hardware readiness are closing the technological gaps which limited the implementation of robotic autonomy in extraterrestrial surface exploration missions. Innovative applications of wireless technology and avionics architectural principles drawn from the Orion crew module, to name one example, provide solutions for several of these gaps. If future space exploration missions are to grow significantly more complex, greater levels of autonomy must be afforded to robotic systems. This paper describes how Orion s avionics architecture attributes can be leveraged to implement an independent, deterministic Safety partition that prevents non-deterministic autonomous applications from issuing unsafe commands. The certification issues endemic to having autonomous applications operating alongside humans is also addressed. Robust avionic architectures by themselves are not sufficient, requiring aggressive innovations in size, weight and power, to allow the avionics hardware infrastructure to meet stringent robotic mission requirements. The emerging next generation of integrated modular avionics addresses this challenge with smaller, but very capable platforms. Another technology gap being addressed through the use of avionics architectural principles and deterministic wireless technology is the coordination of multiple autonomous systems. As a proof-ofconcept, Honeywell has developed various algorithms and wireless hardware that lead to a deterministic, fault tolerant, reliable wireless backplane. Honeywell has developed a laboratory facility based upon the Simulation & Modeling for Acquisition, Requirements and Training (SMART) concepts. Through this SMARTlab facility multi-robot collaboration can be achieved via interaction of real and simulated robots, rather than requiring the presence of several costly, physical robots. By filling technology gaps associated with space based autonomous systems, recent advances in wireless and simulation technology, along with Orion architectural principles, provide the means for decreasing operational costs and simplifying problems associated with autonomous systems, including those requiring the collaborative work of multiple robotic assets. I. Introduction Executing significantly more complex extraterrestrial surface exploration missions will require the support from autonomous agents and robotic systems, to perform in-space assembly, in situ mining, robotic teleoperation over long communication link delays, etc. Current robotic operations, such as with the Mars Exploration Rovers, require a team of several specialists for each robot. Economic realities preclude this same level of support when numerous autonomous systems are required. Increased autonomy, resulting in decreased human operator interaction, is key to providing a cost-effective solution to this problem. However, governmental agencies have been notoriously reluctant to certify autonomous and typically non-deterministic systems, particularly if humans may be directly affected. For the past 15 years, Honeywell has developed multiple implementations of what has been described as the fifth generation avionics architecture. This successful Integrated Modular Avionics (IMA) architecture has proven to 1 Product Team Leader, Electronic Systems Engineering & Applications, mark.villela@honeywell.com. 2 Chief Engineer, Electronic Systems Engineering & Applications, mitch.fletcher@honeywell.com. 3 Staff Engineer, Electronic Systems Engineering & Applications, brian.cornelius@honeywell.com. 1 Copyright 2010 by the, Inc. All rights reserved.

2 require significantly less size, weight, and power than previous designs, which encourages its application to robotics systems for space exploration. In order to understand how IMAs provide solutions to many of the technical issues associated with space robotics, this paper first describes architectural principles that have proven instrumental to the success of IMAs in aircraft avionics, followed by proposed application of those principles to autonomous systems. The paper concludes with a description of the ongoing proof-of-concept efforts conducted by Honeywell to demonstrate the applicability of these principles to autonomous systems. II. Proven IMA architectural principles Honeywell s IMA architectural principles that apply to autonomous systems include: 1) Hardware & software modularity, commonality, and scalability 2) Full time and space partitioning 3) Table-driven coordinated operations 4) Memory mapped interfaces. Adherence to these principles provides a hardware and software infrastructure that minimizes the impact of system modifications, whether tailoring a core system for a specific application, changing a mission scenario, or upgrading components. Through the use of these architectural principles, responsibility for many of the system level control functions migrates from software developers to system engineers and system integrators. A. Partitioned Software Infrastructure Through a combination of hardware, software, and operational tools, a single computational platform may be robustly partitioned into multiple virtual computers (shown in Figure 1). To achieve a brick wall robust partitioning, its implementations must occur in four domains: 1) Memory space 2) Computation time 3) I/O access 4) Backplane access. In a partitioned architecture, each partition functions as if it were hosted on its own complete and unique computer. A hardware Memory Management Unit (MMU) enforces access rights to memory resources to ensure that a partition s memory resources are protected from access by other partitions. This approach also assures that software and memory failures do not propagate to other partitions. It is worth noting that the time and space Figure 1. Time and Space Partitioning. With time and space partitioning, partitions function as if they were hosted on separate processors. partitioning can also be expanded to include Input/Output and Backplane access partitioning, as demonstrated by Honeywell s expansion to the ARINC-653 standard. B. Table-Driven Control & Memory Mapped Interfaces Each partition may be allowed to communicate with other partitions or directly with I/O devices. This data flow is handled by the system infrastructure, based upon pre-defined system tables that are used by the underlying infrastructure to allocate and control physical processor resources, memory, I/O resource access, and backplane traffic. This scheme creates a highly deterministic, high-reliability system, i.e., data needed by an application is available in local memory when required, and data produced by an application is placed in local memory where the system infrastructure retrieves it and makes it available for consumption where expected (Figure 2). 2

3 In a robust IMA implementation, no partition is allowed to contaminate another partition's code, I/O, or data storage areas (space partitioning); no partition is allowed to consume shared processor resources to the exclusion of any other partition (time partitioning); no partition is capable of consuming I/O resources to the exclusion of any Figure 2. Independence of Applications. The system infrastructure controls movement between partitions, including the I/O partition, according to pre-defined tables. other partition (I/O partitioning), or cause adverse affects to any other partition as a result of a hardware or software failure unique to that partition. These factors allow a partition running on a single processor to be modified without requiring re-certification of other partitions running on the same processor. Partitions with mixed criticality levels may reside in the same platform, without requiring all partitions to be certified to the highest criticality level. The implementation of this concept has already been certified by the Federal Aviation Administration (FAA). III. Application of IMA Principles to Autonomous Systems and Robotics As described in the introduction, a concern with increased robotic autonomy is its direct effect on the operational safety of a system. Honeywell realized that applying IMA architectural principles to autonomous robotic controls not only addresses safety issues but also provides a fresh approach to the complicated task of multi-robot collaboration. The following sections describe system solutions based upon IMA architectural principles that address each of these areas. A. Safe And Compliant Non-Deterministic Algorithms Two key issues concerning the teleoperation of space exploration robots are the large number of operators currently required to maintain control of each autonomous agent, and the relatively long delays in the communication links between a robot and mission control. As a reference point, the round-trip communication travel time between Earth and the moon is just over 2 seconds. Between Earth and the Sun-Earth L 2 point (about 1.5 million kilometers long) the round-trip light travel time is 10 seconds. For Earth-to-Mars communication, this delay can be as short as 6 minutes to as long as 44 minutes, depending on the relative position of both planets. If the Space Exploration program is to employ several robotic systems in surface exploration, it will need to mitigate the potential increase in facilities, manpower, and robotic autonomy required to support these systems. There must be a substantial simplification in the interaction between mission control and robotics systems. In order to simplify this interaction, autonomous agents must perform many of the decision making and control functions currently performed by human operators. However, these functions often require a degree of non-determinism that could potentially cause the robotic systems to operate in an unpredictable manner, potentially injuring humans or destroying critical equipment. The IMA infrastructure provides the means for isolating non-deterministic applications from the remainder of the system. This protects the autonomous system, and any humans or equipment in the mission theater, from unforeseen consequences that may arise from the use of non-deterministic 3

4 applications. The table-driven, memory-mapped nature of the IMA architecture assures that no unsafe commands can be sent to the system actuators. Figure 3 illustrates this capability. Since no partition is allowed to interfere with the operation of another partition, the impact of any uncontrolled activity by a non-deterministic partition can be bounded by the IMA infrastructure. Furthermore, since any extrapartition communication (with another partition or I/O device) is fully controlled by pre-determined system tables, buffer partitions can be placed between any non-deterministic application and the associated sensors and actuators. One of these buffer partitions, known as a Safety Partition, can be fully certified, for example, for use in proximity to humans. This partition would monitor the position of humans or other items of interest, and restrict the robot s autonomous operation if needed. All commands issued by mission applications, regardless of the level of determinism or non-determinisms, are transferred first to the Safety Partition. Only commands that comply with safety requirements are relayed to the actuators via Sensor/Actuator Access Partitions. Using this approach, even learning algorithms and neural networks may safely operate in a human-rated environment or any other area with high value assets that might be susceptible to damage by a rogue robot. Under this scheme, only the safety partition would require certification for safe operation. Application software would be relieved of the requirement for safety certification, allowing previously un-certifiable software to be used in the presence of humans or other critical assets. Application of a system architecture that can assure the safety of humans and equipment against the effects of non-deterministic applications may prove sufficient to bridge the gap that has existed between non-deterministic systems and government certification. B. Wireless virtual backplane and multi-robot collaboration A key Honeywell communication architectural concept, known as Virtual Backplane, is a method for interfacing a variable numbers of nodes in such a way that they all appear to be peers. Regardless of the physical architecture for interfacing the nodes, all I/O data are available to all applications, as if the I/O interfaces were directly connected to the host processor (Figure 4). While the Virtual Backplane was originally designed for interactions between various dissimilar functions onboard commercial aircraft, the architectural concept applies equally well for coordinating multiple robots. This architecture also allows for modules to be optimally defined to reduce weight and to allow local thermal issues to be considered in the architectural implementation. Additionally, new modules (or robots) can be added for extended availability, increased redundancy, and/or increased processing and/or I/O capability. The ability to add or remove modules with little impact on the existing architecture provides an approach that is easily scaled to meet program requirements. We expanded the Virtual Backplane concept to a wireless environment (see Figure 5). The wireless Virtual Backplane architecture is an integration of multiple algorithms at various networking layers, and is currently in a development stage. 4 Figure 3. Safe and Compliant Control System. IMA architectural principles provide the infrastructure for the safe use of non-deterministic algorithms Figure 4. Virtual Backplane Implementation. The Virtual Backplane logically connects each unit, regardless of the physical implementation.

5 In order to have a wireless Virtual Backplane as the communication infrastructure for safety-critical control applications hosted by Honeywell s modular integrated avionic architecture, two technical hurdles have to be conquered. First, the wireless Virtual Backplane will provide end-to-end deterministic communications (cardinal and ordinal determinism). Second, the wireless Virtual Backplane should guarantee the information integrity and communication reliability required by safety-critical controls applications. In addition, since robots are moving end systems, the wireless Virtual Backplane needs to satisfy the above requirements with mobility (i.e., variable distance, speed, and heading direction). Solutions to these two problems are described below. Most of robotics control commands are transmitted in periodic traffic (in multiple different frequencies). Due to the real-time processing requirements, these commands must be transmitted deterministically both in time and in order. In addition, transmitting safety-critical data with cardinal and ordinal determinism is also an effective way to explicitly detect the originator of misbehaviors (identifies when a fault happened and therefore who generated it). Real-time safety-critical system architecture with cardinal and ordinal determinism would dramatically improve system reliability, and therefore form the foundation for upper layer deterministic applications. However, most of existing wireless systems use collision detection and avoidance type of algorithm to contend for access to RF media. When such a system is used with a real-time schedulable operating system, it would not only degrade the determinism already scheduled by applications and the operating system, the arbitration process would also result in packet losses. Funded by Honeywell internal R&D, we have developed, implemented, and demonstrated a deterministic wireless system, which uses Time Division Multiple Access (TDMA) at the Media Access Control (MAC) layer to regulate the access to media. Our deterministic wireless systems have been demonstrated in a multi-robot IMA control environment, with results showing that packet loss rate and effective throughput are dramatically improved. During the system architecting phase of this project, we plan on defining a way to integrate this technology into a wireless Virtual Backplane network stack, which in turn will be integrated with a modular integrated avionics platform. With the development of a wireless Virtual Backplane, a new approach can be developed to address the complex task of multi-robot collaboration. Currently, multi-robot collaboration is largely viewed as a networking problem dealing with multiple independent systems. With a wireless Virtual Backplane architecture, the logical architecture is unaffected by the physical location of sensors, effectors, and processing elements. Therefore, a single control application may treat the Figure 5. Wireless Virtual Backplane. a reliable, deterministic wireless comm. scheme enables a Virtual Backplane approach to multi-robot interaction. Figure 6. Multi-Robot Collaboration. Use of IMA architectural principles provides a scheme for treating multiple robots as a single system. entire multi-robot system as a single entity, with each robot hosting a subset of the overall collection of sensors and effectors (see Figure 6). 5

6 Using this scheme, the correlated control of the multiple robots is simplified from a problem in networking and collaboration to one of a single application running on one robot correlating the activities of multiple sensors and effectors on multiple robots. Alternately, the control application could reside in multiple partitions on one or more robots, but the end result is similar. In either case, the processing power necessary to implement the control application can be hosted in a limited number of robots, while the processing elements on the remaining robots could be minimized to reduce size, weight, and power. These simple controllers would be responsible for low-level control of the sensors, effectors, and robot actuators in response to commands from the control application. The control application could be redundantly hosted on multiple robots to provide a fault-tolerant system architecture. C. Miniaturized Re-Configurable Avionics Robust IMA architectures, by themselves are not sufficient, requiring aggressive innovations in size, weight and power to allow the avionics hardware infrastructure to meet the stringent robotic mission requirements. The emerging next generation of integrated modular avionics is taking this challenge head-on, with improvements aimed at allowing their use in smaller space exploration vehicles. Reduction of Size, Weight and Power (SWaP) is paramount for next-generation space avionics, ultimately resulting in avionics units similar in SWaP to today s average Smartphone. In the past 2 years, Honeywell has been aggressively pursuing miniaturization of electronics building blocks to facilitate this leap forward in technology, via IR&D projects. Honeywell has developed concept designs for miniaturized re-configurable avionics equivalent to 1/10 th of the SWaP of the current Orion Vehicle Management Computer (VMC). This savings is achieved primarily through miniaturization of many of the building blocks used in space avionics processor, I/O controller, analog, and digital interfaces. The processing solution will consist of System-on-Chip (SoC) devices configured as Self- Checking Pairs (SCPs) for high-integrity computing capability. As a first step, the VMC processor was shrunk to 25% of its original size using Multi-Chip Module (MCM) technology, and then further miniaturized using SoC technology (Figure 7). The Honeywell SoC will be developed using IBM s 45-nm Silicon- On-Insulator (SOI) technology and represents a throughput equivalent to 2x that of its Orion VMC counterpart at equivalent clock speed at 1/10 th the power. This throughput is expandable to 12x at higher clock speeds. The SoC contains IBM s 476FP next-generation Power PC processor, and also contains a massive array of embedded DRAM on chip, essentially a massive L2 cache. In addition, the SoC contains numerous I/O interfaces required for space avionics applications, and satellite I/O processors to facilitate data movement between the I/O system and main memory. The use of IBM s 45-nm SOI process results in a SoC that is relatively immune to Single Event Latchup (SEL) failures in radiation environments. The planned implementation uses 2 SoC configured as a self-checking pair in a modular System-in-Package (SiP) that also contains local power supplies and non-volatile memory (Figure 8). The I/O solution is comprised primarily of custom ASICs for I/O control and scheduling, analog I/O, and digital I/O signals. The I/O ASICs can be configured to interface with a variety of signal types analog discrete, RS-422, etc. such that a single I/O card design can be used in a wide variety of applications. For robustness over temperature extremes and radiation extremes, these devices may be implemented using the Silicon Germanium 6 Figure 7. VMC Processor Miniaturization. Figure 8. SCP SiP Concept.

7 (SiGe) library developed by the NASA Advanced Avionics Processor System (AAPS) project in conjunction with Georgia Tech University. Combined with the I/O ASICs mentioned above, Honeywell has proposed typical architectures for a variety of space applications, such as the Constellation Space Suit avionics shown in Figure 9. This IMA design benefits from a next-generation power supply design that employs a game-changing technology dubbed storage-free converter. Such technology permits dramatic SWaP reduction over traditional power supply designs by realization of a DC-DC converter that is above 99% efficient. Internal communications in the VMC are planned to be implemented via PCI Express (PCIe). This commercial standard will be ruggedized for space applications and includes operation modes that will dramatically reduce power consumption. As a companion to the miniaturized avionics, Honeywell has also developed the concept design for the next-generation of Time Triggered Ethernet Figure 9. Proposed Constellation Space Suit Avionics. (TTE) networks, identified as TT-E V2. In conjunction with partner TT-Tech, Honeywell is developing miniaturized electronics that will be used for deployment of a 10/100/1000base-T network, the higher-capability successor of the current Orion Time Triggered Gigabit Ethernet (TT-GbE) technology. IV. Honeywell Proof-of-Concept Efforts To demonstrate the applicability of the above concepts to autonomous systems and robotics, Honeywell has developed a Robotics System Integration Laboratory (RSIL) to support proof-of-concept demonstrations. Specifically, Honeywell has focused its early autonomous systems efforts on four inter-related tracks: 1) Robotics Figure 10. Robotics Moonyard. Honeywell s testbed includes a 100 x 100 moonyard. Controls Subsystem; 2) Autonomy; 3) Simulation and Modeling; and 4) Deterministic Wireless Communication. Applicability to robotics systems is demonstrated using commercial robots (3 MobileRobots P3AT robots) and a prepared moonyard. The moonyard measures approximately 100 x 100 and consists of a sand base with elevated and depressed areas, rocky fields, boulders, and 2 mounds (see Figure 10). A. Robotics Controls Subsystem Track The Robotics Controls Subsystem Track demonstrates the applicability of IMA architectural concepts to smaller systems such as mobile robots in space. Efforts include developing a baseline architecture for a common robotics control subsystem and scaling the architectural principles to meet the size, weight, and power budgets available. Initial efforts have concentrated on porting a commercial time and space partitioned real-time operating system, Green Hills INTEGRITY 653, to a representative processor. Current operational space robotics tend toward use of 100 MHz PowerPC processors. For initial testing, Honeywell is using a commercial processor board that exceeds the 100 MHz performance level due to lack of available alternatives. To demonstrate operational feasibility, the 7

8 processor clock speed has been de-rated to its minimum rate, and the available processor resources have been further de-rated via the offline IMA tools. Future efforts include adding full table-driven, memory-mapped control to the commercial ARINC-653 operating system. Demonstration of a prototype control subsystem for robots that incorporates IMA architectural principles provides the first step toward developing a common control system for a variety of robots, tailored to specific mission needs. B. Autonomy Track The Autonomy Track has focused on using time and space partitioning to demonstrate the concept of safe and compliant non-deterministic algorithms, as described earlier. IMA principles provide the infrastructure required to protect humans or critical equipment during operation of autonomous applications. Future efforts envision employing this safe and compliant infrastructure in the demonstration of a variety of autonomous applications, including multi-robot collaboration, autonomous mission planning and operations, and autonomous tasking of astronaut assistant robots. C. Simulation and Modeling Track Honeywell has developed a laboratory facility based upon the Simulation & Modeling for Acquisition, Requirements and Training (SMART) concepts developed by the Department of Defense. This SMARTlab Modeling and Simulation Facility has been used to provide a 3-dimensional simulation environment of various devices including robots and autonomous systems. Using this resource, Honeywell has developed simulations of the physical Figure 11. Virtual Moonyard. Modeling and Simulation Facility provides simulations of the physical moonyard and robots. moonyard and the MobileRobots robots and developed real-to-virtual interfaces that allow the physical and virtual robots to interact with each other, and with the physical and simulated environments. Multi-robot collaboration using several robots can be achieved via the interaction of real and simulated robots, rather than requiring the presence of several physical robots. Figure 11 provides a screen shot of the simulated moonyard with several simulated MobileRobots robots. D. Deterministic Wireless Communication Track Honeywell has developed a deterministic wireless communication scheme that applies TDMA algorithms to the MAC layer of wireless protocols. This scheme has been successfully applied to the Zigbee ( ) and protocols, with improvements that provide increased reliability and fault-tolerance, both required in order to implement a full wireless Virtual Backplane. A similar scheme is being applied to the protocol. Deterministic wireless communication has been demonstrated between robots, and between robots and a base station. V. Summary The Space program has the potential to use an unprecedented number of robotic systems for the surface exploration of moons, planets, and asteroids. However, current space robotics development and operation costs can be prohibitive if the number of robots increases significantly. To reduce these operating costs, decreased human control will be needed. However, this decreased control implies a level of autonomy that is normally only achieved through non-deterministic algorithms. To date, governmental certification authorities have been reluctant to qualify non-deterministic algorithms. Drawing from success in the aircraft industry, Honeywell has architected a controls infrastructure that addresses both of these needs. Architectural principles inherent in Honeywell s Integrated Modular Avionics systems form the basis of a hardware and software infrastructure that is flexible, scalable, and easily tailored to specific implementations or mission scenarios. These same principles enable a method for safely employing nondeterministic algorithms without fear of injury to humans or damage to critical equipment. In addition, applying 8

9 state-of-the-art wireless technology to this same architecture results in a simplified approach to multi-robot collaboration. Scientists and engineers are developing a new generation of avionics computational platform. With aggressive goals of size, weight, and power, this new hardware will enable the use of state-of-the-art avionics architectures in semi-autonomous and autonomous robots for space exploration. VI. Contacts Mitch Fletcher, Chief Engineer Honeywell International Inc. Defense & Space North 59th Avenue Glendale, Arizona Telephone: (602) Cell: (602) Fax (602) mitch.fletcher@honeywell.com Mark Villela, Robotics Product Team Leader Honeywell International Inc. Defense & Space North 59th Avenue Glendale, Arizona Telephone: (602) Cell: (623) Fax (602) mark.villela@honeywell.com 9

Boeing B-777. 29.1 Introduction. 29.2 Background. Michael J. Morgan

Boeing B-777. 29.1 Introduction. 29.2 Background. Michael J. Morgan 29 Boeing B-777 Michael J. Morgan Honeywell 29.1 Introduction 29.2 Background 29.3 Boeing 777 Airplane Information Management System (AIMS) 29.4 Cabinet Architecture Overview 29.5 Backplane Bus 29.6 Maintenance

More information

Mixed-Criticality Systems Based on Time- Triggered Ethernet with Multiple Ring Topologies. University of Siegen Mohammed Abuteir, Roman Obermaisser

Mixed-Criticality Systems Based on Time- Triggered Ethernet with Multiple Ring Topologies. University of Siegen Mohammed Abuteir, Roman Obermaisser Mixed-Criticality s Based on Time- Triggered Ethernet with Multiple Ring Topologies University of Siegen Mohammed Abuteir, Roman Obermaisser Mixed-Criticality s Need for mixed-criticality systems due to

More information

Meeting the Demands of Robotic Space Applications with CompactPCI

Meeting the Demands of Robotic Space Applications with CompactPCI 1 of 6 1/10/2006 3:26 PM Meeting the Demands of Robotic Space Applications with CompactPCI The robotic tasks in manned and unmanned space applications need increasing sophistication, intelligence and autonomy,

More information

Applying Multi-core and Virtualization to Industrial and Safety-Related Applications

Applying Multi-core and Virtualization to Industrial and Safety-Related Applications White Paper Wind River Hypervisor and Operating Systems Intel Processors for Embedded Computing Applying Multi-core and Virtualization to Industrial and Safety-Related Applications Multi-core and virtualization

More information

HIPAA Security Considerations for Broadband Fixed Wireless Access Systems White Paper

HIPAA Security Considerations for Broadband Fixed Wireless Access Systems White Paper HIPAA Security Considerations for Broadband Fixed Wireless Access Systems White Paper Rev 1.0 HIPAA Security Considerations for Broadband Fixed Wireless Access Systems This white paper will investigate

More information

MultiPARTES. Virtualization on Heterogeneous Multicore Platforms. 2012/7/18 Slides by TU Wien, UPV, fentiss, UPM

MultiPARTES. Virtualization on Heterogeneous Multicore Platforms. 2012/7/18 Slides by TU Wien, UPV, fentiss, UPM MultiPARTES Virtualization on Heterogeneous Multicore Platforms 2012/7/18 Slides by TU Wien, UPV, fentiss, UPM Contents Analysis of scheduling approaches Virtualization of devices Dealing with heterogeneous

More information

HIPEAC 2015. Segregation of Subsystems with Different Criticalities on Networked Multi-Core Chips in the DREAMS Architecture

HIPEAC 2015. Segregation of Subsystems with Different Criticalities on Networked Multi-Core Chips in the DREAMS Architecture HIPEAC 2015 Segregation of Subsystems with Different Criticalities on Networked Multi-Core Chips in the DREAMS Architecture University of Siegen Roman Obermaisser Overview Mixed-Criticality Systems Modular

More information

The Shortcut Guide to Balancing Storage Costs and Performance with Hybrid Storage

The Shortcut Guide to Balancing Storage Costs and Performance with Hybrid Storage The Shortcut Guide to Balancing Storage Costs and Performance with Hybrid Storage sponsored by Dan Sullivan Chapter 1: Advantages of Hybrid Storage... 1 Overview of Flash Deployment in Hybrid Storage Systems...

More information

Miniaturizing Avionics Technologies for Small Body Missions

Miniaturizing Avionics Technologies for Small Body Missions Miniaturizing Avionics Technologies for Small Body Missions Raphael (Rafi) Some 818-354-1902 rsome@jpl.nasa.gov MS 198-229 Jet Propulsion Laboratory California Institute of Technology 4800 Oak Grove Dr.

More information

Mixed-Criticality: Integration of Different Models of Computation. University of Siegen, Roman Obermaisser

Mixed-Criticality: Integration of Different Models of Computation. University of Siegen, Roman Obermaisser Workshop on "Challenges in Mixed Criticality, Real-time, and Reliability in Networked Complex Embedded Systems" Mixed-Criticality: Integration of Different Models of Computation University of Siegen, Roman

More information

How To Build A Clustered Storage Area Network (Csan) From Power All Networks

How To Build A Clustered Storage Area Network (Csan) From Power All Networks Power-All Networks Clustered Storage Area Network: A scalable, fault-tolerant, high-performance storage system. Power-All Networks Ltd Abstract: Today's network-oriented computing environments require

More information

EECatalog SPECIAL FEATURE

EECatalog SPECIAL FEATURE Type Zero Hypervisor the New Frontier in Embedded Virtualization The hypervisor s full control over the hardware platform and ability to virtualize hardware platforms are beneficial in environments that

More information

International Summer School on Embedded Systems

International Summer School on Embedded Systems International Summer School on Embedded Systems Shenzhen Institutes of Advanced Technology, Chinese Academy of Sciences Shenzhen, July 30 -- August 3, 2012 Sponsored by Chinese Academy of Sciences and

More information

7a. System-on-chip design and prototyping platforms

7a. System-on-chip design and prototyping platforms 7a. System-on-chip design and prototyping platforms Labros Bisdounis, Ph.D. Department of Computer and Communication Engineering 1 What is System-on-Chip (SoC)? System-on-chip is an integrated circuit

More information

Management of VMware ESXi. on HP ProLiant Servers

Management of VMware ESXi. on HP ProLiant Servers Management of VMware ESXi on W H I T E P A P E R Table of Contents Introduction................................................................ 3 HP Systems Insight Manager.................................................

More information

SAN Conceptual and Design Basics

SAN Conceptual and Design Basics TECHNICAL NOTE VMware Infrastructure 3 SAN Conceptual and Design Basics VMware ESX Server can be used in conjunction with a SAN (storage area network), a specialized high speed network that connects computer

More information

Notes and terms of conditions. Vendor shall note the following terms and conditions/ information before they submit their quote.

Notes and terms of conditions. Vendor shall note the following terms and conditions/ information before they submit their quote. Specifications for ARINC 653 compliant RTOS & Development Environment Notes and terms of conditions Vendor shall note the following terms and conditions/ information before they submit their quote. 1.

More information

PCI Express Overview. And, by the way, they need to do it in less time.

PCI Express Overview. And, by the way, they need to do it in less time. PCI Express Overview Introduction This paper is intended to introduce design engineers, system architects and business managers to the PCI Express protocol and how this interconnect technology fits into

More information

Autonomous Operations for Small, Low-Cost Missions: SME, EOR (STEDI), DATA, and Pluto Express OUTLINE. Visions for Future, Low-Cost Missions

Autonomous Operations for Small, Low-Cost Missions: SME, EOR (STEDI), DATA, and Pluto Express OUTLINE. Visions for Future, Low-Cost Missions Autonomous Operations for Small, Low-Cost Missions: SME, EOR (STEDI), DATA, and Pluto Express Introduction Challenges Solutions Technologies Technology Gaps OUTLINE Visions for Future, Low-Cost Missions

More information

ENTERPRISE CONVERGED NETWORK SOLUTION. Deliver a quality user experience, streamline operations and reduce costs

ENTERPRISE CONVERGED NETWORK SOLUTION. Deliver a quality user experience, streamline operations and reduce costs ENTERPRISE CONVERGED NETWORK SOLUTION Deliver a quality user experience, streamline operations and reduce costs THE NEW CHALLENGES IN DELIVERING A HIGH-QUALITY USER EXPERIENCE Key trends are driving new

More information

Agenda. Michele Taliercio, Il circuito Integrato, Novembre 2001

Agenda. Michele Taliercio, Il circuito Integrato, Novembre 2001 Agenda Introduzione Il mercato Dal circuito integrato al System on a Chip (SoC) La progettazione di un SoC La tecnologia Una fabbrica di circuiti integrati 28 How to handle complexity G The engineering

More information

Achieving Nanosecond Latency Between Applications with IPC Shared Memory Messaging

Achieving Nanosecond Latency Between Applications with IPC Shared Memory Messaging Achieving Nanosecond Latency Between Applications with IPC Shared Memory Messaging In some markets and scenarios where competitive advantage is all about speed, speed is measured in micro- and even nano-seconds.

More information

White Paper. Requirements of Network Virtualization

White Paper. Requirements of Network Virtualization White Paper on Requirements of Network Virtualization INDEX 1. Introduction 2. Architecture of Network Virtualization 3. Requirements for Network virtualization 3.1. Isolation 3.2. Network abstraction

More information

VDI Solutions - Advantages of Virtual Desktop Infrastructure

VDI Solutions - Advantages of Virtual Desktop Infrastructure VDI s Fatal Flaw V3 Solves the Latency Bottleneck A V3 Systems White Paper Table of Contents Executive Summary... 2 Section 1: Traditional VDI vs. V3 Systems VDI... 3 1a) Components of a Traditional VDI

More information

Design of Remote data acquisition system based on Internet of Things

Design of Remote data acquisition system based on Internet of Things , pp.32-36 http://dx.doi.org/10.14257/astl.214.79.07 Design of Remote data acquisition system based on Internet of Things NIU Ling Zhou Kou Normal University, Zhoukou 466001,China; Niuling@zknu.edu.cn

More information

Switch Fabric Implementation Using Shared Memory

Switch Fabric Implementation Using Shared Memory Order this document by /D Switch Fabric Implementation Using Shared Memory Prepared by: Lakshmi Mandyam and B. Kinney INTRODUCTION Whether it be for the World Wide Web or for an intra office network, today

More information

Process Control and Automation using Modbus Protocol

Process Control and Automation using Modbus Protocol Process Control and Automation using Modbus Protocol Modbus is the fundamental network protocol used in most industrial applications today. It is universal, open and an easy to use protocol. Modbus has

More information

Things You Must Know About Gigabit Ethernet 1. Understanding Gigabit Ethernet

Things You Must Know About Gigabit Ethernet 1. Understanding Gigabit Ethernet Things You Must Know About Gigabit Ethernet 1. Understanding Gigabit Ethernet Today s network managers know that modern demands on a network by its users can shrink bandwidth dramatically. Faster computers,

More information

evm Virtualization Platform for Windows

evm Virtualization Platform for Windows B A C K G R O U N D E R evm Virtualization Platform for Windows Host your Embedded OS and Windows on a Single Hardware Platform using Intel Virtualization Technology April, 2008 TenAsys Corporation 1400

More information

Figure 1. Example of a Security System

Figure 1. Example of a Security System Security Systems: Migration to Cloud-Enabled IP-Based Solutions Introduction Security systems are used in a variety of locations, such as residential homes, office buildings, hospitals, industrial facilities,

More information

Call for Proposal: Internet-of-Things (IoT) for Intelligent Buildings and Transportation

Call for Proposal: Internet-of-Things (IoT) for Intelligent Buildings and Transportation HKUST-MIT Research Alliance Consortium Call for Proposal: Internet-of-Things (IoT) for Intelligent Buildings and Transportation Lead Universities Participating Universities 1 The expansion of internet

More information

ZigBee Technology Overview

ZigBee Technology Overview ZigBee Technology Overview Presented by Silicon Laboratories Shaoxian Luo 1 EM351 & EM357 introduction EM358x Family introduction 2 EM351 & EM357 3 Ember ZigBee Platform Complete, ready for certification

More information

White Paper 40-nm FPGAs and the Defense Electronic Design Organization

White Paper 40-nm FPGAs and the Defense Electronic Design Organization White Paper 40-nm FPGAs and the Defense Electronic Design Organization Introduction With Altera s introduction of 40-nm FPGAs, the design domains of military electronics that can be addressed with programmable

More information

Sensor network infrastructure for intelligent building monitoring and management system

Sensor network infrastructure for intelligent building monitoring and management system Sensor network infrastructure for intelligent building monitoring and management system 1 R.VENKATESH, 2 K.RADHA, 3 M.GANTHIMATHI 1.B.E-CSE, Muthayammal Engineering College, Rasipuram. 2. Assistant Professor

More information

QRadar Security Intelligence Platform Appliances

QRadar Security Intelligence Platform Appliances DATASHEET Total Security Intelligence An IBM Company QRadar Security Intelligence Platform Appliances QRadar Security Intelligence Platform appliances combine typically disparate network and security management

More information

Defining the Smart Grid WAN

Defining the Smart Grid WAN Defining the Smart Grid WAN WHITE PAPER Trilliant helps leading utilities and energy retailers achieve their smart grid visions through the Trilliant Communications Platform, the only communications platform

More information

A survey on Spectrum Management in Cognitive Radio Networks

A survey on Spectrum Management in Cognitive Radio Networks A survey on Spectrum Management in Cognitive Radio Networks Ian F. Akyildiz, Won-Yeol Lee, Mehmet C. Vuran, Shantidev Mohanty Georgia Institute of Technology Communications Magazine, vol 46, April 2008,

More information

Portable Wireless Mesh Networks: Competitive Differentiation

Portable Wireless Mesh Networks: Competitive Differentiation Portable Wireless Mesh Networks: Competitive Differentiation Rajant Corporation s kinetic mesh networking solutions combine specialized command and control software with ruggedized, high-performance hardware.

More information

Gsm Based Controlled Switching Circuit Between Supply Mains and Captive Power Plant

Gsm Based Controlled Switching Circuit Between Supply Mains and Captive Power Plant International Journal of Computational Engineering Research Vol, 03 Issue, 4 Gsm Based Controlled Switching Circuit Between Supply Mains and Captive Power Plant 1, Mr.S.Vimalraj, 2, Gausalya.R.B, 3, Samyuktha.V,

More information

Internet of things (IOT) applications covering industrial domain. Dev Bhattacharya dev_bhattacharya@ieee.org

Internet of things (IOT) applications covering industrial domain. Dev Bhattacharya dev_bhattacharya@ieee.org Internet of things (IOT) applications covering industrial domain Dev Bhattacharya dev_bhattacharya@ieee.org Outline Internet of things What is Internet of things (IOT) Simplified IOT System Architecture

More information

Flight Processor Virtualization

Flight Processor Virtualization National Aeronautics and Space Administration Flight Processor Virtualization Alan Cudmore / Code 582 9/11/2013 www.nasa.gov 1 Agenda Introduction to Virtualization Benefits of Virtualization for Satellite

More information

ELEC 5260/6260/6266 Embedded Computing Systems

ELEC 5260/6260/6266 Embedded Computing Systems ELEC 5260/6260/6266 Embedded Computing Systems Spring 2016 Victor P. Nelson Text: Computers as Components, 3 rd Edition Prof. Marilyn Wolf (Georgia Tech) Course Topics Embedded system design & modeling

More information

SDR Architecture. Introduction. Figure 1.1 SDR Forum High Level Functional Model. Contributed by Lee Pucker, Spectrum Signal Processing

SDR Architecture. Introduction. Figure 1.1 SDR Forum High Level Functional Model. Contributed by Lee Pucker, Spectrum Signal Processing SDR Architecture Contributed by Lee Pucker, Spectrum Signal Processing Introduction Software defined radio (SDR) is an enabling technology, applicable across a wide range of areas within the wireless industry,

More information

Early Warning Fire Detection and Integrated Security Solution. System Overview

Early Warning Fire Detection and Integrated Security Solution. System Overview Early Warning Fire Detection and Integrated Security Solution System Overview The FirePosse Early Warning Fire Detection and Integrated Security System from Firebreak Canada Corp. represents a major advance

More information

AFDX/ARINC 664 Concept, Design, Implementation and Beyond

AFDX/ARINC 664 Concept, Design, Implementation and Beyond SYSGO White Paper White Paper AFDX/ARINC 664 Concept, Design, Implementation and Beyond By Detlev Schaadt, CTO, SYSGO AG Whitepaper AFDX/ARINC 664 Concept, Design, Implementation and Beyond Introduction

More information

Industrial Control Systems Security Guide

Industrial Control Systems Security Guide Industrial Control Systems Security Guide Keith Stouffer, Engineering Lab National Institute of Standards and Technology NIST SP 800-82, Rev 2 and ICS Cybersecurity Testbed Keith Stouffer Project Leader,

More information

Windows Server 2008 R2 Hyper-V Live Migration

Windows Server 2008 R2 Hyper-V Live Migration Windows Server 2008 R2 Hyper-V Live Migration White Paper Published: August 09 This is a preliminary document and may be changed substantially prior to final commercial release of the software described

More information

Extending SANs Over TCP/IP by Richard Froom & Erum Frahim

Extending SANs Over TCP/IP by Richard Froom & Erum Frahim Extending SANs Over TCP/IP by Richard Froom & Erum Frahim Extending storage area networks (SANs) over a distance has become a necessity for enterprise networks. A single SAN island with one storage system

More information

Advanced Transportation Management Systems

Advanced Transportation Management Systems Advanced Transportation Management Systems Summary Many Department of Transportation agencies are looking for cost-saving ways to improve the efficiencies of roadways without making actual surface improvements

More information

Switched Interconnect for System-on-a-Chip Designs

Switched Interconnect for System-on-a-Chip Designs witched Interconnect for ystem-on-a-chip Designs Abstract Daniel iklund and Dake Liu Dept. of Physics and Measurement Technology Linköping University -581 83 Linköping {danwi,dake}@ifm.liu.se ith the increased

More information

Application Note Gigabit Ethernet Port Modes

Application Note Gigabit Ethernet Port Modes Application Note Gigabit Ethernet Port Modes Application Note Gigabit Ethernet Port Modes Table of Contents Description... 3 Benefits... 4 Theory of Operation... 4 Interaction with Other Features... 7

More information

HUAWEI Tecal E6000 Blade Server

HUAWEI Tecal E6000 Blade Server HUAWEI Tecal E6000 Blade Server Professional Trusted Future-oriented HUAWEI TECHNOLOGIES CO., LTD. The HUAWEI Tecal E6000 is a new-generation server platform that guarantees comprehensive and powerful

More information

A Transport Protocol for Multimedia Wireless Sensor Networks

A Transport Protocol for Multimedia Wireless Sensor Networks A Transport Protocol for Multimedia Wireless Sensor Networks Duarte Meneses, António Grilo, Paulo Rogério Pereira 1 NGI'2011: A Transport Protocol for Multimedia Wireless Sensor Networks Introduction Wireless

More information

An Integrator s Guide to MicroTCA Part III System management software

An Integrator s Guide to MicroTCA Part III System management software An Integrator s Guide to MicroTCA Part III System management software By Peter Marek, Advantech In the previous article of this series we explained the basic processes of the start up of a Field Replaceable

More information

Security Solutions to Meet NERC-CIP Requirements. Kevin Staggs, Honeywell Process Solutions

Security Solutions to Meet NERC-CIP Requirements. Kevin Staggs, Honeywell Process Solutions Kevin Staggs, Honeywell Process Solutions Table of Contents Introduction...3 Nerc Standards and Implications...3 How to Meet the New Requirements...4 Protecting Your System...4 Cyber Security...5 A Sample

More information

INTRODUCTION BACKPLANE BENEFITS

INTRODUCTION BACKPLANE BENEFITS INTRODUCTION First introduced in 2004, the LXI instrumentation platform has quickly gained acceptance in the functional test and data acquisition industries as a viable communications bus alternative to

More information

Project Development Plan

Project Development Plan Project Development Plan Roverwerx A.R.M. IRP Santa Clara University Richard Rasay 1 TABLE OF CONTENTS Introduction 1 Software Design.3 Robot-Side Application.5 Client-Side Application.7 Current Status

More information

Radware ADC-VX Solution. The Agility of Virtual; The Predictability of Physical

Radware ADC-VX Solution. The Agility of Virtual; The Predictability of Physical Radware ADC-VX Solution The Agility of Virtual; The Predictability of Physical Table of Contents General... 3 Virtualization and consolidation trends in the data centers... 3 How virtualization and consolidation

More information

Accelerating Data Compression with Intel Multi-Core Processors

Accelerating Data Compression with Intel Multi-Core Processors Case Study Predictive Enterprise Intel Xeon processors Intel Server Board Embedded technology Accelerating Data Compression with Intel Multi-Core Processors Data Domain incorporates Multi-Core Intel Xeon

More information

Computer Network. Interconnected collection of autonomous computers that are able to exchange information

Computer Network. Interconnected collection of autonomous computers that are able to exchange information Introduction Computer Network. Interconnected collection of autonomous computers that are able to exchange information No master/slave relationship between the computers in the network Data Communications.

More information

Computer Organization & Architecture Lecture #19

Computer Organization & Architecture Lecture #19 Computer Organization & Architecture Lecture #19 Input/Output The computer system s I/O architecture is its interface to the outside world. This architecture is designed to provide a systematic means of

More information

Wideband: Delivering the Connected Life

Wideband: Delivering the Connected Life White Paper Wideband: Delivering the Connected Life Subscribers are increasingly demanding many services to many screens. They want the convenience of having services available anytime, anywhere, and on

More information

Basic Components of a Spacecraft Computer. Hardware, Software, and Documentation

Basic Components of a Spacecraft Computer. Hardware, Software, and Documentation Flight Computers and Computing Space System Design, MAE 342, Princeton University Robert Stengel A Typical Space/Ground Information System System definition Computer architecture Components Data coding

More information

Cisco Mobile Network Solutions for Commercial Transit Agencies

Cisco Mobile Network Solutions for Commercial Transit Agencies Cisco Mobile Network Solutions for Commercial Transit Agencies Overview Commercial transit agencies provide a vital service to our communities. Their goal is to provide safe, affordable, and convenient

More information

Defense in Cyber Space Beating Cyber Threats that Target Mesh Networks

Defense in Cyber Space Beating Cyber Threats that Target Mesh Networks Beating Cyber Threats that Target Mesh Networks Trent Nelson, Cyber Security Assessment Lead, Idaho National Laboratory Jeff Becker, Global Wireless Business Director, Honeywell Process Solutions Table

More information

white paper A CASE FOR VIRTUAL RAID ADAPTERS Beyond Software RAID

white paper A CASE FOR VIRTUAL RAID ADAPTERS Beyond Software RAID white paper A CASE FOR VIRTUAL RAID ADAPTERS Beyond Software RAID Table of Contents 1. Abstract...3 2. Storage Configurations...4 3. RAID Implementation...4 4. Software RAID.4-5 5. Hardware RAID Adapters...6

More information

Intel RAID Controllers

Intel RAID Controllers Intel RAID Controllers Best Practices White Paper April, 2008 Enterprise Platforms and Services Division - Marketing Revision History Date Revision Number April, 2008 1.0 Initial release. Modifications

More information

Optimizing Energy Operations with Machine-to-Machine Communications

Optimizing Energy Operations with Machine-to-Machine Communications Optimizing Energy Operations with Machine-to-Machine Communications Contents Executive Summary... 3 The Role of M2M in Energy Companies... 3 Leveraging a M2M Platform... 5 Key Requirements for M2M Application

More information

ESE566 REPORT3. Design Methodologies for Core-based System-on-Chip HUA TANG OVIDIU CARNU

ESE566 REPORT3. Design Methodologies for Core-based System-on-Chip HUA TANG OVIDIU CARNU ESE566 REPORT3 Design Methodologies for Core-based System-on-Chip HUA TANG OVIDIU CARNU Nov 19th, 2002 ABSTRACT: In this report, we discuss several recent published papers on design methodologies of core-based

More information

Get the best performance from your LTE Network with MOBIPASS

Get the best performance from your LTE Network with MOBIPASS Get the best performance from your LTE Network with MOBIPASS The most powerful, user friendly and scalable enodeb test tools family for Network Equipement Manufacturers and Mobile Network Operators Network

More information

Enhance Service Delivery and Accelerate Financial Applications with Consolidated Market Data

Enhance Service Delivery and Accelerate Financial Applications with Consolidated Market Data White Paper Enhance Service Delivery and Accelerate Financial Applications with Consolidated Market Data What You Will Learn Financial market technology is advancing at a rapid pace. The integration of

More information

Demystifying Wireless for Real-World Measurement Applications

Demystifying Wireless for Real-World Measurement Applications Proceedings of the IMAC-XXVIII February 1 4, 2010, Jacksonville, Florida USA 2010 Society for Experimental Mechanics Inc. Demystifying Wireless for Real-World Measurement Applications Kurt Veggeberg, Business,

More information

Cisco Unified Access Technology Overview: Converged Access

Cisco Unified Access Technology Overview: Converged Access White Paper Cisco Unified Access Technology Overview: Converged Access Introduction Today, less than 1 percent of things in the physical world are network connected. In the near future the growth of the

More information

1000-Channel IP System Architecture for DSS

1000-Channel IP System Architecture for DSS Solution Blueprint Intel Core i5 Processor Intel Core i7 Processor Intel Xeon Processor Intel Digital Security Surveillance 1000-Channel IP System Architecture for DSS NUUO*, Qsan*, and Intel deliver a

More information

Using Cellular RTU Technology for Remote Monitoring and Control in Pipeline and Well Applications

Using Cellular RTU Technology for Remote Monitoring and Control in Pipeline and Well Applications Using Cellular RTU Technology for Remote Monitoring and Control in Pipeline and Well Applications Steve Frank Business Development Manager Moxa Inc. Introduction Cellular technology minimizes site visits

More information

Universal Flash Storage: Mobilize Your Data

Universal Flash Storage: Mobilize Your Data White Paper Universal Flash Storage: Mobilize Your Data Executive Summary The explosive growth in portable devices over the past decade continues to challenge manufacturers wishing to add memory to their

More information

TECHNOLOGY BRIEF. Compaq RAID on a Chip Technology EXECUTIVE SUMMARY CONTENTS

TECHNOLOGY BRIEF. Compaq RAID on a Chip Technology EXECUTIVE SUMMARY CONTENTS TECHNOLOGY BRIEF August 1999 Compaq Computer Corporation Prepared by ISSD Technology Communications CONTENTS Executive Summary 1 Introduction 3 Subsystem Technology 3 Processor 3 SCSI Chip4 PCI Bridge

More information

AC 20-148 REUSABLE SOFTWARE COMPONENTS

AC 20-148 REUSABLE SOFTWARE COMPONENTS AC 20-148 REUSABLE SOFTWARE COMPONENTS December 7, 2004 12/7/04 AC 20-148 CONTENTS Paragraph Title Page 1. Purpose....1 2. Motivation for this Guidance....1 3. Document Overview...1 4. General Guidelines

More information

Brocade Solution for EMC VSPEX Server Virtualization

Brocade Solution for EMC VSPEX Server Virtualization Reference Architecture Brocade Solution Blueprint Brocade Solution for EMC VSPEX Server Virtualization Microsoft Hyper-V for 50 & 100 Virtual Machines Enabled by Microsoft Hyper-V, Brocade ICX series switch,

More information

WAN Optimization Integrated with Cisco Branch Office Routers Improves Application Performance and Lowers TCO

WAN Optimization Integrated with Cisco Branch Office Routers Improves Application Performance and Lowers TCO WAN Optimization Integrated with Cisco Branch Office Routers Improves Application Performance and Lowers TCO The number of branch-office work sites is increasing, so network administrators need tools to

More information

The proliferation of the raw processing

The proliferation of the raw processing TECHNOLOGY CONNECTED Advances with System Area Network Speeds Data Transfer between Servers with A new network switch technology is targeted to answer the phenomenal demands on intercommunication transfer

More information

760 Veterans Circle, Warminster, PA 18974 215-956-1200. Technical Proposal. Submitted by: ACT/Technico 760 Veterans Circle Warminster, PA 18974.

760 Veterans Circle, Warminster, PA 18974 215-956-1200. Technical Proposal. Submitted by: ACT/Technico 760 Veterans Circle Warminster, PA 18974. 760 Veterans Circle, Warminster, PA 18974 215-956-1200 Technical Proposal Submitted by: ACT/Technico 760 Veterans Circle Warminster, PA 18974 for Conduction Cooled NAS Revision 4/3/07 CC/RAIDStor: Conduction

More information

WBAN Beaconing for Efficient Resource Sharing. in Wireless Wearable Computer Networks

WBAN Beaconing for Efficient Resource Sharing. in Wireless Wearable Computer Networks Contemporary Engineering Sciences, Vol. 7, 2014, no. 15, 755-760 HIKARI Ltd, www.m-hikari.com http://dx.doi.org/10.12988/ces.2014.4686 WBAN Beaconing for Efficient Resource Sharing in Wireless Wearable

More information

Research Article ISSN 2277 9140 Copyright by the authors - Licensee IJACIT- Under Creative Commons license 3.0

Research Article ISSN 2277 9140 Copyright by the authors - Licensee IJACIT- Under Creative Commons license 3.0 INTERNATIONAL JOURNAL OF ADVANCES IN COMPUTING AND INFORMATION TECHNOLOGY An international, online, open access, peer reviewed journal Volume 2 Issue 2 April 2013 Research Article ISSN 2277 9140 Copyright

More information

Maximizing Server Storage Performance with PCI Express and Serial Attached SCSI. Article for InfoStor November 2003 Paul Griffith Adaptec, Inc.

Maximizing Server Storage Performance with PCI Express and Serial Attached SCSI. Article for InfoStor November 2003 Paul Griffith Adaptec, Inc. Filename: SAS - PCI Express Bandwidth - Infostor v5.doc Maximizing Server Storage Performance with PCI Express and Serial Attached SCSI Article for InfoStor November 2003 Paul Griffith Adaptec, Inc. Server

More information

IBM QRadar Security Intelligence Platform appliances

IBM QRadar Security Intelligence Platform appliances IBM QRadar Security Intelligence Platform Comprehensive, state-of-the-art solutions providing next-generation security intelligence Highlights Get integrated log management, security information and event

More information

Vess. Architectural & Engineering Specifications For Video Surveillance. A2200 Series. www.promise.com. Version: 1.2 Feb, 2013

Vess. Architectural & Engineering Specifications For Video Surveillance. A2200 Series. www.promise.com. Version: 1.2 Feb, 2013 Vess A2200 Series Architectural & Engineering Specifications Version: 1.2 Feb, 2013 www.promise.com Copyright 2013 Promise Technology, Inc. All Rights Reserved. No part of this document may be reproduced

More information

NanopowerCommunications: Enabling the Internet of Things OBJECTS TALK

NanopowerCommunications: Enabling the Internet of Things OBJECTS TALK NanopowerCommunications: Enabling the Internet of Things OBJECTS TALK When objects can both sense the environment and communicate, they become tools for understanding complexity and responding to it swiftly.

More information

What is a System on a Chip?

What is a System on a Chip? What is a System on a Chip? Integration of a complete system, that until recently consisted of multiple ICs, onto a single IC. CPU PCI DSP SRAM ROM MPEG SoC DRAM System Chips Why? Characteristics: Complex

More information

Unisys ClearPath Forward Fabric Based Platform to Power the Weather Enterprise

Unisys ClearPath Forward Fabric Based Platform to Power the Weather Enterprise Unisys ClearPath Forward Fabric Based Platform to Power the Weather Enterprise Introducing Unisys All in One software based weather platform designed to reduce server space, streamline operations, consolidate

More information

Ways to Use USB in Embedded Systems

Ways to Use USB in Embedded Systems Ways to Use USB in Embedded Systems by Yingbo Hu, R&D Embedded Engineer and Ralph Moore, President of Micro Digital Universal Serial Bus (USB) is a connectivity specification that provides ease of use,

More information

Implementing Network Attached Storage. Ken Fallon Bill Bullers Impactdata

Implementing Network Attached Storage. Ken Fallon Bill Bullers Impactdata Implementing Network Attached Storage Ken Fallon Bill Bullers Impactdata Abstract The Network Peripheral Adapter (NPA) is an intelligent controller and optimized file server that enables network-attached

More information

How Router Technology Shapes Inter-Cloud Computing Service Architecture for The Future Internet

How Router Technology Shapes Inter-Cloud Computing Service Architecture for The Future Internet How Router Technology Shapes Inter-Cloud Computing Service Architecture for The Future Internet Professor Jiann-Liang Chen Friday, September 23, 2011 Wireless Networks and Evolutional Communications Laboratory

More information

App coverage. ericsson White paper Uen 284 23-3212 Rev B August 2015

App coverage. ericsson White paper Uen 284 23-3212 Rev B August 2015 ericsson White paper Uen 284 23-3212 Rev B August 2015 App coverage effectively relating network performance to user experience Mobile broadband networks, smart devices and apps bring significant benefits

More information

GR2000: a Gigabit Router for a Guaranteed Network

GR2000: a Gigabit Router for a Guaranteed Network Hitachi Review Vol. 48 (1999), No. 4 203 GR2000: a Gigabit Router for a Guaranteed Network Kazuo Sugai Yoshihito Sako Takeshi Aimoto OVERVIEW: Driven by the progress of the information society, corporate

More information

NETWORK ENABLED EQUIPMENT MONITOR

NETWORK ENABLED EQUIPMENT MONITOR NETWORK ENABLED EQUIPMENT MONITOR Remotely Monitor Sensors over the Internet Connect Sensors to the Web to Remotely Monitor Equipment, Processes or Other Applications A Complete, Easy to Deploy, Stand-Alone

More information

The Software-defined Data Center in the Enterprise

The Software-defined Data Center in the Enterprise The Software-defined Data Center in the Enterprise A Cloud Report by Ben Kepes This report underwitten by: NIMBOXX The Software-defined Data Center in the Enterprise 02/12/2015 Table of Contents 1. Executive

More information

PQoS Parameterized Quality of Service. White Paper

PQoS Parameterized Quality of Service. White Paper P Parameterized Quality of Service White Paper Abstract The essential promise of MoCA no new wires, no service calls and no interference with other networks or consumer electronic devices remains intact

More information

Backup Exec 9.1 for Windows Servers. SAN Shared Storage Option

Backup Exec 9.1 for Windows Servers. SAN Shared Storage Option WHITE PAPER Optimized Performance for SAN Environments Backup Exec 9.1 for Windows Servers SAN Shared Storage Option 11/20/2003 1 TABLE OF CONTENTS Executive Summary...3 Product Highlights...3 Approaches

More information

Cloud-Based Apps Drive the Need for Frequency-Flexible Clock Generators in Converged Data Center Networks

Cloud-Based Apps Drive the Need for Frequency-Flexible Clock Generators in Converged Data Center Networks Cloud-Based Apps Drive the Need for Frequency-Flexible Generators in Converged Data Center Networks Introduction By Phil Callahan, Senior Marketing Manager, Timing Products, Silicon Labs Skyrocketing network

More information