Answer:
its sending emails and low cost to set up
Explanation:
this is how most universities work and how they do things
Answer: Explanation:
Salting alters the hash of a password so that it does not physically match the hash of another password. A salt and password are concatenated and processed with a cryptographic hash function. Salt prevents use of rainbow and hash tables to attacking and cracking passwords.
For example, a user has the password, "password000" and is put through a SHA1 hash. In the password database, all of the users with the password "password000" will have the exact same hash, because of the nature of hashing functions. So, if an attacker breaches the database and brute force the password of the user mentioned above, he could look for all the hashes that match the original user's and would know their passwords are also "password000".
By applying a salt, the password hashes would no longer be identical to one another, even though the actual password is still the same. This requires the attacker to go in and attempt to brute force the second password (which has a different salt), even though it may be the same as the first.
In conclusion, it prevents an attacker from uncovering one password and subsequently uncovering multiple others.
Seven Domains of IT Infrastructure Seven domains can be found in a typical IT infrastructure. They are as follows: User Domain, Workstation Domain, LAN Domain, LAN-to-WAN Domain, Remote Access Domain, WAN Domain, and System/Application Domain.
Explanation:
User Domain : The User Domain covers all theusers (of any rank) that haveaccess to the other six domains.
RISKS:
-
User can destroy data in application(intentionally or not) and delete all
- User can insert infected CD or USBflash drive into the work computer
Workstation Domain : A computer of an individual user where the production takes place
RISKS:
- The workstation’s OS can have a known software vulnerability thatallows a hacker to connect remotelyand steal data.
- A workstation’s hard drive can fail causing lost data
LAN Domain : Contains all of the workstations,hubs, switches, and routers. TheLAN is a trusted zone
RISKS:
-
A worm can spread through the LANand infect all computers in it.
- LAN server OS can have a knownsoftware vulnerability.
WAN Domain : Stands for Wide Area Network and consists of the Internet and semi-private lines
RISKS:
- Service provider can have a major network outage.
- Server can receive a DOS or DDOS attack.
- A FTP server can allow anonymously uploaded illegal software
LAN / WAN Domain : The boundary between the trusted and un-trusted zones.The zones are filtered with a firewall
RISKS:
- Weak ingress/egress traffic filteringcan degrade performance.
- A firewall with unnecessary portsopen can allow access from the Internet
System / Application Storage Domain : This domain is made up of user-accessed servers suchas email and database
RISKS:
- A fire can destroy primary data
- A DOS attack can cripple the organization’s email
Remote Access Domain :The domain in which a mobileuser can access the local network remotely, usually through a VPN
RISKS:
- Communication circuit outage candeny connection.
- Remote communication from officecan be unsecured.
- VPN tunneling between remotecomputer and ingress/egress routercan be hacked