Communication Protocols, the world wide web and the Internet.

0.0(0)
studied byStudied by 1 person
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/13

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

14 Terms

1
New cards

The Client-Server Model

The client-server model is a computing architecture where clients (users or devices) request services or resources, and servers provide them over a network.

2
New cards

Client Server Model steps

1. Client Sends Request:

• The client initiates communication by sending a request to the server. This could be a request for data, a service, or a resource (e.g., a webpage, file, or database query).

2. Server Receives Request:

• The server listens for incoming requests and receives the client’s request. It processes the request by interpreting the data and determining what is being asked.

3. Server Processes Request:

• The server processes the request by executing the necessary actions, such as retrieving data, performing calculations, or accessing stored resources.

4. Server Sends Response:

• After processing, the server sends a response back to the client, which could be the requested resource, confirmation of an action, or an error message.

5. Client Receives Response:

• The client receives the server’s response and uses it accordingly, such as displaying a webpage, storing data, or providing feedback to the user.

6. Communication Ends:

• Once the response is received and processed by the client, the communication ends. If the client requires more resources, the process may repeat from step 1.

3
New cards

Web browser

A software application that allows users to access and retrieve content on the World Wide Web.

4
New cards

A URL (Uniform Resource Locator)

The address used to identify and access a specific resource, such as a webpage or file, on the Internet.

5
New cards

HTTP (HyperText Transfer Protocol)

A protocol used for transmitting data between a web browser (client) and a server, primarily for accessing and sharing web content.

6
New cards

HTTPS (HyperText Transfer Protocol Secure)

An encrypted version of HTTP that ensures secure communication between a web browser (client) and a server using SSL/TLS protocols.

7
New cards

TCP (Transmission Control Protocol)

Protocol that ensures the accurate delivery of data packets between devices over a network.

8
New cards

IP (Internet Protocol)

A set of rules for addressing and routing data packets across networks to ensure they reach the correct destination.

9
New cards

Wi-Fi (Wireless Fidelity)

A wireless networking technology that uses radio waves to provide high-speed Internet and network connections without physical cables.

10
New cards

VoIP (Voice over Internet Protocol)

A technology that enables voice communication and multimedia sessions over the Internet or other IP-based networks.

11
New cards

What is protocol? (In regards to the World Wide Web)

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

12
New cards

TCP/IP Model

A model designed to standardise computer networking.

13
New cards

TCP/IP model layers

knowt flashcard image
14
New cards

Difference between World Wide Web and the internet.

The Internet is a global network of interconnected computers and servers, while the World Wide Web is a system of websites and online content accessed through the Internet using web browsers.