Server Side Technolgies are the technologies, platforms and software that enable Web Content for the users requesting them through their client machines. The core components of Server Side Technologies are as follows: Web Server – The System that host the Web Server which recieves the web request, processes them and gives response to the user….
Dataset
Dataset is a collection of data in an organized manner in a specific format of tables, array, CSV, JSON, XML. Dataset is used for data analysis, artificial intelligence, machine learning Schema defines the structure in which a dataset holds the data. Each dataset model has their own schema. Types of Dataset Structured Dataset collects and…
SQL (Structured query language)
SQL (Structured query language) is a programming language used by Relational Database Management System (RDBMS) for storing, accessing, adding, updating and deleting data. SQL is a declarative language where it tells what to do not how to do. In the 1970s, IBM scientists Donald Chamberlin and Raymond Boyce developed and introduced SQL. It originated from…
Database
A Database is computing system that collects and stores data in an organized and structured manner. A database is managed by Database Management System (DBMS). Applications use database to store and access data. Databases evolved from flat and hierarchical files during 1960s. Flat Database were simple flat like spreadsheet databases that were not structured which…
Web Application Attacks
Web Application is the major application used across the Internet to distribute and access data and hence it’s targeted a lot by attackers. The following are web application attacks: Directory Transversal – Attackers can transverse web directories by exploiting vulnerabilities and access directory that is not supposed to be accessed. Hidden Manipulation – Web Application…
Web Application Threats
Web Applications are the most used applications on the Internet for sharing, distributing and accessing information. There are various threats with respect to Web Applications which are as following: Broken Access – Attackers bypass access control and access information in an un-authorized manner. Cryptographic failures – Cryptography is used to encrypt data. Improper cryptography implementation…
ISO (International Organization for Standardization)
ISO (International Organization for Standardization) is an independent, non-governmental, international standard development organization which has of member globally from different countries. ISO was founded on 23 February 1947 and consists of many technical committees and sub-committees. More than 25000+ standards has been developed and published. It has 170+ members and 800+ committees and sub-committees. ISO…
SGML (Standard Generalized Markup Language)
Standard Generalized Markup Language (SGML) is a standard developed by ISO for creating markup language documents. It defines the structures to be used for markup language documents. SGML was foundation from which standards like HTML and XML emerged. Reference ISO 8879:1986 – Information processing — Text and office systems — Standard Generalized Markup Language (SGML)
OASIS
OASIS (Organization for the Advancement of Structured Information Standards) is a non-profit organization that develops open standards for Internet and Information Technology specifically in the area of Web and Applications. OASIS was founded under the name “SGML Open” in 1993. It began by developing and supporting projects for SGML. Later with the movement of Internet…
XML (Extensible Markup Language)
XML (Extensible Markup Language) is markup language that is used to store, transmit, and reconstruct data in a human-readable and machine-readable format. XML was developed by World Wide Web Consortium. Key Characteristics of XML Extensible – Users can define and use their own tags to describe the structure data. Self-Descriptive – XML is simple and…