Computer Science 9618 Communication and Internet Technologies

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

1/23

flashcard set

Earn XP

Description and Tags

This set of vocabulary flashcards covers key terminology related to internet technologies, communication protocols, the TCP/IP suite, and data switching methods as outlined in the Computer Science 9618 Paper 3 curriculum.

Last updated 8:04 PM on 5/1/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

24 Terms

1
New cards

Protocol

A known or accepted set of rules for the successful transmission and receipt of data between computers on different platforms.

2
New cards

POP 3/43/4 (Post Office Protocol)

A "pull" protocol used for downloading or receiving email from an email server to a client.

3
New cards

HTTP (Hypertext Transfer Protocol)

A protocol responsible for the correct transfer of hypertext files and documents that make up web pages.

4
New cards

FTP (File Transfer Protocol)

A standard network protocol used to transfer, upload, download, rename, or delete files between a client and a server over a TCP-based network.

5
New cards

SMTP (Simple Mail Transfer Protocol)

A "push" protocol responsible for sending or transferring outgoing emails from a client to a mail server.

6
New cards

IMAP (Internet Message Access Protocol)

A protocol used for receiving emails that allows the server and client to stay in sync and enables access from different devices without deleting the original email.

7
New cards

Bit-Torrent Protocol

An application layer protocol used for peer-to-peer file sharing by splitting files into small pieces among many users.

8
New cards

TCP/IP Protocol Suite

A conceptual layered model consisting of 44 layers (Application, Transport, Network, and Data Link) used for the transmission of data across the internet.

9
New cards

Application Layer

The top layer of the TCP/IP stack that contains all programs and protocols (like HTTP or SMTP) that exchange data.

10
New cards

Transport Layer

The layer responsible for breaking data into packets, adding sequence numbers to headers, managing flow control, and ensuring packets arrive without error.

11
New cards

Network Layer (Internet Layer)

The layer that uses Internet Protocol (IP) to manage data movement, routing, and identifying devices using IP addresses.

12
New cards

Link Layer (Data Link Layer)

The layer responsible for formatting data into frames for transmission over the physical medium and mapping IP addresses to MAC addresses.

13
New cards

MIME (Multipurpose Internet Mail Extension)

An extension required to send binary files, such as images and videos, that are not handled by the basic SMTP protocol.

14
New cards

TCP (Transmission Control Protocol)

A connection-oriented protocol that uses positive acknowledgment with re-transmission to ensure data packets arrive in the correct order.

15
New cards

IP (Internet Protocol)

A protocol that ensures the correct routing of packets by adding a header containing both recipient and sender IP addresses.

16
New cards

Packet Header

A component of a data packet used to store information about routing, IP version, packet size, and sequence numbers to ensure proper reconstruction.

17
New cards

Seed

A peer computer in a Bit-Torrent network that has 100%100\% of a file and is uploading downloaded content to others.

18
New cards

Swarm

The collective group of all connected peer computers that are sharing, uploading, or downloading parts of a specific torrent file.

19
New cards

Tracker

A central server that stores the IP addresses of peers in a swarm and tracks which parts of the file each computer possesses.

20
New cards

Leechers

Peers in a peer-to-peer network who download significantly more data than they upload, potentially impacting network performance.

21
New cards

Circuit Switching

A method of transmission where a dedicated circuit/path is established between sender and receiver before communication starts and is maintained for the duration of the call.

22
New cards

Packet Switching

A method where data is divided into packets that travel independently along potentially different routes to be reassembled at the destination.

23
New cards

Router

A device that examines packet headers for destination IP addresses and uses a routing table to decide the next hop for the packet.

24
New cards

Routing Table

A data table stored in a router that contains information such as the Subnet Mask, Routing Metric, Gateway, and Interface.