Internet Flashcards
(136 cards)
Explain how the internet is a federated system.
Allows interoperability and information sharing between semi-autonomous de-centrally organized lines of business.
How does network relate to internet?
Internet is not a network technology. It ties different networks together.
What are the problems facing the Internet?
- Internet Scale
- Competing Entities must Cooperate
- Enormous Diversity of Devices
Formal definition of Internet.
A federated system of enormous scale with large dynamic range
and diversity that is asynchronous in operation failure prone and
constantly evolving
Describe the design paradigms of the internet. (5)
Decentralized control
A best-effort service model
Route around trouble
Dumb infrastructure with smart endhosts.
The end to end design principle - keep the core network simple and have functionality for reliability and the two endpoints.
Layering
Explain best effort service model.
No guarantee on whether or when data will be delivered.
No notification of outcome.
What do the following stand for?
SDN
NFV
DSL
ISO
OSI
SDN - Software Defined Networks
NFV - Network Functions Virtualisation
DSL - Digital Subscriber Line
ISO - International Organization for Standardization
OSI - Open System Interconnection
Explain layering principle of internet.
A part of a system with well-defined interfaces to other parts. One layer interacts only with the layer above and layer below. Two layers interact only through the interface between them. Each layer should have a single standard protocol.
If layer A is a Session protocol using PDU what is the unit exchanged called?
SPDU
Explain the hierarchical structure of the layers.
Each layer offers certain services to the higher layers without revealing how those services are implemented.
T or F. Communication is always horizontal in the Internet.
False.
T or F. Except in the physical medium, communication is always vertical in the Internet.
True
Explain encapsulation in network.
Encapsulation allows higher-level protocols to utilize lower-level protocols while still allowing protocols at every level of the stack to add their own protocol-specific data to each packet. The N + 1 - PCI is not visible to layer N.
T or F. The packet size will increase as a packet goes from application to link layers when being sent.
True
T or F. The packet size will decrease as a packet goes from link to application layers when being received.
T
Name four main layers and a process utilised on each of them.
Application layers (HTTP)
Transport Layer (TCP)
Internet Layer (IP)
Link Layer (Hardware)
What do the following stand for?
SAP
SDU
PDU
PCI
SAP - Service Access Point
SDU - Service Data Unit
PDU - Protocol Data Unit
PCI - Protocol Control Information
What is SAP?
Point between a layer and the next highest one.
What is SDU?
Is the block of data coming from the higher layer.
What is PCI?
Is the header that is added onto the SDU to make the relevant data block at this layer.
What is PDU?
Is the block of data that is given to the next layer underneath the current layer.
How are packets transported through network by IP?
Datagram packet switching
Explain how TCP/IP Reference Model is a client-server model.
A client machine requests a service and runs only when needed. A server program, runs all the time waiting for incoming requests.
What do the following stand for?
NIC
UDP
Network Interface Card
User Datagram Protocol