What is the number assigned to devices on the internet?
Draw out a rough sketch of Ring network topology on the paper on desk, and show it to me !
Draw out a rough sketch of Bus network topology on the paper on desk, and show it to me !
Draw out a rough sketch of Star network topology on the paper on desk, and show it to me !
Which of the following best describes a challenge involved in using parallel computing?
Which of the following best describes the ability of parallel computing solutions to improve efficiency?
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?
If a task takes 40 seconds to complete sequentially and 10 seconds to complete in parallel, what is the speedup?
Which factor limits the maximum speedup of a parallel algorithm?
If an algorithm achieves a speedup of 8 on 16 processors, what is a possible reason why it is not achieving perfect scaling?
If a task takes 100 seconds sequentially and 25 seconds in parallel, what is the speedup?
What is the primary benefit of parallel computing?
What do you understand by the word domain name.
What is the difference between routing and path?
Be very detailed with your explanation
What is the main advantage of distributed computing?
Which of the following is an example of distributed computing?
How does distributed computing help solve problems that a single computer cannot?
What is a potential challenge of distributed computing?
A large dataset is too big to store on a single computer. How can distributed computing help?
Which of the following technologies relies on distributed computing?
Why is the Internet considered fault-tolerant?
Why do you think the internet is sometimes described as a redundant system?
What is the world wide web?

Is this network fault tolerant or not?
Expalin your reasons for answer above!
Why is the internet routing usually dynamic?
Which of the following best describes the fault tolerance of the Internet?
What is the primary purpose of redundancy in network design?
How does packet switching contribute to fault tolerance?
Which Internet protocol helps make the network fault-tolerant by ensuring packets reach their destination even if some routes fail?
What the full meaning of TCP, IP, HTTP (3 points )
Differentiate between UDP and TCP
A scientific research team needs to process huge amounts of genetic data. Why might they use distributed computing?