1. What is security?
In the computer industry, refers to techniques for ensuring that data stored in a computer cannot be read or compromised by any individuals without authorization. Most security measures involve data encryption and passwords. Data encryption is the translation of data into a form that is unintelligible without a deciphering mechanism. A password is a secret word or phrase that gives a user access to a particular program or system. http://www.webopedia.com/TERM/s/security.html
2. Describe the difference between firewall and anti-virus.
A system designed to prevent unauthorized access to or from a private network.
Firewalls can be implemented in both hardware and software, or a combination of both. Firewalls are frequently used to prevent unauthorized Internet users from accessing private networks connected to the Internet, especially intranets. A
ll messages entering or leaving the intranet pass through the firewall, which examines each message and blocks those that do not meet the specified security criteria.
There are several types of firewall techniques:
Packet filter: Looks at each packet entering or leaving the network and accepts or rejects it based on user-defined rules. Packet filtering is fairly effective and transparent to users, but it is difficult to configure. In addition, it is susceptible to IP spoofing.
Application gateway: Applies security mechanisms to specific applications, such as FTP and Telnet servers. This is very effective, but can impose a performance degradation.
Circuit-level gateway: Applies security mechanisms when a TCP or UDP connection is established. Once the connection has been made, packets can flow between the hosts without further checking.
Proxy server: Intercepts all messages entering and leaving the network. The proxy server effectively hides the true network addresses. In practice, many firewalls use two or more of these techniques in concert.
A firewall is considered a first line of defense in protecting private information. For greater security, data can be encrypted. http://www.webopedia.com/TERM/f/firewall.html
Anti-virus - A program that runs in the background and scans the computer’s memory, all files and diskettes that are accessed and searches for known and unknown viruses in your computer and removes them. It even helps repair the damaged files left behind.http://www.google.com.ph/url?sa=X&start=1&oi=define&q=http://www.100best-web-hosting.com/glossary.html&usg=__b79KxSfA7eadxHW5tiUlSAEhEx4=
No comments:
Post a Comment