Artykuły w czasopismach na temat „Hardware isolation”

Kliknij ten link, aby zobaczyć inne rodzaje publikacji na ten temat: Hardware isolation.

Utwórz poprawne odniesienie w stylach APA, MLA, Chicago, Harvard i wielu innych

Wybierz rodzaj źródła:

Sprawdź 50 najlepszych artykułów w czasopismach naukowych na temat „Hardware isolation”.

Przycisk „Dodaj do bibliografii” jest dostępny obok każdej pracy w bibliografii. Użyj go – a my automatycznie utworzymy odniesienie bibliograficzne do wybranej pracy w stylu cytowania, którego potrzebujesz: APA, MLA, Harvard, Chicago, Vancouver itp.

Możesz również pobrać pełny tekst publikacji naukowej w formacie „.pdf” i przeczytać adnotację do pracy online, jeśli odpowiednie parametry są dostępne w metadanych.

Przeglądaj artykuły w czasopismach z różnych dziedzin i twórz odpowiednie bibliografie.

1

Shang, Ming. "A New Hardware Isolation Architecture". Applied Mechanics and Materials 530-531 (luty 2014): 631–36. http://dx.doi.org/10.4028/www.scientific.net/amm.530-531.631.

Pełny tekst źródła
Streszczenie:
Virtual systems are usually attacked due to the vulnerabilities in the hypervisor. The hypervisor cannot solve this because its code size is too big to implement totally right. This paper proposed a new hardware-software architecture based on hardware isolation, which adds a new component in CPU to provide hard-level isolation. Even when the malicious code gets the highest software privilege, it cannot break into another domain from current domain. This paper also gives the implementation of the booting, memory isolation, scheduling, interrupt handling and inter-domain communication.
Style APA, Harvard, Vancouver, ISO itp.
2

Hu, Nianhang, Mengmei Ye i Sheng Wei. "Surviving Information Leakage Hardware Trojan Attacks Using Hardware Isolation". IEEE Transactions on Emerging Topics in Computing 7, nr 2 (1.04.2019): 253–61. http://dx.doi.org/10.1109/tetc.2017.2648739.

Pełny tekst źródła
Style APA, Harvard, Vancouver, ISO itp.
3

Hooker, Sara. "The hardware lottery". Communications of the ACM 64, nr 12 (grudzień 2021): 58–65. http://dx.doi.org/10.1145/3467017.

Pełny tekst źródła
Style APA, Harvard, Vancouver, ISO itp.
4

Kaplan, David. "Hardware VM Isolation in the Cloud". Queue 21, nr 4 (31.08.2023): 49–67. http://dx.doi.org/10.1145/3623392.

Pełny tekst źródła
Streszczenie:
Confidential computing is a security model that fits well with the public cloud. It enables customers to rent VMs while enjoying hardware-based isolation that ensures that a cloud provider cannot purposefully or accidentally see or corrupt their data. SEV-SNP was the first commercially available x86 technology to offer VM isolation for the cloud and is deployed in Microsoft Azure, AWS, and Google Cloud. As confidential computing technologies such as SEV-SNP develop, confidential computing is likely to simply become the default trust model for the cloud.
Style APA, Harvard, Vancouver, ISO itp.
5

Kaplan, David. "Hardware VM Isolation in the Cloud". Communications of the ACM 67, nr 1 (21.12.2023): 54–59. http://dx.doi.org/10.1145/3624576.

Pełny tekst źródła
Style APA, Harvard, Vancouver, ISO itp.
6

Zeng, Qiang Hong, Shi Jian Zhu, Jing Jun Lou i Shui Qing Xie. "Hardware Design for Active Vibration Isolation Controller". Advanced Materials Research 211-212 (luty 2011): 1061–65. http://dx.doi.org/10.4028/www.scientific.net/amr.211-212.1061.

Pełny tekst źródła
Streszczenie:
The active vibration control system are described in this paper, and the controller was designed for the active control system, the controller is based on ARM Cortex M3 microcontroller core, ICP series acceleration sensor is use for signal acquisition module, the A / D converter module was designed based on ADS1158 chip, the D/ A converter module was designed based on DAC8564 chip. The controller has the characteristics of high speed and versatility.
Style APA, Harvard, Vancouver, ISO itp.
7

Chen, Sui, Lu Peng i Samuel Irving. "Accelerating GPU Hardware Transactional Memory with Snapshot Isolation". ACM SIGARCH Computer Architecture News 45, nr 2 (14.09.2017): 282–94. http://dx.doi.org/10.1145/3140659.3080204.

Pełny tekst źródła
Style APA, Harvard, Vancouver, ISO itp.
8

Omar, Hamza, i Omer Khan. "PRISM". ACM Transactions on Architecture and Code Optimization 18, nr 3 (czerwiec 2021): 1–25. http://dx.doi.org/10.1145/3450523.

Pełny tekst źródła
Streszczenie:
Multicores increasingly deploy safety-critical parallel applications that demand resiliency against soft-errors to satisfy the safety standards. However, protection against these errors is challenging due to complex communication and data access protocols that aggressively share on-chip hardware resources. Research has explored various temporal and spatial redundancy-based resiliency schemes that provide multicores with high soft-error coverage. However, redundant execution incurs performance overheads due to interference effects induced by aggressive resource sharing. Moreover, these schemes require intrusive hardware modifications and fall short in providing efficient system availability guarantees. This article proposes PRISM, a resilient multicore architecture that incorporates strong hardware isolation to form redundant clusters of cores, ensuring a non-interference-based redundant execution environment. A soft error in one cluster does not effect the execution of the other cluster, resulting in high system availability. Implementing strong isolation for shared hardware resources, such as queues, caches, and networks requires logic for partitioning. However, it is less intrusive as complex hardware modifications to protocols, such as hardware cache coherence, are avoided. The PRISM approach is prototyped on a real Tilera Tile-Gx72 processor that enables primitives to implement the proposed cluster-level hardware resource isolation. The evaluation shows performance benefits from avoiding destructive hardware interference effects with redundant execution, while delivering superior system availability.
Style APA, Harvard, Vancouver, ISO itp.
9

