Browse Wiki & Semantic Web

Jump to: navigation, search
Http://dbpedia.org/resource/Distributed algorithm
  This page has no properties.
hide properties that link here 
  No properties link to this page.
 
http://dbpedia.org/resource/Distributed_algorithm
http://dbpedia.org/ontology/abstract A distributed algorithm is an algorithm deA distributed algorithm is an algorithm designed to run on computer hardware constructed from interconnected processors. Distributed algorithms are used in different application areas of distributed computing, such as telecommunications, scientific computing, distributed information processing, and real-time process control. Standard problems solved by distributed algorithms include leader election, consensus, distributed search, spanning tree generation, mutual exclusion, and resource allocation. Distributed algorithms are a sub-type of parallel algorithm, typically executed concurrently, with separate parts of the algorithm being run simultaneously on independent processors, and having limited information about what the other parts of the algorithm are doing. One of the major challenges in developing and implementing distributed algorithms is successfully coordinating the behavior of the independent parts of the algorithm in the face of processor failures and unreliable communications links. The choice of an appropriate distributed algorithm to solve a given problem depends on both the characteristics of the problem, and characteristics of the system the algorithm will run on such as the type and probability of processor or link failures, the kind of inter-process communication that can be performed, and the level of timing synchronization between separate processes.ynchronization between separate processes. , 分散式演算法(英語:Distributed algorithm),一種演算法類型。為分散式計算而設計,它運行在一群相互連結的處理器所構成的計算機硬體平台上。分散式演算法以方式執行,是平行演算法下的子類別。因為同時運行在不同處理器上,對演算法其他部份運行情況的資訊所知有限,使得這類型的演算法較為困難。 , 分散アルゴリズム(ぶんさんアルゴリズム、英語: Distributed algori分散アルゴリズム(ぶんさんアルゴリズム、英語: Distributed algorithm)とは、相互接続されたプロセッサにより構成されるハードウェア上で実行するために設計されたアルゴリズムである。分散アルゴリズムは分散コンピューティングの多くの応用分野において使われ、その例として、通信、科学計算、分散情報処理、リアルタイムプロセス管理などがある。分散アルゴリズムによって解決された標準的な問題として、リーダー選出、合意、分散検索、全域木生成、ミューテックス、リソース割り当てなどがある。 典型的な分散アルゴリズムは、並列に実行され、アルゴリズムの各部が独立したプロセッサ上で同時に実行され、アルゴリズムの他の部分については限定的な情報しか持たない。分散アルゴリズムを開発し、実装する上での大きな課題となるのが、プロセッサ障害が発生し、通信接続が不確実であるような環境において、アルゴリズムの独立した部分の動作を統制することである。与えられた問題に対し、適切な分散アルゴリズムを選択することは、問題の特徴と、アルゴリズムが実行されるシステムの特徴の両方に依存する。ここでシステムの特徴とは、プロセッサの性能や、通信接続の障害、可能なプロセス間通信の種類、プロセス間の同期を行う際の精度などを指す。信接続の障害、可能なプロセス間通信の種類、プロセス間の同期を行う際の精度などを指す。 , Un algorithme réparti (ou distribué) est uUn algorithme réparti (ou distribué) est une suite d'instructions et il est généralement un algorithme parallèle (mais pas toujours, exemple, une communication téléphonique) réparti sur plusieurs sites. Chaque site calcule (i.e. produit de nouveaux résultats) et communique (i.e. échange des données avec d'autres sites). Un algorithme réparti décrit le fonctionnement d'un système informatique composé de plusieurs unités de calcul reliées par un réseau de communication, tels que les routeurs dans Internet. L'algorithme d'un site isolé est appelé algorithme local. Il correspond le plus souvent à un algorithme séquentiel classique exprimé à la manière de la programmation événementielle : le site réagit à des actions externes (e.g. début de l'algorithme), des conditions internes (e.g. le site a atteint un état particulier) ou à l'arrivée d'un message. L'ensemble des algorithmes locaux constitue un algorithme réparti, aussi appelé protocole. Lorsque tous les algorithmes locaux sont identiques, l'algorithme est dit uniforme.identiques, l'algorithme est dit uniforme. , 분산 알고리즘(distributed algorithm)은 상호 연결된 프로세서로부터 구성된 컴퓨터 하드웨어에서 실행되도록 설계된 알고리즘이다. 분산 알고리즘은 전기 통신, 계산컴퓨팅, 분산 정보 처리, 실시간 공정관리 등 각기 다른 분산 컴퓨팅 부문에 사용된다. 분산 알고리즘에 의해 해결되는 표준 문제들로는 리더 선출, 합의, 분산 검색 신장 트리 생성, 상호 배제, 이 있다.
http://dbpedia.org/ontology/wikiPageExternalLink http://ocw.mit.edu/courses/electrical-engineering-and-computer-science/6-852j-distributed-algorithms-fall-2009/ +
http://dbpedia.org/ontology/wikiPageID 3367202
http://dbpedia.org/ontology/wikiPageLength 5370
http://dbpedia.org/ontology/wikiPageRevisionID 1123534512
http://dbpedia.org/ontology/wikiPageWikiLink http://dbpedia.org/resource/Central_processing_unit + , http://dbpedia.org/resource/Distributed_computing + , http://dbpedia.org/resource/Three-phase_commit_protocol + , http://dbpedia.org/resource/Leader_election + , http://dbpedia.org/resource/Computer_hardware + , http://dbpedia.org/resource/Atomic_commit + , http://dbpedia.org/resource/Replication_%28computer_science%29 + , http://dbpedia.org/resource/Inter-process_communication + , http://dbpedia.org/resource/Mutual_exclusion + , http://dbpedia.org/resource/Scientific_computing + , http://dbpedia.org/resource/Concurrency_%28computer_science%29 + , http://dbpedia.org/resource/Raft_%28computer_science%29 + , http://dbpedia.org/resource/Telecommunications + , http://dbpedia.org/resource/Paxos_algorithm + , http://dbpedia.org/resource/Two-phase_commit_protocol + , http://dbpedia.org/resource/Parallel_algorithm + , http://dbpedia.org/resource/Resource_allocation + , http://dbpedia.org/resource/Terminating_Reliable_Broadcast + , http://dbpedia.org/resource/Vertex_coloring + , http://dbpedia.org/resource/Non-blocking_data_structures + , http://dbpedia.org/resource/Process_control + , http://dbpedia.org/resource/Algorithm + , http://dbpedia.org/resource/Category:Distributed_algorithms + , http://dbpedia.org/resource/Consensus_%28computer_science%29 + , http://dbpedia.org/resource/Spanning_tree + , http://dbpedia.org/resource/Information_processing + , http://dbpedia.org/resource/Search_algorithm + , http://dbpedia.org/resource/Spanning_tree_%28mathematics%29 +
http://dbpedia.org/property/wikiPageUsesTemplate http://dbpedia.org/resource/Template:Commonscatinline + , http://dbpedia.org/resource/Template:Citation + , http://dbpedia.org/resource/Template:Doi-inline + , http://dbpedia.org/resource/Template:Reflist +
http://purl.org/dc/terms/subject http://dbpedia.org/resource/Category:Distributed_algorithms +
http://purl.org/linguistics/gold/hypernym http://dbpedia.org/resource/Algorithm +
http://www.w3.org/ns/prov#wasDerivedFrom http://en.wikipedia.org/wiki/Distributed_algorithm?oldid=1123534512&ns=0 +
http://xmlns.com/foaf/0.1/isPrimaryTopicOf http://en.wikipedia.org/wiki/Distributed_algorithm +
owl:sameAs https://global.dbpedia.org/id/2e2Df + , http://ja.dbpedia.org/resource/%E5%88%86%E6%95%A3%E3%82%A2%E3%83%AB%E3%82%B4%E3%83%AA%E3%82%BA%E3%83%A0 + , http://fr.dbpedia.org/resource/Algorithmique_r%C3%A9partie + , http://ko.dbpedia.org/resource/%EB%B6%84%EC%82%B0_%EC%95%8C%EA%B3%A0%EB%A6%AC%EC%A6%98 + , http://yago-knowledge.org/resource/Distributed_algorithm + , http://zh.dbpedia.org/resource/%E5%88%86%E6%95%A3%E5%BC%8F%E6%BC%94%E7%AE%97%E6%B3%95 + , http://rdf.freebase.com/ns/m.02vkcm8 + , http://dbpedia.org/resource/Distributed_algorithm + , http://vi.dbpedia.org/resource/Thu%E1%BA%ADt_to%C3%A1n_ph%C3%A2n_t%C3%A1n + , http://www.wikidata.org/entity/Q2835898 +
rdf:type http://dbpedia.org/class/yago/Abstraction100002137 + , http://dbpedia.org/class/yago/Event100029378 + , http://dbpedia.org/class/yago/Algorithm105847438 + , http://dbpedia.org/class/yago/WikicatDistributedAlgorithms + , http://dbpedia.org/class/yago/Activity100407535 + , http://dbpedia.org/class/yago/Procedure101023820 + , http://dbpedia.org/class/yago/PsychologicalFeature100023100 + , http://dbpedia.org/ontology/Software + , http://dbpedia.org/class/yago/YagoPermanentlyLocatedEntity + , http://dbpedia.org/class/yago/Rule105846932 + , http://dbpedia.org/class/yago/Act100030358 +
rdfs:comment Un algorithme réparti (ou distribué) est uUn algorithme réparti (ou distribué) est une suite d'instructions et il est généralement un algorithme parallèle (mais pas toujours, exemple, une communication téléphonique) réparti sur plusieurs sites. Chaque site calcule (i.e. produit de nouveaux résultats) et communique (i.e. échange des données avec d'autres sites). Un algorithme réparti décrit le fonctionnement d'un système informatique composé de plusieurs unités de calcul reliées par un réseau de communication, tels que les routeurs dans Internet.tion, tels que les routeurs dans Internet. , 分散アルゴリズム(ぶんさんアルゴリズム、英語: Distributed algori分散アルゴリズム(ぶんさんアルゴリズム、英語: Distributed algorithm)とは、相互接続されたプロセッサにより構成されるハードウェア上で実行するために設計されたアルゴリズムである。分散アルゴリズムは分散コンピューティングの多くの応用分野において使われ、その例として、通信、科学計算、分散情報処理、リアルタイムプロセス管理などがある。分散アルゴリズムによって解決された標準的な問題として、リーダー選出、合意、分散検索、全域木生成、ミューテックス、リソース割り当てなどがある。 典型的な分散アルゴリズムは、並列に実行され、アルゴリズムの各部が独立したプロセッサ上で同時に実行され、アルゴリズムの他の部分については限定的な情報しか持たない。分散アルゴリズムを開発し、実装する上での大きな課題となるのが、プロセッサ障害が発生し、通信接続が不確実であるような環境において、アルゴリズムの独立した部分の動作を統制することである。与えられた問題に対し、適切な分散アルゴリズムを選択することは、問題の特徴と、アルゴリズムが実行されるシステムの特徴の両方に依存する。ここでシステムの特徴とは、プロセッサの性能や、通信接続の障害、可能なプロセス間通信の種類、プロセス間の同期を行う際の精度などを指す。信接続の障害、可能なプロセス間通信の種類、プロセス間の同期を行う際の精度などを指す。 , 分散式演算法(英語:Distributed algorithm),一種演算法類型。為分散式計算而設計,它運行在一群相互連結的處理器所構成的計算機硬體平台上。分散式演算法以方式執行,是平行演算法下的子類別。因為同時運行在不同處理器上,對演算法其他部份運行情況的資訊所知有限,使得這類型的演算法較為困難。 , A distributed algorithm is an algorithm deA distributed algorithm is an algorithm designed to run on computer hardware constructed from interconnected processors. Distributed algorithms are used in different application areas of distributed computing, such as telecommunications, scientific computing, distributed information processing, and real-time process control. Standard problems solved by distributed algorithms include leader election, consensus, distributed search, spanning tree generation, mutual exclusion, and resource allocation.mutual exclusion, and resource allocation. , 분산 알고리즘(distributed algorithm)은 상호 연결된 프로세서로부터 구성된 컴퓨터 하드웨어에서 실행되도록 설계된 알고리즘이다. 분산 알고리즘은 전기 통신, 계산컴퓨팅, 분산 정보 처리, 실시간 공정관리 등 각기 다른 분산 컴퓨팅 부문에 사용된다. 분산 알고리즘에 의해 해결되는 표준 문제들로는 리더 선출, 합의, 분산 검색 신장 트리 생성, 상호 배제, 이 있다.
rdfs:label Algorithmique répartie , Distributed algorithm , 分散式演算法 , 分散アルゴリズム , 분산 알고리즘
hide properties that link here 
http://dbpedia.org/resource/Distributed_algorithms + http://dbpedia.org/ontology/wikiPageRedirects
http://dbpedia.org/resource/Distributed_computing + , http://dbpedia.org/resource/Distributed_minimum_spanning_tree + , http://dbpedia.org/resource/Deadlock_prevention_algorithms + , http://dbpedia.org/resource/Sequential_algorithm + , http://dbpedia.org/resource/Hybrid_algorithm + , http://dbpedia.org/resource/Michael_Luby + , http://dbpedia.org/resource/K%C5%91nig%27s_theorem_%28graph_theory%29 + , http://dbpedia.org/resource/Superstabilization + , http://dbpedia.org/resource/List_of_algorithms + , http://dbpedia.org/resource/Cannon%27s_algorithm + , http://dbpedia.org/resource/List_of_terms_relating_to_algorithms_and_data_structures + , http://dbpedia.org/resource/Folded_cube_graph + , http://dbpedia.org/resource/Tuple_space + , http://dbpedia.org/resource/Outline_of_computer_programming + , http://dbpedia.org/resource/Sorting_algorithm + , http://dbpedia.org/resource/Parallel_algorithm + , http://dbpedia.org/resource/Distributed_algorithms + , http://dbpedia.org/resource/Graph_coloring + , http://dbpedia.org/resource/Aiichiro_Nakano + , http://dbpedia.org/resource/Maximal_independent_set + , http://dbpedia.org/resource/Distributed_constraint_optimization + , http://dbpedia.org/resource/Michel_Raynal + , http://dbpedia.org/resource/Shahid_Hussain_Bokhari + , http://dbpedia.org/resource/Self-stabilization + , http://dbpedia.org/resource/Alessandra_Sala + , http://dbpedia.org/resource/Three-phase_commit_protocol + , http://dbpedia.org/resource/Brooks%E2%80%93Iyengar_algorithm + , http://dbpedia.org/resource/Rocha%E2%80%93Thatte_cycle_detection_algorithm + , http://dbpedia.org/resource/Two-phase_commit_protocol + , http://dbpedia.org/resource/Queue_number + , http://dbpedia.org/resource/Parallel_breadth-first_search + , http://dbpedia.org/resource/Brigitte_Plateau + , http://dbpedia.org/resource/Linda_Pagli + , http://dbpedia.org/resource/Parallel_Processing_Letters + , http://dbpedia.org/resource/Deadlock + , http://dbpedia.org/resource/SPIN_model_checker + , http://dbpedia.org/resource/Matching_preclusion + , http://dbpedia.org/resource/Torsten_Suel + , http://dbpedia.org/resource/Google_Code_Jam + , http://dbpedia.org/resource/Hirschberg%E2%80%93Sinclair_algorithm + , http://dbpedia.org/resource/Reachability_analysis + http://dbpedia.org/ontology/wikiPageWikiLink
http://en.wikipedia.org/wiki/Distributed_algorithm + http://xmlns.com/foaf/0.1/primaryTopic
http://dbpedia.org/resource/Distributed_algorithm + owl:sameAs
 

 

Enter the name of the page to start semantic browsing from.