Networking doubts
1. Since routers work at network layer then how can they use TCP/UDP for transmitting routing information
i.e TCP is used by BGP (an exterior gateway protocol)
And UDP is used by RIP (an Interior gateway protocol)
TCP and UDP works at transport layer. Why they use TCP/UDP ?
2. How do we know our application use which protocol.
For example : -Suppose we want to know gtalk uses tcp or udp then how to check it ?