What happens when you browse the Web
- You request a resource (e.g. a file) from a web server.
- The web server opens the file.
- The web server reads the file.
- The web server sends the file to you.
- Your web browser receives the file.
- Your web browser displays the file.
The whole process uses input/output (IO) operations!