Preskoči na glavni sadržaj
Prijava
Sign up for FREE
arrow_back
Biblioteka

Fault Tolerance, Parallel and Distributed Computing

star
star
star
star
star
Posljednje ažuriranje 10 months ago
32 questions
1
1
1
1
1
1
5
1
1
1
1
1
1
1
1
1
1
1
1
1
1
1
1
1
1
1
1
1
3
1
1
Pitanje 1
1.

What is the number assigned to devices on the internet?

Pitanje 2
2.

Draw out a rough sketch of Ring network topology on the paper on desk, and show it to me !

Pitanje 3
3.

Draw out a rough sketch of Bus network topology on the paper on desk, and show it to me !

Pitanje 4
4.

Draw out a rough sketch of Star network topology on the paper on desk, and show it to me !

Pitanje 5
5.

Which of the following best describes a challenge involved in using parallel computing?

Pitanje 6
6.

Which of the following best describes the ability of parallel computing solutions to improve efficiency?

Pitanje 7
7.

I have a list below containing ages of students, and I want to calculate the average ages of students in the list. (5 points)

ages = [24, 12, 23, 19, 27, 30, 11, ...]

Explain how parallel computing an be used.

Break the program into 3 major tasks

Which of this tasks are independent of any other task and which is dependent?

Pitanje 8
8.

If a task takes 40 seconds to complete sequentially and 10 seconds to complete in parallel, what is the speedup?

Pitanje 9
9.

Which factor limits the maximum speedup of a parallel algorithm?

Pitanje 10
10.

If an algorithm achieves a speedup of 8 on 16 processors, what is a possible reason why it is not achieving perfect scaling?

Pitanje 11
11.

If a task takes 100 seconds sequentially and 25 seconds in parallel, what is the speedup?

Pitanje 12
12.

What is the primary benefit of parallel computing?

Pitanje 13
13.

What do you understand by the word domain name.

Pitanje 14
14.

What is the difference between routing and path?

Be very detailed with your explanation

Pitanje 15
15.

What is the main advantage of distributed computing?

Pitanje 16
16.

Which of the following is an example of distributed computing?

Pitanje 17
17.

How does distributed computing help solve problems that a single computer cannot?

Pitanje 18
18.

What is a potential challenge of distributed computing?

Pitanje 19
19.

A large dataset is too big to store on a single computer. How can distributed computing help?

Pitanje 20
20.

Which of the following technologies relies on distributed computing?

Pitanje 21
21.

Why is the Internet considered fault-tolerant?

Pitanje 22
22.

Why do you think the internet is sometimes described as a redundant system?

Pitanje 23
23.

What is the world wide web?

1
Pitanje 24
24.

Is this network fault tolerant or not?

Expalin your reasons for answer above!

Pitanje 25
25.

Why is the internet routing usually dynamic?

Pitanje 26
26.

Which of the following best describes the fault tolerance of the Internet?

Pitanje 27
27.

What is the primary purpose of redundancy in network design?

Pitanje 28
28.

How does packet switching contribute to fault tolerance?

Pitanje 29
29.

Which Internet protocol helps make the network fault-tolerant by ensuring packets reach their destination even if some routes fail?

Pitanje 30
30.

What the full meaning of TCP, IP, HTTP (3 points )

Pitanje 31
31.

Differentiate between UDP and TCP

Pitanje 32
32.

A scientific research team needs to process huge amounts of genetic data. Why might they use distributed computing?