+ 4
The OS needs to know which file you want to access, and will store data dedicated to this file in ram (a buffer with file's data, a pointer on where in thr file you are,...), which you can copy to the actual file when needed, then free by closing the file.