Folks, quick question regarding TCP/IP and UDP.
Is UDP part of TCP/IP protocols or is it a lone ranger?
I tend to get confused because UDP does use IP addresses to communicate and send packets right, so why isn't it called UDP/IP? Since IP itself is connectionless?
I know all the besics like TCP (bigger header, error detection) and is connection orianted and UDP is connectionless. Also, in saying that another question about UDP... what happens if there is an error in UDP, what does it do? Just dropps the packets or delivers the packets in error to the recipient?
What are some of examples that use UDP, I know that PING command is one.
With regards to routers... a router is located on the L3 Network layer... and a Gateway is essentially a router (or part of router functionallity) right?
Well, on this site we see that
http://www.geocities.com/SiliconValley/Monitor/3131/ne/osimodel.html
A gateway is L4 - L7, while a router is only L3. What gives?
Also, a brouter is on Layers 3, 4 but a bridge is on a data link layer 2. Becasue a brouter is just a router with bridgeing capabilities shouldn't it be on L2 and L3?
All this is really really confusing, but fun in a nerdy way!!! Thanks to all who are willing to help.