Hey guys. I'm reading the ROUTE FLG and I have a question. In the first chapter when it starts transitioning to RIP, it mentions the cons of RIPs broadcasts. It discusses the process of how other devices process the RIP broadcast. It quotes:
RIPv1 uses a 255.255.255.255 broadcast address, so all devices, including PCs andservers, must process the update packet. They perform the checksum on the Layer 2 packet and pass it up
their IP stack. IP sends the packet to the User Datagram Protocol (UDP) process, and UDP checks to see
whether RIP port 520 is available. Most PCs and servers do not have any process running on this port and
discard the packet.
I understand everything there, except for being confused at the UDP part. I thought that things like RIP, ICMP, and other protocols like that had their own IP protocol number and it didn't mess with TCP or UDP. Can someone elaborate on this a little for me? ^.^