JavaScript is a programming language that makes web pages interactive. A webpage is built using HTML supported by CSS and scripting languages like Javascript. HTML (HyperText Markup Language) provides the structure of the website while CSS (Cascading Style Sheets (CSS) provides styling. JavaScript as a scripting language adds the following to a website: JavaScript runs…
Cyberpedia
Cascading Style Sheets (CSS)
Cascading Style Sheets (CSS) a stylesheet language used to control the appearance of HTML based web page. CSS provides the following for a HTML page:
Markup Language
A Markup Language is an encoding system that defines the structure and format of a document and it’s content relationship using Tags. HTML and XML are examples of markup languages.
HyperText Markup Language (HTML)
HyperText Markup Language (HTML) is the building blocks of a website. It is a Markup Language that is used for building a website in structured manner. HTML is supported by Cascading Style Sheets (CSS) and scripting languages (client-side and server-side) such as JavaScript when building a website.
Cloud Attacks
Cloud Computing has revolutionized IT infrastructure with scalability, availability, and flexibility. Cloud Infrastructure is provisioned with automation and orchestration. This has brought a new set of Cyber Security Attacks to enterprise IT infrastructure that uses cloud computing resources. The following are the cyber security attacks: Data Exfiltration – The attacker gets the access of un-authorized…
Serverless Computing
Serverless Computing is a Cloud Service Model where the consumers can build and run applications without the need of provisioning and managing the underlying hardware and software resources like CPU, Memory, Storage, Operating System, Database and Networking. Serverless Computing are more suitable for developers who focusses more on application development rather managing and operating the…
Virtualization
Virtualization is the process of creating virtual software-based computing resources from the underlying physical hardware. Virtualization creates an abstraction layer over computer hardware. It divides s single physical system into multiple virtual machines having their computing resources such as processors, memory, networks and storage. Each VM will have its own operating system (OS). History of Virtualization Virtualization emerged…
Hypervisor
Hypervisor is software that runs on physical server that enables multiple Virtual Machines (VMs) with it’s own Operating System. Hypervisor creates a pool of virtual computing resources like CPU, Memory, Storage, Networking from the underlying physical server’s computing resources. This virtual pool of computing resources is allocated to different VMs. The physical server is known…
Containers
Containers are virtual application software packages that includes it’s dependencies like libraries and configuration file making it an independently in any environment. Containerization is the process of building applications packages with the required dependencies for running independently across diverse infrastructure echo systems. Containers use OS Level Virtualization for achieving this independent execution process.
Edge Computing
Edge Computing is decentralized computing architecture that is present in the edge network which has the data sources. The massive growth of IoT which produces lot of data has brought the need of Edge computing which is very close to the IoT Devices. Edge Computing and Fog Computing brings computing near to the end devices…