Computer Science, asked by SKNathan, 1 year ago

If the IP header is 192 bytes long what will be the value of the "HLEN" field?

Answers

Answered by lovingheart
0

Answer:

The value of "HLEN" field is 48 bytes

Explanation:

This is related to TCP / IP (Transmission Control Protocol and Internet Protocol)

IP header always contains information related to source and destination address, version of ip, etc.

HLEN is the TCP / IP Protocol has the value of 5, ie. Total number of headers = 20 bytes (5 * 4 = 20)

As per the question, IP header = 192 bytes

Value of HLEN = 192 / 4 = 48 bytes

Similar questions