The Linux Virtual Memory System: Security And Buffer Overflows
Learn how Linux protects itself using different defense mechanisms against buffer overflow attacks.
We'll cover the following
Probably the biggest difference between modern VM systems (Linux, Solaris, or one of the BSD variants) and ancient ones (VAX/VMS) is the emphasis on security in the modern era. Protection has always been a serious concern for operating systems, but with machines more interconnected than ever, it is no surprise that developers have implemented a variety of defensive countermeasures to halt those wily hackers from gaining control of systems.
Buffer overflow attacks
One major threat is found in
Get hands-on with 1400+ tech skills courses.