Документ взят из кэша поисковой машины. Адрес
оригинального документа
: http://itpm.msu.su/LDP/nag/node14.html
Дата изменения: Sun Apr 18 13:36:21 1999 Дата индексирования: Mon Oct 1 20:05:45 2012 Кодировка: |
Assume you have mounted the TeX directory hierarchy from the department's central NFS server, galois, and you want to view a document describing how to use LaTeX. You start your editor, who first reads in the entire file. However, it would take too long to establish a TCP connection with galois, send the file, and release it again. Instead, a request is made to galois, who sends the file in a couple of UDP packets, which is much faster. However, UDP was not made to deal with packet loss or corruption. It is up to the application-- NFS in this case-- to take care of this.