How do you ensure the security of your web browser?
What do proxies do?
Cache the website to reduce requests and bandwidth usage
What do content filters do?
These can be used to blacklist specific websites or entire categories of sites
What are cookies?
Cookies are text files that are placed on a client’s computer to store information about the user’s browsing habits, their credentials, and other data.
These are used for authentication into websites, session tracking, your shopping carts and many other things.
There are two types of cookies. What are they?
Session Cookies
Tracking Cookies
This kind of cookie is usually used by spyware to gather details about you. They’re trying to learn what websites you go to, for how long, and what type of things you click on.
Tracking Cookies
This kind of cookie are used to keep track of users and their preferences and maybe even the things that they’re putting into their shopping carts. This is used to maintain the connection and the session between you and the server.
Session Cookies
Most sites now realize that cookies are not good and have begun using what instead?
Server-Side Tracking
This allows them to do the same type of tracking for your shopping cart and things of that nature while allowing you to block cookies and not have them on your machine.
What is an LSO?
Locally Shared Objects
These are cookies that are stored in your Windows user profile under the Flash folder inside your roaming AppData folder.
It is used by Adobe Flash Player and it’s less of an issue now because it’s being phased out in favor of HTML5.
LSOs are also known as…?
Flash cookies
What are add-on’s?
Small browser extensions or plugins that’ll provide you additional functionality.
The most commonly used productivity suite in the world is…?
Microsoft Office
What is the best way to protect the applications that we use?
How can you increase security on Microsoft outlook?
Beyond Microsoft Office suite, this is a tool that protects every application out there. What is it?
User Account Control (UAC)
This is a security component of Windows Vista and newer operating systems that keeps every user besides your admin account, in a standard user mode.
UAC
*** By doing this, when you want to try to run a program it’s going to ask you if you want it to be run as an admin and if so, you need to put in admin credentials. This prevents unauthorized access and avoids user error in the form of accidental changes.