Web Security (Basic) Flashcards
What is a website
Basic Web Concepts
A collection of web pages that are accessed via a browser, typically containing information, images, and multimedia elements.
What is a web page?
Basic Web Concepts
A single document on the web, usually written in HTML, that can contain text, images, links, and other media.
What is a URL?
Basic Web Concepts
A Uniform Resource Locator is the web address used to access a specific resource or page on the internet.
What is the domain name system (DNS)?
Basic Web Concepts
DNS translates human-readable domain names (like google.com) into IP addresses that computers can understand.
What is web hosting?
Basic Web Concepts
Web hosting is the service that stores and serves website files over the internet.
What is a homepage?
Basic Web Concepts
The main or introductory page of a website, often serving as a navigation hub.
What is a static website?
Basic Web Concepts
A website with fixed content that doesn’t change dynamically; typically built using only HTML, CSS, and sometimes JavaScript.
What is a dynamic website?
Basic Web Concepts
A website that generates content dynamically based on user interaction, databases, or APIs (e.g., Facebook, Amazon).
What is a landing page?
Basic Web Concepts
A standalone web page designed for marketing or advertising purposes, often focused on converting visitors into leads or customers.
What is a sitemap?
Basic Web Concepts
A file or structured list that outlines all the pages on a website, helping search engines and users navigate the site.
What are the components of a URL?
URLs, Domains, and Web Addressing
A URL consists of a protocol (HTTP/HTTPS), domain name, path, and optionally, parameters and fragments.
What is a subdomain?
URLs, Domains, and Web Addressing
A division of a main domain that acts as a separate entity (e.g., blog.example.com is a subdomain of example.com).
What is a top-level domain (TLD)?
URLs, Domains, and Web Addressing
The last segment of a domain name, such as .com, .org, or .net.
Q: What is a domain registrar?
What is a domain registrar?
URLs, Domains, and Web Addressing
A company that manages the reservation and registration of domain names (e.g., GoDaddy, Namecheap).
What is shared hosting?
Web Hosting & Deployment
A type of web hosting where multiple websites share the same server resources, making it cost-effective but potentially slower.