in Computer Networks
6,171 views
24 votes
24 votes

In the TCP/IP protocol suite, which one of the following is NOT part of the IP header?

  1. Fragment Offset
  2. Source IP address
  3. Destination IP address
  4. Destination port number
in Computer Networks
6.2k views

6 Answers

34 votes
34 votes
Best answer

Answer is D: Destination Port number.

Why? Because the IP header has nothing to do with the port number.

Port numbers are used by the transport layer to ensure process to process delivery.

edited by

4 Comments

:P I was looking TCP header and not IP header. You are right :)
5
5

@Arjun sir this proves even greats can made mistakes!

9
9
I was thinking the same :-)
0
0
9 votes
9 votes

Option D::

Destination port number.


Actually source port number and destination port number is present in heder format of UDP as well TCP not in IP.

5 votes
5 votes

Ans: D

data link belongs to next hop address

n/w layer belongs to destination ip address where data packet actually going to transfer/send

transport layer belongs to destination port no (it define which service (in a destination system) belongs to arrived data packet)

0 votes
0 votes
Option D

Destination port number.

In TCP/IP protocol suite  destination port no is not a part of the IP header.
Answer:

Related questions