ccn viva info
ccn viva info
19. What is the minimum and maximum length of the header in the TCP segment and IP
datagram
The header should have a minimum length of 20 bytes and can have a maximum length of 60
bytes.
20. What is difference between ARP and RARP?
The address resolution protocol (ARP) is used to associate the 32 bit IP address with the 48 bit
physical address, used by a host or a router to find the physical address of
another host on its network by sending a ARP query packet that includes the IP address of the
receiver. The reverse address resolution protocol (RARP) allows a host to discover its Internet
address when it knows only its physical address.
21. What is ICMP ?
ICMP is Internet Control Message Protocol, a network layer protocol of the TCP/IP suite used by
hosts and gateways to send notification of datagram problems back to the sender. It uses the
echo test / reply to test whether a destination is reachable and responding. It also handles both
control and error messages.
22. What is MAC address?
The address for a device as it is identified at the Media Access Control (MAC) layer in the
network architecture. MAC address is usually stored in ROM on the network adapter card and is
unique.
23. What is frame relay, in which layer it comes?
Frame relay is a packet switching technology. It will operate in the data link layer.