Network Technology Flashcards
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