Yes it is. It's reading the data from the filesystem.
That's not how the internet works.
In the case of your web browser loading a page it's reading
a stream of data from the network.
The reading from the filesystem is handled by the server It reads the data it needs and then sends data across the network (note that
the data it sends is often not the data it reads from the drive, what with how common server-side programming languages are). I can give you an example of a server reading data from a filesystem and then sending completely different data that doesn't exist on it's filesystem if you'd like, I'm not including it because this post is messy enough already.
QUOTE(Nollog @ Mar 1 2011, 01:20 PM)