SlideShare a Scribd company logo
1 of 30
Presentation On
A Comparative Study of:
TCP & UDP Protocols
1
Internet & Network
protocols
Transfer Layer Protocols
TCP & UDP
Future Work.
01
02
03
04
05
Sequences
Of
presentation
2
Why is it called
The Internet..???
The word internet was used as early as 1849,
meaning interconnected or interwoven. The
word Internet was used in 1945 by the United
States War Department in a radio operator's
manual, and 1974 as the shorthand form of
Internetwork.
3
Internet and Network
are they same..????
4
A computer network is a group of
interconnected nodes or computing devices
that exchange data and resources with each
other.
Networks
5
6
01
02
03
04
LAN
MAN
WAN
PAN
Network Protocols
Types of Computer Network
7
Computer
Protocols
SMTP
Internet Message
Access Protocol
IMAP
File Transfer Protocol
FTP
Point-to-Point Protocol .
PPP
Post office Protocol .
POP
User Datagram Protocol
UDP/IP Protocol
Transmission Control Protocol.
TCP/IP protocol
Hypertext Transfer
Protocol.
HTTP
Simple Mail transfer
Protocol
8
What is TCP ?
 The most common networking protocol online.
Extremely reliable,
Sending emails (SMTP)
Transferring files (FTP).
TCP is used in situations.
9
Process-to-Process Comm.
Connection-oriented service
Multiplexing & De-multiplexing
Full-duplex service
Error Control & Flow Control
Services of TCP
10
the transfer of data that takes place
between individual processes executing on
end systems.
Port numbers are 16 bits long that help
identify which process is sending or
receiving data on a host. 22
Process-to-Process
11
Full Duplex
This means that the communication
can take place in both directions at
the same time.
12
Connection -
Oriented service
TCP provides a connection oriented
service. It defines 3 different phases:
 Connection establishment
 Data transfer
 Connection termination
13
Connection Establishment
In connection establishment, some
rules have to maintain in a sequence
manner. Like:
 A SYN Segment cannot carry data,
but it consumes one sequence
number.
 A SYN ACK segment cannot carry
data, but does consume one
sequence number.
 An ACK segment, if carrying no
data, consumes no sequence
number.
14
Data Transfer
After connection is established,
bidirectional data transfer can
take place. The client and server
can both send data and
acknowledgments.
15
Connection Termination
The FIN segment consumes
one sequence number if it does
not carry data. The (FIN + ACK)
segment consumes one
sequence number if it does not
carry data.
16
Multiplexing & Demultiplexing
TCP does multiplex and De-
multiplexing at the sender and
receiver ends respectively as a
number of logical connections
can be established between
port numbers over a physical
connection.
17
Error & Flow control
 To provide reliable service, TCP
implements an error control
mechanism.
 To prevent the receiver from
being overwhelmed with data.
18
Encapsulation and Decapsulation
Connectionless service
UDP Header
Checksum
Error Control & Flow Control
Services of UDP
19
 Encapsulation adds information
to a packet as it travels to its
destination.
 Decapsulation reverses the
process by removing the info, so
a destination device can read the
original data.
Encapsulation and Decapsulation
20
Connectionless Service
 Each user datagram sent by UDP
is an independent datagram.
 No connection establishment and
no connection termination.
21
Flow & Error Control
 No flow control in UDP, and
hence no window mechanism.
The receiver may overflow with
incoming messages.
 No error control mechanism in
