Network security

September 12, 2017 antony 0

Network security can be compromised by the following: Denial of service An attacker will flood a network resource with network traffic with the aim to […]

Malware

September 12, 2017 antony 0

Malware is a portmanteau of malicious software.  It is the overall term for a number of types of malicious software that causes harm to computer […]

Encryption

March 27, 2017 antony 0

Transferring data over networks is inherently insecure.  The traffic passes through multiple routers and if any of those routers are compromised by a hacker or […]

Normalisation (Database)

March 20, 2017 antony 0

Data normalisation organises data in a database (across multiple tables/entities/relations) to ensure there is no data redundancy and to avoid anomalies (insert, deletion, update).  There […]

Data Integrity (database)

March 27, 2016 antony 0

Data integrity is about ensuring all data is consistent and accurate throughout a database. Referential integrity ensures all foreign keys have a primary key in another […]