3.3 Networks Flashcards

1
Q

What is a network?

A

Two or more computers connected together so that they can transmit data between each other.

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

What are 2 types of network?

A

local area network LAN
wide area network WAN

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

What are the characteristics of a LAN?

A

hardware is privately owned

small geographic area

MAC addresses used to communicate between LAN devices

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

What are the characteristics of a WAN?

A

makes use of external or third party hardware

large geographic area

connects to other networks

IP addresses are used for routers to connect networks together

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

What is the difference between the physical and logical topology?

A

The physical topology is the layout of the wires or the way in which components are connected whereas logical is about how the data flows and is transmitted.

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

What are 3 physical network topologies?

A

bus
star
mesh

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

What is a bus topology?

A

A layout where all terminals/devices are connected to a backbone cable. The ends of the cable are plugged into a terminator.

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

What are the advantages of a bus topology?

A

cheap to set up

doesn’t require additional hardware

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

What are the disadvantages of a bus topology?

A

entire network disconnects if the backbone cable fails

all computers have access to the data transmission

heavy traffic reduces performance and is all transmitted through one cable

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

What is a star topology?

A

A layout where all devices are connected to a central node which is typically a switch. MAC addresses are used to uniquely identify each device on the network.

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

What does MAC stand for?

A

media access control

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

What is a switch?

A

A physical device that receives and forwards data packets between computers/network devices on a LAN to connect them. Recipient’s MAC address is stored in packet headers.

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

What are the advantages of a star topology?

A

if one cable fails, only that device is affected

transmits data faster than a bus topology

easy to add new devices

no data collisions

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

What are the disadvantages of a star topology?

A

more expensive than a bus topology

if the central switch fails, the entire network disconnects

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

What is a mesh topology?

A

A network layout where any node can be connected to any other node. A full mesh is where every node is connected to every other node, otherwise its a partial mesh.

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

What are the advantages of a mesh topology?

A

as the number of nodes increases, the speed and reliability of data transmission improves

no single point of failure

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

What are the disadvantages of a mesh topology?

A

if wired, lots of cables which is expensive

if wireless, data transmission may be slower or less reliable

network maintenance is difficult and expensive

difficult to add new nodes

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

What is a protocol?

A

A set of rules that governs the transmission of data and communication across a network.

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

Why are protocols important?

A

So that devices know how to communicate between each other despite having different hardware/software architectures.

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

What is HTTP(s)?

A

hypertext transfer protocol (secure) - used for web pages

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

What is TCP/IP?

A

transmission control protocol/internet protocol - used for forwarding packets through networks

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

What is POP3?

A

post office protocol - used for downloading email

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

What is IMAP?

A

internet message access protocol - used for accessing emails on a web server

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

What is FTP?

A

file transfer protocol - used for transmission of files through networks

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

What is the internet?

A

A network of networks spanning across the world.

26
Q

What are the 4 layers of the TCP/IP stack?

A

application layer
transport layer
internet layer
network access or data link layer

27
Q

What are the advantages of layering?

A

Each layer performs a specialised function and can be changed without an impact on the rest of the TCP/IP stack as each layer is isolated from the rest.

28
Q

What happens on the application layer?

A

Specifies what protocol needs to be used related to the application that’s being sent i.e. HTTP SMTP IMAP POP3 FTP

Encrypts/decrypts messages and transfers to/from the to transport layer when sending/receiving messages.

29
Q

What happens on the transport layer?

A

TCP establishes an end-to-end connection between the source and recipient computer

data is split into packets that are labelled with a packet number and port number

this layer requests retransmission of any lost packets

30
Q

What happens on the internet layer?

A

the packets are labelled with source and destination IP addresses

routers forward and receive data packets

31
Q

What happens on the link layer?

A

adds the MAC address of the source and destination computers to enable the physical connection between the network nodes

if the recipient is in a separate network to the sender, the destination MAC address is the MAC address of the router

32
Q

What does DNS stand for?

A

domain name system

33
Q

What is the purpose of the domain name system?

A

Translates an easy to remember domain name into the IP address for the website.

34
Q

What are packets?

A

Segments of data

35
Q

What are 3 parts of a packet?

A

header
payload
trailer

36
Q

What is the header?

A

The label that shows the IP addresses, protocol, packet order and time to live (expiry date)

37
Q

What is the payload?

A

the raw data

38
Q

What is the trailer?

A

A checksum used to detect if errors have happened during transmission

39
Q

What are the 2 techniques that networks use to exchange data?

A

packet switching
circuit switching

40
Q

How does packet switching work?

A

Data is split into packets which are then each sent on the most efficient route.

41
Q

What are the advantages of packet switching?

A

can use checksums to ensure data arrives intact

multiple routes can be used between devices

packets can be transferred over very large networks allowing for global communication

42
Q

What are the disadvantages of packet switching?

A

time is spent splitting up data and reconstructing packets

data can’t be reconstructed until all packets have been received without errors

43
Q

How does circuit switching work?

A

A direct link is created between two devices. This link is maintained for the entire duration of data transmission. The devices must transfer and receive data at the same rate.

44
Q

What are the advantages of circuit switching?

A

data arrives in a logical order so it is quicker to reconstruct

enables 2 users to hold a call without delays in speech

45
Q

What are the disadvantages of circuit switching?

A

bandwidth is wasted during periods of time where data isn’t being sent

devices must send/receive at an equal rate

switches can produce electrical interference that corrupts data

46
Q

What is the purpose of a firewall?

A

Preventing unauthorised access to a computer network.

47
Q

How do firewalls work?

A

Data packets are compared against a set of premade rules to decide whether the traffic should be accepted or rejected/blocked.

48
Q

What is a proxy?

A

A server that acts as an intermediary between 2 devices, collecting and sending data on their behalf.

49
Q

What is a WAP?

A

wireless access point - device that allows a wireless device to connect to a wired network

50
Q

What are the advantages of proxies?

A

user’s privacy is protected so that they can remain anonymous

proxy server can cache frequently used website data making it load faster

can be used by administrators to prevent access to sensitive or irrelevant data

51
Q

What is a NIC?

A

network interface card - a device that is built into a computer so it can connect to a network, this assigns the computer a MAC address

52
Q

What is the format of a MAC address?

A

48-bit value written as 12 hex numbers

53
Q

What is a router?

A

A device that connects together two or more networks and forwards/receives data packets.

54
Q

What is a gateway?

A

A device that can translate between protocols allowing networks to communicate even if they don’t use the same protocol.

55
Q

What is a client-server network?

A

A network that consists of clients which can request access to data from a central server that stores it.

56
Q

What are the advantages of client-server?

A

more secure as data is stored in a secure server (1 location)

only 1 location needs to be backed up

data and resources can be shared between clients

server can manage permissions so different clients can access different data

57
Q

What are the disadvantages of client-server?

A

expensive to set up as a server requires a powerful central computer with high processing power

server may require maintenance

all network performance depends on the speed of the server

58
Q

What is a peer-peer network?

A

A network in which computers are directly connected to each other and can share files. Each device can both provide and request data.

59
Q

What are the advantages of peer-peer?

A

cheaper to set up
allows users to share resources
easy to maintain
not dependent on a central server
no specialist staff requiredWH

60
Q

What are the disadvantages of peer-peer?

A

impossible to trace the origin of files

each device must be backed up separately

poorer security

may be difficult to locate resources as they could be on any device