Sheet 5
Sheet 5
Sheet 5
Theoretical
1. What are differences between connectionless and connection
oriented?
service
3
Theoretical
1. What are differences between connectionless and connection
oriented?
4
Theoretical
Connection-oriented
service
5
Theoretical
2. What are the transport layer protocols
6
Theoretical
2. What are the transport layer protocols
7
Theoretical
2. What are the transport layer protocols
8
Theoretical
2. What are the transport layer protocols?
9
Theoretical
2. What are the transport layer protocols?
10
Theoretical
3. What is the TCP header?
11
Theoretical
12
Theoretical
4. What is difference between TCP and UDP protocols? Which of them is
connectionless or connection oriented?
13
Theoretical
4. What is difference between TCP and UDP protocols? Which of them is
connectionless or connection oriented?
1- TCP (Connection-Oriented)
Connection-Oriented: TCP establishes a reliable connection before
transmitting data. A three-way handshake process ensures the
connection is set up.
Reliability: Ensures that data packets are delivered in the correct
order and without errors. If a packet is lost, TCP will retransmit it.
14
Theoretical
4. What is difference between TCP and UDP protocols? Which of them is
connectionless or connection oriented?
2- UDP (Connectionless)
Connectionless: UDP does not establish a connection before sending
data. Packets (datagrams) are sent directly to the recipient without
checking if the destination is ready to receive.
No Reliability: No acknowledgment or retransmission for lost packets.
There’s no guarantee of order or delivery.
15