answersLogoWhite

0


Want this question answered?

Be notified when an answer is posted

Add your answer:

Earn +20 pts
Q: What generally defines the protocols in the TCP IP suite?
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


The TCP IP suite of protocols is implemented by?

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


What is the full form of TCP?

Transmission Control Protocol (TCP) is one of the core protocols of the Internet protocol suite.


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

Tcp/ip


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 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 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.


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

email communication terminal emulation remote login file transfer


The most commonly used internet protocol is?

The commonly used protocols are the TCP/IP protocol suite. This is a set of protocols that work together, not a single protocol.


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.