期刊文献+
共找到34篇文章
< 1 2 >
每页显示 20 50 100
Data Utilization-Based Adaptive Data Management Method for Distributed Storage System in WAN Environment
1
作者 Sanghyuck Nam Jaehwan Lee +2 位作者 Kyoungchan Kim Mingyu Jo Sangoh Park 《Computer Systems Science & Engineering》 SCIE EI 2023年第9期3457-3469,共13页
Recently,research on a distributed storage system that efficiently manages a large amount of data has been actively conducted following data production and demand increase.Physical expansion limits exist for tradition... Recently,research on a distributed storage system that efficiently manages a large amount of data has been actively conducted following data production and demand increase.Physical expansion limits exist for traditional standalone storage systems,such as I/O and file system capacity.However,the existing distributed storage system does not consider where data is consumed and is more focused on data dissemination and optimizing the lookup cost of data location.And this leads to system performance degradation due to low locality occurring in a Wide Area Network(WAN)environment with high network latency.This problem hinders deploying distributed storage systems to multiple data centers over WAN.It lowers the scalability of distributed storage systems to accommodate data storage needs.This paper proposes a method for distributing data in a WAN environment considering network latency and data locality to solve this problem and increase overall system performance.The proposed distributed storage method monitors data utilization and locality to classify data temperature as hot,warm,and cold.With assigned data temperature,the proposed algorithm adaptively selects the appropriate data center and places data accordingly to overcome the excess latency from the WAN environment,leading to overall system performance degradation.This paper also conducts simulations to evaluate the proposed and existing distributed storage methods.The result shows that our proposed method reduced latency by 38%compared to the existing method.Therefore,the proposed method in this paper can be used in large-scale distributed storage systems over a WAN environment to improve latency and performance compared to existing methods,such as consistent hashing. 展开更多
关键词 distributed system distributed storage distributed computing object storage
下载PDF
Tree-Structured Parallel Regeneration for Multiple Data Losses in Distributed Storage Systems Based on Erasure Codes 被引量:5
2
作者 孙伟东 王意洁 裴晓强 《China Communications》 SCIE CSCD 2013年第4期113-125,共13页
To reduce the time required to complete the regeneration process of erasure codes, we propose a Tree-structured Parallel Regeneration (TPR) scheme for multiple data losses in distributed storage systems. Under the sch... To reduce the time required to complete the regeneration process of erasure codes, we propose a Tree-structured Parallel Regeneration (TPR) scheme for multiple data losses in distributed storage systems. Under the scheme, two algorithms are proposed for the construction of multiple regeneration trees, namely the edge-disjoint algorithm and edge-sharing algorithm. The edge-disjoint algorithm constructs multiple independent trees, and is simple and appropriate for environments where newcomers and their providers are distributed over a large area and have few intersections. The edge-sharing algorithm constructs multiple trees that compete to utilize the bandwidth, and make a better utilization of the bandwidth, although it needs to measure the available band-width and deal with the bandwidth changes; it is therefore difficult to implement in practical systems. The parallel regeneration for multiple data losses of TPR primarily includes two optimizations: firstly, transferring the data through the bandwidth optimized-paths in a pipe-line manner; secondly, executing data regeneration over multiple trees in parallel. To evaluate the proposal, we implement an event-based simulator and make a detailed comparison with some popular regeneration methods. The quantitative comparison results show that the use of TPR employing either the edge-disjoint algorithm or edge-sharing algorithm reduces the regeneration time significantly. 展开更多
关键词 distributed storage system erasure code REPLICATION regeneration tree
下载PDF
Architecture Design of Global Distributed Storage System for Data Grid 被引量:6
3
作者 金海 Ran +10 位作者 Longbo Wang Zhiping Huang Chen Chen Yong Zhou Runsong Jia Yongjie 《High Technology Letters》 EI CAS 2003年第4期1-4,共4页
This paper describes the architecture of global distributed storage system for data grid. It focue on the management and the capability for the maximum users and maximum resources on the Internet, as well as performan... This paper describes the architecture of global distributed storage system for data grid. It focue on the management and the capability for the maximum users and maximum resources on the Internet, as well as performance and other issues. 展开更多
关键词 data grid METADATA name space distributed storage
下载PDF
DESIGN OF EXACT REGENERATING HIERARCHICAL CODE FOR DISTRIBUTED STORAGE SYSTEM 被引量:1
4
作者 Hao Jie Lu Yanbo +1 位作者 Liu Xinji Xia Shutao 《Journal of Electronics(China)》 2013年第3期290-298,共9页
Erasure code is widely used as the redundancy scheme in distributed storage system. When a storage node fails, the repair process often requires to transfer a large amount of data. Regenerating code and hierarchical c... Erasure code is widely used as the redundancy scheme in distributed storage system. When a storage node fails, the repair process often requires to transfer a large amount of data. Regenerating code and hierarchical code are two classes of codes proposed to reduce the repair bandwidth cost. Regenerating codes reduce the amount of data transferred by each helping node, while hierarchical codes reduce the number of nodes participating in the repair process. In this paper, we propose a "sub-code nesting framework" to combine them together. The resulting regenerating hierarchical code has low repair degree as hierarchical code and lower repair cost than hierarchical code. Our code can achieve exact regeneration of the failed node, and has the additional property of low updating complexity. 展开更多
关键词 distributed storage Network coding Regenerating code Hierarchical code Repair cost
下载PDF
The Reliability Design and Availability Analysis of a Distributed Storage System
5
作者 YANG Xiaohui DU Ruizhong TIAN Junfeng 《Wuhan University Journal of Natural Sciences》 CAS 2006年第6期1919-1922,共4页
Current distributed parallel file systems and database systems can not satisfy the demands of data-intensive applications, such as storage capacity, access performance, reliability, scalability, and so on. Cluster-bas... Current distributed parallel file systems and database systems can not satisfy the demands of data-intensive applications, such as storage capacity, access performance, reliability, scalability, and so on. Cluster-based storage sys tems have some shortcomings, too. To solve this kind of problems, a novel PC storage cluster solution is proposed, a distributed storage system based on 3-tiered agent architecture is designed, the system reliability model based on the masterslave backup mode is built, and the system availability is analyzed with the Markov model. According to the system availability formula and the values of the system parameters, the novel system can provide higher reliability and availability to satisfy users' requirements, 展开更多
关键词 AGENT distributed storage RELIABILITY AVAILABILITY REDUNDANCY
下载PDF
SA-RSR:a read-optimal data recovery strategy for XOR-coded distributed storage systems 被引量:1
6
作者 Xingjun ZHANG Ningjing LIANG +2 位作者 Yunfei LIU Changjiang ZHANG Yang LI 《Frontiers of Information Technology & Electronic Engineering》 SCIE EI CSCD 2022年第6期858-875,共18页
To ensure the reliability and availability of data,redundancy strategies are always required for distributed storage systems.Erasure coding,one of the representative redundancy strategies,has the advantage of low stor... To ensure the reliability and availability of data,redundancy strategies are always required for distributed storage systems.Erasure coding,one of the representative redundancy strategies,has the advantage of low storage overhead,which facilitates its employment in distributed storage systems.Among the various erasure coding schemes,XOR-based erasure codes are becoming popular due to their high computing speed.When a single-node failure occurs in such coding schemes,a process called data recovery takes place to retrieve the failed node’s lost data from surviving nodes.However,data transmission during the data recovery process usually requires a considerable amount of time.Current research has focused mainly on reducing the amount of data needed for data recovery to reduce the time required for data transmission,but it has encountered problems such as significant complexity and local optima.In this paper,we propose a random search recovery algorithm,named SA-RSR,to speed up single-node failure recovery of XOR-based erasure codes.SA-RSR uses a simulated annealing technique to search for an optimal recovery solution that reads and transmits a minimum amount of data.In addition,this search process can be done in polynomial time.We evaluate SA-RSR with a variety of XOR-based erasure codes in simulations and in a real storage system,Ceph.Experimental results in Ceph show that SA-RSR reduces the amount of data required for recovery by up to 30.0%and improves the performance of data recovery by up to 20.36%compared to the conventional recovery method. 展开更多
关键词 distributed storage system Data reliability and availability XOR-based erasure codes Single-node failure Data recovery
原文传递
Locally Minimum Storage Regenerating Codes in Distributed Cloud Storage Systems 被引量:2
7
作者 Jing Wang Wei Luo +2 位作者 Wei Liang Xiangyang Liu Xiaodai Dong 《China Communications》 SCIE CSCD 2017年第11期82-91,共10页
In distributed cloud storage systems, inevitably there exist multiple node failures at the same time. The existing methods of regenerating codes, including minimum storage regenerating(MSR) codes and minimum bandwidth... In distributed cloud storage systems, inevitably there exist multiple node failures at the same time. The existing methods of regenerating codes, including minimum storage regenerating(MSR) codes and minimum bandwidth regenerating(MBR) codes, are mainly to repair one single or several failed nodes, unable to meet the repair need of distributed cloud storage systems. In this paper, we present locally minimum storage regenerating(LMSR) codes to recover multiple failed nodes at the same time. Specifically, the nodes in distributed cloud storage systems are divided into multiple local groups, and in each local group(4, 2) or(5, 3) MSR codes are constructed. Moreover, the grouping method of storage nodes and the repairing process of failed nodes in local groups are studied. Theoretical analysis shows that LMSR codes can achieve the same storage overhead as MSR codes. Furthermore, we verify by means of simulation that, compared with MSR codes, LMSR codes can reduce the repair bandwidth and disk I/O overhead effectively. 展开更多
关键词 distributed cloud storage systems minimum storage regenerating(MSR) codes locally repairable codes(LRC) repair bandwidth overhead disk I/O overhead
下载PDF
Grid Side Distributed Energy Storage Cloud Group End Region Hierarchical Time-Sharing Configuration Algorithm Based onMulti-Scale and Multi Feature Convolution Neural Network
8
作者 Wen Long Bin Zhu +3 位作者 Huaizheng Li Yan Zhu Zhiqiang Chen Gang Cheng 《Energy Engineering》 EI 2023年第5期1253-1269,共17页
There is instability in the distributed energy storage cloud group end region on the power grid side.In order to avoid large-scale fluctuating charging and discharging in the power grid environment and make the capaci... There is instability in the distributed energy storage cloud group end region on the power grid side.In order to avoid large-scale fluctuating charging and discharging in the power grid environment and make the capacitor components showa continuous and stable charging and discharging state,a hierarchical time-sharing configuration algorithm of distributed energy storage cloud group end region on the power grid side based on multi-scale and multi feature convolution neural network is proposed.Firstly,a voltage stability analysis model based onmulti-scale and multi feature convolution neural network is constructed,and the multi-scale and multi feature convolution neural network is optimized based on Self-OrganizingMaps(SOM)algorithm to analyze the voltage stability of the cloud group end region of distributed energy storage on the grid side under the framework of credibility.According to the optimal scheduling objectives and network size,the distributed robust optimal configuration control model is solved under the framework of coordinated optimal scheduling at multiple time scales;Finally,the time series characteristics of regional power grid load and distributed generation are analyzed.According to the regional hierarchical time-sharing configuration model of“cloud”,“group”and“end”layer,the grid side distributed energy storage cloud group end regional hierarchical time-sharing configuration algorithm is realized.The experimental results show that after applying this algorithm,the best grid side distributed energy storage configuration scheme can be determined,and the stability of grid side distributed energy storage cloud group end region layered timesharing configuration can be improved. 展开更多
关键词 Multiscale and multi feature convolution neural network distributed energy storage at grid side cloud group end region layered time-sharing configuration algorithm
下载PDF
Security Analysis on a Remote Data Auditing Scheme for Distributed Storage Systems 被引量:1
9
作者 LIU Guangjun ZHANG Lining LI Xiangjun 《Wuhan University Journal of Natural Sciences》 CAS CSCD 2020年第6期527-530,共4页
Remote data auditing becomes critical to ensure the storage reliability in distributed cloud storage.Recently,Le et al proposed an efficient private data auditing scheme NC-Audit designed for regenerating codes,which ... Remote data auditing becomes critical to ensure the storage reliability in distributed cloud storage.Recently,Le et al proposed an efficient private data auditing scheme NC-Audit designed for regenerating codes,which claimed that NC-Audit can effectively realize privacy-preserving data auditing for distributed storage systems.However,our analysis shows that NC-Audit is not secure for that the adversarial cloud can forge some illegal blocks to cheat the auditor successfully with a high probability even without storing the user’s whole data,when the coding field is large enough. 展开更多
关键词 data auditing regeneration code network coding distributed storage cloud computing
原文传递
Fuzzy Droop Control for SOC Balance and Stability Analysis of DC Microgrid with Distributed Energy Storage Systems
10
作者 Jipeng Gu Xiaodong Yang +4 位作者 Youbing Zhang Luyao Xie Licheng Wang Wenwei Zhou Xiaohui Ge 《Journal of Modern Power Systems and Clean Energy》 SCIE EI CSCD 2024年第4期1203-1216,共14页
The unbalanced state of charge(SOC)of distributed energy storage systems(DESSs)in autonomous DC microgrid causes energy storage units(ESUs)to terminate operation due to overcharge or overdischarge,which severely affec... The unbalanced state of charge(SOC)of distributed energy storage systems(DESSs)in autonomous DC microgrid causes energy storage units(ESUs)to terminate operation due to overcharge or overdischarge,which severely affects the power quality.In this paper,a fuzzy droop control for SOC balance and stability analysis of DC microgrid with DESSs is proposed to achieve SOC balance in ESUs while maintaining a stable DC bus voltage.First,the charge and discharge modes of ESUs are determined based on the power supply requirements of the DC microgrid.One-dimensional fuzzy logic is then applied to establish the relationship between SOC and the droop coefficient R,in the aforementioned two modes.In addition,when integrated with voltage-current double closed-loop control,SOC balance in different ESUs is realized.To improve the balance speed and precision,an exponential acceleration factor is added to the input variable of the fuzzy controller.Finally,based on the average model of converter,the system-level stability of microgrid is analyzed.MATLAB/Simulink simulation results verify the effectiveness and rationality of the proposed method. 展开更多
关键词 DC microgrid distributed energy storage system fuzzy droop control state of charge(SOC)balance STABILITYANALYSIS
原文传递
State-of-charge Balance Control and Safe Region Analysis for Distributed Energy Storage Systems with Constant Power Loads
11
作者 Yijing Wang Yangzhen Zhang +1 位作者 Zhiqiang Zuo Xialin Li 《CSEE Journal of Power and Energy Systems》 SCIE EI CSCD 2024年第4期1733-1745,共13页
This paper presents a fully distributed state-of-charge balance control (DSBC) strategy for a distributed energy storage system (DESS). In this framework, each energy storage unit (ESU) processes the state-of-charge (... This paper presents a fully distributed state-of-charge balance control (DSBC) strategy for a distributed energy storage system (DESS). In this framework, each energy storage unit (ESU) processes the state-of-charge (SoC) information from its neighbors locally and adjusts the virtual impedance of the droop controller in real-time to change the current sharing. It is shown that the SoC balance of all ESUs can be achieved. Due to virtual impedance, voltage deviation of the bus occurs inevitably and increases with load power. Meanwhile, widespread of the constant power load (CPL) in the power system may cause instability. To ensure reliable operation of DESS under the proposed DSBC, the concept of the safe region is put forward. Within the safe region, DESS is stable and voltage deviation is acceptable. The boundary conditions of the safe region are derived from the equivalent model of DESS, in which stability is analyzed in terms of modified Brayton-Moser's criterion. Both simulations and hardware experiments verify the accuracy of the safe region and effectiveness of the proposed DSBC strategy. 展开更多
关键词 Constant power load(CPL) distributed control distributed energy storage system(DESS) safe region state-of-charge(SoC)
原文传递
Distributed Secure Storage Scheme Based on Sharding Blockchain 被引量:6
12
作者 Jin Wang Chenchen Han +2 位作者 Xiaofeng Yu Yongjun Ren R.Simon Sherratt 《Computers, Materials & Continua》 SCIE EI 2022年第3期4485-4502,共18页
Distributed storage can store data in multiple devices or servers to improve data security.However,in today’s explosive growth of network data,traditional distributed storage scheme is faced with some severe challeng... Distributed storage can store data in multiple devices or servers to improve data security.However,in today’s explosive growth of network data,traditional distributed storage scheme is faced with some severe challenges such as insufficient performance,data tampering,and data lose.A distributed storage scheme based on blockchain has been proposed to improve security and efficiency of traditional distributed storage.Under this scheme,the following improvements have been made in this paper.This paper first analyzes the problems faced by distributed storage.Then proposed to build a new distributed storage blockchain scheme with sharding blockchain.The proposed scheme realizes the partitioning of the network and nodes by means of blockchain sharding technology,which can improve the efficiency of data verification between nodes.In addition,this paper uses polynomial commitment to construct a new verifiable secret share scheme called PolyVSS.This new scheme is one of the foundations for building our improved distributed storage blockchain scheme.Compared with the previous scheme,our new scheme does not require a trusted third party and has some new features such as homomorphic and batch opening.The security of VSS can be further improved.Experimental comparisons show that the proposed scheme significantly reduces storage and communication costs. 展开更多
关键词 Blockchain distributed storage verifiable secret share polynomial commitment
下载PDF
On Distributed Object Storage Architecture Based on Mimic Defense 被引量:3
13
作者 Haiyang Yu Hui Li +1 位作者 Xin Yang Huajun Ma 《China Communications》 SCIE CSCD 2021年第8期109-120,共12页
With the advent of the era of big data,cloud computing,Internet of things,and other information industries continue to develop.There is an increasing amount of unstructured data such as pictures,audio,and video on the... With the advent of the era of big data,cloud computing,Internet of things,and other information industries continue to develop.There is an increasing amount of unstructured data such as pictures,audio,and video on the Internet.And the distributed object storage system has become the mainstream cloud storage solution.With the increasing number of distributed applications,data security in the distributed object storage system has become the focus.For the distributed object storage system,traditional defenses are means that fix discovered system vulnerabilities and backdoors by patching,or means to modify the corresponding structure and upgrade.However,these two kinds of means are hysteretic and hardly deal with unknown security threats.Based on mimic defense theory,this paper constructs the principle framework of the distributed object storage system and introduces the dynamic redundancy and heterogeneous function in the distributed object storage system architecture,which increases the attack cost,and greatly improves the security and availability of data. 展开更多
关键词 distributed object storage system mimic defense data security
下载PDF
Distributed energy storage node controller and control strategy based on energy storage cloud platform architecture 被引量:3
14
作者 Tao Yan Jialiang Liu +4 位作者 Qianqian Niu Jizhong Chen Shaohua Xu Meng Niu Jerry YSLin 《Global Energy Interconnection》 2020年第2期166-174,共9页
Based on the energy storage cloud platform architecture,this study considers the extensive configuration of energy storage devices and the future large-scale application of electric vehicles at the customer side to bu... Based on the energy storage cloud platform architecture,this study considers the extensive configuration of energy storage devices and the future large-scale application of electric vehicles at the customer side to build a new mode of smart power consumption with a flexible interaction,smooth the peak/valley difference of the load side power,and improve energy efficiency.A plug and play device for customer-side energy storage and an internet-based energy storage cloud platform are developed herein to build a new intelligent power consumption mode with a flexible interaction suitable for ordinary customers.Based on the load perception of the power grid,this study aims to investigate the operating state and service life of distributed energy storage devices.By selecting an integrated optimal control scheme,this study designs a kind of energy optimization and deployment strategy for stratified partition to reduce the operating cost of the energy storage device on the client side.The effectiveness of the system and the control strategy is verified through the Suzhou client-side distributed energy storage demonstration project. 展开更多
关键词 distributed energy storage Optimum control Plug and play Energy storage cloud platform
下载PDF
DCRL-KG: Distributed Multi-Modal Knowledge Graph Retrieval Platform Based on Collaborative Representation Learning
15
作者 Leilei Li Yansheng Fu +6 位作者 Dongjie Zhu Xiaofang Li Yundong Sun Jianrui Ding Mingrui Wu Ning Cao Russell Higgs 《Intelligent Automation & Soft Computing》 SCIE 2023年第6期3295-3307,共13页
The knowledge graph with relational abundant information has been widely used as the basic data support for the retrieval platforms.Image and text descriptions added to the knowledge graph enrich the node information,... The knowledge graph with relational abundant information has been widely used as the basic data support for the retrieval platforms.Image and text descriptions added to the knowledge graph enrich the node information,which accounts for the advantage of the multi-modal knowledge graph.In the field of cross-modal retrieval platforms,multi-modal knowledge graphs can help to improve retrieval accuracy and efficiency because of the abundant relational infor-mation provided by knowledge graphs.The representation learning method is sig-nificant to the application of multi-modal knowledge graphs.This paper proposes a distributed collaborative vector retrieval platform(DCRL-KG)using the multi-modal knowledge graph VisualSem as the foundation to achieve efficient and high-precision multimodal data retrieval.Firstly,use distributed technology to classify and store the data in the knowledge graph to improve retrieval efficiency.Secondly,this paper uses BabelNet to expand the knowledge graph through multi-ple filtering processes and increase the diversification of information.Finally,this paper builds a variety of retrieval models to achieve the fusion of retrieval results through linear combination methods to achieve high-precision language retrieval and image retrieval.The paper uses sentence retrieval and image retrieval experi-ments to prove that the platform can optimize the storage structure of the multi-modal knowledge graph and have good performance in multi-modal space. 展开更多
关键词 Multi-modal retrieval distributed storage knowledge graph
下载PDF
Robust and Trustworthy Data Sharing Framework Leveraging On-Chain and Off-Chain Collaboration 被引量:1
16
作者 Jinyang Yu Xiao Zhang +4 位作者 Jinjiang Wang Yuchen Zhang Yulong Shi Linxuan Su Leijie Zeng 《Computers, Materials & Continua》 SCIE EI 2024年第2期2159-2179,共21页
The proliferation of Internet of Things(IoT)systems has resulted in the generation of substantial data,presenting new challenges in reliable storage and trustworthy sharing.Conventional distributed storage systems are... The proliferation of Internet of Things(IoT)systems has resulted in the generation of substantial data,presenting new challenges in reliable storage and trustworthy sharing.Conventional distributed storage systems are hindered by centralized management and lack traceability,while blockchain systems are limited by low capacity and high latency.To address these challenges,the present study investigates the reliable storage and trustworthy sharing of IoT data,and presents a novel system architecture that integrates on-chain and off-chain data manage systems.This architecture,integrating blockchain and distributed storage technologies,provides high-capacity,high-performance,traceable,and verifiable data storage and access.The on-chain system,built on Hyperledger Fabric,manages metadata,verification data,and permission information of the raw data.The off-chain system,implemented using IPFS Cluster,ensures the reliable storage and efficient access to massive files.A collaborative storage server is designed to integrate on-chain and off-chain operation interfaces,facilitating comprehensive data operations.We provide a unified access interface for user-friendly system interaction.Extensive testing validates the system’s reliability and stable performance.The proposed approach significantly enhances storage capacity compared to standalone blockchain systems.Rigorous reliability tests consistently yield positive outcomes.With average upload and download throughputs of roughly 20 and 30 MB/s,respectively,the system’s throughput surpasses the blockchain system by a factor of 4 to 18. 展开更多
关键词 On-chain and off-chain collaboration blockchain distributed storage system hyperledger fabric IPFS cluster
下载PDF
Low-Carbon Dispatching for Virtual Power Plant with Aggregated Distributed Energy Storage Considering Spatiotemporal Distribution of Cleanness Value
17
作者 Hongchao Gao Tai Jin +3 位作者 Guanxiong Wang Qixin Chen Chongqing Kang Jingkai Zhu 《Journal of Modern Power Systems and Clean Energy》 SCIE EI CSCD 2024年第2期346-358,共13页
The scale of distributed energy resources is increasing,but imperfect business models and value transmission mechanisms lead to low utilization ratio and poor responsiveness.To address this issue,the concept of cleann... The scale of distributed energy resources is increasing,but imperfect business models and value transmission mechanisms lead to low utilization ratio and poor responsiveness.To address this issue,the concept of cleanness value of distributed energy storage(DES)is proposed,and the spatiotemporal distribution mechanism is discussed from the perspectives of electrical energy and cleanness.Based on this,an evaluation system for the environmental benefits of DES is constructed to balance the interests between the aggregator and the power system operator.Then,an optimal low-carbon dispatching for a virtual power plant(VPP)with aggregated DES is constructed,where-in energy value and cleanness value are both considered.To achieve the goal,a green attribute labeling method is used to establish a correlation constraint between the nodal carbon potential of the distribution network(DN)and DES behavior,but as a cost,it brings multiple nonlinear relationships.Subsequently,a solution method based on the convex envelope(CE)linear re-construction method is proposed for the multivariate nonlinear programming problem,thereby improving solution efficiency and feasibility.Finally,the simulation verification based on the IEEE 33-bus DN is conducted.The simulation results show that the multidimensional value recognition of DES motivates the willingness of resource users to respond.Meanwhile,resolving the impact of DES on the nodal carbon potential can effectively alleviate overcompensation of the cleanness value. 展开更多
关键词 distributed energy storage virtual power plant(VPP) spatiotemporal distribution low-carbon dispatching
原文传递
Enhancing Autonomy Capability in Regional Power Grids:A Strategic Planning Approach with Multiple Autonomous Evaluation Indexes
18
作者 Jie Ma Tong Zhao +8 位作者 Yuanzhao Hao Wenwen Qin Haozheng Yu Mingxuan Du Yuanhong Liu Liang Zhang Shixia Mu Cuiping Li Junhui Li 《Energy Engineering》 EI 2024年第9期2449-2477,共29页
After the integration of large-scale DistributedGeneration(DG)into the distribution network,the randomness and volatility of its output result in a reduction of spatiotemporal alignment between power generation and de... After the integration of large-scale DistributedGeneration(DG)into the distribution network,the randomness and volatility of its output result in a reduction of spatiotemporal alignment between power generation and demand in the distribution network,exacerbating the phenomenon of wind and solar power wastage.As a novel power system model,the fundamental concept of Regional Autonomous Power Grids(RAPGs)is to achieve localized management and energy autonomy,thereby facilitating the effective consumption of DGs.Therefore,this paper proposes a distributed resource planning strategy that enhances the autonomy capabilities of regional power grids by considering multiple evaluation indexes for autonomy.First,a regional Energy Storage(ES)configuration strategy is proposed.This strategy can select a suitable reference value for the upper limit of ES configuration based on the regional load andDGoutput to maximize the elimination of source load deviations in the region as the upper limit constraint of ES capacity.Then,a control strategy for regional ES is proposed,the charging and discharging reference line of ES is set,and multiple autonomy and economic indexes are used as objective functions to select different proportions of ES to control the distributed resources of the regional power grid and establish evaluation indexes of the internal regional generation and load power ratio,the proportion of power supply matching hours,new energy consumption rate and tie line power imbalance outside the region to evaluate changes in the regional autonomy capabilities.The final simulation results showthat in the real regional grid example,the planning method in the planning year in the region of the overall power supply matching hour ratio and new energy consumption rate increased by 3.9%and 4.8%on average,and the power imbalance of the tie line decreased by 7.8%on average.The proposed planning approach enables the maximization of regional autonomy while effectively smoothing the fluctuation of power exchange between the regional grid and the higher-level grid.This presents a rational and effective planning solution for the regional grid,facilitating the coordinated development between the region and the distribution network. 展开更多
关键词 Regional autonomous power grid distributed generation distributed energy storage regional planning strategy evaluation index
下载PDF
Coordinated control for voltage regulation of distribution network voltage regulation by distributed energy storage systems 被引量:17
19
作者 Delong Zhang Jianlin Li Dong Hui 《Protection and Control of Modern Power Systems》 2018年第1期35-42,共8页
With more and more distributed photovoltaic(PV)plants access to the distribution system,whose structure is changing and becoming an active network.The traditional methods of voltage regulation may hardly adapt to this... With more and more distributed photovoltaic(PV)plants access to the distribution system,whose structure is changing and becoming an active network.The traditional methods of voltage regulation may hardly adapt to this new situation.To address this problem,this paper presents a coordinated control method of distributed energy storage systems(DESSs)for voltage regulation in a distribution network.The influence of the voltage caused by the PV plant is analyzed in a simple distribution feeder at first.The voltage regulation areas corresponding to DESSs are divided by calculating and comparing the voltage sensitivity matrix.Then,a coordinated voltage control strategy is proposed for the DESSs.Finally,the simulation results of the IEEE 33-bus radial distribution network verify the effectiveness of the proposed coordinated control method. 展开更多
关键词 distributed energy storage Voltage regulation Voltage sensitivity Coordinated control Photovoltaic(PV)plants
原文传递
Identity-based searchable attribute signcryption in lattice for a blockchain-based medical system
20
作者 Huifang YU Xiaoping BAI 《Frontiers of Information Technology & Electronic Engineering》 SCIE EI CSCD 2024年第3期461-471,共11页
Electronic healthcare systems can offer convenience but face the risk of data forgery and information leakage.To solve these issues,we propose an identity-based searchable attribute signcryption in lattice for a block... Electronic healthcare systems can offer convenience but face the risk of data forgery and information leakage.To solve these issues,we propose an identity-based searchable attribute signcryption in lattice for a blockchain-based medical system(BCMS-LIDSASC).BCMS-LIDSASC achieves decentralization and anti-quantum security in the blockchain environment,and provides fine-grained access control and searchability.Furthermore,smart contracts are used to replace traditional trusted third parties,and the interplanetary file system(IPFS)is used for ciphertext storage to alleviate storage pressure on the blockchain.Compared to other schemes,BCMS-LIDSASC requires smaller key size and less storage,and has lower computation cost.It contributes to secure and efficient management of medical data and can protect patient privacy and ensure the integrity of electronic healthcare systems. 展开更多
关键词 Blockchain Identity-based searchable attribute signcryption distributed storage NTRU lattice
原文传递
上一页 1 2 下一页 到第
使用帮助 返回顶部