Skip to content
  • Facebook
GeekCer Logo

GeekCer

The geek's Coding education and Review centre

  • Home
  • Tutorials
    • Java
    • Servlet
    • JSP
    • Python
    • C Tutorial
    • Spring
    • Spring Boot
    • MongoDB
    • Hibernate
    • Data Structure
  • General Knowledge
  • Biography
  • Grammar
  • Festival (त्योहार)
  • Interview
  • Differences
  • Important
  • Toggle search form

Home » Differences » Difference between TCP and UDP | TCP vs UDP examples

  • Maharishi Valmiki in Hindi, Biography, Dacoit Ratnakar, Jayanti
    Maharishi Valmiki in Hindi, Biography, Dacoit Ratnakar, Jayanti Spiritual
  • What is Pronoun?
    What is Pronoun with example? Pronoun definition and examples Grammar
  • Diwali The Festival of Lights
    Diwali 2022, Indian Festival of Lights essay (दिवाली त्योहार पर निबंध, कहानी) Festival
  • Unicef day
    Unicef day is celebrated on December 11 | Speech on unicef day General Knowledge
  • Impeachment meaning in Hindi | महाभियोग की परिभाषा और प्रक्रिया
    Impeachment meaning in Hindi | महाभियोग की परिभाषा और प्रक्रिया General Knowledge
  • Chemical Properties of Matter (Element, Compound and Mixture)
    Chemical Properties of Matter examples (Element, Compound and Mixture) Science
  • International Nurses Day in Hindi | नर्स दिवस क्यों मनाते हैं?
    International Nurses Day in Hindi | नर्स दिवस क्यों मनाते हैं? General Knowledge
  • Fundamental Rights of Indian Citizens
    Fundamental Rights of Indian Citizens | मौलिक अधिकार क्या हैं? General Knowledge

Difference between TCP and UDP | TCP vs UDP examples

Posted on August 15, 2021August 21, 2022 By GeekCer Education No Comments on Difference between TCP and UDP | TCP vs UDP examples
Difference between TCP and UDP

TCP and UDP are the way of transmitting data over the network. They have many similarities but there are also some difference between TCP and UDP which we will discuss later.

At the transport layer, there are two common protocol types. The user datagram protocol is udp, while the transmission control protocol is tcp. Connection-oriented and connectionless protocols, or dependable and unreliable protocols, are terms used to describe them.

Table of Contents

  • What is Protocol?
  • TCP and UDP full form
  • What is TCP or TCP/IP Protocol?
  • What is UDP?
  • TCP Vs UDP | What is the main difference between tcp and udp?

What is Protocol?

In the networking world, a protocol is a set rule that every computer on a network follows. Protocol is useful for moving data from one place to another on a network.

TCP and UDP full form

The full form of TCP is Transmission Control Protocol and the full for of UDP is User Datagram Protocol.

What is TCP or TCP/IP Protocol?

TCP/IP stands for Transmission Control Protocol/Internet Protocol. This is the standard protocol model that a network uses.

TCP/IP model has the 5 layers which are as follow:

  1. Application Layer
  2. TCP
  3. IP
  4. Data Link Layer
  5. Physical Layer

The TCP/IP takes care of number of bits sent and whether all the bits are received by the destination computer or not.

What is TCP? TCP protocols provide proper handshaking, we can say TCP protocols are reliable and connection-oriented. Because this ensures that data gets at the destination in the proper sequence.

The sequencing of each message shows that two devices are in constant contact. We can assumed it as a phone conversation in that both parties are always in communication.

What is UDP?

UDP transfers data in a connection less and unreliable manner. It does not check whether all the bits have reached the destination computer and may result in loss of data during transmission.

The best part of UDP is, even if some bits are lost, the image and audio file are composed with slight changes that will not disturb the original image or audio.

TCP Vs UDP | What is the main difference between tcp and udp?

In our digital world these protocols have their advantages and specific uses. Let’s see the tcp and udp difference.

