情報開発と利活用

情報開発と利活用

PR

×

Profile

令和維新

令和維新

Category

カテゴリ未分類

(112)

連絡

(24)

交流会

(27)

セミナー

(29)

参考情報

(138)

オフ会

(36)

on-line報告会

(13)

翻訳ビジネス

(8)

情報開発

(270)

ビッグデータ

(88)

ブロックチェーン

(248)

人工知能

(534)

IOT

(307)

仮想通貨

(866)

コンテンツ

(127)

政治経済

(1944)

先端技術

(962)

DITA

(52)

テレワーク

(28)

UX

(0)

文書管理

(8)

テクニカルライテイング

(23)

学習

(9)

訓練

(1)

XMLソリューション

(3)

メタバース

(101)

Web3

(68)

投資

(191)

IoT

(34)

投資信託

(1)

ビットコイン

(786)

イーサリアム

(163)

NFT

(41)

オンライン

(0)

受動収入

(14)

ソーシャルメデイア

(0)

DAO

(2)

DeFi

(79)

暗号通貨

(168)

トークノミクス

(22)

アルトコイン

(229)

空中投下

(16)

スマート契約

(4)

ステーブルコイン

(42)

(5)

生成AI

(5)

SCM

(4)

ウオレット

(9)

不労所得

(58)

セキュリテイ

(4)

ミームコイン

(50)

CBDC

(5)

PoS

(3)

PoW

(1)

ETF

(15)

仮想通貨ETF

(1)

予言

(7)

裁定取引

(1)

GameFi

(5)

マイニング

(9)

RWA

(23)

DePIN

(22)

SWFT

(1)

WLFI

(1)

アービトラージ

(7)

XRP

(67)

大統領選

(4)

BCH

(1)

取引ボット

(17)

トレーデイング

(52)

不動産

(1)

詐欺

(4)

貿易戦争

(1)

医療

(1)

金融

(2)

TEZOS

(1)

CARDANO

(2)

カルダーノ

(3)

ステーキング

(5)

チェーンリンク

(1)

開発

(0)

HEDERA

(3)

スマートマネー

(0)

流動性

(0)

AIエージェント

(19)

401k

(1)

国際送金

(1)

solano

(1)

AI

(1)

暗号資産

(74)

機関投資家

(5)

量子コンピューター

(4)

AIエージェント

(1)

ドキュメンテーション

(2)

AIトレーデイング

(1)

Keyword Search

▼キーワード検索

Shopping List

お買いものレビューがまだ書かれていません。
2022.06.17
XML
カテゴリ: ブロックチェーン

Gateway
ゲートウエイ

Audience : Architects, application and smart contract developers
読者:アーキテクト、アプリケーションとスマート契約開発者

A gateway manages the network interactions on behalf of an application, allowing it to focus on business logic. Applications connect to a gateway and then all subsequent interactions are managed using that gateway’s configuration.
ゲートウエイは、それがビジネス論理に焦点を合わせることを可能にして、アプリケーションに代わりネットワーク相互作用を管理します。 アプリケーションはゲートウエイに接続し、そして次に引き続いたすべての相互作用はそのゲートウエイの構成定義を使って管理されます。

In this topic, we’re going to cover:
このトピックで、我々は下記をカバーします:

· Why gateways are important
ゲートウェイが重要である理由

· How applications use a gateway
アプリケーションがゲートウエイを使う方法

· How to define a static gateway
静的なゲートウエイを定義する方法

· How to define a dynamic gateway for service discovery
サービス発見のために動的ゲートウエイを定義する方法

· Using multiple gateways
複数のゲートウェイを使うこと

Scenario
シナリオ

A Hyperledger Fabric network channel can constantly change. The peer, orderer, and CA components, contributed by the different organizations in the network, will come and go. Reasons for this include increased or reduced business demand, and both planned and unplanned outages. A gateway relieves an application of this burden, allowing it to focus
on the business problem it is trying to solve.

