Welcome to Web Applications
Welcome to your study notes for Web Applications, an essential part of Unit AS 2: Fundamentals of Digital Technology! Whether you browse websites every day or are completely new to how networking works behind the scenes, this guide breaks down everything clearly and step by step.
In this topic, we explore how the web works, the hardware and software that make it happen, the international organisations that set the rules, and how businesses use web technologies internally. Don't worry if some terms look similar at first—we will point out key examiner tips and memory tricks to help you score full marks in your CCEA examination!
---
1. The Core Foundation: Internet vs. World Wide Web
One of the most common mistakes students make in digital technology exams is mixing up the Internet and the World Wide Web (WWW). Let's make sure you never lose marks on this distinction!
The Big Distinction
• The Internet: The global physical network of interconnected computer networks. It relies on the TCP/IP (Internet Protocol Suite) to connect billions of hardware devices worldwide (computers, servers, routers, and cables).
• The World Wide Web (WWW): An information system/service that operates on top of the Internet. It is a collection of multimedia documents and resources linked by hypertext links and accessed via URLs using web browsers.
Analogy to remember: Think of the Internet as the physical railway tracks and train stations (the infrastructure), while the World Wide Web is one specific type of train running on those tracks delivering passengers and letters (web pages and files).
Essential Networking Terminology
The CCEA exam awards marks for precise technical definitions from the standard BCS Glossary. Here are the core terms you need to master:
• URL (Uniform Resource Locator): The unique global address used to identify and locate a specific document or resource on the World Wide Web. It typically consists of a protocol (such as HTTP), a domain name or host, and a path or file name.
• HTTP (Hypertext Transfer Protocol): The application-layer communications protocol used by the World Wide Web. It defines the rules for formatting, requesting, and transmitting messages (such as web pages and multimedia) between web clients (browsers) and web servers.
• IP Address (Internet Protocol Address): A unique numerical label assigned to every device connected to a computer network that uses the Internet Protocol for communication. It identifies where a device is located on the network so data packets reach the correct destination.
• FTP (File Transfer Protocol): A standard network protocol specifically used for transferring computer files between a client and a server across a network.
• ISP (Internet Service Provider): A commercial organisation or company that provides end-users and businesses with access, connection, and services to participate in the Internet.
Examiner Warning: Avoid vague phrases like "HTTP is how the internet works" or "An ISP gives you Wi-Fi". Always use precise wording: "HTTP is the protocol that defines how messages are formatted and transmitted between web browsers and web servers."
Key Takeaway: The Internet is the physical network infrastructure; the World Wide Web is the system of linked documents running on that infrastructure. URLs give resources an address, HTTP transfers them, IP addresses route the data, and ISPs connect you to the network.
---
2. Web Client and Server Technologies
When you browse the web, your computer acts as a client communicating with powerful computers known as servers. Let's break down the software and storage mechanisms involved.
Clients, Servers, and Websites
• Web Browser: A software application installed on a client device to locate, retrieve, and display content (such as HTML pages, images, and multimedia) from the World Wide Web.
• Web Server: A dedicated computer system and software package that stores website files and delivers requested web pages and resources to clients across a network via HTTP/HTTPS.
• Web Hosting: A commercial service that provides storage space on a server and network connectivity so that websites and files are continuously accessible on the World Wide Web.
• Website: A collection of related, interlinked web pages and multimedia items, typically hosted together under a single domain name.
• Search Engine: A web-based tool that uses an indexed database of web pages to find matching results when a user enters specific search keywords.
• Web Portal (Portal): A specially designed website that acts as a single point of entry, aggregating and presenting information from diverse sources into a unified user interface (often requiring user authentication and offering personalized content).
Crucial Comparison: Cache vs. Cookies
CCEA examiners frequently test whether students understand the difference between a cache and cookies. They serve completely different purposes!
• Cache (Browser / Web Cache):
- What it is: A temporary hardware or software storage location on the client machine.
- What it stores: Copies of recently downloaded web page resources (e.g., images, style sheets, logos).
- Why it is used: When you revisit a page, the browser loads these files locally from the cache rather than redownloading them. This reduces page load latency (access time) and saves network bandwidth.
• Cookies:
- What they are: Small plain-text files created by a web server and stored on the user's computer by the web browser.
- What they store: State information, session details, user preferences (e.g., language choices), authentication tokens, and browsing activity/tracking data.
- Why they are used: To remember user preferences between sessions, keep users logged into their accounts, and retain items inside an online shopping basket.
Memory Trick: A Cache stores content assets to speed things up. A Cookie stores user data and settings to remember who you are!
Key Takeaway: Browsers request content, servers deliver it, and hosting keeps it online. A cache saves multimedia files locally to boost speed, while cookies save text data to maintain user sessions and preferences.
---
3. International Standards Organisations and Web Governance
Why does a website look and work identically whether you open it on a computer in Belfast, Tokyo, or New York? Because international standards bodies establish common rules and technical specifications. You must know the exact roles of two key organisations:
1. ITU (International Telecommunication Union)
• What it is: A specialized agency of the United Nations (UN) responsible for information and communication technologies.
• Key Roles:
- Coordinates global telecommunications operations and infrastructure.
- Allocates global radio frequency spectrum and satellite orbits.
- Develops worldwide technical communication standards that allow telecommunication networks to interconnect seamlessly.
2. W3C (World Wide Web Consortium)
• What it is: The main international standards organisation for the World Wide Web, founded by Tim Berners-Lee.
• Key Roles:
- Develops open standards, protocols, and technical specifications (including HTML, CSS, and XML).
- Creates accessibility guidelines such as WCAG (Web Content Accessibility Guidelines) to ensure the web is usable for people with disabilities.
- Ensures the long-term growth, compatibility, and interoperability of the World Wide Web across different hardware, software, and platforms.
Quick Review Box: ITU vs. W3C
• ITU = Telecommunications, radio frequencies, satellites, global telecom networks (UN agency).
• W3C = Web markup, open web standards (HTML/CSS), accessibility (WCAG), founded by Tim Berners-Lee.
---
4. Organisational Network Technologies: The Intranet
Modern businesses and schools do not just rely on the public Internet; they also implement private internal systems known as Intranets.
What is an Intranet?
An Intranet is a private, secure internal network operating strictly within an organisation. It uses standard Internet technologies and protocols (such as TCP/IP, HTTP, and standard web browsers) but is restricted so that it can be accessed only by authorised internal members or staff.
Evaluating Intranets in an Organisation
In extended-response questions, you may be asked to evaluate the advantages and disadvantages of an Intranet for a business or school. Always relate your points directly to organisational efficiency, security, and costs!
Advantages for an Organisation:
• Centralised Information Storage: Company policies, staff directories, health and safety documents, training manuals, and standard forms are stored in one single location, ensuring everyone accesses the most up-to-date version.
• Enhanced Internal Security: Because the network is private and behind access controls/firewalls, sensitive internal documents and corporate data are protected from the general public.
• Improved Communication and Collaboration: Teams across different departments or regional branches can easily share project files, updates, calendars, and internal announcements.
• Cost and Resource Reduction: Drastically cuts down on paper, printing, and distribution costs by replacing physical documents with digital forms and workflows.
Disadvantages and Challenges:
• High Implementation and Maintenance Costs: Setting up dedicated internal servers, networking hardware, and custom internal software requires significant initial financial investment and ongoing IT staff support.
• Continuous Management Required: Content must be constantly monitored, reviewed, and updated; outdated documents or unmanaged user permissions can lead to administrative errors and confusion.
• Internal Security and Access Risks: If an employee's login credentials are leaked, compromised, or stolen, an unauthorized party could gain access to confidential corporate files from within the network perimeter.
Key Takeaway: An Intranet uses standard Internet protocols to deliver a private, secure platform for internal company communication, file sharing, and central administration, balanced against setup costs and ongoing maintenance needs.
---
5. Exam Success Checklist & Pitfalls Summary
Before sitting your AS 2 examination, review this final checklist to ensure you avoid common traps:
• Trap 1: Internet vs. WWW
Do not say: "The WWW is the wires and the Internet is the pages."
Always say: "The Internet is the global network of hardware/cables using TCP/IP; the WWW is the collection of multimedia web pages and resources accessed via HTTP."
• Trap 2: Cache vs. Cookies
Do not say: "A cache saves your password and cookies make the web page load quickly."
Always say: "A cache stores copies of page assets (images, files) locally to reduce latency; cookies store text data (user state, preferences, session IDs)."
• Trap 3: ITU vs. W3C
Do not say: "Both organisations make web pages."
Always say: "The ITU manages global telecommunications and frequency allocations; the W3C develops open web standards like HTML, CSS, and WCAG accessibility specifications."
• Trap 4: Evaluating Intranets
Do not just list single words like: "Fast, cheap, safe."
Always explain the business context: Explain how it centralises internal policies, why it reduces administration/paper costs, and what the maintenance and implementation costs involve.
You are now fully prepared with the exact terminology and concepts required for the Web Applications topic in CCEA AS Digital Technology!