Network Communications

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

1/78

flashcard set

Earn XP

Description and Tags

About the Network side of Computer Science

Last updated 6:44 AM on 5/19/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

79 Terms

1
New cards
term image

DataBase Server

2
New cards
term image

Firewall

3
New cards
term image

Internet/ISP

4
New cards
term image

Laptop

5
New cards
term image

File Server

6
New cards
term image

Modem

7
New cards
term image

Router

8
New cards
term image

Switch

9
New cards
term image

Tablet/phone

10
New cards
term image

WAP (Wireless Access Point)

11
New cards
term image

Workstation

12
New cards

Types of networks

Centralised, Distributed

13
New cards

What is a centralised network and characteristics

all runs of central device, exposed to attacks

14
New cards

What is a distributed network and characteristics

decentralised network/All devices working together, data sent through mesh network, made up of independently operated networks, distributed packet switched network, any device can communicate with any other device

15
New cards

How do devices communicate with each other?

Binary (0’s and 1’s)

16
New cards

How can binary be sent

Electricity, Light, Wireless (generally on = 1, off = 0 with timer)

17
New cards

Data via electricity (how, pros and cons)

Unshielded twisted pair (UTP) e.g. ethernet, + Cheap, - high signal loss

18
New cards

Data via light (how, pros and cons)

Fibre optic cable, + fast, barely any signal loss, - expensive and hard to work with

19
New cards

Data via Radio (how, pros and cons)

Wireless machines emitting radio waves (e.g. WAP) + mobile, - short range

20
New cards

What is a protocol and what does it allow

a well known set of rules and standards used to communicate between machines allowing the internet to adapt and absorb new technologies

21
New cards

What is DNS

Domain Name system, associates links with IP addresses, computer uses DNS to find correlated IP for links.

22
New cards

How is DNS set up

Distributed hierarchy, split up major domains (.com, .org etc)

23
New cards

What is the problem with DNS

public open communication protocol, susceptible to cyber attacks (spoofing where hacker changes correlated IP for a link sending user to a fake site)

24
New cards

How does data travel

Data is broken down into IP Packets (addressed and return address), routers manage and move packets (send them on cheapest path) TCP ensures everything is sent, destination reorders packets

25
New cards

Whys is sending data reliable

Router has multiple paths, making it fault tolerant and able to change paths based on traffic, routers and TCP are scalable (more routes and routers = more reliable) and won’t interrupt service

26
New cards

What is TCP and it’s role

Transmission Control Protocol, manages sending and receiving of data, checks all packets arrive (otherwise won’t verify and server resends missing packets)

27
New cards

Explain the layers of the networking system

HTTP and DNS manage sending + receiving web files, TCP/IP and routing breaks down and transports packets, packets are made up of Binary code that’s sent physically (electricity, wireless, light)

28
New cards

What does URL stand for

Uniform Resource Locator

29
New cards

What is HTTP

Hyper Text Transfer Protocol, language used to talk between browser and servers, made up of get requests (get {name of doc}), images and files require separate get requests. For device sending info (filling details into form) sends Post request in plaintext

30
New cards

what is HTML

Hyper Text Markup Language, language telling browser how to make page look

31
New cards

What are cookies

Associates login with ID number to save users info and is automatically attached to requests

32
New cards

Risks of HTTP and safety methods

all in plain text so people are able to see if you send personal info, SSL, TLS, and HTTPS

33
New cards

What is SSL and TLS

Secure sockets layer, Transport Layer Security, request private channels that add layer of security

34
New cards

What is HTTPS

Hyper Text Transfer Protocol Secure, provides digital certificate for site that confirms legitimacy (handed out by trusted entities that verify sites) if no certificate, browser warns

35
New cards
term image

Printer

36
New cards

What is a Network

A number of electronic devices connected together so they can communicate and share data

37
New cards

What are the reasons for a network

share files, data and resources, communicate between users, central repository for data

38
New cards

Stages of a network

  1. sending device sends data

  2. coms device encodes data for transmission

  3. transmission channel - method for physically transfer data

  4. com device decodes data into form receiving can understand

  5. receiving device receives data

39
New cards

Layers of TCP/IP model

split functionality of network into different stages, each layer for different sending data aspect

<p>split functionality of network into different stages, each layer for different sending data aspect</p>
40
New cards

What is UDP

User Datagram Protocol, doesn’t establish a connection before sending data, allowing it to start transmitting immediately, does not guarantee delivery, order, or error correction. Packets can be lost, duplicated, or arrive out of sequence, faster than TCP (online gaming, live streams)

41
New cards

Network layer of TCP IP Model, protocols and devices

allows data to travel across interconnected networks, manages routing, addressing and packet forwarding, sends and receives packets, protocol: HTTP, devices: Web Server

42
New cards

Transport layer of TCP IP Model, protocols and devices

manages end to end communication, ensures data delivered reliably, handles flow control, error correction and segmentation of data into packets, protocols: UDP and TCP, devices: Firewall

43
New cards

Internet layer of TCP IP Model, protocols and devices

directs network traffic, addresses and routes packets, protocol IP, devices: router

44
New cards

Application layer of TCP IP Model, protocols and devices

defines protocols for communication, allows users and applications to interact with network

45
New cards

What is IP

Internet protocol, fundamental protocols that allow network to function, provides devices unique identifiers, allows other devices to share data

