File Access Overview

Access to files works differently to access to memory. This is due to the speed mismatch between memory and secondary storage. It is also due to the fact that permissions of files can be shared which brings about concurrency issues.