UDP except for the checksum.
22
UDP Header
UDP header is an 8-bytes fixed
and simple header, while for
TCP it may vary from 20 bytes
to 60 bytes.
Length: UDP length = IP length – IP header’s
length.
23
TCP vs UDP
24
25
TCP
Both
UDP
None of them
Which one is the better..????
25
26
26
TCP
Both
UDP
None of them
Which one is the better..????
26
27
Basis TCP UDP SCTP
Protocols TCP is used by HTTP, HTTPs, FTP,
SMTP and Telnet.
UDP is used by DNS, DHCP,
TFTP, SNMP, RIP, and VoIP.
SCTP is used to carry
telecommunication
signaling through IP.
Connection type Connection-oriented Connectionless Connection-oriented
Reliability trustworthy unreliable trustworthy
Transmission type Byte-oriented News-oriented News-oriented
Transfer
sequence
Strictly ordered Disordered Partially ordered
Overload control yes No yes
Error tolerance No No yes
28
01
02
03
04
05
Internet and Network
are not the same.
Networks
TCP, UDP & SMTP
Transfer Layer Protocols
UDP is more widely
used than TCP
Future Work
TCP is the better one protocol
between them.
TCP & UDP
There are various protocols in
Computer Networking.
Protocols
Summary
29
Thank You
30

More Related Content

Similar to A Comparative Study of TCP & UDP Protocols

Tcp vs udp difference and comparison diffen
Tcp vs udp   difference and comparison   diffenTcp vs udp   difference and comparison   diffen
Tcp vs udp difference and comparison diffenHarikiran Raju
 
UDP and TCP header.ppt
UDP and TCP header.pptUDP and TCP header.ppt
UDP and TCP header.pptnehayarrapothu
 
Tcp presentation
Tcp presentationTcp presentation
Tcp presentationNoor Khalid
 
LECTURE-Transport-Layer_lec.ppt
LECTURE-Transport-Layer_lec.pptLECTURE-Transport-Layer_lec.ppt
LECTURE-Transport-Layer_lec.pptMonirHossain707319
 
Final networks lab manual
Final networks lab manualFinal networks lab manual
Final networks lab manualJaya Prasanna
 
Protocols of network in computer science
Protocols of network in computer scienceProtocols of network in computer science
Protocols of network in computer scienceAnushida1
 
Network protocols
Network protocolsNetwork protocols
Network protocolsAbiud Orina
 
CCNA Interview.pdf
CCNA Interview.pdfCCNA Interview.pdf
CCNA Interview.pdfhoang971
 
Chapter Five - Transport Layer.pptx
Chapter Five - Transport Layer.pptxChapter Five - Transport Layer.pptx
Chapter Five - Transport Layer.pptxGirT2
 
REMnux tutorial 4.1 - Datagrams, Fragmentation & Anomalies
REMnux tutorial 4.1 - Datagrams, Fragmentation & AnomaliesREMnux tutorial 4.1 - Datagrams, Fragmentation & Anomalies
REMnux tutorial 4.1 - Datagrams, Fragmentation & AnomaliesRhydham Joshi
 
Networking-basics
Networking-basicsNetworking-basics
Networking-basicsRaj Alam
 
Group 3 Presen.pptx
Group 3 Presen.pptxGroup 3 Presen.pptx
Group 3 Presen.pptxStudyvAbhi
 
Computer Communication Networks- TRANSPORT LAYER PROTOCOLS
Computer Communication Networks- TRANSPORT LAYER PROTOCOLSComputer Communication Networks- TRANSPORT LAYER PROTOCOLS
Computer Communication Networks- TRANSPORT LAYER PROTOCOLSKrishna Nanda
 
TCPIP SLIDES.ppt
TCPIP SLIDES.pptTCPIP SLIDES.ppt
TCPIP SLIDES.pptaymenshykh
 

Similar to A Comparative Study of TCP & UDP Protocols (20)

Tcp vs udp difference and comparison diffen
Tcp vs udp   difference and comparison   diffenTcp vs udp   difference and comparison   diffen
Tcp vs udp difference and comparison diffen
 
UDP and TCP header.ppt
UDP and TCP header.pptUDP and TCP header.ppt
UDP and TCP header.ppt
 
Tcp presentation
Tcp presentationTcp presentation
Tcp presentation
 
53426980 tcp-ip
53426980 tcp-ip53426980 tcp-ip
53426980 tcp-ip
 
