• 网络学院
  • IT资讯
  • 操作系统
  • 网络技术
  • 软件应用
  • 办公软件
  • 编程技术
  • 网站架设
  • 数据库类
  • 平面设计
  • 多媒体类
  • 游戏资讯
  • 教学论文
  • 认证考试
微软认证模拟试题:TCP/IP考题
  站点:
  • 首 页
  • 最新软件
  • 文章教程
  • 国内软件
  • 国外软件
  • 绿色软件
  • 源码下载
  • 字体下载
微软认证模拟试题:TCP/IP考题
软件发布 微软认证模拟试题:TCP/IP考题
网络软件 系统工具 应用软件 联络聊天 图形图像 多媒体类 行业软件 游戏娱乐 编程开发 安全相关 教育教学 数码软件 绿软下载
热门软件: QQ 瑞星 pplive e话通 木马克星 千千静听 office2000 五笔字根 Photoshop 视频分割
返回文章教程首页 >> 文章首页 >> 认证考试 >> 微软认证 >> MCSE模拟题 >> 微软认证模拟试题:TCP/IP考题

微软认证模拟试题:TCP/IP考题

添加时间: 2007-4-8 1:26:50  作者: 微软认证参考  阅读次数:26   来源: http://www.d9soft.com

       

Question 1. Under Windows NT, what command would you use if you wanted to trace a packet from its source host to a destination host?

    A. TRACERT

    B. ROUTE

    C. NBTSTAT

    D. IPCONFIG

    The TRACERT utility is Microsoft's own, used to trace a packet from its source ( your computer ) to a destination host ( a remote computer ).

    Question 2. If you wanted to display all entries in the ARP cache, which of the following utilities would you use?

    A . ARP - G

    B. ARP - E

    C. ARP - D

    D. ARP - S
    To display all entries in the ARP ( Address Resolution Protocol ) cache, you would use the ARP utility with the -G or - A switch. They are the same thing. To get the answer type "arp /?" at the command prompt.

    ARP ( Address Resolution Protocol ) is used to obtain hardware ( MAC = Media Access Control ) addresses for communications with a destination host.

    Question 3. You notice that the subnet mask is 0.0.0.0 on your Windows NT computer while using the IPCONFIG utility at the command prompt to check for IP address configuration. What does it mean when the IPCONFIG utility displays a subnet mask of 0.0.0.0?

    A. The default gateway on your computer does not match the default gateway of the network.

    B. Your computer has the same subnet mask as another computer on the network.

    C. Your computer does not have the correct IP address class specified for it.

    D. Your computer has the same IP address as another computer on the network.

    The most likely cause in this scenario is that your computer has the same IP address as another computer in the network. When this happens, running IPCONFIG will yield an IP address of 0.0.0.0.
 
    Question 4. If you want to copy files from one Windows NT computer to another, what TCP / IP utility would you use?

    A . RCP

    B. REXEC

    C. TELNET

    D. TRACERT

    The RCP ( Remote Copy ) is Microsoft's own TCP / IP utility. It is used to copy files from a source Windows NT computer to a destination ( remote ) Windows NT computer, or vice-versa. Type "rcp /?" at the command prompt to get the command's full syntax.
 
    Question 5. Use the following diagram to answer this question :

   You are working on your Windows NT workstation, SMALLNT, and you would like to communicate with another Windows NT computer, BIGNT. If both computers are on the same local subnet , where does SMALLNT look for the hardware address of the destination host? ( BIGNT in this case )

    A. In its own ARP cache.

    B. In the ARP cache of the destination host, BIGNT in this case.

    C. If there is a DHCP server present , then in the ARP cache of the DHCP server.

    D. In the LMHOSTS or HOSTS file of the source computer.

    The ARP protocol ( and NOT the ARP command ) is used to map IP addresses to hardware addresses ( MAC addresses ). Anytime you communicate with a destination host that is on the same subnet ( locally ), then the hardware address of the destination host is obtained from the source host's LOCAL ARP cache. In this scenario, BIGNT's hardware address is obtained from SMALLNT's own ARP cache since both computers are on the same network. Question 6. You have a print device connected to a server running the LPD service. From your Windows NT computer, you would like to obtain the status of the print device. What utility would you use to achieve the task?

    A. LPD

    B. NET USE

    C. LPQ

    D. GETDAEMON


    The LPD ( Line Printer Daemon ) is a TCP / IP printing service. A print server that has a TCP / IP print device connected to it must have the LPD service installed on it. However, to obtain the status of a TCP / IP print device ( or print queue as it is often called in the TCP / IP circle ), you would use the LPQ command.

    Type "lpq /?" at the command prompt to get the proper syntax. Pay close attention to the "-S" and "-P" switches. For the "-S" switch, you can specify the NAME or IP address of the print server running the LPD service.

    Question : Under Windows NT Server 4.0, how do you install the LPD service?

    Answer : Under Windows NT, the LPD service is known as "Microsoft TCP / IP Printing" ===> right-click Network Neighborhood Properties Services tab Add... "Microsoft TCP / IP Printing" service.
 
    Question 7. Let's say that you want to run a process on a remote host that is using the REXEC service, what Microsoft TCP / IP utility would you use?

    A. RCP

    B. REXEC

    C. TELNET

    D. FTP

    The REXEC ( Remote Execute ) command is Microsoft's home-grown utility used to run processes on a remote computer that is also running the REXEC service. Type "rexec /?" at the command prompt to get the full syntax.
 
    Question 8. If you want to retrieve system information from a remote host running the Finger service, what TCP / IP utility would you use?

    A. REXEC

    B. PING

    C. RCP

    D. FINGER

    The FINGER utility is used to obtain system information from a remote host that is using the Finger service. To get the proper syntax, type "finger" at the command prompt.
 
    Question 9. Let's say that you want a DHCP client to give up its lease with a DHCP server, what command would you use to accomplish the task?

    A. ipconfig / endlease

    B. ipconfig / release

    C. route / release

    D. route / endlease

    The IPCONFIG / RELEASE command is used to send a DHCPRELEASE message from a DHCP client to a DHCP server. The DHCPRELEASE message specifies that a client wishes to give up its current lease with the DHCP server. Type, "ipconfig /?" at the command prompt to display all the switches of the utility.
 
    Question 10. You would like to see a list of NetBIOS computer names that have been resolved into IP addresses on your Windows NT computer. Which of the following utilities would you use?

    A. ARP

    B. NetBIOS

    C. NETSTAT

    D. NBTSTAT

    You can use the "nbtstat" utitliy to view all NetBIOS computer names that have been resolved into IP addresses. To see the NetBIOS local name table of your workstation, use "nbtstat -n.

 