Cho, Yeongpil. "Fine-Grained Isolation to Protect Data against In-Process Attacks on AArch64". Electronics 9, nr 2 (1.02.2020): 236. http://dx.doi.org/10.3390/electronics9020236.

Pełny tekst źródła
Streszczenie:
In-process attacks are a new class of attacks that circumvent protection schemes centered around inter-process isolation. Against these attacks, researchers have proposed fine-grained data isolation schemes that can protect sensitive data from malicious accesses even during the same process. Their proposals based on salient hardware features, such as ARM® processor architecture’s domain protection, are quite successful, but it cannot be applied to a specific architecture, namely AArch64, as this does not provide the same hardware features. In this paper, therefore, we present Sealer, a fine-grained data isolation scheme applicable in AArch64. Sealer achieves its objective by brilliantly harmonizing two hardware features of AArch64: The eXecute-no-Read and the cryptographic extension. Sealer provides application developers with a set of application programming interface (API) so that the developers can enjoy the fine-grained data isolation in their own way.
Style APA, Harvard, Vancouver, ISO itp.
10

Verghese, Ben, Anoop Gupta i Mendel Rosenblum. "Performance isolation". ACM SIGOPS Operating Systems Review 32, nr 5 (grudzień 1998): 181–92. http://dx.doi.org/10.1145/384265.291044.

Pełny tekst źródła
Style APA, Harvard, Vancouver, ISO itp.
11

LI, Xiao-Qing, Xiao-Dong ZHAO i Qing-Kai ZENG. "One-Way Isolation Execution Model Based on Hardware Virtualization". Journal of Software 23, nr 8 (11.09.2012): 2207–22. http://dx.doi.org/10.3724/sp.j.1001.2012.04131.

Pełny tekst źródła
Style APA, Harvard, Vancouver, ISO itp.
12

Maene, Pieter, Johannes Gotzfried, Ruan de Clercq, Tilo Muller, Felix Freiling i Ingrid Verbauwhede. "Hardware-Based Trusted Computing Architectures for Isolation and Attestation". IEEE Transactions on Computers 67, nr 3 (1.03.2018): 361–74. http://dx.doi.org/10.1109/tc.2017.2647955.

Pełny tekst źródła
Style APA, Harvard, Vancouver, ISO itp.
13

Zhang, Li Guo, i Jing Gao. "Switch Module Designed to Meet the EPS Reliability Intelligent Control". Applied Mechanics and Materials 623 (sierpień 2014): 195–201. http://dx.doi.org/10.4028/www.scientific.net/amm.623.195.

Pełny tekst źródła
Streszczenie:
This paper considers the design of switch module. It is a key part of intelligent control emergency power supply. The working reliability of the switch module is an important performance index. Firstly, paper according to the characteristics that watchdog microprocessor software vulnerabilities and a control state to maintain after crash recovery, the design software reset and hardware reset propose two solutions. Next, data acquisition and data communications hardware are using photoelectric isolation technology. To achieve true electrical isolation, the system uses three power supply witch are electrically independent. And then, module data communication protocol used MODBUS_RTU, and design force control configuration software debugging interface. Finally, Experimental verification of the software programs and hardware circuit correctness and reliability. Module design reflects the improved anti-jamming capability, while more suitable for general purpose, industrialization and production.
Style APA, Harvard, Vancouver, ISO itp.
14

Zhao, WenHan, Feng Wen, Chen Han, Zhoujian Chu, Qingyue Yao i Kesong Ji. "Development of GIS Switch State Judgment System Based on Image Recognition". Journal of Physics: Conference Series 2065, nr 1 (1.11.2021): 012009. http://dx.doi.org/10.1088/1742-6596/2065/1/012009.

Pełny tekst źródła
Streszczenie:
Abstract Aiming at the fast opening and closing speed of the GIS isolation/grounding switch, manual observation is more difficult, so it is difficult to judge the current switch status. This paper proposes an OpenCV-based image identification algorithm to identify the position of the switch movable contact during the opening and closing process of the isolating switch, thereby judging the state of the isolating switch. This system uses Raspberry Pi as the main hardware core, the server drives the CMOS camera through Raspberry Pi 4B, collects image information in the GIS optical observation window, and performs simple processing, and transmits it to the Raspberry Pi 4B based on the UDP protocol as the main core. In the upper computer and adopt the target detection algorithm based on OpenCV to track the current isolation/grounding switch contact position and determine the current opening and closing state.
Style APA, Harvard, Vancouver, ISO itp.
15

Janz, Viktor, Georgi I. Wassilew, Carsten F. Perka i Michael Müller. "Cerclages after Femoral Osteotomy Are at Risk for Bacterial Colonization during Two-Stage Septic Total Hip Arthroplasty Revision". Journal of Bone and Joint Infection 3, nr 3 (6.07.2018): 138–42. http://dx.doi.org/10.7150/jbji.24819.

