OCR Computing A Level - Unit 05 - Networks

5.0(1)
studied byStudied by 5 people
5.0(1)
full-widthCall Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/42

flashcard set

Earn XP

Description and Tags

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

43 Terms

1
New cards
Internet
A network of Interconnected Networks
2
New cards
World Wide Web
A collection of resources accessed via the Internet
3
New cards
Backbone
A set of dedicated connections that connect several large networks at various points on the globe
4
New cards
URL (Uniform Resource Locator)
Used to specify means of accessing a resource across a network and its location
5
New cards
URL components
Web protocol, domain name, name of resource
6
New cards
DNS (Domain Name System)
Translates between domain names and IP addresses using DNS servers
7
New cards
DNS Server
Dedicated computer with an index of domain names and their corresponding IP addresses
8
New cards
Internet Registries
5 global Internet Registries are responsible for allocating IP addresses to specific domain names, and maintain a database of address assignments that ensure IP addresses and domain names are unique
9
New cards
LAN (Local Area Network)
Two or more computers connected together within a small geographical area
10
New cards
Network Topology
The arrangement of various computing devices which make up a computer network
11
New cards
Bus topology
An arrangement where nodes are connected in a daisy chain by a single central communications channel (backbone cable)
12
New cards
Star topology
An arrangement where a central node or hub provides a common connection point for all other nodes
13
New cards
Peer-to-peer topology
An arrangement where each node is connected to each other
14
New cards
Ring topology
An arrangement where each node is connected in a circle fashion
15
New cards
Hub
Transmits communication with every computer it is connected to
16
New cards
Switch
Transmits communication to only the computer it is intended for
17
New cards
Wi-Fi
A wireless networking technology providing high-speed Internet and network connections
18
New cards
Wireless Access Point (WAP)
A device that creates a WLAN
19
New cards
Network Interface Card (NIC)
A hardware component that enables computers to communicate over a network
20
New cards
Circuit Switching
Assigns a temporary and dedicated link between source and destination with dedicated bandwidth until transmission is complete
21
New cards
Packet switching
Breaks data into packets and sends them staggered via routes with lowest latency
Allows communication channels to be shared
22
New cards
Gateway
A bridge between networks that use different protocols
Header data is removed and reapplied using the correct format of the new network
23
New cards
Protocol
A set of rules for data communication
24
New cards
TCP/IP stack
Application, Transport, Internet, Link
25
New cards
Application Layer (sending)
Provides interface for applications to communicate across networks
Decides which protocol to use
26
New cards
Transport Layer (sending)
Uses TCP to establish end-to-end connection with recipient computer
Splits data into packets and numbers them sequentially
Adds port number to use based on protocol
27
New cards
Internet/Network Layer (sending)
Uses IP to address packets with source and destination IP addresses
A router forwards each packet towards an endpoint, defined by the combination of IP address and port number
Each router uses a routing table to instruct each hop
28
New cards
Link Layer (sending)
Operates across a physical connection
Adds MAC address of physical NIC card that packets should be sent to based on destination hop
MAC addresses change with every hop
29
New cards
Link Layer (receiving)
removes MAC address from each packet
30
New cards
Internet/Network Layer (receiving)
removes IP address from each packet
31
New cards
Transport Layer (receiving)
Confirms packets have been received and requests any missing to be resent
Removes port number from each packet
Reassembles packets in correct order
32
New cards
Application Layer (receiving)
Presents meaningful data for user
33
New cards
MAC address
Uniquely identifies a physical device with an NIC
34
New cards
File Transfer Protocol (FTP)
An applications-layer protocol used to transfer files across a network
35
New cards
Simple Mail Transfer Protocol (SMTP)
Used to send emails and forward them between mail servers to their destination
36
New cards
Post Office Protocol v3 (POP3)
Downloads email stored on a remote server to a local client, then removes from server after download
37
New cards
Interim Mail Access Protocol (IMAP)
Manages emails on a server so multiple clients access the same email account simultaneously
38
New cards
Time to Live (TTL)
the maximum amount of time a packet is allowed to circulate through a network before it is destroyed/ hop limit
39
New cards
Latency
The time data takes to travel across a network from source to destination
40
New cards
Packet trailer
Contains error checking components, i.e. checksums or Cyclic Redundancy checks; end of packet flag
41
New cards
Packet Header
Contains source and destination IP address, packet number, protocol/port number
42
New cards
Routing
Routers forward data packets from one network to another, and each looks up destination IP address in routing table to find best route
43
New cards
Application Programming Interface (API)
A set of tools that can be used for building software applications