Sws101_flippedclass6
Topic: Assembly Language Introduction Assembly language is a low-level programming language used to write programs that interact directly with a computer’s hardware. Assembly language allows pro...
Topic: Assembly Language Introduction Assembly language is a low-level programming language used to write programs that interact directly with a computer’s hardware. Assembly language allows pro...
Topic: Snort Introduction Snort is the foremost Open Source Intrusion Prevention System (IPS) in the world. Snort IPS uses a series of rules that help define malicious network activity and uses ...
Topic: Traffic Analysis Essentials Introduction Network Security is a set of operations for protecting data, applications, devices and systems connected to the network. It is accepted as one of ...
Topic : Indexing Indexing is a special lookup table (data structures in document databases) that are used by the database search engine to speed up data retrieval/query. Indexing improves database ...
Topic : Summary on storage and buffer management The provided guided session’s code stimulates disk block, RAID configurations and buffer pools. Task 1: Disk block implementation Disk block impl...
Topic: OWASP top 10 vulnerabilities Introduction OWASP stands for open web application security project. OWASP TOP 10 vulnerabilities is a list of the 10 most common web application security ris...
Topic: Types of Nonrelational databases Introduction NoSQL is a non-relational database that is used to store the data in the non tabular form. NoSQL stands for Not only SQL. During the flipped cla...
Topic: Normal Forms Introduction Normal form is a sets of guidelines that is used to design relational databases which are free of data anomalies. Anomalies are irregularities or inconsistencies t...
Topic: Hack The Box : Starting Point Introduction Hack The Box is the hacking playground and cybersecurity community in the world founded by Haris Pylarinos. Its Starting Point machines serve as a...
Topic: Advanced Aggregation Functions We know that aggregation functions in SQL are used to perform calculations on a dataset. When we say advanced aggregation function it includes some advanced a...