Pełny tekst źródła
Streszczenie:
Abstract. Aims: In cases of a two-stage septic total hip arthroplasty (THA) exchange a femoral osteotomy with subsequent cerclage stabilization may be necessary to remove a well-fixed stem. This study aims to investigate the rate of bacterial colonization and risk of infection persistence associated with in situ cerclage hardware in two-stage septic THA exchange.Patients and Methods: Twenty-three patients undergoing two-stage THA exchange between 2011 and 2016 were included in this retrospective cohort study. During the re-implantation procedure synovial fluid, periprosthetic tissue samples and sonicate fluid cultures (SFC) of the cerclage hardware were acquired.Results: Seven of 23 (30%) cerclage-SFC produced a positive bacterial isolation. Six of the seven positive cerclage-SFC were acquired during THA re-implantation.Two of the seven patients (29%) with a positive bacterial isolation from the cerclage hardware underwent a THA-revision for septic complications. The other five patients had their THA in situ at last follow-up.Conclusions: Despite surgical debridement and antimicrobial therapy, a bacterial colonization of cerclage hardware occurs and poses a risk for infection persistence. All cerclage hardware should be removed or exchanged during THA reimplantation.
Style APA, Harvard, Vancouver, ISO itp.
16

Hategekimana, Festus, Taylor JL Whitaker, Md Jubaer Hossain Pantho i Christophe Bobda. "IoT Device security through dynamic hardware isolation with cloud-Based update". Journal of Systems Architecture 109 (październik 2020): 101827. http://dx.doi.org/10.1016/j.sysarc.2020.101827.

Pełny tekst źródła
Style APA, Harvard, Vancouver, ISO itp.
17

Wahbe, Robert, Steven Lucco, Thomas E. Anderson i Susan L. Graham. "Efficient software-based fault isolation". ACM SIGOPS Operating Systems Review 27, nr 5 (grudzień 1993): 203–16. http://dx.doi.org/10.1145/173668.168635.

Pełny tekst źródła
Style APA, Harvard, Vancouver, ISO itp.
18

Karnopp, D. "Active and Semi-Active Vibration Isolation". Journal of Mechanical Design 117, B (1.06.1995): 177–85. http://dx.doi.org/10.1115/1.2836452.

Pełny tekst źródła
Streszczenie:
In the five decades since the founding of the ASME Design Engineering Division, the important problem of vibration isolation has been attacked first through the design of passive spring-damper suspensions and later by the use of active and semi-active elements. This paper reviews the historical development of theoretical concepts necessary for the design of isolation systems and indicates how control theory began to influence vibration isolation in the last half of this period. Practical active and semi-active suspensions have only recently become possible with the advent of powerful but relatively inexpensive signal processors. To illustrate these developments for engineers who have not been intimately involved with active systems, only simple vibrational system models will be discussed, although some modern hardware will be shown which is now being applied to complex systems. Instead of attempting to review the many theoretical concepts which have been proposed for active systems, this article will focus on a relatively simple idea with which the author has been associated over the past thirty years; namely the “skyhook” damper. This idea came through purely theoretical studies but is now used in combination with other concepts in production suspension systems. Two quite different application areas will be discussed. The first involves stable platforms to provide extreme isolation for delicate manufacturing operations against seismic inputs and the second involves automotive suspensions. Although similar concepts are found in these two application areas, the widely varying requirements result in very different suspension hardware. The special case of the semi-active damper, which requires very little control power and is presently reaching production, will also be discussed.
Style APA, Harvard, Vancouver, ISO itp.
19

Karnopp, D. "Active and Semi-Active Vibration Isolation". Journal of Vibration and Acoustics 117, B (1.06.1995): 177–85. http://dx.doi.org/10.1115/1.2838660.

Pełny tekst źródła
Streszczenie:
In the five decades since the founding of the ASME Design Engineering Division, the important problem of vibration isolation has been attacked first through the design of passive spring-damper suspensions and later by the use of active and semi-active elements. This paper reviews the historical development of theoretical concepts necessary for the design of isolation systems and indicates how control theory began to influence vibration isolation in the last half of this period. Practical active and semi-active suspensions have only recently become possible with the advent of powerful but relatively inexpensive signal processors. To illustrate these developments for engineers who have not been intimately involved with active systems, only simple vibrational system models will be discussed, although some modern hardware will be shown which is now being applied to complex systems. Instead of attempting to review the many theoretical concepts which have been proposed for active systems, this article will focus on a relatively simple idea with which the author has been associated over the past thirty years; namely the “skyhook” damper. This idea came through purely theoretical studies but is now used in combination with other concepts in production suspension systems. Two quite different application areas will be discussed. The first involves stable platforms to provide extreme isolation for delicate manufacturing operations against seismic inputs and the second involves automotive suspensions. Although similar concepts are found in these two application areas, the widely varying requirements result in very different suspension hardware. The special case of the semi-active damper, which requires very little control power and is presently reaching production, will also be discussed.
Style APA, Harvard, Vancouver, ISO itp.
20

Goli, Mehran, Muhammad Hassan, Daniel Große i Rolf Drechsler. "Security validation of VP-based SoCs using dynamic information flow tracking". it - Information Technology 61, nr 1 (25.02.2019): 45–58. http://dx.doi.org/10.1515/itit-2018-0027.

Pełny tekst źródła
Streszczenie:
Abstract Modern System-on-Chips (SoCs) are notoriously insecure. Hence, the fundamental security feature of IP isolation is heavily used, e. g., secured Memory Mapped IOs (MMIOs), or secured address ranges in case of memories, are marked as non-accessible. One way to provide strong assurance of security is to define isolation as information flow policy in hardware using the notion of non-interference. Since, an insecure hardware opens up the door for attacks across the entire system stack (from software down to hardware), the security validation process should start as early as possible in the SoC design cycle, i. e. at Electronic System Level (ESL). Hence, in this paper we propose the first dynamic information flow analysis at ESL. Our approach allows to validate the run-time behavior of a given SoC implemented using Virtual Prototypes (VPs) against security threat models, such as information leakage (confidentiality) and unauthorized access to data in a memory (integrity). Experiments show the applicability and efficacy of the proposed method on various VPs including a real-world system.
Style APA, Harvard, Vancouver, ISO itp.
21

