Topic 5 - Fundamentals of computer networks Flashcards

You may prefer our related Brainscape-certified flashcards:
1
Q

Define what a computer network is.

A

A network is two or more computers or other electronic devices that are connected together for the purpose of communication.

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

What are the benefits and risks of a computer network?

A

Advantages:
computers can share resources e.g printers
Files can be accessed through any computer in the network.
Data easy to back up.
Risks:
Network hardware is expensive
Viruses may be able to infiltrate the network and infect every computer.

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

Describe the main types of computer network including:

Personal Area Network (PAN)
Local Area Network (LAN)
Wide Area Network (WAN).

A

PAN – only Bluetooth needs to be considered.
LAN – usually cover small geographical areas.
are often owned and controlled/managed by a single person or organization.
WAN - The Internet is the biggest example of a WAN.
usually cover a wide geographic area.
are often under collective or distributed ownership.

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

What types of cable does wired networks use?

A

Fibre and copper

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

What are the advantages and disadvantages of wireless networks?

A

Advantages:
new nodes can easily be added
users can move around freely and still stay connected
Disadvantages:
Radio signals have a limited range.
Each wireless access point (WAP) only has so much bandwidth to share among connected nodes.
Radio signals can suffer from electromagnetic interference from other devices and even other radio signals.

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

What are the advantages and disadvantages of wired networks?

A

Advantages:
faster data transfer compared to wireless networks
less likely to suffer from interference than wireless networks
difficult for unauthorized users to intercept data
Disadvantages:
they are expensive to install or reconfigure
users can’t instantly move a device from one location to another as there may not be a network connection available

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

Explain the following common network topologies:
star
bus.

A

Star topology is a topology in which all devices are connected to a central hub. Bus topology is a topology where each device is connected to a single cable known as the backbone.

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

Define the term ‘network protocol’.

A

an established set of rules that determine how data is transmitted between different devices in the same network

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

Explain the purpose and use of common network protocols including:

Ethernet

A

describes how devices should format data ready for transmission between the computers (nodes) on the same network.
Ethernet systems divide data into frames, and frames detected to contain transmission errors are dropped or resent.

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

Explain the purpose and use of common network protocols including:

Wi-Fi

A

Wi-Fi uses Internet Protocol (IP) to communicate between endpoint devices and the LAN. allows devices to access the internet.

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

Explain the purpose and use of common network protocols including:

TCP (Transmission Control Protocol)

A

breaks up messages sent over the internet into packets. reassembles packets of the other end, detects errors, and resends lost messages.

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

Explain the purpose and use of common network protocols including:

IP (Internet Protocol)

A

Routes individual packets from one IP Address to another.

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

Explain the purpose and use of common network protocols including:

HTTP (Hypertext Transfer Protocol)

A

HTTP (hypertext transfer protocol) - used for accessing and receiving web pages via internet

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

Explain the purpose and use of common network protocols including:

HTTPS (Hypertext Transfer Protocol Secure)

A

HTTPS (Hypertext Transfer Protocol Secure) encrypts the information so that it cannot be understood by an eavesdropper.

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

Explain the purpose and use of common network protocols including:
FTP (File Transfer Protocol)

A

used for sending or retrieving to or from a FTP server

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

Explain the purpose and use of common network protocols including:
SMTP (Simple Mail Transfer Protocol)

A

used for sending emails (email protocol)

17
Q

Explain the purpose and use of common network protocols including:
IMAP (Internet Message Access Protocol).

A

IMAP (internet message access protocol) will leave messages on a server. can be accessed by multiple devices and only removed if user deletes them.

18
Q

Explain the following methods of network security:

authentication

A

checking that the computer and the user are allowed to access content

19
Q

Explain the following methods of network security:

encryption

A

encoding of data so that it can no longer be easily understood

20
Q

Explain the following methods of network security:

firewall

A

firewall will detect packets from malicious computers.
Separate a trusted network from an untrusted network (normally the Internet)
Data is sent around a network in small packets of information

21
Q

Explain the following methods of network security:

MAC address filtering.

A

A Media Access Control (MAC) is a unique hex number assigned to all Network Interface Cards
allows devices to access, or be blocked from accessing a network based on their physical address embedded within the device’s network adapter.

22
Q

Describe the 4 layer TCP/IP model:

application layer

A

Application layer: where network applications, such as web browsers or email programs operate.

23
Q

Describe the 4 layer TCP/IP model:

Transport layer

A

The Transport layer creates the connection between two computers, or ‘hosts’

24
Q

Describe the 4 layer TCP/IP model:

Internet layer

A

addresses and packages data for transmission. Routes the packets across the network.

25
Q

Describe the 4 layer TCP/IP model:

Link Layer

A

where the network hardware such as the NIC (network interface card) is located. OS device drivers also sit here.

26
Q

what layer does HTTP, HTTPS, SMTP, IMAP and FTP operate at?

A

Application layer

27
Q

what layer does TCP and UDP protocols operate at?

A

transport layer

28
Q

what layer does the IP protocols operate at?

A

internet layer

29
Q

what is WI-FI?

A

A family of related protocols. Wi-Fi is a trademark and that the generic term for networks of this nature is WLAN.

30
Q

what is ethernet?

A

a family of related protocols.

31
Q

list advantages and disadvantages of star topology

A

advantages:
fast data transfer to hub as each wire isn’t shared with other computers
if one cable fails other computers are not affected
disadvantages:
requires additional hardware such as central switch and network cables
if central switch fails, whole network goes down

32
Q

list advantages and disadvantages of bus topology

A

advantages:
less cable so cheaper to install network
easier to add more devices
disadvantages:
if cable is damaged, whole network fails
single cable is shared by many devices so many collisions of data if sent at same time
any device can view all data on cable creating security risk.

33
Q

describe one difference between a PAN and a LAN (1 mark)

A

PAN’s have one user, LANs normally have more than user.