SLR 1.5 Network topologies, protocols and layers Flashcards

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

Name three common network topologies

A
  1. star
  2. mesh
  3. partial mesh
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Which common network topology is easiest to set up?

A

star

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

Which common network topology is most resistant to hardware faults?

A

mesh (full mesh)

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

Why is a partial mesh network topology favoured over a full mesh?

A

it is cheaper to install

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

when a wireless network is set up the administrator sets a channel to be used. State what must happen for two devices to communicate via this wireless network

A

they must be on the same channel

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

A device on a wireless network has poor access to the router. Other than a hardware fault state two possible causes of the poor connection.

A
  1. interference between the signal from the device and another device on an adjacent channel (bleed over)
  2. poor wifi signal strength due to distance
  3. poor wifi signal due to obstruction
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

state what is meant by the term encryption

A
  • plain text is turned into cipher text
  • a key is used to change the data
  • data is changed so that it is unreadable without a key
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Explain what is meant by the term “ethernet”

A
  • A standard for networking technologies used on wired Local Area Networks..
  • A physical and data link layer set of protocols.
  • The method by which data is sent down cables / error checked.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What does CSMA/CD stand for?

A

Carrier Sense Multiple Access / Collision Detection

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

How does a message get sent over ethernet?

A
  • Data is split into frames.
  • Each frame has a number of data bits for a particular purpose
  • Frames are transmitted from the device to a switch and on to other switch(es) or device(s)
  • The receiving device stitches the frames back together to assemble the original data
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What are ‘ethernet cables’?

A

ethernet cables are Unshielded Twisted Pair (UTP) cables with standard connectors on them (e.g. RJ45).

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

Where are ethernet cables used?

A

They are the standard connections between devices such as routers, switches and computers on a Local Area Network (LAN)

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

What does POP stand?

A

Post Office Protocol

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

What is POP used for?

A

Post Office Protocol is used by email clients to retrieve email from a mail server.

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

What does IMAP stand for?

A

Internet Message Access Protocol

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

What is IMAP used for?

A

Internet Message Access Protocol is used by email clients to retrieve email from a mail server, and to manage remote mail boxes.

17
Q

What does SMTP stand for?

A

Simple Mail Transfer Protocol

18
Q

What is SMTP used for?

A

Simple Mail Transfer Protocol sends mail to a mail server.

19
Q

State what is meant by the term ‘layering protocols’

A
  • Dividing the complex task of networking into smaller, simpler tasks.
  • The hardware and/or software for each layer has a defined responsibility.
20
Q

Explain how packet switching works, stating the names of the protocols used

A
  • TCP splits the data into packets.
  • IP routes the packets between routers from source to destination.
  • Each packet can take a different route.
  • TCP sequences the packets when they arrive at their destination.