File: protocols.5

package info (click to toggle)
manpages-es 1.24a-6
  • links: PTS
  • area: main
  • in suites: potato
  • size: 4,256 kB
  • ctags: 7
  • sloc: makefile: 66; sh: 62
file content (79 lines) | stat: -rw-r--r-- 2,782 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
.\" Copyright (c) 1995 Martin Schulze <joey@infodrom.north.de>
.\"
.\" This is free documentation; you can redistribute it and/or
.\" modify it under the terms of the GNU General Public License as
.\" published by the Free Software Foundation; either version 2 of
.\" the License, or (at your option) any later version.
.\"
.\" The GNU General Public License's references to "object code"
.\" and "executables" are to be interpreted as the output of any
.\" document formatting or typesetting system, including
.\" intermediate and printed output.
.\"
.\" This manual is distributed in the hope that it will be useful,
.\" but WITHOUT ANY WARRANTY; without even the implied warranty of
.\" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
.\" GNU General Public License for more details.
.\"
.\" You should have received a copy of the GNU General Public
.\" License along with this manual; if not, write to the Free
.\" Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139,
.\" USA.
.\"
.\" Wed Oct 18 20:23:54 MET 1995  Martin Schulze  <joey@infodrom.north.de>
.\"	* first released
.\" Translated Tue Jul 23 12:29:15 1996 by Diego Novillo (diego@cs.ualberta.ca)
.\"
.\" Translation revised on Mon May 11 16:21:39 CEST 1998 by Gerardo
.\" Aburruzaga Garca <gerardo.aburruzaga@uca.es>
.\" 
.TH PROTOCOLS 5 "18 Octubre 1995" "Linux" "Manual del Programador de Linux"
.SH NOMBRE
protocols \- el fichero de definicin de protocolos
.SH DESCRIPCIN
ste es un fichero ASCII plano que describe los distintos protocolos DARPA para
Internet que estn disponibles en el subsistema TCP/IP. Se debera consultar
este fichero en vez de usar los nmeros de los ficheros de
cabecera ARPA, o, peor an, adivinarlos. Estos nmeros se incluyen en
el campo de protocolo de cualquier cabecera IP.

Este fichero no se debe modificar porque los cambios pueden producir
paquetes IP incorrectos. Los nmeros y nombres de los protocolos se
definen en el DDN Network Information Center.

Cada lnea tiene el siguiente formato:

.RS
.I protocolo nmero alias ...
.RE

donde los campos se delimitan por espacios o TABs. Las lneas vacas y las
que comienzan con un '#' no son tenidas en cuenta.

Las descripciones de los campos son las siguientes:

.TP
.I protocolo
el nombre nativo del protocolo. Por ejemplo: ip, tcp o udp.
.TP
.I nmero
el nmero oficial para este protocolo tal como ir en la
cabecera IP.
.TP
.I alias
alias o nombres alternativos opcionales para este protocolo.
.LP

Este fichero se puede distribuir en una red usando servicios de nombre como
Yellow Pages/NIS o BIND/Hesiod.

.SH FICHEROS
.TP
.I /etc/protocols
El fichero de definicin de protocolos.
.SH "VASE TAMBIN"
.BR getprotoent (3)

Gua del Servicio NIS (Pginas Amarillas)

Gua del Servicio BIND/Hesiod