lab terms Flashcards
Transport layer
This layer has two important functions - distinguishes individual connections at the same device using ports and also controls the speed of data flow (co-called flow control)
Does the UDP provide connection-oriented communication?
No
Which layer performs routing?
Network layer
Devices that are completely independent from any protocol
Hub, repeater
Local area network (LAN)
‘Local’ refers to the networks of relatively small size, which usually connect end stations together and have connection to Wide area network
What are the three main functions of TCP?
- Guarantee data delivery in a correct order
- Distinguish individual connections
- Data flow control
DHCP(Dynamic host configuration protocol)
DHCP is a service for automatic configuration of network interfaces in one segment of local network. DHCP works only for IPv4 addresses (DHCPv6 is used for IPv6)
Can the individual layers be changed without change in functionality of neighboring layers?
Yes
Define the mask
A mask is a 4-byte number that binary starts with a sequence of ones which is followed by a sequence of zeros. The size of both sequences is arbitrary. The mask is paired with a specific IP address
3 protocols of network layer
IPv4, IPv6, IPX-SPX
Each network service expects to communicate on a specific…
port
Are routers able to interconnects networks of a completely different types? If yes, why?
Yes, they can, because physical router ports, in contrast with switch and hub, can have different physical and link layers
How does TCP distinguish individual connections and services?
By using source and destination port, which are represented by a 16-bit numeric value
Does TCP guarantee data delivery in a correct order?
Yes
Switch
Switch is a device used for station interconnection in one local network segment. This device basically only forwards data frames between its ports based on the MAC address
Physical layer
The first layer of ISO/OSI model that takes care of data transfer thriugh physical medium
Are there any switches that work on the network layer?
Yes, Layer 3 switches
Can different LANs use the same private IP addresses ranges?
Yes, because LANs use private IP addresses which are unique only within particular LAN
How to check that a device can communicate with different networks?
The device has its own simple routing table. If everything is OK, the routing table contains both special entries
Which architecture does DHCP have?
Client-server
Name the ways of classifying IPv4 and IPv6
Class and classless, for IPv6 it is only classless addressing
What happens to the link layer header while routing?
It is discarded and replaced by the new one
What are the phases of TCP connection?
Establishment, data transfer, termination
On which layer does the switch work?
The Link Layer