Hi, This article was written for my own reference to help better understand how memory and CPU cache works in general. These notes are pulled from official document called “What…Continue readingUnderstanding CPU cache and memory
When a computer starts up, it loads an operating system, also known as an OS, program for managing the hardware and running other programs. In OS terminology, a running program…Continue readingOperating System Basics (Brian Will)
Stands for Advanced Encryption Standard One of the most secure encryption methods Used by governments, security organizations, everyday businesses… Uses symmetric key encryption. Someone on the receiving end will need…Continue readingUnderstanding AES Encryption
Resources: www.tecmint.com, access.redhat.com What is Process? Linux calls each running program a process. Process is made up of the program instruction, and data read from files, other programs or input…Continue readingUnderstanding Processes