#TCP UDP
1.It is a connection-oriented protocol.It is a connection-less protocol.
2.Data units of TCP are known as packets.Data units of UDP are known as datagrams (It is also called packets).
3.To establish a reliable connection, TCP uses a three-way handshake.But UDP does not use a handshake process.
4.TCP is slower than UDP.It is simpler, faster, and more efficient than TCP.
5.TCP does not support BroadcastingUDP support Broadcasting
6.TCP protocol is used by HTTPS, HTTP, SMTP, POP, FTP, etcUDP protocol is used by Video conferencing, streaming, DNS, VoIP service etc
7.It is reliable and it guarantees the delivery of data It does not guarantee the delivery of data.
UDP Vs TCP

Recommended Articles

  • Learn difference between OSI model and TCP/IP model
  • OSI model of computer network
  • TCP/IP model in details with examples

Share this:

  • Click to share on Facebook (Opens in new window)
  • Click to share on WhatsApp (Opens in new window)
  • Click to share on Twitter (Opens in new window)
  • More
  • Click to share on LinkedIn (Opens in new window)
  • Click to share on Pinterest (Opens in new window)

Also Read

Differences, Networking Tags:Internet, Network, Protocol, TCP and UDP difference, TCP/IP

Post navigation

Previous Post: Difference between Interface and Abstract class
Next Post: Difference between SQL and HQL | Hql vs Sql performance

More Related Articles

Difference between SOAP and REST Difference between SOAP and REST Differences
Difference between SQL and HQL Difference between SQL and HQL | Hql vs Sql performance Differences
Difference between Runnable and Callable in Java Difference between Runnable and Callable in Java Differences
Difference between Structure and Class in C++ in tabular form Difference between Structure and Class in C++ in tabular form Differences
IPv4 Vs IPv6 | Difference between IPv4 and IPv6 IPv4 Vs IPv6 | Difference between IPv4 and IPv6 Differences
Network kya hai (नेटवर्क क्या है) Network kya hai (नेटवर्क क्या है) Networking

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

  • National Farmers Day in Hindi | राष्ट्रीय किसान दिवस पर निबंध | चौधरी चरण सिंह जयंती
  • Human rights day in Hindi: 10 दिसंबर ह्यूमन राइट्स डे
  • Unicef day is celebrated on December 11 | Speech on unicef day
  • Indian Navy Day: जल सेना दिवस कब और क्यों मनाया जाता है?
  • P V Sindhu Biography in Hindi, Badminton, State, Caste पी. वी. सिंधु जीवन परिचय, कहानी, राज्य, जाति
  • Draupadi Murmu Biography In Hindi | द्रौपदी मुर्मू की जीवनी
  • IPv4 Vs IPv6 | Difference between IPv4 and IPv6
    IPv4 Vs IPv6 | Difference between IPv4 and IPv6 Differences
  • OSI Model | 7 Layers of OSI Model in Computer network
    OSI Model | 7 Layers of OSI Model in Computer network, Functions Networking
  • Network kya hai (नेटवर्क क्या है)
    Network kya hai (नेटवर्क क्या है) Networking
  • Similarities and difference between OSI and TCP/IP model
    OSI vs TCP/IP Model, Similarities and difference between OSI and TCP/IP model Networking
  • TCP/IP Model, Full Form, Layers and their Functions
    TCP/IP Model, Full Form, Layers and their Functions Networking
  • Difference between Internet and Intranet
    Difference between Internet and Intranet Differences
  • Java Tutorial
  • Servlet Tutorial
  • JSP Tutorial
  • Maven Tutorial
  • HTML Tutorial
  • Programs
  • Hindi/English Grammar
  • Difference Between ... and ...
  • HR Interview
  • Important Articles

Write to Us:
geekcer.code@gmail.com

  • About Us
  • Privacy and Policy
  • Disclaimer
  • Contact Us
  • Sitemap

Copyright © GeekCer 2022 All Rights reserved