Week 8 - Intro Network Part 2 Flashcards

1
Q

Define ‘Distributed system’

A

It is one where multiple networked computers work together on tasks,co-ordinating their actions by exchanging messages.

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

Why is concurrency consider as a norm with the internet?

A
  • No global notion of correct time
  • Each component in the network may fail independently
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Define ‘Intranet’

A

Within the huge distributed system of the internet, an individual or separate internet.

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

Intranet

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

Define Firewalls

A

A network security system that monitors and controls incoming and outgoing network traffic based on predetermined secuity rules

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

What are two things that a firewalls does?

A
  1. Establishes a barrier between the trusted internal network (the intranet) and the untrusted external network (internet)
  2. Filter incoming packets based on their source,destination or protocol.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Key Terms

A
  • Speed: How fast data is transmitted on the network.
  • Bandwidth: Maximum amount of data the network is capable of transmitting between two given nodes in a certain amount of time.
  • Throughput: The actual amount of data transmitted between two give nodes in a certain amount of time.

-Link Bandwidth: A given link in the network.

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

Define Delay (latency)

A

How long will the packet take to be sent from node to the next?

  • The time between the sending and receiving of data between two adjacent points in the network
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Define Queuing

A

When packets wait in the router buffer to be transmitted on the link.

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

Where are the packets stored?

A

It is in the router buffer until it is their turn to be forwarded on:
- Arrival Rate (R1 and R2) exceeds the transmission rate (R3)

Therefore, it means that the packets will queue in the router buffer.

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

What happens once the router buffer fills up and another packet arrives?

A
  • The packet is lost forever
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

What is the end-to-end delay of the packet transferred below?

A

The delay between the sender sending a packet and the receiver receiving it .

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

What is a ‘Network protocol’?

A

A set of guidelines that determine how network devices should communicate in a given context.

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

Types of protocols

A
  • HTTP and HTTPS are web application protocols
  • SMTP and POP3 are email application protocols
  • TCP and UDP are packet transportation protocols
  • IP is a network communication protocol
How well did you know this?
1
Not at all
2
3
4
5
Perfectly