Internet archetecture Flashcards
What is the internet?
Billions of interconnected devices spread throughout the world
What is a source?
A device that wants to send data
What is a device that receives data called?
A destination
What do we call a link from source to destination?
Uplink / Upstream
What doe we call a link from destination to source?
Downlink / Downstream
What is the purpose of intermediate devices?
Direct packets of data to different destinations
What is network media?
Connections
The medium of communication
What is transmission latency?
Delay between transmission and reception on a communication link
What is link throughput?
The number of bits per second
What is an ISP?
Internetwork service provider
What is the structure of communication conversations called?
Protocols
What does OSI stand for and what is it?
The open session interconnection model.
This is the layered architecture of packets
What is Level 7?
Application layer
> This is where the data is being created on a computer
> The data is being formatted and saved into a file
What is Level 6?
Presentation layer > Preparing the data for being transported by: - formatting the data - Compressing - Encoding - Encrypt/decrypting data
What is Level 5?
Session layer
> This is establishing and terminating connections between devices
What is Level 4?
Transport layer
> Sending data
> Deciding the type of data transfer TCP/UDP
> Deciding the protocol for the communication between computers
What is Level 3?
Network layer
> Adding addresses for data transfer (IP address)
> Structure of the network with logical addressing
> Managing packet priority and scheduling
What is Level 2?
Link layer
> Addressing the source and destination (MAC address). This is addressing for the unique connection between two single devices not address for the whole network.
> The overall movement of data around the network
> Wire/cable or wireless
What is Level 1?
Physical layer
> Its role is to carry data from location to location
> The actual physical transfer of data through a medium (e.g. wires, optical-fibres)
> How is the data sent (voltage levels, waveforms)
How does OSI work for hosts?
A device that is sending data passes the data through each layer from Level 7 - Level 1.
A device that is receiving data passes the data through each layer from Level 1 - Level 7.
Each layer only interacts with its layer.
How does OSI work for routers?
When receiving data it passes it through Level 1 - Level 3.
When sending data it passes data through Level 3 - Level 1.
It needs to access Level 3 to see the IP address and determine where to send data
What is the difference between TCPIP and OSI?
TCPIP has just 4 layers and those layers together contain all the OSI layers.
Another form of Network layering achetecture
What are the 4 layers in TCPIP?
L1 - Network Access layer
L2 - Internet layer
L3 - Transport layer
L4 - Application layer