D315 Network & Security
Term: IT Governance
Definition: The framework that ensures that IT investments support the organization's business goals and deliver value.
Flashcard #2
Term: GDPR
Definition: The General Data Protection Regulation, a comprehensive data privacy law in the European Union that regulates how personal data is processed and protected.
Flashcard #3
Term: FERPA
Definition: The Family Educational Rights and Privacy Act, a U.S. federal law that protects the privacy of student education records.
Flashcard #4
Term: FISMA
Definition: The Federal Information Security Management Act, which mandates that U.S. federal agencies develop, document, and implement an information security system.
Flashcard #5
Term: Personal Data Privacy in the EU
Definition: The main focus of GDPR, ensuring the protection of individuals' personal data and enhancing privacy rights.
Flashcard #6
Term: PIPEDA
Definition: The Personal Information Protection and Electronic Documents Act, which governs how private sector organizations in Canada collect, use, and disclose personal information.
Flashcard #7
Term: GLBA
Definition: The Gramm-Leach-Bliley Act, which requires U.S. financial institutions to protect consumers' personal financial information.
Flashcard #8
Term: PCI DSS
Definition: The Payment Card Industry Data Security Standard, a set of security standards designed to ensure that all companies that accept, process, store or transmit credit card information maintain a secure environment.
Flashcard #9
Term: HIPAA
Definition: The Health Insurance Portability and Accountability Act, which establishes national standards for the protection of health information.
Flashcard #10
Term: ifconfig
Definition: A command-line utility in Unix/Linux used to configure network interfaces, display network configuration, and manage IP addresses.
Flashcard #11
Term: arp
Definition: The Address Resolution Protocol command that displays the mapping of IP addresses to MAC (Media Access Control) addresses within a local network.
Flashcard #12
Term: netstat
Definition: A command-line tool that provides information about active network connections, routing tables, and network interface statistics.
Flashcard #13
Term: nslookup
Definition: A command used to query DNS servers for information regarding domain names and IP addresses, primarily for troubleshooting.
Flashcard #14
Term: scp
Definition: The Secure Copy Protocol, used for securely transferring files between hosts using SSH (Secure Shell) for encryption.
Flashcard #15
Term: dig command
Definition: The command-line utility that queries DNS servers for detailed DNS information like resource records.
Flashcard #16
Term: tcpdump
Definition: A network packet analyzer command-line tool that captures and displays packets being transmitted or received over a network.
Flashcard #17
Term: whois
Definition: A command that provides information about the ownership of domains or IP addresses, including registration details.
Flashcard #18
Term: FTP
Definition: The File Transfer Protocol, a standard network protocol used for transferring files without encryption by default.
Flashcard #19
Term: finger
Definition: A command-line tool that displays information about users on a remote system, such as login status and user details.
Flashcard #20
Term: SSH
Definition: The Secure Shell protocol, widely used for secure remote control of computers, enabling encrypted communication in a network.
Flashcard #21
Term: TFTP
Definition: The Trivial File Transfer Protocol, a simple, unsecure file transfer protocol that uses UDP (User Datagram Protocol) for fast transfers.
Flashcard #22
Term: cat
Definition: A command used in Unix/Linux to display the contents of files, concatenate multiple files, and create new files.
Flashcard #23
Term: SFTP
Definition: The SSH File Transfer Protocol, a secure version of FTP that encrypts data transfers, ensuring both security and privacy.
Flashcard #24
Term: nmap
Definition: A network scanning tool used to discover hosts and services on a computer network, helpful for security auditing and network inventory.
Flashcard #25
Term: Protection of Credit Card Holder Data
Definition: The primary objective of PCI DSS to safeguard sensitive cardholder information and prevent data breaches.
Flashcard #26
Term: Information Security for U.S. Federal Agencies
Definition: The primary focus of FISMA, aimed at securing federal information systems against unauthorized access and cyber threats.
Flashcard #27
Term: PIPEDA
Definition: A law that protects personal data in the private sector in Canada, outlining the rules for how businesses must handle personal information.
Flashcard #28
Term: route
Definition: A command used to view and manipulate the routing table of a local system, showing how data packets are directed through networks.
Flashcard #29
Term: Telnet
Definition: A protocol that enables remote terminal connection to computers over a network, considered insecure since it transmits data unencrypted.
Flashcard #30
Term: Active Network Connections
Definition: Network connections currently established on a system, viewable through the netstat command.
Flashcard #31
Term: Look Up IP Addresses
Definition: The purpose of the nslookup command to retrieve IP addresses associated with given domain names.
Flashcard #32
Term: File Transfer Protocol
Definition: The acronym FTP stands for File Transfer Protocol, a method for transferring files across a network.