上下文章:

 

上一篇文章: 微软认证模拟试题:NTWorkStation 下一篇文章: 微软认证模拟试题:NTServer4.0

相关文章:

  • 微软表示将在10月27日公布Windows 7细节
  • 微软危急补丁涉及所有版本Windows
  • ORACLE OCP认证的各门考试科目
  • 在IT行业中,借专家之眼看:Oracle认证
  • Oracle 丰富认证体系 新增资深专家的认证

相关软件:

  • 全国计算机等级考试模拟软件(2006年全年使用)二级Visual Basic V9.0
  • 白金模拟炒股平台 V3.6
  • 微软简行楷字体
  • 微软繁宋体(繁)字体
  • 微软vista雅黑Bold字体
  • 微软繁线体(繁)字体

 

快速导航

  • 网络学院
  • 精品汇聚
  • 字体下载
  • 教程下载
  • ASP源码
  • PHP源码
  • Net源码
  • JSP 源码

微软认证分类导航

  • MCSE模拟题
  • MCSE真题
  • MCSE指导
  • MCSE介绍
  • MCSE动态

本类经典文章推荐

  • 70-210试题(一)
  • MCSE习题——NT Server(4)
  • MCSE习题——NT Server(5)
  • MCSE习题——NT Server(6)
  • MCSE习题——NT Server(7)
  • MCSE习题——NT Server(8)
  • 微软认证模拟试题:IE4.0考题(3)
  • 中国IT认证实验室微软认证考试在线...
  • 70-210试题(三)
  • 微软认证模拟试题:IE4.0考题(1)

MCSE模拟题阅读排行

  • MCSE习题——NT Server(4)
  • 中国IT认证实验室微软认证考试在线...
  • 70-210试题(一)
  • MCSE习题——基础知识(1)
  • 微软认证考试:模拟题(workstatin...
  • 微软认证模拟试题:IE4.0考题(1)
  • 微软认证考试:基础知识篇(1)
  • 70-210试题(五)
  • MCSE习题——NT Server(5)
  • MCSE模拟题(nt核心)

微软认证阅读总排行

  • MCSD简介
  • 微软考试成绩查询最新办法
  • hacktool.Rootkit病毒的删除方法
  • 让WindowsXP也能快速锁定计算机(1)
  • 尴尬!微软反盗版验证技术被自己攻...
  • 如何在WinXP中重新安装或修复IE6
  • 如何清除Windows系统托盘上的图标
  • 微软MSCE认证又出新招
  • 微软认证系统工程师 (MCSE)(1)
  • 将软件更新集成到Windows安装源文...

广告位置

字母检索 A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 回到顶部

关于我们 | 版权声明 | 免责条款 | 广告联系 | 软件发布 | 下载帮助 | 下载排行 | 网站地图 | 特别鸣谢 | 友情连接

copyright; 2005-2008 D9soft.com 第九软件网 版权所有