answersLogoWhite

0

Are TCP and UDP secured protocols?

Updated: 12/17/2022
User Avatar

Wiki User

12y ago

Best Answer

Yes it is!!

User Avatar

Wiki User

12y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Are TCP and UDP secured protocols?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is the transport layer protocol used in VOIP?

Transport layer TCP/IP Protocols are TCP and UDP


When is UDP preferred to TCP?

UDP and TCP both are transport layer protocols. UDP is connection less and TCP is connection oriented. UDP is preferred over TCP when large amount data is to be sent like on skype or video conferencing .


What accurately describes tcp and udp?

TCP and UDP are two different layer 4 protocols. TCP reliably sends data with acknowledgments and UDP sends data without checking if the destination received it. Skype uses UDP while email uses TCP.


Which Protocols Does Does The Netstat -s Command Print Information?

Netstat reports on the common tcp/ip protocols, including (but not limited to) TCP, UDP, ICMP, socket connections.


About which protocols does the netstat -s command print information?

Netstat reports on the common tcp/ip protocols, including (but not limited to) TCP, UDP, ICMP, socket connections.


Which protocols uses both UDP and TCP ports for the transport layer operation?

dns


What are true statements about transport layer protocols?

**The TCP transport layer protocol uses windowing and acknowledgments for reliable transfer of data. **The TCP and UDP port numbers are used by application layer protocols. **The TCP transport layer protocol provides services to direct the data packets to their destination hosts.


Which OSI layer does TCP operate?

TCP and UDP are transport layer protocols; the OSI layer is layer 4 (transport)


Which is one of protocols of transport layer?

The two that are most commonly used are called TCP and UDP.


Which two transport layer protocols enable hosts to communicate and transfer data?

TCP and UDP


What is the main difference between TCP and UDP?

in udp there is no check for error detection as well as the packect has reached to destination or not. where as tcp takes care of all this that's why it is slower than udp.


What are the Differences between IP and UDP protocols?

1. IP works at network layer, UDP works at transport layer. 2. UDP carries application data, IP carries TCP segments or UDP datagrams.