ハイパー元帳ファブリックネットワークチャンネルはいつも変化することができます。相手、注文者と 認証機関 コンポーネントはネットワークで異なった組織によって寄与されるが、行ったり来たりするでしょう。 これの理由は、増加しているか、あるいは減少したビジネス需用と、計画されたものと非計画的な停電の両方を含みます。 ゲートウエイは、それが解決しようとしているビジネス問題に焦点を合わせることを可能にして、アプリケーションのこの負担を和らげます。
 A MagnetoCorp and DigiBank applications (issue and buy) delegate their respective network interactions to their gateways. Each gateway understands the network channel topology comprising the multiple peers and orderers of two organizations MagnetoCorp and DigiBank, leaving applications to focus on business logic. Peers can talk to each other both within and across organizations using the gossip protocol.
MagnetoCorp DigiBank アプリケーション(発行と購買)は彼らのゲートウェイに彼らのそれぞれのネットワーク相互作用を委任します。 それぞれのゲートウエイは、 MagnetoCorp DigiBank 、2つの組織の複数の相手と注文者を構成するネットワークチャンネルトポロジーを理解し、アプリケーションをビジネスロジックに集中させておきます。取引相手達はゴシップ通信規約を使って組織内そして組織間に渡り共にお互いに話をすることが可能です。

A gateway can be used by an application in two different ways:
ゲートウエイは2つの異なった方法でアプリケーションによって使うことが可能です:

l Static : The gateway configuration is  completely  defined in a  connection profile . All the peers, orderers, and CAs available to an application are statically defined in the connection profile used to configure the gateway. For peers, this includes their role as an endorsing peer or event notification hub, for example. You can read more about these roles in the connection profile  topic .
静的な: ゲートウエイ構成は 接続プロファイルで完全に定義されます。アプリケーションに利用可能なすべての相手、注文者と認証機関 はゲートウエイの構成を設定するために使われる接続プロファイルに静的に定義されます。取引 相手達のために、これは例えば裏書相手あるいは事象通知ハブとして彼らの役割を含みます。 あなたは接続プロファイルトピックでこれらの役割についてさらに読むことができます。

The SDK will use this static topology, in conjunction with gateway  connection options , to manage the transaction submission and notification processes. The connection profile must contain enough of the network topology to allow a gateway to interact with the network on behalf of the application; this includes the network channels, organizations, orderers, peers, and their roles.
SDK はこの静的なトポロジーを、ゲートウエイ接続オプションと関連して、トランザクション提出と通知プロセスを管理するために使うでしょう。 接続プロファイルはゲートウエイがアプリケーションのためにネットワークと相互に作用することを可能にするためにネットワークのトポロジーの十分に含まなくてはなりません;これはネットワークチャンネル、組織、注文者、相手と彼らの役割を含みます。

l Dynamic : The gateway configuration is minimally defined in a connection profile. Typically, one or two peers from the application’s organization are specified, and they use  service discovery  to discover the available network topology. This includes peers, orderers, channels, instantiated smart contracts, and endorsement policies. (In production environments, a gateway configuration should specify at least two peers for availability.)
動的な: ゲートウエイ構成定義は接続プロファイルに最小限度定義されています。 典型的に、アプリケーションの組織からの1あるいは2人の相手が指定され、そして彼らは、利用可能なネットワークのトポロジーを見いだすため、サービス発見を利用します。 これは相手たち、注文者たち、複数のチャンネル、複数のインスタンスを作られたスマート契約とそれらの裏書方針を含みます。 (実稼働環境で、ゲートウエイ構成定義が利用可用度のために少なくとも2人の相手を指定すべきです。)

The SDK will use all of the static and discovered topology information, in conjunction with gateway connection options, to manage the transaction submission and notification processes. As part of this, it will also intelligently use the discovered topology; for example, it will  calculate  the minimum required endorsing peers using the discovered endorsement policy for the smart contract.
SDK は静的な、そして発見されたトポロジー情報のすべてを、ゲートウエイ接続オプションと関連して、トランザクション提出と通知プロセスを管理するために使うでしょう。 この一部として、それは、同じく発見差 r 田トポロジーを聰明に使うでしょう ;例えば、スマートな契約のために見いだされた裏書方針を使って最小限必要とされる裏書相手を計算するでしょう。