Wu, Bojian, Yujie Zhao, Song Wang i Zongfeng Li. "The Ground Test System of Double Layer Air Floating Platform and Its Application". Journal of Physics: Conference Series 2562, nr 1 (1.08.2023): 012034. http://dx.doi.org/10.1088/1742-6596/2562/1/012034.

Pełny tekst źródła
Streszczenie:
Abstract The suspension test system within the high microgravity scientific experiment cabinet is equipped with double-layer vibration isolation, effectively isolating external disturbances and creating a high microgravity environment within the inner body. Based on this characteristic, this paper proposes a double-layer plane air platform ground test system design. By using a high-precision acceleration sensor and gyroscope of the suspension test platform, the system coordinates the measurement of the double-layer air floating platform. The control mode and algorithm for double-layer vibration isolation in the suspension test platform are simulated through ground physics. Ground verification results from the double-layer plane air flotation test system show that the double-layer attitude control hardware of the suspension test platform meets the requirements, and the algorithm control effect is good, which provides sufficient experimental evidence for the normal operation of the suspension test system in orbit.
Style APA, Harvard, Vancouver, ISO itp.
22

Chiang, Mao Hsiung, i Hao Ting Lin. "The Leveling Position Control of a Four-Axial Active Pneumatic Isolation System Using PWM-Driving Parallel Dual-On/Off Valves". Applied Mechanics and Materials 110-116 (październik 2011): 3176–83. http://dx.doi.org/10.4028/www.scientific.net/amm.110-116.3176.

Pełny tekst źródła
Streszczenie:
This study aims to develop a leveling position control of an active PWM-controlled pneumatic isolation table system. A novel concept using parallel dual-on/off valves with PWM control signals is implemented to realize active control and to improve the conventional pneumatic isolation table that supported by four pneumatic cushion isolators. In this study, the cushion isolators are not only passive vibration isolation devices, but also pneumatic actuators in active position control. Four independent closed-loop position feedback control system are designed and implemented for the four axial isolators. In this study, on/off valves are used, and PWM is realized by software. Therefore, additional hardware circuit is not required to implement PWM and not only cost down but also reach control precision of demand. In the controller design, the Fourier series-based adaptive sliding-mode controller with H∞ tracking performance is used to deal with the uncertainty and time-varying problems of pneumatic system. Finally, the experiments on the pneumatic isolation table system for synchronous position and trajectory tracking control, including no-load and loading conditions, and synchronous position control with master-slave method, are implemented in order to verify that the controller for each cushion isolator can realize good position and trajectory tracking performance.
Style APA, Harvard, Vancouver, ISO itp.
23

Rathore, Muhammad Siraj. "KVM vs. LXC: Comparing Performance and Isolation of Hardware-assisted Virtual Routers". American Journal of Networks and Communications 2, nr 4 (2013): 88. http://dx.doi.org/10.11648/j.ajnc.20130204.11.

Pełny tekst źródła
Style APA, Harvard, Vancouver, ISO itp.
24

Rivera, J. Germán. "Hardware-Based Data Protection/Isolation at Runtime in Ada Code for Microcontrollers". ACM SIGAda Ada Letters 37, nr 2 (13.06.2018): 43–50. http://dx.doi.org/10.1145/3232693.3232705.

Pełny tekst źródła
Style APA, Harvard, Vancouver, ISO itp.
25

Lu, Qi, i M. Satyanaranyanan. "Isolation-only transactions for mobile computing". ACM SIGOPS Operating Systems Review 28, nr 2 (kwiecień 1994): 81–87. http://dx.doi.org/10.1145/198153.198164.

Pełny tekst źródła
Style APA, Harvard, Vancouver, ISO itp.
26

Xu, Xian Cheng, i Chuan You Yuan. "A New Method for Security Isolation and Data Transfer". Applied Mechanics and Materials 701-702 (grudzień 2014): 902–6. http://dx.doi.org/10.4028/www.scientific.net/amm.701-702.902.

Pełny tekst źródła
Streszczenie:
This paper presents both physical and logical methods that are completely one-way transmission without feedback. The imposed hardware isolation is achieved based on the light transmission property with low cost optic components, while the efficiency and accuracy of data transmission is guaranteed by defining new protocol structure based on UDP. Experiments demonstrate that high performance have been achieved after using our proposed protocol mechanism.
Style APA, Harvard, Vancouver, ISO itp.
27

Ivić, Igor R. "Statistical Evaluation of Time Multiplexing to Mitigate Differential Reflectivity Bias Due to Cross-Polar Coupling". Journal of Atmospheric and Oceanic Technology 33, nr 1 (styczeń 2016): 127–47. http://dx.doi.org/10.1175/jtech-d-14-00224.1.

Pełny tekst źródła
Streszczenie:
AbstractOne of the main challenges to the use of phased array radar for weather observations is the implementation of dual polarization with acceptable levels of cross-polar fields induced by the antenna. For example, to achieve acceptable differential reflectivity (ZDR) bias (e.g., less than 0.1 dB) using simultaneous transmission and reception of H and V polarized waves, the isolation between coaxial cross-polar and copolar beams needs to be in excess of 50 dB. Because such isolation cannot be achieved at an affordable price by antenna hardware, additional methods are required to attain supplementary isolation of orthogonal channels. One such option is time multiplexing. Herein, this approach is evaluated from the statistical aspect, whereby the depolarization caused by the radar hardware is accounted for in this study. An evaluation is conducted using theoretical analysis as well as simulated and time series data from a weather radar. The main criteria for evaluation are the bias and standard deviation of differential reflectivity estimates. The results indicate that the implementation of the time-multiplexing method has the capability to significantly improve upon the radar intrinsic cross-polar isolation. However, it is demonstrated herein that the reflectivity gradients in range adversely affect the efficacy of the method and that the standard deviation of estimates can significantly increase as a result of the time-multiplexing application.
Style APA, Harvard, Vancouver, ISO itp.
28