LECTURE-Transport-Layer_lec.ppt
LECTURE-Transport-Layer_lec.pptLECTURE-Transport-Layer_lec.ppt
LECTURE-Transport-Layer_lec.ppt
 
Final networks lab manual
Final networks lab manualFinal networks lab manual
Final networks lab manual
 
Protocols of network in computer science
Protocols of network in computer scienceProtocols of network in computer science
Protocols of network in computer science
 
Network protocals
Network protocalsNetwork protocals
Network protocals
 
Tcp/ip model
Tcp/ip  modelTcp/ip  model
Tcp/ip model
 
Network protocols
Network protocolsNetwork protocols
Network protocols
 
CCNA Interview.pdf
CCNA Interview.pdfCCNA Interview.pdf
CCNA Interview.pdf
 
01 packet
01 packet01 packet
01 packet
 
TCP/IP Modal
TCP/IP ModalTCP/IP Modal
TCP/IP Modal
 
Chapter Five - Transport Layer.pptx
Chapter Five - Transport Layer.pptxChapter Five - Transport Layer.pptx
Chapter Five - Transport Layer.pptx
 
REMnux tutorial 4.1 - Datagrams, Fragmentation & Anomalies
REMnux tutorial 4.1 - Datagrams, Fragmentation & AnomaliesREMnux tutorial 4.1 - Datagrams, Fragmentation & Anomalies
REMnux tutorial 4.1 - Datagrams, Fragmentation & Anomalies
 
Networking-basics
Networking-basicsNetworking-basics
Networking-basics
 
Group 3 Presen.pptx
Group 3 Presen.pptxGroup 3 Presen.pptx
Group 3 Presen.pptx
 
Computer Communication Networks- TRANSPORT LAYER PROTOCOLS
Computer Communication Networks- TRANSPORT LAYER PROTOCOLSComputer Communication Networks- TRANSPORT LAYER PROTOCOLS
Computer Communication Networks- TRANSPORT LAYER PROTOCOLS
 
TCPIP SLIDES.ppt
TCPIP SLIDES.pptTCPIP SLIDES.ppt
TCPIP SLIDES.ppt
 
計概
計概計概
計概
 

More from Minhazul Abedin Munna (13)

Flow Control and Error Control
Flow Control and Error ControlFlow Control and Error Control
Flow Control and Error Control
 
How to build up a Desktop Computer.pptx
How to build up a Desktop Computer.pptxHow to build up a Desktop Computer.pptx
How to build up a Desktop Computer.pptx
 
University result management system
University result management  systemUniversity result management  system
University result management system
 
Deontological ethics
Deontological ethicsDeontological ethics
Deontological ethics
 
Virtue ethics-by-aristotle
Virtue ethics-by-aristotleVirtue ethics-by-aristotle
Virtue ethics-by-aristotle
 
Introduction to logic, inference, proposition
Introduction to logic, inference, propositionIntroduction to logic, inference, proposition
Introduction to logic, inference, proposition
 
Utilitarianism by Jeremy-Bentham
Utilitarianism by Jeremy-BenthamUtilitarianism by Jeremy-Bentham
Utilitarianism by Jeremy-Bentham
 
Food-Hygiene
Food-HygieneFood-Hygiene
Food-Hygiene
 
Hygiene
HygieneHygiene
Hygiene
 
(British vs American) English
(British vs American) English(British vs American) English
(British vs American) English
 
Salient features of a short story
Salient features of a short story Salient features of a short story
Salient features of a short story
 
Presentation on Biodiversity
Presentation on BiodiversityPresentation on Biodiversity
Presentation on Biodiversity
 
Tom and jerry presentation
Tom and jerry presentation Tom and jerry presentation
Tom and jerry presentation
 

Recently uploaded

Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991
Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991
Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991RKavithamani
 
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdfBASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdfSoniaTolstoy
 
microwave assisted reaction. General introduction
microwave assisted reaction. General introductionmicrowave assisted reaction. General introduction
microwave assisted reaction. General introductionMaksud Ahmed
 
Accessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactAccessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactdawncurless
 
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions  for the students and aspirants of Chemistry12th.pptxOrganic Name Reactions  for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions for the students and aspirants of Chemistry12th.pptxVS Mahajan Coaching Centre
 
A Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformA Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformChameera Dedduwage
 
Solving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptxSolving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptxOH TEIK BIN
 
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdfssuser54595a
 
Separation of Lanthanides/ Lanthanides and Actinides
Separation of Lanthanides/ Lanthanides and ActinidesSeparation of Lanthanides/ Lanthanides and Actinides
Separation of Lanthanides/ Lanthanides and ActinidesFatimaKhan178732
 
PSYCHIATRIC History collection FORMAT.pptx
PSYCHIATRIC   History collection FORMAT.pptxPSYCHIATRIC   History collection FORMAT.pptx
PSYCHIATRIC History collection FORMAT.pptxPoojaSen20
 
mini mental status format.docx
mini    mental       status     format.docxmini    mental       status     format.docx
mini mental status format.docxPoojaSen20
 
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...EduSkills OECD
 
Mastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory InspectionMastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory InspectionSafetyChain Software
 
The basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxThe basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxheathfieldcps1
 
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Krashi Coaching
 
Micromeritics - Fundamental and Derived Properties of Powders
Micromeritics - Fundamental and Derived Properties of PowdersMicromeritics - Fundamental and Derived Properties of Powders
Micromeritics - Fundamental and Derived Properties of PowdersChitralekhaTherkar
 
Grant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy ConsultingGrant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy ConsultingTechSoup
 
Sanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfSanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfsanyamsingh5019
 

Recently uploaded (20)

Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991
Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991
Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991
 
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdfBASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
 
microwave assisted reaction. General introduction
microwave assisted reaction. General introductionmicrowave assisted reaction. General introduction
microwave assisted reaction. General introduction
 
Accessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactAccessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impact
 
Código Creativo y Arte de Software | Unidad 1
Código Creativo y Arte de Software | Unidad 1Código Creativo y Arte de Software | Unidad 1
Código Creativo y Arte de Software | Unidad 1
 
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions  for the students and aspirants of Chemistry12th.pptxOrganic Name Reactions  for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
 
A Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformA Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy Reform
 
Solving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptxSolving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptx
 
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
 
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
 
Separation of Lanthanides/ Lanthanides and Actinides
Separation of Lanthanides/ Lanthanides and ActinidesSeparation of Lanthanides/ Lanthanides and Actinides
Separation of Lanthanides/ Lanthanides and Actinides
 
PSYCHIATRIC History collection FORMAT.pptx
PSYCHIATRIC   History collection FORMAT.pptxPSYCHIATRIC   History collection FORMAT.pptx
PSYCHIATRIC History collection FORMAT.pptx
 
mini mental status format.docx
mini    mental       status     format.docxmini    mental       status     format.docx
mini mental status format.docx
 
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
 
Mastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory InspectionMastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory Inspection
 
The basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxThe basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptx
 
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
 
Micromeritics - Fundamental and Derived Properties of Powders
Micromeritics - Fundamental and Derived Properties of PowdersMicromeritics - Fundamental and Derived Properties of Powders
Micromeritics - Fundamental and Derived Properties of Powders
 
Grant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy ConsultingGrant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy Consulting
 
Sanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfSanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdf
 

