What is malware and what are the following types?
What are some signs of malware?
What are some safe practices regarding web practices?
What’s the difference between Extensions and Plug Ins?
What’s Private Browsing?What’s cookies?
What’s some of the way to practice private browsing?
What’s the difference between Server Side and Client-Side Scripting when it comes to web browsing? Why’s it dangerous to use client-side scripting?
Client-Side scriptiong can be used for malicious purpose such as generating pop-ups, display intrusive ads, track online user activity and deliver malware.
What are some of safe ways to browse the internet?
What’s a proxy server and why should it be used?
A proxy server is server that acts as an intemediary between a client-pc and the internet; routing requests (not just website viewing) from the client to the internet and vice versa.
Proxy servers can be used for:
* See what users are accessing.
* Content filtering and malware prevention by scanning incoming data.
* Can act as a firewall.
* Cache pages that people are frequently using.
* Masking client IP with its own which makes it hard for external parties to monitor user activities.
* SSL/TLS encryption for data exchanged between client and server.
* Organizations can better segment their network by routing traffic via proxy.
* Provides access control pollicies for users.