Jain, Shvetank, Fareha Shafique, Vladan Djeric i Ashvin Goel. "Application-level isolation and recovery with solitude". ACM SIGOPS Operating Systems Review 42, nr 4 (25.04.2008): 95–107. http://dx.doi.org/10.1145/1357010.1352603.

Pełny tekst źródła
Style APA, Harvard, Vancouver, ISO itp.
29

Zverev, M., V. Vostrikova i D. Teselkin. "Recovering Information from Wireless Sensors in Hardware and Software Platforms". Journal of Physics: Conference Series 2096, nr 1 (1.11.2021): 012030. http://dx.doi.org/10.1088/1742-6596/2096/1/012030.

Pełny tekst źródła
Streszczenie:
Abstract The work considers the task of information processing in a subsystem of the hardware-software platform of the simulator complex - a mobile system of simulating isolation breathing apparatuses. The problem of predicting values when data packets are lost during their wireless transmission has been revealed. To solve the problem, an algorithm for data processing based on neural network technology has been developed, which allows reducing the number of data packet losses by predicting the lost values. The experimental studies confirmed the adequacy and effectiveness of the proposed algorithm. The use of neural networks in solving the problems of information processing has improved the accuracy of this process.
Style APA, Harvard, Vancouver, ISO itp.
30

Park, Woojung, Haeyoung Kim, Janghyun Ji, Jaegeun Moon i Howon Kim. "Lightweight RISC-V Trusted Execution Environment with Hardware-based Encryption and Memory Isolation". Journal of Digital Contents Society 23, nr 9 (30.09.2022): 1813–22. http://dx.doi.org/10.9728/dcs.2022.23.9.1813.

Pełny tekst źródła
Style APA, Harvard, Vancouver, ISO itp.
31

Hao, Jingjing, i Michel Kinnaert. "Sensor fault detection and isolation over wireless sensor network based on hardware redundancy". Journal of Physics: Conference Series 783 (styczeń 2017): 012006. http://dx.doi.org/10.1088/1742-6596/783/1/012006.

Pełny tekst źródła
Style APA, Harvard, Vancouver, ISO itp.
32

Piao, Chang Hao, i Teng Cong. "Study on Isolation Monitoring of High-Voltage Battery System". Applied Mechanics and Materials 44-47 (grudzień 2010): 571–75. http://dx.doi.org/10.4028/www.scientific.net/amm.44-47.571.

Pełny tekst źródła
Streszczenie:
After comparing the pros and cons of various isolation monitoring methods, this article presents the isolation monitoring method which based on unbalanced bridge and the characteristics of high-voltage battery system. Battery is an important component for Hybird-electric vehicle. The safety of high-voltage battery system is important specification for Hybird-electric vehicle. This device which uses Freescale’s 16-bit microcontroller with CAN communications capabilities achieve real-time and accurate measurement of isolation resistance of high-voltage battery system. The article focuses on the working principle of the device, hardware design and software design. This device has high accuracy, real-time, reliability and good working environment adaptability. The measuring accuracy meets the requirement of actual project.
Style APA, Harvard, Vancouver, ISO itp.
33

Hafaifa, Ahmed, Ferhat Laaouad i Kouider Laroussi. "Fuzzy modeling and control for detection and isolation of surge in industrial centrifugal compressors". Journal of Automatic Control 19, nr 1 (2009): 19–26. http://dx.doi.org/10.2298/jac0901019h.

Pełny tekst źródła
Streszczenie:
This paper provides the possible application of the fuzzy approaches in fault detection and isolation area for a class of complex industrial processes with uncertain interval parameters. The main idea of fuzzy fault detection and isolation is to build a model of a diagnosis procedures, using rules-based Fuzzy Expert System, capable to minimize false alarms enhance detectability and isolability and minimize detection time by hardware implementation to improve reliability, safety and global efficiency. This paper illustrates an alternative implementation to the compression systems supervision task using the basic principles of model-based fault detection and isolation associated with the self-tuning of surge measurements with subsequent appropriate corrective actions. Using a combination of fuzzy modeling approach makes it possible to devise a fault-isolation scheme based on the given incidence matrix. Simulation results of a fault detection and isolation for a compression system are provided, which illustrate the relevance of the proposed FDI method.
Style APA, Harvard, Vancouver, ISO itp.
34

Busi, Matteo, Job Noorman, Jo Van Bulck, Letterio Galletta, Pierpaolo Degano, Jan Tobias Mühlberg i Frank Piessens. "Securing Interruptible Enclaved Execution on Small Microprocessors". ACM Transactions on Programming Languages and Systems 43, nr 3 (30.09.2021): 1–77. http://dx.doi.org/10.1145/3470534.

Pełny tekst źródła
Streszczenie:
Computer systems often provide hardware support for isolation mechanisms such as privilege levels, virtual memory, or enclaved execution. Over the past years, several successful software-based side-channel attacks have been developed that break, or at least significantly weaken, the isolation that these mechanisms offer. Extending a processor with new architectural or micro-architectural features brings a risk of introducing new software-based side-channel attacks. This article studies the problem of extending a processor with new features without weakening the security of the isolation mechanisms that the processor offers. Our solution is heavily based on techniques from research on programming languages. More specifically, we propose to use the programming language concept of full abstraction as a general formal criterion for the security of a processor extension. We instantiate the proposed criterion to the concrete case of extending a microprocessor that supports enclaved execution with secure interruptibility. This is a very relevant instantiation, as several recent papers have shown that interruptibility of enclaves leads to a variety of software-based side-channel attacks. We propose a design for interruptible enclaves and prove that it satisfies our security criterion. We also implement the design on an open-source enclave-enabled microprocessor and evaluate the cost of our design in terms of performance and hardware size.
Style APA, Harvard, Vancouver, ISO itp.
35

