HTTP is a protocol at which layer of the 5 layer model?
Application layer.
What is ARP used for?
For mapping an IP address to a MAC address.
The transport layer provides logical communication between hosts?
TRUE or FALSE
False.
The transport layer provides logical communication between processes, not hosts.
DHCP (Dynamic host configuration protocol) is used to assign IP addresses to hosts.
TRUE or FALSE
True.
It assigns all hosts an IP when it first connects to the network.
Which of the following layers are implemented by routers:
Only the Network, Link and Physical layers are implemented by routers.
In reliable data transfer, which, if any, of the following are pipelining techniques:
- Selective repeat
Name the 5 layers in the Internet protocol stack. What are the primary responsibilities of each layer?
Give the explanation of the features that the UDP adds to the Internet protocol (IP).
(3 marks)
Unlike TCP, UDP does not provide a reliable data transfer. Why would we use UDP over TCP?
It allows for efficiency, due to no handshaking, and has a smaller segment header.
It also allows for simplicity, no connection is needed between the sender and receiver.
Sometimes we do not mind losing some data in the name of faster, more efficient transfer.