1. Demultiplexing
Out of the packets below, show which ones will be delivered to the same socket.
# Source IP Source Port Dest IP Dest Port Protocol
1 1.2.3.4 1234 5.6.7.8 5678 UDP
2 1.2.3.4 4321 5.6.7.8 5678 UDP
3 1.2.3.4 1234 5.6.7.8 8765 UDP
4 1.2.3.4 1234 5.6.7.8 5678 TCP
5 1.2.3.4 4321 5.6.7.8 5678 TCP
6 1.2.3.4 4321 5.6.7.8 8765 TCP
7 1.2.3.5 4321 5.6.7.8 8765 TCP