answersLogoWhite

0


Best Answer

no, service of UDP

User Avatar

Wiki User

13y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: If the Protocol field in the IP header has a decimal value of 17 it means that the higher level protocol using the services of IP is TCP?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is 'A' in GGA protocol header in NMEA protocol?

A MEANS aichi GAND.....


What does the protocol field in the IP header identify?

The protocol field, in the IP header, identifies what kind of data is in the IP packet - the upper-layer protocol. For example, if the code is 6, that means that the data is a TCP segment.


How many fields are there in IPv4 header?

UDP is a Transport layer protocol or fourth layer protocol. UDP is a connection less protocol used in transport layer. UDP header have four fields in total .


Which protocol header carries the physical address of host?

Ethernet


AH and ESP protocol works on security in network layer?

The AH (Authentication Header) protocol and the ESP (Encapsulating Security Payload) protocol both function within the network layer. They are part of the IPSec (Internet Protocol Security) standard.


Which two TCP header fields are used to confirm receipt of data?

The Transmission Control Protocol (TCP) is a core protocol of the Internet protocol suite. The sequence number and acknowledgement number are used to confirm receipt of data.


HTTP is the acronym for what term?

First result back from google for "http" is:Hypertext Transfer Protocol - Wikipedia, the free encyclopedia- 02:20Jump to HTTP 1.1 Upgrade header field‎: HTTP 1.1 introduced support for the Upgrade header field. In the exchange, the client begins by making a ...en.wikipedia.org/.../Hypertext_Transfer_Protocol - 6 hours ago - Cached - Similar -


What transport layer protocol does ping use?

Assuming IPv4 ICMP. Ping uses IP for transport. Ping in itself is an "Echo Request", which is a function of the ICMP protocol. The IP Packet will carry the ICMP protocol from end-to-end. ICMP has a protocol number of 1, so the "Protocol" field in the IPv4 header will contain "1" as a reference to the ICMP payload. For IPv6, ICMPv6 is used, and the transport will be IPv6.


What IPv6 header field is used to identify the upper layer protocol or optional extension headers that are appended to the end of an IPv6 packet?

next header


What is the parts of header?

1)Header Length 2)Types of services 3)ID field 4)Flags 5)Offset 6)Total length 7)Time To Live 8)Protocol 9)Header Checksum 10) Source 11)Destination 12)IP options


In the IP Protocol What is the header overhead?

Internet Protocol, or IP, puts a header on every packet that it sounds out. This header is the overhead. All protocols, such as TCP or UDP, will put a header on the packet. The IP header contains information such as source IP address and destination IP address and is used by routers to figure out where to send the packet. ex. you send your friend a 1kb file, but it takes up 1.5kb of bandwidth due to overhead


What is tcpip header and trailer?

An Ethernet frame has a 14 byte header, a data section, and a 4 byte trailer 14 byte header consist of destination address, source address and type The trailer is for CRC (Cyclic redundancy Check) An Ethernet frame can contain an IP and TCP PDU. IP header most important parts consists of (Version,IHL, Total length,Protocol, source and destination address) In details (Version,Header length,Differentiated services field, total Length, Identification, Flags, fragment offset, Time to live, protocol, header checksum, source and destination address). TCP header most important parts consists of (Source port, Destination port and header Length) In details (Source Port, Destination Port, Sequence number, Acknowledgment number, Header length,Flags,Window and check sum). The details of the IP and TCP header have been taken from a Network protocol Analyzer Wireshark on my own pc.