년 - 년
블록체인 애플리케이션 개발을 지원하기 위한 RESTful 패브릭 브로커
한국차세대컴퓨팅학회 한국차세대컴퓨팅학회 학술대회 2022 한국차세대컴퓨팅학회 춘계학술대회 2022.05 pp.310-313
Over the past few years, both public and permissioned blockchain technologies have seen a rise in adoption. Blockchainbased applications are being utilized in multiple domains and industries. Among the permissioned blockchain platforms, Hyperledger Fabric has remained popular due to its feature set and active community. However, the complexity and usability issues of Hyperledger Fabric has resulted in a cumbersome blockchain network configuration. Similarly, the amount of pre-requisite knowledge is also substantial. Therefore, we propose RESTful Fabric Broker, an intermediator that facilitates easier access to the blockchain network while also increasing its overall operability and extendibility. In addition, we suggest the conceptual architecture to represent our proposed broker’s constituent. Furthermore, we show our broker’s usability and extendibility by applying it to smart contract management and chaincode installation. We expect RESTful Fabric Broker to be used by blockchain application developers for incorporation of external blockchain-related software with improvement overall usability of the blockchain network.
4,000원
최근 네트워크 및 하드웨어 기술이 발전하여 블록체인 기술과 보안을 융합하는 연구가 활발히 진행되고 여러 네트워크 기술에 적용되고 있다. 기존의 블록체인을 활용한 기술을 분석하고 제한된 환경에서 비공개 블록체인을 활용 한 파일의 무결성을 검증하는 모델을 제안한다. 제안하는 모델은 비공개 블록체인 플랫폼인 하이퍼레저 패브릭의 체인 코드로 작성하고 비공개 블록체인 통합 관리 플랫폼인 하이퍼레저 익스플로러를 통해 파일의 무결성 검증을 확인할 수 있 다. 제안한 모델의 성능을 개발자 관점과 사용자 관점에서 분석했다. 블록체인 플랫폼을 실행하기 위한 다양한 모듈의 버전에 따른 호환성 문제가 존재하고 체인코드 상태와 그룹 등 제한된 요소만 확인이 가능하다는 결과를 얻었다.
Recent advances in network and hardware technologies have led to active research and multiple network technologies that fuse blockchain technologies with security. We propose a system model that analyzes technologies using existing blockchain and verifies the integrity of files using private blockchain in a limited environment. The proposed model can be written as a chain code of Hyperleisure Fabric, a private blockchain platform, and verified for integrity of files through Hyperleisure Explorer, a private blockchain integrated management platform. The system performance of the proposed model was analyzed from a developer perspective and from a user perspective. As a result of the analysis, there are compatibility problems according to the version of various modules to run the blockchain platform, and only limited elements such as chain code status and groups can be checked.
하이퍼레저 패브릭 환경에서 체인코드 및 레저 유형에 따른 합의 작업의 성능 분석
[Kisti 연계] 한국정보처리학회 한국정보처리학회 학술대회논문집 2020 pp.49-52
※ 협약을 통해 무료로 제공되는 자료로, 원문이용 방식은 연계기관의 정책을 따르고 있습니다.
블록체인은 분산 시스템 환경에서 비가역적 정보를 탈중앙화된 방식으로 검증하는 기술로 다양한 산업에서 적용되어 새로운 가치를 만들어내고 있다. 본 연구에서는 허가형 블록체인 기술을 대표하는 오픈소스 프로젝트인 하이퍼레저 패브릭 환경에서 체인코드 및 레저 유형에 따른 합의 작업에 대한 성능을 분석하였으며, 결과에 대한 분석을 통해 블록체인 기반 분산 어플리케이션의 성능 요구사항 도출에 활용 가능한 정보를 제시하였다. 이를 통해 다양한 산업에서 블록체인 도입 시 활용할 수 있는 객관적 성능 지표의 역할을 수행하여 블록체인 기술 활성화에 기여할 것으로 기대된다.
하이퍼레저 패브릭에서 보증 시간 감소를 위한 체인코드 실행 비용 기반 트랜잭션 스케줄링 방법에 관한 연구
[NRF 연계] 한국IT정책경영학회 한국IT정책경영학회 논문지 Vol.12 No.6 2020.12 pp.2165-2172
※ 협약을 통해 무료로 제공되는 자료로, 원문이용 방식은 연계기관의 정책을 따르고 있습니다.
블록체인 기술은 분산 ID, 탈중앙 웹과 같은 영역에서 활발히 논의되며 꾸준히 영역을 확장하고 있다. 그 중 하이퍼레저 패브릭은 비트코인이나 이더리움과 같은 퍼블릭 블록체인과는 달리 기업들의 요구사항에 맞춰 설계된 컨소시엄 블록체인 기술이다. 본 논문은 하이퍼레저 패브릭의 트랜잭션 처리과정 중에서 보증에 걸리는 시간을 감소시켜 어플리케이션의 성능을 개선하는 트랜잭션 스케줄링 방안을 제안한다. 제안 방식은 트랜잭션의 비용 및 엔도서의 성능을 측정하고 이를 스케줄링에 반영한다. 이를 위해, 본 논문은 하이퍼레저 패브릭의 트랜잭션별 비용을 계산하는 프레임워크를 설계하고 이를 통해 체인코드로부터 트랜잭션별 실행 비용을 계산하는 프로세스를 제안한다.
Blockchain technology is being actively discussed in areas such as distributed ID and decentralized web, and is steadily expanding. Among them, Hyperledger Fabric is a consortium blockchain technology designed to meet the needs of companies, unlike public blockchains such as Bitcoin and Ethereum. In this paper, we proposes a transaction scheduling method that improves the performance of applications by reducing the time it takes to endorsement during the transaction processing process of the hyperledger fabric. The proposed method measures the cost of transactions and the performance of the endors and applies them in scheduling. To measure the cost of transactions, we designs a framework for calculating transaction-specific costs of hyperledger fabric and proposes a process for calculating transaction-specific execution costs from chaincode.
0개의 논문이 장바구니에 담겼습니다.
선택하신 파일을 압축중입니다.
잠시만 기다려 주십시오.