私の短い点を正しく参照してください、
1)コネクション型とは、==>リソース(バッファ、CPU、帯域幅など)を予約することを意味します。
2)トランスポート層でのコネクション型とは==>両端のプロセス/ポートでリソースを予約することを意味します(TCPはトランスポート層であるため、中間で何が起こっているかに関係なく、その責任は両端のプロセスでのみリソースを予約することです道。)
3) Connection oriented at Network Layer means ==> Reserving the resources at Network Layers.(Now In the whole journey of a packet from source to destination, Network layer is found at all intermediate routers too(but not transport layer). Hence if any protocol at Network layer is connection oriented then,its responsibility is to reserve resources at all intermediate routeres too i.e. all packets will have to follow same intermediate path, But IP is connection less hence,intermediate resources will not be reserved. i.e journey of a packets may follow different paths etc.)
#CONCLUSION:==> Intermediate path is decided by Network Layer, hence if IP then paths may be different.(IP may contain TCP),But TCP is responsible for Resource reservation at both End processes ,irrespective of Intermediate path of packet.