Skip to content

KINGSANIT BLOG

Menu
  • Cyber Security
    • Cyber Security Fundamentals
      • Security Principles
      • Information Security
    • Hacking
      • Reconnaissance
        • Footprinting
        • Scanning
        • Enumeration
        • Vulnerability Analysis
      • Privilege Escalation
      • Ethical Hacking
    • Governance, Risk And Compliance (GRC)
      • Risk Management
    • Security Architecture And Engineering
      • Cryptography
      • Identity Access Management
    • Security Operations
      • Security Assessment
        • Vulnerability Management
          • Threat Intelligence
      • Intrusion Detection And Prevention
    • Cyber Security Attacks and Threats
      • DoS
      • Password Hacking
      • Web Attacks
      • Web Applications Attacks
      • WI-FI Wireless Attacks
      • Bluetooth Attacks
  • Computer Networks And Internet
    • LAN Switching
    • Networking Protocols
    • Internet
  • Information Technology
    • Database
    • Web
  • Computer Architecture And Organization
  • Operating Systems
    • Programming
Menu

Author: kingsanit

JavaScript

Posted on by

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…

Read more

Cascading Style Sheets (CSS)

Posted on by

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:

Read more

Markup Language

Posted on by

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.

Read more

HyperText Markup Language (HTML)

Posted on by

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.

Read more

Cloud Attacks

Posted on by

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…

Read more

Serverless Computing

Posted on by

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…

Read more

Virtualization

Posted on by

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…

Read more

Hypervisor

Posted on by

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…

Read more

Containers

Posted on by

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.

Read more

Edge Computing

Posted on by

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…

Read more
  • 1
  • 2
  • 3
  • 4
  • …
  • 14
  • Next

Recent Posts

  • JavaScript
  • Cascading Style Sheets (CSS)
  • Markup Language
  • HyperText Markup Language (HTML)
  • Cloud Attacks
© 2026 KINGSANIT BLOG | Powered by Minimalist Blog WordPress Theme