Huang, Xuegong, Yutong Zhai i Guisong He. "Research on Vibration Control Technology of Robot Motion Based on Magnetorheological Elastomer". Materials 15, nr 18 (18.09.2022): 6479. http://dx.doi.org/10.3390/ma15186479.

Pełny tekst źródła
Streszczenie:
The vibration and impact of a humanoid bipedal robot during movements such as walking, running and jumping may cause potential damage to the robot’s mechanical joints and electrical systems. In this paper, a composite bidirectional vibration isolator based on magnetorheological elastomer (MRE) is designed for the cushioning and damping of a humanoid bipedal robot under foot contact forces. In addition, the vibration isolation performance of the vibration isolator was tested experimentally, and then, a vibration isolator dynamics model was developed. For the bipedal robot foot impact, based on the vibration isolator model, three vibration reduction control algorithms are simulated, and the results show that the vibration damping effect can reach 85%. Finally, the MRE vibration isolator hardware-in-the-loop-simulation experiment platform based on dSPACE has been built to verify the vibration reduction control effect of the fuzzy PID algorithm. The result shows the vibration amplitude attenuates significantly, and this verifies the effectiveness of the fuzzy PID damping control algorithm.
Style APA, Harvard, Vancouver, ISO itp.
36

Roshanravan, Sajad, i Saeed Shamaghdari. "Simultaneous fault detection and isolation and fault-tolerant control using supervisory control technique: asynchronous switching approach". Proceedings of the Institution of Mechanical Engineers, Part I: Journal of Systems and Control Engineering 234, nr 8 (24.12.2019): 900–911. http://dx.doi.org/10.1177/0959651819893891.

Pełny tekst źródła
Streszczenie:
This article focuses on the design of a novel active fault-tolerant control scheme based on supervisory control technique for a class of nonlinear systems. This framework relies on a supervisory switching among a finite family of predesigned candidate controllers, which simultaneously performs isolation and accommodation of intermittent faults. This method does not require any additional model or filter bank for fault isolation. Two controller switching algorithms are introduced based on the dwell time and state which are designed especially for this purpose. There is often some time delay between fault occurrence and accommodation. This delay, which is called as the fault detection and isolation delay, causes the asynchronous switching between the system mode and the candidate controller. For the investigation of the stability of the faulty system under asynchronous switching, we explicitly construct piecewise Lyapunov function based on the knowledge of the known Lyapunov function for each operating mode. Then, by using this piecewise Lyapunov function, a new average dwell-time condition is provided on the maximum admissible fault occurrence rate. This condition guarantees the input-to-state stability of the system with respect to the reference signal. The behavior and performance of the proposed fault-tolerant control/fault detection and isolation scheme are demonstrated on the pitch-axis air vehicle model. The hardware-in-the-loop simulation is an important test for the evaluation of the air vehicle autopilot system before flight test. Therefore, the hardware-in-the-loop simulation results are presented to illustrate the effectiveness of the proposed method in the autopilot control loop.
Style APA, Harvard, Vancouver, ISO itp.
37

Whitaker, Andrew, Marianne Shaw i Steven D. Gribble. "Scale and performance in the Denali isolation kernel". ACM SIGOPS Operating Systems Review 36, SI (31.12.2002): 195–209. http://dx.doi.org/10.1145/844128.844147.

Pełny tekst źródła
Style APA, Harvard, Vancouver, ISO itp.
38

Chen, Cong, Zhong Hong i Jian-Min Jiang. "Scheduling in Real-Time Mobile Systems". ACM Transactions on Embedded Computing Systems 21, nr 3 (31.05.2022): 1–36. http://dx.doi.org/10.1145/3517747.

Pełny tekst źródła
Streszczenie:
To guarantee the safety and security of a real-time mobile system such as an intelligent transportation system, it is necessary to model and analyze its behaviors prior to actual development. In particular, the mobile objects in such systems must be isolated from each other so that they do not collide with each other. Since isolation means two or more mobile objects must not be located in the same place at the same time, a scheduling policy is required to control and coordinate the movement of such objects. However, traditional scheduling theories are based on task scheduling which is coarse-grained and cannot be directly used for fine-grained isolation controls. In this article, we first propose a fine-grained event-based formal model called a time dependency structure and use it to model and analyze real-time mobile systems. Next, an event-based schedule is defined and the composition of schedules is discussed. Then, we investigate the schedulability of isolation—that is, checking whether a given schedule ensures the isolation relationship among mobile objects or not. After that, we present an automation approach for scheduling generation to guarantee isolation controls in real-time mobile systems. Finally, case studies and simulation experiments demonstrate the usability and effectiveness of our approach.
Style APA, Harvard, Vancouver, ISO itp.
39

Majumder, Shibarchi, Jens Frederik Dalsgaard Nielsen, Thomas Bak i Anders la Cour-Harbo. "Reliable flight control system architecture for agile airborne platforms: an asymmetric multiprocessing approach". Aeronautical Journal 123, nr 1264 (czerwiec 2019): 840–62. http://dx.doi.org/10.1017/aer.2019.30.

