Kartlar: 5 - Computer Networks, The Internet and the World Wide Web (WWW) (Leaving Cert)

0.0(0)
Studied by 0 people
call kaiCall Kai
Locked
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/49

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 9:23 AM on 9/21/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

50 Terms

1
New cards

World Wide Web (WWW)

A network of connected files (web pages, images, videos, etc.) hosted on the Internet.

2
New cards

The Internet

The underlying physical network of hardware (computers, servers, cables, undersea cables, routers, switches, etc.) that enables the World Wide Web to function.

3
New cards

Internet Connection Technologies

Copper wires, fiberoptic cables, wireless satellites, Wi-Fi etc.

4
New cards

Tim Berners-Lee

Invented the World Wide Web in 1989.

5
New cards

Tools used to design the World Wide Web

HTML, CSS, and JavaScript.

6
New cards

Client/server model

A network architecture in which each computer is either a client or a server. Servers are powerful computers dedicated to managing the clients. Clients are PCs on which users run applications. Clients rely on servers for resources..

7
New cards

Web browser

Used by a client computer to request a web page or data from a server.

8
New cards

Communication Protocol

A set of rules that describe how to transmit data across a network.

9
New cards

HTTP/HTTPS

Communication protocols used when a client browser is requesting a web page from a web server, and they are responsible for transferring data between the client and server.

10
New cards

DNS (Domain Name System)

Maps human-readable URLs (Uniform Resource Locators) to IP addresses. It is important because it makes it easier for users to access websites without needing to remember the IP addresses of the servers hosting those websites.

11
New cards

HTTPS

Data is encrypted before being sent between the client and server. This provides an additional layer of security.

12
New cards

Client-Server Protocols

Application, transport, network and physical.

13
New cards

Application Layer

HTTP and HTTPS are protocols within this layer.

14
New cards

Transport Layer

TCP (Transmission Control Protocol) is the protocol within this layer.

15
New cards

Network Layer

IP (Internet Protocol) is the protocol within this layer.

16
New cards

Physical Layer

WiFi is one of the protocols within this layer.

17
New cards

TCP Protocol

Ensures that data is transmitted in a reliable and ordered manner between devices by establishing a connection between them. It provides features such as error detection and ensures that data is received in the correct order.

18
New cards

IP Protocol

Allows data packets to be delivered across a network.

19
New cards

Cloud Computing

Using online software applications rather than tools and information stored on a personal computer.

20
New cards

Computer Network

A system that allows computers to communicate and share resources with each other.

21
New cards

LAN (Local Area Network)

A network that connects computers within a limited geographical area, like a home, school, or office building.

22
New cards

Ethernet

A popular LAN technology that uses cables to connect computers.

23
New cards

Media Access Control (MAC) address

A unique identifier assigned to each computer at manufacturing, that allows for addressing specific devices on a network.

24
New cards

Switch

A device that forwards data packets between different segments of a network based on their destination MAC addresses.

25
New cards

Router

A device that sends data across a network from source to destination.

26
New cards

Data Packet

A small unit of data transmitted over a network.

27
New cards

Internet of Things (IoT)

A network of physical devices embedded with sensors and software, connected to the internet, allowing them to collect and exchange data.

28
New cards

IP Address

A unique numerical label assigned to each device connected to a network that identifies its location.

29
New cards

Wide Area Network (WAN)

A network that spans a large geographical area, connecting LANs and other networks.

30
New cards

Internet Service Provider (ISP)

A company that provides internet access to customers. Vodafone is an example.

31
New cards

Checksum

A mathematical value calculated to verify the data integrity of a packet. Used to check for errors when sending data packets.

32
New cards

Hyperlink

A link within a web page that, when clicked, directs the user to another web page.

33
New cards

Hypertext

Text containing hyperlinks.

34
New cards

Uniform Resource Locator (URL)

A unique address specifying the location of a web resource on the internet. www.google.com is an example.

35
New cards

Web Server

Comprises hardware for storing web pages, and software for delivering web pages to a user.

36
New cards

HTML (Hypertext Markup Language)

A markup language used to create web pages.

37
New cards

HTML Tag

An element in an HTML document that defines how content should be displayed or interpreted.

is an example.


38
New cards

Search Engine

A software application that searches for information on the internet.

39
New cards

Search Algorithm

A set of rules used by a search engine to rank search results.

40
New cards

Net Neutrality

The principle that all internet traffic should be treated equally, regardless of its source or destination.

41
New cards

Bandwidth

The amount of data that can be transmitted over a network in a given amount of time.

42
New cards

Topology

The layout chosen to connect network devices together (Ring, Star, Line etc.).

43
New cards

CSS (Cascading Style Sheets)

A language that can be used to style a web page via changes in colours, sizes, spacing, fonts, and more

44
New cards

Inline CSS

When CSS is used to apply a unique style to a single HTML element. For example,

This is a Blue Heading


45
New cards

Internal CSS

When CSS is added into a HTML file between tags in the head. This allows the CSS rule to be used on multiple elements within the same HTML page.

46
New cards

External CSS

When CSS is stored in a separate file, which can be attached to multiple HTML pages. Very useful when controlling the style of a large website with many web pages.

47
New cards

Sublime Text

An IDE (Integrated Development Environment) for writing web pages (HTML, CSS & JavaScript).

48
New cards

tag

A HTML tag used to display HTML elements in a web browser

49
New cards

tag

A HTML tag used to store metadata (data about data), including page titles and links to external CSS files.

50
New cards

tag

A HTML tag used to show an image.