下面为用户zhang用FTP.exer命令的过程,请解析下划线部分的含义。
C://>ftp
ftp.abc.com.cn //连接到ftp服务器
ftp>user zhang
//使用zhang用户登录ftp服务器
ftp>pwd //第(5)处
ftp>ls //显示当前目录列表
ftp>binary //第(6)处
ftp>get
testprog.exe //第(7)处
ftp>bye
//退出FTP.exe命令
设置文件默认传送类型为二进制
阅读以下说明,回答问题1~4,将答案填入答题纸对应的解答栏内。
某公司的域名为xyz.edu.cn,所使用的网络地址为222.78.68.0/24,共有两台服务器,一台IP地址是222.78.68.10,名字是scrver1,它用作域名服务器、电子邮件服务器,另一台IP地址是222.78.68.11,名字是server2,它用作Web服务器。下面是服务器scrver1中的三个文件。
[/etc/named.conf文件的内容]
options{
directory"/var/named";
};
};
zone"."IN{
type (1) ;
file"named.ca";
};
zone"0.0.127.in-addr.arpa"IN{
type master;
file"named.local";
allow-update{none;};
};
zone"xyz.edu.cn"IN{
type master;
file"named.hosts";
allow-update{none;};
};
zone" (2) "IN{
type master;
file"named.rev";
allow-update{none;};
};
[/var/named/named.hosts文件的内容]
$TTL 86400
@IN SOA serverl.xyz.edu.cn. root.xyz.edu.cn.(
2001110600;serial
28800;refresh
14400;retry
3600000;expire
86400;minimum
)
IN NS server1.xyz.edu.cn.
IN MX 10 serverl.xyz.edu.cn.
localhost. IN A 127.0.0.1
server1 IN A 222.78.68.10
server2 IN A 222.78.68.11
NW IN (3)
[/var/named/named.rev文件的内容]
$TTL 86400
@ IN SOA server1. xyz.edu.cn.
root.xyz.edu.cn. (
2001110600;serial
28800;refresh
14400;retry
3600000;expire
86400;minimum
)
IN NS xyz.edu.cn.
10
IN (4)
11
IN PTR server2.xyz.edu.cn.
内部网络经由防火墙采用NAT方式与外部网络通信,为下表中(5)~(7)空缺处选择正确答案,填写在答题纸的相应位置。
源地址 |
源端口 |
目的地址 |
协议 |
转换接口 |
转换后地址 |
192.168.1.1/24 |
Any |
(5) |
Any |
(6) |
(7) | |
A: B: C:
内部网络经由防火墙采用NAT方式与外部网络通信,为下表中(5)~(7)空缺处选择正确答案,填写在答题纸的相应位置。
源地址 |
源端口 |
目的地址 |
协议 |
转换接口 |
转换后地址 |
192.168.1.1/24 |
Any |
(5) |
Any |
(6) |
(7) | |
A: B: C:
内部网络经由防火墙采用NAT方式与外部网络通信,为下表中(5)~(7)空缺处选择正确答案,填写在答题纸的相应位置。
源地址 |
源端口 |
目的地址 |
协议 |
转换接口 |
转换后地址 |
192.168.1.1/24 |
Any |
(5) |
Any |
(6) |
(7) | |
A: B: C:
内部网络经由防火墙采用NAT方式与外部网络通信,为下表中(5)~(7)空缺处选择正确答案,填写在答题纸的相应位置。
源地址 |
源端口 |
目的地址 |
协议 |
转换接口 |
转换后地址 |
192.168.1.1/24 |
Any |
(5) |
Any |
(6) |
(7) | |