Networks Flashcards

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

What is a computer network?

A

A computer network is a group of computers / devices connected together,

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

What are the benefits of having a computer network?

A

Makes person to person communication easier

Shared resources save money (Example: Printers)

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

What is PAN?

A

PAN / Personal Area Network is a network in range of an individual person.

Example: Bluetooth

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

What is LAN?

A

LAN / Local Area Network is a network that connects devices close to each other.

Example: Same house or school

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

What is WAN?

A

WAN / Wide Area Network is a network over a broader geographic area.

Example: The Internet

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

Name 3 ways of measuring network performance.

A

Latency - The delay (how vast signals travel)

Bandwidth

Error Rate - How often data is corrupted

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

What are factors that affect network performance?

A

Whether it wired or wireless (Wired is usually faster)

Bandwidth that is shared across network (Can become congested)

Signals may be blocked

Signals at the same wireless frequency interfere (Increasing error rate)

The physical layout.

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

What is a node?

A

A node is a device on a network.

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

What are the benefits of star topology?

A

If one cable or device fails then other devices will be unaffected.

Cables are not shared so no data collisions.

Easy to add new devices.

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

What are the negatives of star topology?

A

Expensive to install, due to lots of cabling and central device being required.

The performance of the network is limited by the performance of the central device.

If the central device fails so will the network.

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

What are the benefits of bus topology?

A

Less cable is needed than other topologies.

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

What are the negatives of bus topologies?

A

If the bus fails, then no devices can communicate.

When the bus is busy, data collisions occur, increasing error rate.

All devices receive all the packets, which is a security issue

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

What is the difference between star topology and bus topology?

A

A star topology is where devices are connected to a central device.

A bus topology is where they connect to a single cable.

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

What is a protocol?

A

A set of rules that allows two devices to communicate.

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

What are the order of the protocols?

  1. Data link
  2. Transport
  3. Application
  4. Network
A

The Order Is:

Application
Transport
Network
Data Link

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

What does Application Layer do in the protocol?

A

Where the network applications operate.

Example: (Web browsers, Email clients)

17
Q

What does Transport Layer do in the protocol?

A

Sets up communication between two hosts.

Splits the data packets.

18
Q

What does Network Layer do in the protocol?

A

Addresses and packages the data, then actually routes it.

19
Q

What does Data Link Layer do in the protocol?

A

Where hardware and drivers operate.

20
Q

Give 3 advantages of using a computer network rather than a standalone machine.

A

Share hardware

Share data / files

Improved communication tools

21
Q

One disadvantage of using a computer network is that there are increased security risks. Describe three other disadvantages of using a computer network.

A

Reliance on server

Network can slow down

Cabling costs

22
Q

What are the advantages and disadvantages of wireless networks.

A

Advantages:

Can use computer anywhere and not constrained by cables

Disadvantages of wireless:

Packets can be intercepted more easily than wired connections

Slower then wired

Signal can be interfered with by other electronic devices.

23
Q

What are the advantages and disadvantages of wired networks?

A

Advantages:

Has more control, security, and reliability.

Wired is faster than wireless

Disadvantages:

Cables can be difficult to organise.

24
Q

What is HTTP?

A

HTTP (Hypertext transfer protocol) is the protocol that governs communication between a web browser and the client.

25
Q

What is the difference between HTTPS and HTTP

A

HTTPS is much more secure (Secure Hypertext transfer protocol).

It is a secure way of transferring between the web browser and a server as the data is encrypted.

26
Q

What are the five email protocols?

A

SMTP (simple mail transfer protocol)

IMAP (Internet message access protocol)

TCP (Transport Control Protocol)

IP (Internet Protocol)

UDP (User datagram protocol)

27
Q

What does SMTP do?

A

SMTP sends the mail from the user onto the mail server.

28
Q

What does IMAP do?

A

IMAP retrieves the mail from the mail server to the user.

Allows access from anywhere on any device because the email remains on the server.

29
Q

What does TCP do?

A

When files are sent over they are broken into small chunks (packets).

When they arrive at the destination computer they are reassembled to the original format.

TCP controls all this

30
Q

What does IP do?

A

The internet protocol is a set of rules that govern the transmission of data across the internet

31
Q

Wat does UDP do?

A

is used as an alternative to TCP.

It improves speed by not checking for lost packets so they don’t get resent.

Mostly used for games.