answersLogoWhite

0


Best Answer

TCP/IP protocols are implemented by software, except for the bottom physical layer, which is implemented in hardware.

User Avatar

Wiki User

14y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: The TCP IP suite of protocols is implemented by?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is TCP over IP?

TCP/IP is a "protocol suite", i.e., a group of related protocols, protocols that work together. It is named after two of the most important protocols, TCP and IP - but the TCP/IP stack is made up of many more protocols, it is not just those two.TCP/IP is a "protocol suite", i.e., a group of related protocols, protocols that work together. It is named after two of the most important protocols, TCP and IP - but the TCP/IP stack is made up of many more protocols, it is not just those two.TCP/IP is a "protocol suite", i.e., a group of related protocols, protocols that work together. It is named after two of the most important protocols, TCP and IP - but the TCP/IP stack is made up of many more protocols, it is not just those two.TCP/IP is a "protocol suite", i.e., a group of related protocols, protocols that work together. It is named after two of the most important protocols, TCP and IP - but the TCP/IP stack is made up of many more protocols, it is not just those two.


Which suite of protocols is used to transmit data across the internet?

tcp/ip


What Transport Protocol within the TCP IP suite of protocols guarantees delivery of Data?

TCP


Which suite of protocols is used to transmit data acros the internet?

Tcp/ip


What are three TCP suite members found in Unix and not in windows?

TCP/IP is a standardized suite of networking protocols. Any system that uses TCP/IP would have the same capabilities, utilities, protocols, and tools. Therefore, if both Unix and Windows are utilizing TCP/IP everything should be in common between the two. There shouldn't be anything that is in one but not the other.


What is the most common set of protocols used on a local wired network?

The most popular is the TCP/IP suite of protocols


What is TCPIP stack?

The TCP/IP Stack is the complete set of internet protocols that are part of the TCP/IP bundle/suite. They include HTTP, FTP, SMTP and P2P.


Which is the best site for tcp ip programs?

What do you mean with "TCP/IP programs"? Any program that communicates over the Internet uses TCP/IP protocols. I want to say that activities of TCP/IP protocols should be manipulate.


Compare the osi model and tcp-ip model and their associative protocols?

The OSI model encompasses all of the TCP/IP sub-protocols plus several other protocols that are not part of TCP/IP. These would include IPX/SPX, NetBEUI, Appletalk, and other proprietary protocols that are not part of the TCP/IP model.


What networking function does the tcp ip suite of protocols enable?

email communication terminal emulation remote login file transfer


How many tcp ip protocols are there?

74


Why is TCP IP often called a protocol stack rather than a protocol suite?

The protocol stack used on the Internet is the Internet Protocol Suite. It is usuallycalled TCP/IP after two of its most prominent protocols, but there are other protocolsas well. The TCP/IP model is based on a fi ve-layer model for networking. Frombottom (the link) to top (the user application), these are the physical, data link, network,transport, and application layers. Not all layers are completely defi ned by themodel, so these layers are "fi lled in" by external standards and protocols. The layershave names but no numbers, and although sometimes people speak of "Layer 2" or"Layer 3," these are not TCP/IP terms. Terms like these are actually from the OSI ReferenceModel.The TCP/IP stack is open, which means that there are no "secrets" as to how itworks. (There are "open systems" too, but with TCP/IP, the systems do not have to be"open" and often are not.) Two compatible end-system applications can communicateregardless of their underlying architectures, although the connections between layersare not defi ned.The term "protocol stack" is often used synonymously with "protocol suite" as animplementation of a reference model. However, the term "protocol suite" properlyrefers to a collection of all the protocols that can make up a layer in the referencemodel. The Internet protocol suite is an example of the Internet or TCP/IP referencemodel protocols, and a TCP/IP protocol stack implements one or more ofthese protocols at each layer.