| Keyword: |
| Ciphertext, Computer hacker,Constraint,Digital certificates, E-Commerce, E-Commerce risks, Encryption, Internal firewall,meta-data, Online fraud, Organizational,user security policy/law,Process Management / Scheduling, Proxy Server,Plaintext,Memory Management, Spamming |
| Ciphertext
the disguised (or encrypted) file or message. |
|
Constraint Student(ID, name, address, GPA, SAT)
- A student with GPA < 3.0 can only apply to campuses with rank > 4. - All applications with date < 1/1/01 have non-NULL decision. - Apply.ID and Apply.location appear in Student.ID and Campus.location, respectively. - Campus.rank < 10. |
| Computer
hacker One who illegally gains access to or enters another's electronic system to obtain secret information or steal money. In computer virus, a person who ˇ°breaks intoˇ± computers without authorizati on, either for malicious reasons or just to prove it can be done. In data security, an unauthorized user who tries to gain entry to a computer network by defeating the system's access controls. |
| Digital
agreements An agreement between two or more parties through Internet, not a one that is written on the paper. |
| Digital
certificates Systems allow people and organizations to electronically certify such features as their identity, their ability to pay, or the authenticity of an electronic document. |
|
E-Commerce
|
| E-Commerce
risks Broken trust and a damaged reputation on the Internet can affect your organization's ability to successfully raise funds or conduct other activities on the net.
|
| Encryption any process to convert plaintext into ciphertext,to scramble access codes to (computerized information) so as to prevent unauthorized access. |
|
Internal firewall
|
|
Meta-data |
|
Online fraud
|
| Organizational,user
security policy/law The best practice is telling your Web site visitors what you are going to do with their information, how it is going to be protected and how you maintain the security of any transactions will provide a clear message to your visitors that you are serious about their trust.Controls exist and are operating effectively to reasonably assure that donors or stakeholder¡¯ private information will be protected from unrelated or unauthorized uses. |
|
Process Management/Scheduling |
| Proxy
Server Proxies are mostly used to control, or monitor, outbound traffic. Some application proxies cache the requested data. This lowers bandwidth requirements and decreases the access the same data for the next user. It also gives unquestionable evidence of what was transferred. How does a proxy server work? A proxy server receives a request for an Internet service (such as a Web page request) from a user. If it passes filtering requirements, the proxy server, assuming it is also a cache server, looks in its local cache of previously downloaded Web pages. If it finds the page, it returns it to the user without needing to forward the request to the Internet. If the page is not in the cache, the proxy server, acting as a client on behalf of the user, uses one of its own IP addresses to request the page from the server out on the Internet. When the page is returned, the proxy server relates it to the original request and forwards it on to the user. What are the advantages of using a proxy server? An advantage of using a proxy server is that its cache can serve all users. If one or more Internet sites are frequently requested, these are likely to be in the proxy's cache, which will improve user response time. In fact, there are special servers called cache servers. |
| Memory
Management If a process references a part of its address space that is not resident in main memory, the system pages the necessary information into memory. When system resources are scarce, the system uses a two-level approach to maintain available resources. If a modest amount of memory is available, the system will take memory resources away from processes if these resources have not been used recently. Should there be a severe resource shortage, the system will resort to swapping the entire context of a process to secondary storage. The demand paging and swapping done by the system are effectively transparent to processes. A process may, however, advise the system about expected future memory utilization as a performance aid. Refer to: http://www.freebsd.org/doc/en_US.ISO8859-1/books/design-44bsd/x312.html |
| Plaintext The original message or file. After a file or message has been encrypted and then decrypted you should end up with the original file or message. |
| Spamming Spam is flooding the Internet with many copies of the same message, in an attempt to force the message on people who would not otherwise choose to receive it. Most spam is commercial advertising, often for dubious products, get-rich-quick schemes, or quasi-legal services. Spam costs the sender very little to send -- most of the costs are paid for by the recipient or the carriers rather than by the sender. |