I am not able to understand TCP/IP model where in layer 4 it says suppose using TCP means connection is oriented and packets will follow certain path but in layer 3 it says IP is connectionless and packets can take any independent path what does that mean?
Edit: My understanding as per my research says that at layer 5 TCP connection is done and at layer 4 data is encapsulated to segment means segments will follow certain path and at layer it is encapsulated to packets where it can transmitted using independent paths. but data is encapsulated as we go down till layer 2 and then all together transmitted using layer 1, then where does this path following takes place?
This is my take on this
1) Does that mean data transfer as we go top to bottom will follow path to go to next layer? and sends ACK to previous layer if connection oriented is used.
2) Or Does that mean then parallel layer at receiver side will send ACK as data is received?
3) Or Does that mean after data received at receiver end..till layer 3 it ll be connectionless and from layer 3 to layer 4 it ll follow certain path?

