Path: utzoo!attcan!uunet!samsung!sdd.hp.com!elroy.jpl.nasa.gov!ames!excelan!murthy From: murthy@la.excelan.com (M.D. Srinivas Murthy) Newsgroups: comp.protocols.tcp-ip Subject: Re: Beginner's info TCP & UDP Message-ID: <1556@excelan.COM> Date: 17 Jul 90 17:07:28 GMT References: <81247@srcsip.UUCP> <64291@sgi.sgi.com> Sender: news@excelan.COM Reply-To: murthy@la.excelan.com (M.D. Srinivas Murthy) Organization: Excelan, Inc., San Jose, Califonia Lines: 8 One important reason to use UDP is when broadcasting is needed. You cannot send a broadcast packet with TCP. (One example: rwho) Further if an application is designed as a state-less machine (like NFS) one has to use UDP. -murthy