Computer Networking Transport Layer Notes
Computer Networking Transport Layer Notes
o Internet has decided to use universal port numbers for servers known as well-known port
number.
o IANA Ranges (Internet Assigned Number Authority)
transport layer protocols require a pair of socket addresses one for client side and one for
server side.
o These 4 pieces of information are part of the IP header and the transport layer protocol
header. IP header contains the IP address and the TCP/UDP header contains the port
number.
CONNECTION LESS VS CONNECTION ORIENTED SERVICE
o Connection less service the packets are sent without connection establishment
connections are not numbered packets maybe delayed arrive late or lost.
there is no acknowledgement either. Example : UDP
o Connection-Oriented services
a connection is first established between sender and receiver data are transferred then the
connection is closed. Example : TCP, SCTP
UDP ( user datagram protocol )
o Connection less unreliable transport protocol does not add anything to the services of IP
also performs limited error checking
o User Datagrams also called UDP packets
Have a fixed size header of 8 bytes