Week 8 - Intro Network Part 2 Flashcards
Define ‘Distributed system’
It is one where multiple networked computers work together on tasks,co-ordinating their actions by exchanging messages.
Why is concurrency consider as a norm with the internet?
- No global notion of correct time
- Each component in the network may fail independently
Define ‘Intranet’
Within the huge distributed system of the internet, an individual or separate internet.
Intranet
Define Firewalls
A network security system that monitors and controls incoming and outgoing network traffic based on predetermined secuity rules
What are two things that a firewalls does?
- Establishes a barrier between the trusted internal network (the intranet) and the untrusted external network (internet)
- Filter incoming packets based on their source,destination or protocol.
Key Terms
- 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.
Define Delay (latency)
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
Define Queuing
When packets wait in the router buffer to be transmitted on the link.
Where are the packets stored?
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.
What happens once the router buffer fills up and another packet arrives?
- The packet is lost forever
What is the end-to-end delay of the packet transferred below?
The delay between the sender sending a packet and the receiver receiving it .
What is a ‘Network protocol’?
A set of guidelines that determine how network devices should communicate in a given context.
Types of protocols
- 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