A proxy acts as an intermediary between a client and a server, it’s very often used for filtering, caching, and logging web requests.
Types
Forward Proxy - Used by clients to access the internet, it hides the client’s IP address. E.g. Filtering employee internet traffic.
Reverse Proxy...
This is the process of gathering, analysing, and utilizing information about potential or current threats to an organization’s digital assets focusing on understanding the threat landscape identifying threat actors, and anticipating future attacks.
It has several use cases as it can help in threat detection...
Assembly is a low-level programming language that provides a way to write instructions that the CPU can execute directly, it’s closely related to machine code but uses human-readable mnemonics.
Registers
These are small storage locations within the CPU used for quick data manipulation, you can check...