Network Technology Flashcards
(38 cards)
What is Encapsulation/Decapsulation?
The process of adding (down) or removing (up) a Header from a layer when data is travelling through an OSI or TCP/IP model. Data is wrapped with protocol-specific headers and trailers e.g. Transport layer adds TCP segment, IP header packet then added at Network layer, etc.
What is an OSI model?
OSI stands for Open System’s Interconnection Model and consists of the 7 layers computers use to communicate over a network.
What does PDU stand for?
PDU stands for Protocol Data Unit. It is the unique names given to data on each layer of the OSI model. Includes Data (Physical, Presentation, Session), Segment (Transport), Packet (Network), Frame (Data Link) and Bits (Physical).
What is the minimum length of each header?
20 octets (bytes)
Define MTU.
MTU stands for Maximum Transmission Unit. It defines the maximum size of a frame in the data link layer. In case a packet exceeds the tolerated size, it is fragmentised.
What is a Circuit-Switched Network?
A Circuit-Switched Network is when nodes between devices are predetermined and must be set up before they can communicate. It follows the same route.
What is a Packet-Switched Network?
A Packet-Switched Network splits data into packets at the Network layer, and each packet may take different routes to others from the source.
What is a MAC Address?
The Medium Access Control address. At the Data Link layer, devices use physical addresses to identify their neighbours.
What is the ARP?
The ARP stands for Address Resolution Protocol. It is used to detect MAC addresses and find out the logical IP address associated to it.
If two devices want to exchange data packets and the size of each unit is too big, how is this data transmitted between them?
A packet is fragmented in the network layer. An identifier is added to each fragment (sub-packet). The new fragment is treated as a standard packet.
What is the maximum size of an IP packet?
65,535 octets.
What is a Router?
A device that connects 2 or more networks together.
What is a Hub?
A node that broadcasts data to every ethernet-based device or computer connected to it.
What is a repeater?
Regenerates or amplifies signals to extend their reach in the network.
What is a Switch?
Connects devices in a network enabling them to talk by exchanging data packets
What is a Network Collision?
When two or more data packets try occupy the same network channel at the same time.
List the PDUs
Data (Application, Presentation, Session), Segments (Transport), Packet (Network), Frame (Data Link), Bits (Physical)
What’s the difference between upper layers and lower layers?
Upper layers are known as Application layers and are usually implemented only in software. Lower layers are known as Transport layers, and Physical and Data Link are implemented in hardware and software.
What is the Physical layer?
Manages communication in the physical link (signal, voltage, physical data rates, recovery of link failure)
What is the Link layer?
Provides reliable transit of data across physical network link (physical addressing, error notification, sequencing of frames, flow control, etc.)
What is the Network layer?
Defines the network topology and the routing
What is the Transport layer?
Segments data and ensures error-free transmission
What is the Session layer?
Establishes, manages and terminates communication sessions (SCP, SIP, etc.)
What is the Presentation layer?
Provides coding and conversion functions that are applied to Application layer data