46
New cards

Differences of IPv4

32 bit address, 4 groups (each a byte) separated by full stops, 2 parts: Network ID 1st 3 octets(indicates network), Host ID last octet (indicates device, router is 1), 4 bil unique addresses (232)

<p>32 bit address, 4 groups (each a byte) separated by full stops, 2 parts: Network ID 1st 3 octets(indicates network), Host ID last octet (indicates device, router is 1), 4 bil unique addresses (2<sup>32</sup>) </p>
47
New cards
<p>Differences of IPv6</p>

Differences of IPv6

340 Undecillion unique addresses (2128), 128 bit hexadecimal, 8 16 bit quartets (alphanumeric) separated by colons, omits leading 0’s as ::

48
New cards

What is subnetting

dividing large networks into smaller logical networks called subnets

49
New cards

How does subnetting work

departments assigned individual subnets, department devices communicate on subnet, interdepartment traffic goes through router, broadcast traffic limited to each subnet,

50
New cards

Necessity of subnets

enables single IP networks to be divided into smaller logical networks, efficient IP usage, improved performance, enhanced security and manageability

51
New cards

What is a subnet mask

a 32-bit number used in IP addresses to separate network portion from host portion, determines which part refers to network and which part refers to location.

52
New cards

Benefits of subnetting

Better security: Isolates departments preventing unauthorised access, traffic prioritisation: critical subnets have priority, Easier maintenance: smaller segmented networks easier management

53
New cards

Drawbacks of Subnetting

Extra Overhead: each subnet wastes two IP addresses (subnet ID, direct broadcast ID) Higher Cost: requires extra devices, Extra Complexity: extra steps and planning

54
New cards

What is transmission medium and types

method used to physically move data (electricity (UTP/Ethernet), light (fibre optic) radiowaves (wireless))

55
New cards

What are the network components

Transmission media, Router, Switch, WAP, Firewall

56
New cards

What is a router

directs data between networks, uses destination IP to send data on it’s net leg of journey to destination, operates at internet layer.

57
New cards

What is a Switch

connects several devices together using UTP to form network, records MAC address and port of each device to send packets, part of network layer

58
New cards

What is a WAP

Wireless Access Point, allows devices to wirelessly connect to network, allows flexibility (num of devices not limited to physical ports, devices have freedom to move), network layer

59
New cards

What is a firewall and role

prevents unauthorised access to network, monitors and records network traffic ensures meets organisation security rules, blocks traffic, Internet transport layers

60
New cards

Need for network security

prevents people accessing confidential info (user data, business info, personal/business financials) prevents malicious actors disrupting network services, prevents damage to physical infrastructure,

61
New cards

Methods for network security

Monitor traffic (prevent and allow), authenticate users, encrypt network traffic an documents on network

62
New cards

Role of operating systems

provides authentication (only authorised users access), monitors for vulnerabilities, analyses usage patterns to detect anomalies, takes measures to prevent attacks, manages utilities such as anti malware software

63
New cards

what is the point of network diagrams

shows logical design of network, indicates devices and order

64
New cards

What is bandwidth and how is it measured

Maximum transmission capacity of a device measured by bit rate (num of bits/second in Kbps, Mbps or Gbps) or latency (time it takes for bit to travel from one place to another)

65
New cards

What happens when Bandwidth is increased

more data sent/received at once, faster downloads, smooth streaming, better performance

66
New cards

What happens when Bandwidth is decreased

increased loading times, buffering and congestion

67
New cards

What is network design

Process of planning computer networks to meet user and organisation requirements.

68
New cards

What does network design include

selecting hardware, topology, protocols, security measures. make network efficient, reliable, scalable, designed using network diagrams

69
New cards

What is a data collision

when 2 or more devices attempt to transmit data on same network channel at same time, leading to signal interfering and corrupting data

70
New cards

where does data collision occur and what happens

on shared networks, data discarded and resent, frequent collisions reduce network efficiency, performance, lead to higher latency and congestion

71
New cards

What is CSMA/CD

Carrier Sense Multiple Access with Collision Detection, devices listen before transmit for clear channel, then transmit. if collision occurs it stops transmitting, waits, then resends data

72
New cards

How to reduce data collisions

switches instead of hubs (separate collision domains), full duplex communication (simultaneous send/receiving to stop collisions) improved network design and segmentation

73
New cards

What is Excess Traffic and impact

high volume of broadcast messages sent over the network, causing congestion and potential collisions. Leads to reduced Throughput (successful data sent in time period) increased latency, network congestion

74
New cards

what is a broadcast message

sent to every device on a network segment, all devices process broadcast, too many broadcast overload network

75
New cards

Causes of excess traffic

large network with no segmentation, misconfigured devices/protocols, excessive use of broadcast messages

76
New cards

how to reduce network traffic

router to separate network and broadcasts, replace hubs with switches (limit unnecessary traffic), config devices and protocols correctly

77
New cards

What is a WAN

a wide area network is a large computer network that connects groups of computers over large distances. The Internet itself is considered a WAN.

78
New cards

What is a LAN

A local area network (LAN) is a network confined to a small, localised area. Home WiFi networks and small business networks are common examples of LANs.

79
New cards

What is a WLAN

A wireless LAN (WLAN) is a type of LAN that uses wireless communication to connect any type of network client or device. e.g. Wi-fi