Homework
- Parallel computing is multiple computers or processors operating on a single task at once so the workload is divided between all of them.
- It will run in 623ms because the workload is divded between 3 of them so basically the time is the largest time it takes for one task.
- Parallel computing is more effecient because sequetional copmuting adds up all of the times while Parallel computing only takes the maximum time of a single task.
- It is called “redundant” if that is the case.
- It is fault tolerant because there is path redundancy so the paths can always acsess for each other somehow.