Pełny tekst źródła
Streszczenie:
AbstractSystem software subsystems in an unmanned aircraft system share hardware resources due to space, weight, and power constraints. Such subsystems have different criticality, requirements, and failure rates, and can cause undesired interference when sharing the same hardware. A component with high failure rate can reduce the reliability of the system unless a fault containment mechanism is adopted.This work proposes an asymmetric multiprocessor architecture to establish isolation at the hardware level for distributed implementation of safety-critical subsystems along with user defined payload subsystems on the same hardware with minimally reduced reliability of the system. To achieve that, subsystems are strategically segregated in separate processors, connected to an on-chip protective interconnect for inter-processor communications. A custom watchdog and reset mechanism are implemented to reset a specific processor without affecting the entire system if required. The architecture is demonstrated on a FPGA chip. In addition, an example of an optimised distribution is provided for a specific flight control system with five subsystems.
Style APA, Harvard, Vancouver, ISO itp.
40

Choi, Joseph I., i Kevin R. B. Butler. "Secure Multiparty Computation and Trusted Hardware: Examining Adoption Challenges and Opportunities". Security and Communication Networks 2019 (2.04.2019): 1–28. http://dx.doi.org/10.1155/2019/1368905.

Pełny tekst źródła
Streszczenie:
When two or more parties need to compute a common result while safeguarding their sensitive inputs, they use secure multiparty computation (SMC) techniques such as garbled circuits. The traditional enabler of SMC is cryptography, but the significant number of cryptographic operations required results in these techniques being impractical for most real-time, online computations. Trusted execution environments (TEEs) provide hardware-enforced isolation of code and data in use, making them promising candidates for making SMC more tractable. This paper revisits the history of improvements to SMC over the years and considers the possibility of coupling trusted hardware with SMC. This paper also addresses three open challenges: (1) defeating malicious adversaries, (2) mobile-friendly TEE-supported SMC, and (3) a more general coupling of trusted hardware and privacy-preserving computation.
Style APA, Harvard, Vancouver, ISO itp.
41

Rybakov, S. A., i N. Yu Polyakov. "Input/output virtualization of Elbrus microprocessors". Radio industry (Russia) 30, nr 3 (8.09.2020): 34–39. http://dx.doi.org/10.21778/2413-9599-2020-30-3-34-39.

Pełny tekst źródła
Streszczenie:
The article describes and compares the methods of input-output (I/O) virtualization, adapted for the Elbrus architecture. The presented methods of software emulation and paravirtualization of devices do not require hardware support and provide complete isolation of real devices from virtual ones at the hypervisor level, which allows for better consolidation of physical I/O. Direct assignment of the device to the guest provides better performance over the other methods, but requires hardware modifications in the I/O Memory Management Unit (IOMMU). Hardware support for I/O virtualization was implemented in the new generation of Elbrus microprocessors. The research results can help the users of the Elbrus platform virtualization to setup a detailed configuration of the virtual machine I/O to optimize each guest system for specific tasks.
Style APA, Harvard, Vancouver, ISO itp.
42

Majumder, S., J. F. D. Nielsen, A. La Cour-Harbo, H. Schiøler i T. Bak. "A real-time on-chip network architecture for mixed criticality aerospace systems". Aeronautical Journal 123, nr 1269 (13.08.2019): 1788–806. http://dx.doi.org/10.1017/aer.2019.80.

Pełny tekst źródła
Streszczenie:
ABSTRACTIntegrated Modular Avionics enables applications of different criticality levels to share the same hardware platform with an established temporal and spatial isolation. On-chip communication systems for such platforms must support different bandwidth and latency requirements of applications while preserving time predictability. In this paper, our concern is a time-predictable on-chip network architecture for targeting applications in mixed-criticality aerospace systems. The proposed architecture introduces a mixed, priority-based and time-division-multiplexed arbitration scheme to accommodate different bandwidth and latency in the same network while preserving worst-case time predictability for end-to-end communication without packet loss. Furthermore, as isolation of erroneous transmission by a faulty application is a key aspect of contingency management, the communication system should support isolation mechanisms to prevent interference. For this reason, a sampling port and isolated sampling buffer-based approach is proposed with a transmission authorisation control mechanism, guaranteeing spatial and temporal isolation between communicating systems.
Style APA, Harvard, Vancouver, ISO itp.
43

Valente, Giacomo, Paolo Giammatteo, Vittoriano Muttillo, Luigi Pomante i Tania Di Mascio. "A Lightweight, Hardware-Based Support for Isolation in Mixed-Criticality Network-on-Chip Architectures". Advances in Science, Technology and Engineering Systems Journal 4, nr 4 (2019): 561–73. http://dx.doi.org/10.25046/aj040467.

Pełny tekst źródła
Style APA, Harvard, Vancouver, ISO itp.
44

Russinovich, Mark. "Confidential Computing: Elevating Cloud Security and Privacy". Queue 21, nr 4 (31.08.2023): 44–48. http://dx.doi.org/10.1145/3623461.

Pełny tekst źródła
Streszczenie:
Confidential Computing (CC) fundamentally improves our security posture by drastically reducing the attack surface of systems. While traditional systems encrypt data at rest and in transit, CC extends this protection to data in use. It provides a novel, clearly defined security boundary, isolating sensitive data within trusted execution environments during computation. This means services can be designed that segment data based on least-privilege access principles, while all other code in the system sees only encrypted data. Crucially, the isolation is rooted in novel hardware primitives, effectively rendering even the cloud-hosting infrastructure and its administrators incapable of accessing the data. This approach creates more resilient systems capable of withstanding increasingly sophisticated cyber threats, thereby reinforcing data protection and sovereignty in an unprecedented manner.
Style APA, Harvard, Vancouver, ISO itp.
45

Bustamante, Ricardo, Gilberto Mosqueda i Minkyu Kim. "Enhanced Seismic Protection System for an Emergency Diesel Generator Unit". Energies 15, nr 5 (25.02.2022): 1728. http://dx.doi.org/10.3390/en15051728.

