Types of Parallelism (continued)
•Overlapping computation and communication
–Web browsers construct the page and display it in incomplete form while the images are being downloaded
–Operating systems switch tasks while pages are being fetched in response to a page fault
Overlapping comp/comm is a powerful technique