Paper 1: Networks 1 Flashcards

(61 cards)

1
Q

What is a network?

A

2 or more computers linked together

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

What is a key advantage of networks?

A

Allows you to share data, resources and hardware between computers

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

What is a key disadvantage of networks?

A

Security - Anyone on the network can access

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

What is a topology in networking?

A

The different ways to lay out the network

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

What is Star Topology?

A

All devices connected to a central switch

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

What is an advantage of Star Topology?

A

If one device or cable fails the network still works

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

What is a disadvantage of Star Topology?

A

If the switch breaks, the whole network stops working

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

What is Mesh Topology?

A

Each device connects to every other device

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

What is an advantage of Mesh Topology?

A

Most robust network - If one device/cable fails then data can be routed through other devices

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

What is a disadvantage of Mesh Topology?

A

Each device has to be backed up and secured individually

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

What is Wireless Topology?

A

All devices connect to a Wireless Access Point (WAP)

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

What is an advantage of Wireless Topology?

A

Easy to add devices

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

What is a disadvantage of Wireless Topology?

A

Security - Anyone with range can try to access the network

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

What is a Network Interface Control (NIC) Card?

A

Translates data from the computer to the network cable and vice versa

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

What does a modem do?

A

Translates digital data into analogue signals and vice versa

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

What is a Hub?

A

Sends all messages to all computers on the network

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

What is a Switch?

A

Learns the locations of computers on the network for efficient message sending

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

What is a Router?

A

Used for connecting computers and networks together

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

What does a Wireless Access Point do?

A

Sends out and receives radio waves (WIFI)

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

What is fibre optic cable?

A

Glass or plastic cable that sends data using light

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

What is coaxial cable?

A

Sends data down a copper cable using electricity

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

What is Twisted Pair cable?

A

4 pairs of copper wires twisted together

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

What is an Ethernet cable?

A

Another name for a network cable, usually coaxial or twisted pair

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

What is a MAC address?

A

Series of Hexadecimal letters and numbers used to identify each computer uniquely

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
25
What is an IPv4 address?
4 sets of up to 3 denary digits going from 0 to 255
26
What is an IPv6 address?
128 bits in total set in blocks of 16 bits written in hexadecimal
27
What is Bluetooth?
Short range radio waves to connect two devices together
28
What is Infrared Communication?
Using light to send data between two devices
29
What is a Local Area Network (LAN)?
A network in a small geographical area
30
What is a Wide Area Network (WAN)?
A network in a large geographical area
31
What is the cloud?
Storing/accessing files from a computer using the internet
32
What is an Intranet?
Private network only available in a small area using a password
33
What is the Internet?
Free to use network over a large geographical area
34
What is an Extranet?
Accessing a local, private network from a wide area network
35
What is WiFi Encryption?
Scrambling wireless messages being sent to prevent interception
36
What is WiFi frequency?
The number of radio waves sent per second, normally 2.4Ghz or 5Ghz
37
What are WiFi Channels?
Sub-frequencies that allow multiple devices to connect without interference
38
True or False: Wireless networks are generally more secure than wired networks.
False
39
What is a Client-Server network?
A network with one main computer called a server and multiple clients
40
What is an advantage of Client-Server networks?
Security and backups are centralized
41
What is a disadvantage of Client-Server networks?
If the server breaks, all information is lost
42
What is a Peer-to-Peer network?
A network where all computers have equal status and share files directly
43
What is an advantage of Peer-to-Peer networks?
Easy to maintain and set up
44
What is a disadvantage of Peer-to-Peer networks?
No centralized management can lead to security flaws
45
What is a Virtual Network?
Using software to split networks into sections for better security
46
What is a protocol in networking?
A set of rules governing communication
47
What does TCP/IP stand for?
Transmission Control Protocol/Internet Protocol
48
What is HTTP?
Hypertext Transfer Protocol for sending webpages
49
What does HTTPS stand for?
Hypertext Transfer Protocol Secure
50
What is FTP?
File Transfer Protocol for uploading and downloading files
51
What is POP?
Post Office Protocol for retrieving emails from servers
52
What does IMAP do?
Allows retrieving emails while leaving a copy on the server
53
What is SMTP?
Simple Mail Transfer Protocol for sending emails
54
What is packet switching?
Messages are broken into packets sent individually across a network
55
What are the six parts of a packet?
* Header * Sender's IP address * Recipient's IP address * Packet number * Total number of packets * Payload
56
What is layering in networking?
Breaking up the sending of messages into separate components
57
What is the application layer in networking?
Encodes/decodes the message using protocols like HTTP and FTP
58
What does the transport layer do?
Breaks down the message into packets and checks for missing ones
59
What does the network layer add to packets?
Sender’s and recipient’s IP addresses
60
What is the data link layer responsible for?
Enables the physical transfer of packets between nodes
61
What is an advantage of layering?
Allows standards to be developed separately without affecting other layers