The Internet and The Browser Flashcards

1
Q

Internet

A

is a global communication mechanism that ties together thousands of individual networks. It enables the exchange of information between two or more computers on a network. Thus, it helps transfer messages and data through email, talk, video conferencing, etc.

The first was created in 1990 by Tim Berners-Lee, the creator of the World Wide Web

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

ICANN - The Internet Corporation for Assigned Names and Numbers

A

The Internet Corporation for Assigned Names and Numbers, better known as ICANN, is responsible for maintaining and organising the Domain Name System (DNS) to ensure that every address is unique and that all internet users can locate all valid addresses.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

IRTF - Internet Research Task Force

A

The Internet Research Task Force (IRTF) promotes research of relevance to the evolution of internet protocols, applications, architecture and technology (Internet Research Task Force, 2021).

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

IETF - Internet Engineering Task Force

A

The Internet Engineering Task Force (IETF) focuses on the shorter-term issues of engineering and standards making of the Internet. They establish working groups that are the primary mechanism for the implementation of IETF standards and guidelines.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

HTTP - Hypertext Transfer Protocol

A

The standard protocol for transferring data over the world wide web

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

W3C - World Wide Web Consortium

A

The World Wide Web Consortium (W3C) is an international community that creates open standards to ensure the long-term development of the Web. W3C creates interoperable technologies (specifications, standards, applications, and tools) to lead the Web to its full potential.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Search Engine

A

is a software system designed to carry out web searches. They search the World Wide Web in a systematic way for particular information specified in a textual web search query.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

The browser

A

is a piece of software that displays and explores content on the World Wide Web, such as web pages, photographs, videos, and other files.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Extensions

A

that add capabilities to the browser. Extensions and tools that block ads help you translate a language, take notes, display the best shopping deals on the Internet, or play music. These are examples of some of the extensions you can add to the browser.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Cookies

A

are files that websites use to store information about you. They are saved on your machine and will be available the next time you visit the website.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

HTML (or Hypertext Markup Language)

A

is very common and possibly the simplest form of web code.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

CSS (Cascading Style Sheets)

A

is a programming language used to style and layout web pages, such as changing the font, colour, scale, and spacing of text, splitting it into several columns, and adding animations and other decorative elements.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

JavaScript

A

a web page does more than show static details for one to look at, like showing inline content changes, interactive charts, animated graphics in 2D or 3D, scrolling video, run games etc., JavaScript is probably involved.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

PHP (PHP: Hypertext Preprocessor)

A

is an open-source server-side scripting language embedded in HTML to build interactive websites and web applications.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

SQL (Structured Query Language)

A

is often found on the Internet, and its function is to access databases. It can commonly be used with HTML, JavaScript and PHP to access and input information from an online form to a database.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

Web protocols

A

Protocols are used by a web browser to load a webpage.

17
Q

Transmission Control Protocol (TCP)

A

is a well-known communication protocol for sending and receiving data over a network. It separates any message into a series of packets sent from the source to the destination, where they are reassembled.

18
Q

Internet Protocol (IP)

A

is deliberately built as an addressing protocol. It’s mainly associated with TCP. The IP addresses in packets aid in routing them across various network nodes before reaching the destination device. TCP/IP is the most commonly used protocol for linking networks.

19
Q

User Datagram Protocol (UDP)

A

is a supplementary communication protocol for Transmission Control Protocol (TCP) to create loss-tolerant and low-latency connections between different applications.

20
Q

Post Office Protocol (POP)

A

POP3 is used for receiving incoming email.

21
Q

Simple Mail Transport Protocol (SMTP)

A

is used to send and distribute outgoing email.

22
Q

File Transfer Protocol (FTP)

A

Users can use FTP to transfer files from one computer to another. File types include program files, multimedia files, text files, and records, among others.

23
Q

HyperText Transfer Protocol (HTTP)

A

is used to transmit hypertext between two or more systems. HTML tags are used to build hyperlinks. These links can take any type, such as text or images. HTTP is based on client-server concepts, which allow a client device to link to a server machine and make a request. The server accepts the client’s request and reacts appropriately.

24
Q

HyperText Transfer Protocol Secure (HTTPS)

A

stands for HyperText Transfer Protocol Secure is a common protocol for securing contact between two devices, one of which uses a browser and the other retrieving data from a web server. HTTP is used for transmitting data in the hypertext format between the client browser (request) and the webserver (response), similar to HTTPS, except that the data is transferred in an encrypted format. As a result, HTTPS prevents hackers from interpreting or modifying data while packets are being transferred.

25
Q

Telnet

A

is a set of rules that allows one device to communicate with another. The method of connecting is referred to as remote login in this context. The local computer is the device that demands the connection, and the remote computer is the system that acknowledges the connection.

26
Q

TLS

A

is a secure, encrypted link. TLS was designed to provide communication security over a computer network.