Distributed Systems 1

studied byStudied by 5 people
5.0(1)
Get a hint
Hint

what is a distributed system?

1 / 42

flashcard set

Earn XP

Description and Tags

43 Terms

1

what is a distributed system?

a collection of loosely coupled nodes interconnected by a communication network

New cards
2

what is a site?

the location of a machine

New cards
3

what is a node?

a specific system (doesn't have to be a computer) at a site

nodes are called different names depending on context (eg. host/ machine/ site/ processor) - all mean a device connected with communication media

New cards
4

how does a specific node in a distributed system look and view resources?

its own resources are local the rest of the notes + their resources are remote

New cards
5

can a node vary in size?

yes, may vary in size and function eg. microprocessor vs. large general purpose computer system

New cards
6

what are the main principles of a distributed system?

one node at one site (eg. a server node) has a resource that a node at a different site (eg. a client/ user node) would like to use the network connects the sites and their resources

<p>one node at one site (eg. a server node) has a resource that a node at a different site (eg. a client/ user node) would like to use the network connects the sites and their resources</p>
New cards
7

why do we need distributed systems?

resource sharing computation speedup reliability communication

New cards
8

what is resource sharing?

users at one site can use resources available at another site eg. site A and site B site A uses a printer at site B site B accesses a file store at site A

provides mechanisms for

  • sharing files at remote sites

  • processing information in a distributed database

  • printing files at remote sites

  • using remote specialized hardware devices (such as a supercomputer)

  • performing other operations

New cards
9

what is computation speedup?

  • some applications need lots of power and resources to compute

  • one computation can be divided into sub-computations and distributed across various sites.

  • computational speed-up is provided by running the subprocesses concurrently

  • allows for load sharing/ job migration - moving jobs from an overloaded site to another lightly loaded site (but commercial systems don’t usually have AUOTMATED load sharing)

New cards
10

what is reliability?

  • if one site fails then the remaining sites can continue operating making the system more reliable

  • for systems with many large autonomous machines, failure of one won’t affect the rest

  • for systems with few small machines where each machine does a crucial function, failure of one may halt the whole operation

  • with enough redundancy in hardware and data, the system could continue operating even if some sites have failed

New cards
11

how does the reliability benefit respond to site failure?

  • failure of site is detected by system and action needs to be taken to recover from the failure

  • system stops using the failed site resources

  • function of the failed site can be moved to another site and system needs to ensure transfer of function occurs correctly

  • when site is repaired system must use mechanisms to integrate back into the system correctly.

New cards
12

what is communication?

  • users at various sites can exchange information

  • low-level communication- eg. messages passed between systems

  • all high-level functionality of the standalone system can be expanded to encompass the distributed system and therefore functions can be carried out over larger distances

  • eg. file transfer, login, mail, remote procedure calls (RPCs)

New cards
13

how have the reasons for distributed systems impacted companies?

  • downsizing - companies replace big mainframes with distributed networks of workstations or personal computers. this provides the company with lots of advantages

New cards
14

what are the advantages of distributed systems?

reliability scalability flexibility speedup openness high performance

New cards
15

what is scalability?

scale up or down usage depending on if resources are needed or not needed, good because demand varies, using resources can be expensive

New cards
16

what is flexibility?

can run different operating systems

flexibility in locating resources and expanding facilities

New cards
17

what is openess?

more users can access resources without needing different installations or licencing

New cards
18

what are the disadvantages of distributed systems?

difficult troubleshooting less software support high network infrastructure cost security issues

New cards
19

what is difficult troubleshooting?

because different nodes communicate so more time and skill needed to pinpoint problem

New cards
20

what is less software support?

software may be in different areas so harder to support

New cards
21

what is security issues?

accessing remote resources can be taken advantaged of eg. DDoS attacks can be sent and spread

New cards
22

what is the organisation of distributed systems?

a layered architecture different sites connected by a distributed computing infrastructure (eg. cloud, grid) each site has a local OS distributed applications and middleware services span across all sites in the system

<p>a layered architecture different sites connected by a distributed computing infrastructure (eg. cloud, grid) each site has a local OS distributed applications and middleware services span across all sites in the system</p>
New cards
23

what are distributed applications?

applications that can run and communicate alongside applications on other sites, the user of the local node does not realise the app is being distributed

New cards
24

what are middleware services?

software acting like a hook to enable communication between different nodes

New cards
25

what is the distributed computing infrastructure?

the physical infrastructure that connects sites in a distributed system

New cards
26

what is the importance of layered architecture?

important because responsibility is divided (different responsibility for different layers) to support transparency, troubleshooting, updating networks complex and thus need to be organised

New cards
27

what is a layered architecure?

layers communicate and show an interface to other layers, so the layers know what information is sent or required but not what exactly is happening all layers + between layers have security measures common for all distributed systems

New cards
28

what are examples of distributed systems?

grid computing cloud computing - remote computers, virtualisation of hardware to use as cloud resources (VM to contribute resources) blockchain internet of things DDoS

all layered architectures

New cards
29

what is grid computing?

uses special software to enable several computers to work together on a common problem as if they were a massively parallel supercomputer (even when the machine not in use) nodes could be running software, data processing, connected to the grid

New cards
30

what are distributed simulations?

communicate to form a bigger simulation need to all be synchronised

New cards
31

what is cloud computing?

using a network of remote servers hosted on the Internet to store, manage, and process data, (virtualisation of hardware) rather than a local server or a personal computer.

New cards
32

what services does cloud computing offer?

SaaS - software as a service PaaS - platform as a service IaaS - infrastructure as a service

New cards
33

What is SaaS (Software As A Service)?

software that we don't install but lets us access other resources, eg. office 365 allows using word without downloading it

New cards
34

What is PaaS (Platform as a Service)?

platform to provide services that we need to access the resources example: Google app engine, Azure

New cards
35

What is IaaS (Infrastructure as a Service)?

the hardware used to provide the service

New cards
36

what are the different models of cloud computing

Private - eg. between company and employee cloud Community - for a government Public - accessible to all, eg. google Hybrid different model used depending on what security is required

New cards
37

what are the different resources for cloud computing?

Single/multi CPU, GPU, HPC, storage, etc

New cards
38

what are the different operating systems for cloud computing

eg. OpenStack, OpenNebula, Proprietary: used to create a cloud OS Virtualises hardware of services to create cloud resources for users

New cards
39

what is the cloudSME simulation platform?

API - can be an interface to let us access the services of another application

<p>API - can be an interface to let us access the services of another application</p>
New cards
40

what is blockchain?

A decentralised architecture (peer to peer), digital ledger system for recording business transactions and events

New cards
41

what is a shared ledger?

a resource used by members in a network to record digital transactions each member stores an identical copy of the shared ledger changed to the ledger are reflected in all copies creating transparency and trust

New cards
42

what is the internet of things?

the idea that everything / every device could be given an ip address and put on the internet homogenous connected devices

New cards
43

What is a DDoS attack?

distributed denial of service attack - sending large amounts of traffic from multiple sources to a service or website, intending to overwhelm it so that authorised user are not able to access

New cards

Explore top notes

note Note
studied byStudied by 3 people
... ago
5.0(1)
note Note
studied byStudied by 116 people
... ago
5.0(1)
note Note
studied byStudied by 61 people
... ago
5.0(1)
note Note
studied byStudied by 8 people
... ago
5.0(1)
note Note
studied byStudied by 16 people
... ago
4.5(2)
note Note
studied byStudied by 7 people
... ago
5.0(1)
note Note
studied byStudied by 18 people
... ago
5.0(1)
note Note
studied byStudied by 86 people
... ago
5.0(1)

Explore top flashcards

flashcards Flashcard (53)
studied byStudied by 101 people
... ago
5.0(2)
flashcards Flashcard (37)
studied byStudied by 25 people
... ago
5.0(1)
flashcards Flashcard (30)
studied byStudied by 3 people
... ago
5.0(1)
flashcards Flashcard (29)
studied byStudied by 7 people
... ago
5.0(1)
flashcards Flashcard (21)
studied byStudied by 5 people
... ago
5.0(1)
flashcards Flashcard (36)
studied byStudied by 1 person
... ago
5.0(1)
flashcards Flashcard (452)
studied byStudied by 13 people
... ago
5.0(1)
flashcards Flashcard (92)
studied byStudied by 496 people
... ago
4.7(3)
robot