Networks 1 Flashcards

1
Q

What is a

network?

A

an arrangement of two or more computers that are connected for the purpose of sharing resources and data

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

What do networks allow multiple users to do?

A
  • share data files with each other
  • share hardware devices
  • share an internat connection and internet services, such as the world wide web and email
  • comunicate with each other, using services such as email and messaging
  • work together using web-based software, virtual meetings, shared calendars, etc
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What are the key characteristics of

LANs?

A
  • small geographical area
  • owned by private individuals
  • more secure
  • slower cables but few users
  • less expensive as less hardware is required
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What are the key characteristics of

WANs?

A
  • large geographical area
  • owned by businesses and organisations
  • less secure
  • faster cables but shared amongst millions of connections
  • more expensive
  • mesh network
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Describe a

bus topology.

A

All the nodes on the network are connected to a single cable, known as the backbone. Messages are sent along the cable in the form of electronic signals. A terminator at each end absorbs signals that have reached the end of the cable, preventing them from bouncing back.

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

What are the advantages of a

bus topology?

A
  • relatively cheap to install since very little cabling is needed
  • if one node fails, the rest can still communicate with eachother
  • very easy to add extra devices to the network
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What are the disadvantages of a

bus topology?

A
  • if the cable is cut or damaged, the whole network stops functioning
  • more collisions will occur with more devices and the network will run slower
  • all nodes on the network ‘see’ all data traffic, this may be a security risk
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Describe a

star topology.

A

Every node is directly connected to a central node. All data traffic passes through the central node, which is responsible for routing it to its destination.

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

What are the advantages of a

star topology?

A
  • if one node goes down, the rest of the network will continue functioning
  • a damaged cable doesn’t stop the network from working, just the device connected to it
  • data traffic is only sent to the intended recipient, this makes it secure
  • it is easy to locate faults because they normally only involve one node
  • nodes can be added and removed without having to take the entire network offline
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What are the disadvantages of a

star topology?

A
  • if the central node fails, then the rest of the network stops functioning
  • network performance depends on the capacity of the central node
  • a lot of cabling is required, making it difficult and expensive to set up
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Describe a

mesh network.

A

each node is connected to multiple other nodes

in a fully connected mesh network, every node is connected to every othe node
in a partially connected mesh network, some nodes are connected to all nodes while other nodes may only be connected to one or two others

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

What are the advantages of a

mesh network?

A
  • very fault tolerant, if one node fails, messages are rerouted
  • nodes can be added and removed without having to take the entire network offline
  • very scalable, any number of additional nodes can be added
  • very high performance because each network node is connected to multiple other nodes
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

What are the disadvantages of a

mesh network?

A

a fully connected wired mesh network is difficult and expensive to install

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

What is the

internet?

A

A shortening of the words ‘inter’ and ‘network’ which together mean interconnected network. It is a network of networks that is not owned by any single organisation or government.

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

Describe the

structure of the internet.

A
  1. Every device connected to the internet is part of a network.
  2. Local networks connect to the internet via a point of presence (POP) provided by an internet service provider (ISP).
  3. The ISP’s network is connected to a high-level network owned by a major telecommunication company, such as BT. Each of these companies has its own dedicated internet backbone.
  4. Network access points (NAPs) interconnect the internet backbones to form a worldwide (partially connected) network.

Routers forward data from one network to another across the internet from source to destination.

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

What is an

IP address?

A

A set of rules governing data transfer on the internet known as internet protocol.

Every internet-connected device is allocated an IP address.

IP addresses are used to uniquely identify devices on a network.

17
Q

What are the

two versions of IP?

A

IPv4 and IPv6

18
Q

How can you identify

IPv4?

A

IPv4 uses 32 bits.
Each of the four bytes is expressed as a decimal number between 0 and 255 seperated by dots.

e.g. 192.168.182.42

19
Q

How can you identify

IPv6?

A

IPv6 uses 128 bits.
An IPv6 address consists of eight 16 bit hexadecimal numbers seperated by colons.

e.g. fd2a:1450:4013:c01:0:0:0:5e

20
Q

Why are IP addresses temporarily allocated to devices whilst they are connected to the internet?

A

to facilitate routing across the internet by providing a sender & destination unique addressing scheme

21
Q

What is included in the header/metadata of an IP packet?

A
  • IP address of source
  • IP address of destination
  • sequence number of packet
  • total number of packets
  • checksum
22
Q

What is a

static IP address?

A

an IP address which never changes and is assigned to devices that require constant access to the network

(e.g. routers, servers)