Physical File
Introduction
It refers to the different ways in which file information can be organized, as well as the different ways in which it can be accessed. Since there are 2 levels of vision of the files (physical and logical), we can also talk about 2 aspects of file organization: Organization of logical files and physical files.
The file system is especially concerned with the management of secondary storage space, primarily disk storage.
One way of organizing a file system may be as follows:
File names only need to be unique within a given user directory.
The system name for a given file must be unique for the file system.
In “hierarchical” file systems the system name for a file is usually formed as the “path name” from the root directory to the file.
Logical organization
Contenido
La mayoría de las computadoras organizan los archivos en jerarquías llamadas carpetas, directorios o catálogos . (El concepto es el mismo independientemente de la terminología usada.) Cada carpeta puede contener un número arbitrario") de archivos, y también puede contener otras carpetas. Las otras carpetas pueden contener todavía más archivos y carpetas, y así sucesivamente, construyéndose una estructura en árbol en la que una «carpeta raíz» (el nombre varía de una computadora a otra) puede contener cualquier número de niveles de otras carpetas y archivos. A las carpetas se les puede dar nombre exactamente igual que a los archivos (excepto para la carpeta raíz, que a menudo no tiene nombre). El uso de carpetas hace más fácil organizar los archivos de una manera lógica.
La mayor parte de las estructuras de organizaciones alternativas de archivos se encuentran dentro de estas cinco categorías:.
Batteries
It is the easiest way to organize a file. Data is collected in the order in which it arrives.
Its goal is simply to accumulate a mass of data and store it.
Records can have different or similar fields in a different order. Each field must be self-describing, including both a name and value field. The length of each field must be indicated implicitly with delimiters, explicitly included as another subfield.