Security + F Flashcards
(7 cards)
FACL:
File System Access Control List ACLs (or FACLs) are a way to manage granular permissions on individual files and directories, giving specific users access that doesn’t depend on the owner or group of the file.
They allow for more precise control over who can access what.
FDE:
Full Disk Encryption FDE encrypts the entire storage drive, making all data unreadable to unauthorized users. It’s a security method that protects all files, applications, and system files on the drive.
Miradore differentiates it from File-Level Encryption (FLE), which encrypts individual files.
FIM:
File Integrity Management,FIM is a cybersecurity technology that monitors and verifies the integrity of files, like OS, database, and application files.
It checks if files have been tampered with or corrupted by comparing them to known baselines, ensuring they haven’t been altered.
FPGA:
Field Programmable Gate Array,FPGAs are integrated circuits that can be programmed and reprogrammed after manufacturing by the end user.
They offer flexibility in configuring hardware to meet specific needs.
FRR:
False Rejection Rate,FRR measures the rate at which legitimate users are incorrectly rejected by a system, indicating how well the system identifies valid users.
A higher FRR means the system is rejecting legitimate users more frequently.
FTP:
File Transfer Protocol,FTP is the standard protocol for transferring files between computers.
FTPS:
Secured File Transfer Protocol, FTPS is a secure version of FTP that uses SSL/TLS encryption to protect data in transit.