Youcan change the services, protocols, and network files using the options from
this display.
The services table stores the mapping of services to ports or ports to services as
shown in Figure 68. The mapping information is usually accessed with the
getservbyname() and getservbyport() socket functions.
The protocol table stores the mapping of protocol names to protocol numbers and
protocol numbers to protocol names. Socket applications use getprotobyname() and
getprotobynumber() functions to access this table (Figure 69on page 90).
Work with Service Table Entry
System: SYSNAM03
Type options, press Enter.
1=Add 4=Remove 5=Display
Opt Service Port Protocol
echo 7 udp
finger 79 tcp
finger 79 udp
ftp-control 21 tcp
ftp-control 21 udp
ftp-data 20 tcp
ftp-data 20 udp
gopher 70 tcp
gopher 70 udp
graphics 41 tcp
graphics 41 udp
pop3 110 tcp
More...
Parameters for options 1 and 4 or command
===>
F3=Exit F4=Prompt F5=Refresh F6=Print list F9=Retrieve F12=Can
F17=Top F18=Bottom
Figure 68. Work with Service TableEntry Display
Chapter3. TCP/IP: Operation, Management, and Advanced Topics 89