You might ask yourself whether a static or dynamic gateway is better? The trade-off is between predictability and responsiveness. Static networks will always behave the same way, as they
perceive the network as unchanging. In this sense they are predictable – they will always use the same peers and orderers if they are available. Dynamic networks are more responsive as they understand how the network changes – they can use newly added peers and orderers, which brings extra resilience and scalability, at potentially some cost in predictability. In general, it’s fine to use dynamic networks, and indeed this is the default mode for gateways.

あなたはあなた自身に静的か、あるいは動的なゲートウエイのどちらがもっと良いか尋ねるかもしれませ。 妥協点は予測性と反応性の間にあります。 静的なネットワークは、それらがネットワークを不変であると認知するから、常に同じように振る舞うでしょう。この意味でそれらは予測可能です - もしそれらが利用可能であるなら、それらは常に同じ相手や注文者たちを使うでしょう。 動的なネットワークは、ネットワークがどのように変わるか理解するから、いっそうすぐ応答します- それらは予測性の潜在的に若干のコストで新たに、余分の障害許容力と拡張性をもたらすが、新たに加えられた相手と注文者を使うことができます。 一般にダイナミックなネットワークを使うことは素晴らしいです。、そして本当にこれはゲートウェイのために省略時モードです。

Note that the  same  connection profile can be used statically or dynamically. Clearly, if a profile is going to be used statically, it needs to be comprehensive, whereas dynamic usage requires only
sparse population.

同じ接続プロファイルが静的に、あるいは動的に使うことができることに注意を払ってください。 明らかに、もしプロファイルが静的に使われるなら、それは、動的な使用法がただまばらな母集団だけを必要とするが、包括的である必要があります。

Both styles of gateway are transparent to the application; the application program design does not change whether static or dynamic gateways are used. This also means that some
applications may use service discovery, while others may not. In general, using
dynamic discovery means less definition and more intelligence by the SDK; it is
the default.

ゲートウエイの両方のスタイルはアプリケーション透過です;アプリケーションプログラム設計は静的か、あるいは動的なゲートウェイが使われるかどうかで変化しません。
これは他のものがそうしないかもしれないのに対して、若干のアプリケーションがサービス発見を使うかもしれないことを同じく意味します。 一般に動的な発見を使うことは SDK によってより少ない定義ともっと多くの知性を意味します;それは省略時値です。

=========================

インターネット・コンピュータランキング
========================= ネットサービスランキング
=========================

[商品価格に関しましては、リンクが作成された時点と現時点で情報が変更されている場合がございます。]

Xbox Series S
価格:32978円(税込、送料無料)  (2022/6/2時点)


[商品価格に関しましては、リンクが作成された時点と現時点で情報が変更されている場合がございます。]

ニコン D5600 ダブルズームキット
価格:89800円(税込、送料無料)  (2022/6/2時点)


</table5



=========================

インターネット・コンピュータランキング
========================= ネットサービスランキング
=========================


[商品価格に関しましては、リンクが作成された時点と現時点で情報が変更されている場合がございます。]

Xbox Series S
価格:32978円(税込、送料無料)  (2022/6/2時点)


[商品価格に関しましては、リンクが作成された時点と現時点で情報が変更されている場合がございます。]

ニコン D5600 ダブルズームキット
価格:89800円(税込、送料無料)  (2022/6/2時点)







お気に入りの記事を「いいね!」で応援しよう

Last updated  2022.06.18 05:21:31
コメント(0) | コメントを書く
[ブロックチェーン] カテゴリの最新記事


【毎日開催】
15記事にいいね!で1ポイント
10秒滞在
いいね! -- / --
おめでとうございます!
ミッションを達成しました。
※「ポイントを獲得する」ボタンを押すと広告が表示されます。
x
X

© Rakuten Group, Inc.
X
Design a Mobile Site
スマートフォン版を閲覧 | PC版を閲覧
Share by: