I'm trying to understand how bandwidth works in relation to file requests, so that I can get a good feel of what, say, 100GB of monthly bandwidth would allow.
Let's say I have a php file with the compiled size of 2kb with no external file requests e.g images, surely that doesn't mean that file can be requested 50,000,000 times. What about database requests? What about the resources required by each individual php function?
If someone could explain how bandwidth usage is calculated (assuming it's not bandwidth/compiled file size = number of allowed requests), it would be VERY much appreciated!