Pełny tekst źródła
Streszczenie:
Nuclear power plants are required to maintain operation after an earthquake, leading to a safe shutdown if necessary. In the case of a loss of offsite power, the onsite emergency diesel generator is critical to ensure procedural operations of the nuclear power plant. As a means to reduce the overall seismic risk, a three-dimensional seismic protection system is proposed to enhance the seismic performance of the emergency diesel generator. The proposed seismic isolation system decouples the horizontal and vertical components of shaking and considers available hardware to achieve an effective isolation solution over the range of excitation frequencies considered. Numerical analysis of the proposed system demonstrates a reduction in seismic demands on the emergency diesel generator and provides a higher safety margin than conventional base installation procedures. Umbilical lines that cross the isolation plane are considered and impose additional constraints on the displacement capacity of the isolation system. However, increasing the displacement capacity of these components can significantly increase the safety margin against failure. The seismic protection system can be customized depending on the seismic hazard and application to different seismic regions.
Style APA, Harvard, Vancouver, ISO itp.
46

Wahyu Wibowo, Ferry, i . "Implementation of FPGA in Index Data Storage as A Database". International Journal of Engineering & Technology 7, nr 4.40 (16.12.2018): 94–97. http://dx.doi.org/10.14419/ijet.v7i4.40.24083.

Pełny tekst źródła
Streszczenie:
Nowadays, the database applications have been built on the top of file systems. Although this system is very tough it has a side that should be aware and concerned. If the database doesn’t manage well it will cause some problems i.e. data redundancy and inconsistency, difficult to access data, data isolation, and integrity problems. The data inconsistency could be emerged by duplication of information from one or many different files or multiple file formats. the hardware-based implementation provides benefits in modifying and reconfiguring, meanwhile, the acceleration using this approaching has a good performance than software-based. In major cases, both of them using a bridge to connect each other which is called co-hardware/software. Â
Style APA, Harvard, Vancouver, ISO itp.
47

Shue, David, Michael J. Freedman i Anees Shaikh. "Fairness and isolation in multi-tenant storage as optimization decomposition". ACM SIGOPS Operating Systems Review 47, nr 1 (29.01.2013): 16–21. http://dx.doi.org/10.1145/2433140.2433145.

Pełny tekst źródła
Style APA, Harvard, Vancouver, ISO itp.
48

Cerone, Andrea, i Alexey Gotsman. "Analysing Snapshot Isolation". Journal of the ACM 65, nr 2 (8.03.2018): 1–41. http://dx.doi.org/10.1145/3152396.

Pełny tekst źródła
Style APA, Harvard, Vancouver, ISO itp.
49

Na, Wonbin, Changwoo Park, Seokjoo Lee, Seongo Yu i Hyeongcheol Lee. "Sensitivity-Based Fault Detection and Isolation Algorithm for Road Vehicle Chassis Sensors". Sensors 18, nr 8 (18.08.2018): 2720. http://dx.doi.org/10.3390/s18082720.

Pełny tekst źródła
Streszczenie:
Vehicle control systems such as ESC (electronic stability control), MDPS (motor-driven power steering), and ECS (electronically controlled suspension) improve vehicle stability, driver comfort, and safety. Vehicle control systems such as ACC (adaptive cruise control), LKA (lane-keeping assistance), and AEB (autonomous emergency braking) have also been actively studied in recent years as functions that assist drivers to a higher level. These DASs (driver assistance systems) are implemented using vehicle sensors that observe vehicle status and send signals to the ECU (electronic control unit). Therefore, the failure of each system sensor affects the function of the system, which not only causes discomfort to the driver but also increases the risk of accidents. In this paper, we propose a new method to detect and isolate faults in a vehicle control system. The proposed method calculates the constraints and residuals of 12 systems by applying the model-based fault diagnosis method to the sensor of the chassis system. To solve the inaccuracy in detecting and isolating sensor failure, we applied residual sensitivity to a threshold that determines whether faults occur. Moreover, we applied a sensitivity analysis to the parameters semi-correlation table to derive a fault isolation table. To validate the FDI (fault detection and isolation) algorithm developed in this study, fault signals were injected and verified in the HILS (hardware-in-the-loop simulation) environment using an RCP (rapid control prototyping) device.
Style APA, Harvard, Vancouver, ISO itp.
50

Hörmer, Andreas Johann, Manuela Wenger i Reinhard Zeif. "An innovative FDIR approach for the power supply of the PRETTY SDR satellite payload". e & i Elektrotechnik und Informationstechnik 139, nr 1 (luty 2022): 33–40. http://dx.doi.org/10.1007/s00502-022-00989-3.

Pełny tekst źródła
Streszczenie:
AbstractCubeSat missions are characterized by short development times and challenging budget constraints. Due to the constraints in terms of mass, volume, and power, it is often not possible to increase reliability by adding redundant subsystems to the spacecraft. Therefore, it is necessary to implement important error-proofing mechanisms to still be able to derive a high scientific benefit from these missions. Once the satellite has been launched, physical access to the satellite’s hardware is no longer possible. For this reason, systems are often implemented that allow automatic failure detection, isolation of the failure from other systems, as well as automatic recovery (FDIR). This paper describes the advantages and areas of application of software-defined radio platforms (SDRs) on board of small satellites and CubeSats. In addition, important aspects of the hardware FDIR concept of the PRETTY SDR payload system are presented. In order to prevent the hardware from being damaged with a fault-free power supply, different levels of fault monitoring are described as well.
Style APA, Harvard, Vancouver, ISO itp.
Oferujemy zniżki na wszystkie plany premium dla autorów, których prace zostały uwzględnione w tematycznych zestawieniach literatury. Skontaktuj się z nami, aby uzyskać unikalny kod promocyjny!

Do bibliografii