Fundamentals of Computer Networks Flashcards

(48 cards)

1
Q

Computer Network

A

A collection of computers linked together to facilitate communication and the sharing of resources. They can be connected through wired, or wirelessly.

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

Advantages of computer networking:

A
  • Allows you to share files with other computers/users
  • Roaming access - a user can log onto another device on the same network and be able to access the same files
  • Sharing hardware components (eg. printers)
  • Centralised updates for larger networks
  • Users can communicate
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Disadvantages of computer networking:

A
  • Increased risk of hacking
  • Viruses can spread more easily
  • Hardware necessary for networking can be expensive
  • Larger networks require more management
  • Reliance upon networked resources
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

The three main types of computer network:

A
  • Local Area Network (LAN)
  • Wide Area Network (WAN)
  • Personal Area Network (PAN)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Local Area Network

A

A network of computers that cover a smaller area, such as a school or college. A LAN is geographically confined to one location.

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

Personal Area Network (PAN)

A

A PAN is a network that covers a very small area, often covering only a few metres. PANs are often used to connect personal devices like mobile phones, laptops, or headphones.

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

Wide Area Network (WAN)

A

A network that spans over a larger area. A WAN can be spread over multiple different sites, or even countries.

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

Network Interface Cards (NICs)

A

Offers an interface port for wired connection. However, there are models that can offer a radio transceiver for wireless connection instead.

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

Wireless Access Point (WAP)

A

Allows wireless connections to a network using a radio transceiver. They can also be used to expand an existing computer network and can be connected to the main network through a cable.

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

Switch

A

Records which computers are connected to which ports. When traffic is received, they divert the information the the intended recipient only, which improved network performance.

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

Router

A

Used to send signals across the internet. They collect knowledge of all the available roots for data transmission, and choose the most suitable route for the circumstances.

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

Packet Switching

A

The transfer of small pieces of data across various networks.

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

Wi-Fi

A

A family of protocols that make networking run smoothly.

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

How do wireless networks carry signals?

A

Through the use of radio waves

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

How do wired networks carry signals?

A

Through use of cabling/wires

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

Maximum transmission speed of a wired network

A

Up to 1 gigabit per second

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

Maximum transmission speed for a wireless network

A

Up to 50 megabits per second

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

What are the two types of networks?

A

Wired and wireless

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

Which type of network is the most secure and why?

A

Wired networks, as they have a physical connection

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

Which type of network is cheaper to set up?

A

Wireless networks, as devices can connect as long as they’re in the range of a WAP, so there’s no need for physical connection/cabling.

21
Q

Which type of network is easier to install?

A

A wireless network, as most devices connect automatically.

22
Q

IP (Internet Protocol) Address

A

A unique address given to each device that can outwardly connect to the internet.

23
Q

Network Topology

A

The physical and logical arrangement of nodes and connections in a computer network.

24
Q

What are the three most common LAN topologies?

A
  • Bus
  • Star
  • Ring
25
Bus topology
Each computer is connected to a single table
26
Ring Topology
Computers are connected in a loop, with data being sent around the ring until it reaches the correct computer
27
Star Topology
Ever6 computer has their own cable connecting them to the central switch
28
What are the advantages of a Bus network?
- No reliance on a central device or ‘node’ - It’s easy and inexpensive to install because there’s less cabling involved
29
What are the advantages of a star network?
- If one cable fails, the others aren’t affected - Consistent performance - Good security as data is only received/sent to the computer that requires it
30
What are the disadvantages of a bus network?
- If the main cable goes down, the whole network does too - Hard to isolate cable failures as all computers in the network are affected - Performance decreases as traffic increases - Low security as all the computers see all the transmissions
31
What are the disadvantages of a star network?
- Can be expensive to install as it requires lots of cabling - If the server/central switch fails, then the whole network goes down
32
Authentication
Identifying a genuine, authorised user. An example of this is when a device asks for a username and password to be unlocked.
33
When would you use authentication?
In a networked environment where computers are used by more than one user, such as a school.
34
Encryption
Protecting data from being hacked and accesses illegally.
35
When would you use encryption?
- To protect data that’s being transmitted over the internet, like bank details.
36
Firewall
Monitors network traffic and decides whether to allow or block certain traffic based on security rules. For example, certain IP Addresses may be blocked.
37
Why would you use a firewall?
To protect a whole network from external threats
38
MAC address filtering
Determines which devices are allowed on a network based on each device’s individual MAC address.
39
When would you use MAC address filtering?
To protect a network from external threats.
40
What’s the downside to MAC address filtering?
It can only monitor devices, not their users.
41
Why are networks more vulnerable to hackers than standalone devices?
Once the hacker gets access to one device, they can access the whole network.
42
Network Protocol
A set of rules that define how devices within a network communicate with each other.
43
What are the two main email protocols?
- SMTP (Simple mail transfer protocol) - IMAP (Internet message access protocol)
44
Plaintext
The original message that’s being encrypted
45
Ciphertext
The encrypted message
46
Decryption
The process of converting ciphertext into plaintext
47
Key
A sequence of number used to encrypt or decrypt, often using a mathematical formula
48
Encryption algorithm
The method for encrypting the plaintext