A Comparative Study of TCP & UDP Protocols

  • 1. Presentation On A Comparative Study of: TCP & UDP Protocols 1
  • 2. Internet & Network protocols Transfer Layer Protocols TCP & UDP Future Work. 01 02 03 04 05 Sequences Of presentation 2
  • 3. Why is it called The Internet..??? The word internet was used as early as 1849, meaning interconnected or interwoven. The word Internet was used in 1945 by the United States War Department in a radio operator's manual, and 1974 as the shorthand form of Internetwork. 3
  • 4. Internet and Network are they same..???? 4
  • 5. A computer network is a group of interconnected nodes or computing devices that exchange data and resources with each other. Networks 5
  • 6. 6
  • 8. Computer Protocols SMTP Internet Message Access Protocol IMAP File Transfer Protocol FTP Point-to-Point Protocol . PPP Post office Protocol . POP User Datagram Protocol UDP/IP Protocol Transmission Control Protocol. TCP/IP protocol Hypertext Transfer Protocol. HTTP Simple Mail transfer Protocol 8
  • 9. What is TCP ?  The most common networking protocol online. Extremely reliable, Sending emails (SMTP) Transferring files (FTP). TCP is used in situations. 9
  • 10. Process-to-Process Comm. Connection-oriented service Multiplexing & De-multiplexing Full-duplex service Error Control & Flow Control Services of TCP 10
  • 11. the transfer of data that takes place between individual processes executing on end systems. Port numbers are 16 bits long that help identify which process is sending or receiving data on a host. 22 Process-to-Process 11
  • 12. Full Duplex This means that the communication can take place in both directions at the same time. 12
  • 13. Connection - Oriented service TCP provides a connection oriented service. It defines 3 different phases:  Connection establishment  Data transfer  Connection termination 13
  • 14. Connection Establishment In connection establishment, some rules have to maintain in a sequence manner. Like:  A SYN Segment cannot carry data, but it consumes one sequence number.  A SYN ACK segment cannot carry data, but does consume one sequence number.  An ACK segment, if carrying no data, consumes no sequence number. 14
  • 15. Data Transfer After connection is established, bidirectional data transfer can take place. The client and server can both send data and acknowledgments. 15
  • 16. Connection Termination The FIN segment consumes one sequence number if it does not carry data. The (FIN + ACK) segment consumes one sequence number if it does not carry data. 16
  • 17. Multiplexing & Demultiplexing TCP does multiplex and De- multiplexing at the sender and receiver ends respectively as a number of logical connections can be established between port numbers over a physical connection. 17
  • 18. Error & Flow control  To provide reliable service, TCP implements an error control mechanism.  To prevent the receiver from being overwhelmed with data. 18
  • 19. Encapsulation and Decapsulation Connectionless service UDP Header Checksum Error Control & Flow Control Services of UDP 19
  • 20.  Encapsulation adds information to a packet as it travels to its destination.  Decapsulation reverses the process by removing the info, so a destination device can read the original data. Encapsulation and Decapsulation 20
  • 21. Connectionless Service  Each user datagram sent by UDP is an independent datagram.  No connection establishment and no connection termination. 21
  • 22. Flow & Error Control  No flow control in UDP, and hence no window mechanism. The receiver may overflow with incoming messages.  No error control mechanism in UDP except for the checksum. 22
  • 23. UDP Header UDP header is an 8-bytes fixed and simple header, while for TCP it may vary from 20 bytes to 60 bytes. Length: UDP length = IP length – IP header’s length. 23
  • 25. 25 TCP Both UDP None of them Which one is the better..???? 25
  • 26. 26 26 TCP Both UDP None of them Which one is the better..???? 26
  • 27. 27
  • 28. Basis TCP UDP SCTP Protocols TCP is used by HTTP, HTTPs, FTP, SMTP and Telnet. UDP is used by DNS, DHCP, TFTP, SNMP, RIP, and VoIP. SCTP is used to carry telecommunication signaling through IP. Connection type Connection-oriented Connectionless Connection-oriented Reliability trustworthy unreliable trustworthy Transmission type Byte-oriented News-oriented News-oriented Transfer sequence Strictly ordered Disordered Partially ordered Overload control yes No yes Error tolerance No No yes 28
  • 29. 01 02 03 04 05 Internet and Network are not the same. Networks TCP, UDP & SMTP Transfer Layer Protocols UDP is more widely used than TCP Future Work TCP is the better one protocol between them. TCP & UDP There are various protocols in Computer Networking. Protocols Summary 29