Transport Layer (UDP)

16
Transport Layer (Part 2) Computer Networks Tutun Juhana Telecommunication Engineering School of Electrical Engineering & Informatics Institut Teknologi Bandung 6

Transcript of Transport Layer (UDP)

Page 1: Transport Layer (UDP)

Transport Layer (Part 2)

Computer Networks

Tutun JuhanaTelecommunication EngineeringSchool of Electrical Engineering & InformaticsInstitut Teknologi Bandung

6

Page 2: Transport Layer (UDP)

2

UDPUSER DATAGRAM PROTOCOL

Page 3: Transport Layer (UDP)

3

Page 4: Transport Layer (UDP)

4

UDP is a connectionless, unreliable transport protocol

Page 5: Transport Layer (UDP)

5

Page 6: Transport Layer (UDP)

6

Page 7: Transport Layer (UDP)

7

UDP SERVICES

Page 8: Transport Layer (UDP)

8

Process-to-Process Communication

UDP provides process-to-process communication using sockets

Page 9: Transport Layer (UDP)

9

Connectionless Services

One of the ramifications of being connectionless is that the process that uses UDP cannot send a

stream of data to UDP and expect UDP to chop them into different related user datagrams. Instead each request must be small enough to fit into one

user datagram. Only those processes sending short messages, messages less than 65,507 bytes

(65,535 minus 8 bytes for the UDP header and minus 20 bytes for the IP header), can use UDP.

Page 10: Transport Layer (UDP)

10

Page 11: Transport Layer (UDP)

11

Page 12: Transport Layer (UDP)

12

Page 13: Transport Layer (UDP)

13

Page 14: Transport Layer (UDP)

14

Queuing

Page 15: Transport Layer (UDP)

15

Multiplexing and Demultiplexing

Page 16: Transport Layer (UDP)

16