Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!tut.cis.ohio-state.edu!ucbvax!AHWAHNEE.STANFORD.EDU!dcrocker From: dcrocker@AHWAHNEE.STANFORD.EDU (Dave Crocker) Newsgroups: comp.protocols.iso Subject: Re: Comparing Performance of TCP/IP or OSI on Multivendor Equipment Message-ID: <8908260117.AA10277@ucbvax.Berkeley.EDU> Date: 25 Aug 89 16:09:22 GMT Sender: daemon@ucbvax.BERKELEY.EDU Organization: The Internet Lines: 8 To reinforce Karl's first point about data conversion cost, the TCP/IP FTP program can transfer files in a standardized network-ASCII or in a regular binary. For virtually all systems, the former requires character-at-a-time scan and convert, whereas the latter involves only block copies. It is not unusual for the throughput different to be as large as a factor of two. Dave