Nätverksarkitektur Flashcards
(105 cards)
What is Internet of Everything, IoE? Describe each of the terms.
IoE is an intelligent system that unites people, data, processes and things (IoT). It is a network of connections.
People: connecting people in more valuable ways.
Data: converting data into intelligence to make better decisions.
Process: delivering the right information to the right person or machine at the right time.
Things: IoT. Physical devices connected to the Internet.
What is Internet of Things, IoT?
What is the purpose of IoT?
IoT describes the network of physical objects (things), that are embedded with software, sensors and other technologies.
The purpose is to connect and exchange data with other devices over the Internet.
What is a backhaul topology and when is it used?
A backhaul topology transports traffic between a remote site and the Internet via a centralized backbone, such as the headquarters of an organization.
What is delat tolerant networking, DTN?
DTN is an approach to computer network that wants to address technical issues in heterogenous networks that may lack continuous network connectivity.
What is Quality of Experience, QoE?
Which parameters are measured?
A measure of the overall level of customer satisfaction.
Some of the parameters that are measured are availability and access.
What is Quality of Service, QoS?
Which parameters are measured?
QoS measures software and hardware.
Some of the parameters that are measured are latency, availability, delay and reliability.
How is data sent?
Data is sent in packets.
What does a packet contain?
Which kind of information does the header contain?
Header, data and sometimes a trailer.
The header contains protocol information, for example the destination.
What is best-effort delivery?
It is a network service in which the network does not provide any guarantee that data is delivered or that delivery meets any quality of service.
What is ARPAnet?
The first wide-area packet switched network, a predecessor to today’s internet. Developed in 1969.
What is routing?
Rules for how data packets are transmitted between networks. It is a process of selecting a path for traffic in a network or between networks.
What is internetworking?
The protocols and functions needed to send data over several networks.
What is the OSI model and how many layers does it have? Name the layers.
The OSI model consists of seven layers. The purpose of the model is to find technical problems related to data communication.
- Application
- Presentation
- Session
- Transport
- Network
- Data link
- Physical
What is peer-to-peer, P2P?
P2P is a network architecture that consists of a decentralized network or peer nodes that act as both clients and servers. P2P does not have a base station that controls the network.
What is the TCP/IP model?
It is like a counterpart to the OSI model. It consists of four layers:
- Application
- Transport
- Network
- Network interface
Layers 2-4 are what makes the Internet.
What is the network layer responsible for?
Sending packets between a source and a host, they can belong to different networks.
What is the internet protocol and what does it do?
The internet protocol (IP) is the only protocol allowed on the internet.
- It consists of two versions, IPv4 and IPv6.
- IP is a connectionless transmission.
- IP is a best effort protocol, no error control.
How many bits does an IPv4 protocol have?
Which two parts does it consist of?
32 bits, 4 bytes.
192.168.xx.xxx. The address is written in dotted-decimal format.
The two parts are net id (prefix) and host id (suffix).
Net id identifies the network that the terminal is connected to.
Host id identifies the terminal itself on this network.
What is the transport layer responsible for?
This layer is responsible for sending data (messages) between two application processes.
What is encapsulation?
Encapsulation adds information to the packet as it travels to the destination.
What is decapsulation?
Decapsulation reverses the process by removing the information, so the destination device can read the original data.
What are the two main transport layer protocols?
TCP: transmission control protocol. TCP provides a connection-oriented reliable data transmission. Uses go-back-n ARQ for error and flow control.
UDP: user datagram protocol. UDP provides a connectionless best-effort data transmission without error control or flow control.
What is the application layer responsible for?
This layer is responsible for providing application to users.
Which are the two main user models for internet applications?
Client-server model. For example www, social media and online games.
P2P. For example bit torrent and ace stream.