|
1 | 1 |
|
| 2 | +*[2FA]: Two-factor authentication |
| 3 | +*[API]: Application Programming Interface (a set of subroutine definitions, protocols, and tools for building application software) |
| 4 | +*[CSRF]: Cross-site request forgery |
2 | 5 | *[DNS]: Domain Name Service (decentralized naming system for computers, services, or other resources connected to the Internet)
|
3 |
| -*[FTL]: Pi-hole's Faster Than Light daemon |
| 6 | +*[DnyDNS]: Dynamic DNS record pointing to a frequently changing IP address |
4 | 7 | *[DHCP]: Dynamic Host Configuration Protocol (network management protocol for configuring Internet Protocol version 4 (IPv4) hosts with IP addresses)
|
5 | 8 | *[DHCPv6]: Dynamic Host Configuration Protocol version 6 (a network protocol for configuring Internet Protocol version 6 (IPv6) hosts with IP addresses)
|
| 9 | +*[FTL]: Pi-hole's Faster Than Light daemon |
6 | 10 | *[IPv4]: Internet Protocol version 4 (addresses like 192.168.0.1)
|
7 | 11 | *[IPv6]: Internet Protocol version 6 (addresses like 2001:db8::ff00:42:8329)
|
8 | 12 | *[HTTP]: Hypertext Transfer Protocol (HTTP), an application protocol for distributed, collaborative, and hypermedia information systems
|
9 | 13 | *[HTTPS]: HTTP Secure (HTTPS), an extension of the Hypertext Transfer Protocol (HTTP) for secure communication over a computer network
|
10 | 14 | *[TCP]: Transmission Control Protocol (protocol providing reliable, ordered, and error-checked delivery of data between applications running on hosts communicating via an IP network)
|
11 | 15 | *[UDP]: User Datagram Protocol (a network communications method for sending messages as datagrams)
|
12 |
| -*[API]: Application Programming Interface (a set of subroutine definitions, protocols, and tools for building application software) |
13 | 16 | *[PE]: Privacy Extension
|
14 | 17 | *[PID]: Process identifier (a number used to identify a process)
|
15 | 18 | *[HOSTS]: The computer file /etc/hosts is an operating system file that maps hostnames to IP addresses
|
|
34 | 37 | *[Regex]: Regular expression
|
35 | 38 | *[regex]: Regular expression
|
36 | 39 | *[SQLite3]: Database engine that handles SQL databases in a file
|
| 40 | +*[SID]: Session ID |
37 | 41 | *[ID]: Identifier
|
38 | 42 | *[SSH]: Secure Shell is a cryptographic network protocol for operating network services securely over an unsecured network
|
39 | 43 | *[TFTP]: Trivial File Transfer Protocol is a simple lockstep File Transfer Protocol which allows a client to get a file from or put a file onto a remote host
|
40 | 44 | *[TTL]: Time-To-Live is a mechanism that limits the lifespan or lifetime of data in a computer or network
|
| 45 | +*[TOTP]: Time-based One-Time Password |
41 | 46 | *[NAT]: Network address translation
|
42 |
| -*[DnyDNS]: Dynamic DNS record pointing to a frequently changing IP address |
| 47 | +*[UTF-8]: 8-bit Unicode Transformation Format - a character encoding format capable of encoding all known 1,112,064 valid Unicode characters |
| 48 | +*[URL]: Uniform Resource Locator, commonly known as "web address" |
| 49 | +*[REST]: Representational State Transfer - a software architecture for distributed systems like the World Wide Web (WWW) |
| 50 | +*[XSS]: Cross-site scripting |
0 commit comments