What is a distributed?
Answers
Answered by
0
It is a model of computation where a collection of machines collaborateto solve a problem.Typically each machine receives a sub-problem to solve.Upon completion it sends the result to other machines.The above process continues until the group of machines decide that they have a solution, or that they can not come to a solution.A simple example of a distributed computation is a set of routers, each of which knows only of its neighbours, who collaborate to figure out the best path for a packet (say from NY to LA). If for example they use a simplified version of thelink-state protocoleach machine/router would follow these three phases:1.Create an adjacency-list (neighbour-list) and send it to each neighbour2.Pass incoming lists around until no new lists are seen3.From the complete set ofadjacency-lists received, reconstruct the network topology. Then use a shortest-path algorithm (sayDijkstra) to compute shortest paths to all nodesThe router in NY will now know the shortest path to LA and will route packetsintended for LA to thecorresponding neighbour. The collaborating routers have collectively solved the problem ofrouting packets efficiently.
Answered by
0
☺❤☺❤☺❤☺HEY MATE YOUR ANSWER IS HERE. ....☺❤☺❤☺❤☺
Distributed, in an information technology (IT) context, means that something is shared among multiple systems which may also be in different locations. In distributed computing, processing and data are spread out over multiple computers, usually over a network.
☺❤☺❤☺❤☺HOPE ITS HELPFULL ☺❤☺❤☺❤☺
☺❤☺❤☺❤☺PLZZ MARK ME BRAINLIEST ☺❤☺❤☺❤☺
Distributed, in an information technology (IT) context, means that something is shared among multiple systems which may also be in different locations. In distributed computing, processing and data are spread out over multiple computers, usually over a network.
☺❤☺❤☺❤☺HOPE ITS HELPFULL ☺❤☺❤☺❤☺
☺❤☺❤☺❤☺PLZZ MARK ME BRAINLIEST ☺❤☺❤☺❤☺
Attachments:
Similar questions