chap 7-8 review

Upload: matt-black

Post on 06-Apr-2018

222 views

Category:

Documents


0 download

TRANSCRIPT

  • 8/3/2019 Chap 7-8 Review

    1/4

    1. 02091FALSE If you change a configuration setting with ifconfig,the change is permanent.

    357 - 406

    2. TRUE For IP packets to reach their destination,TCP/IP networks useroutes.

    3.TRUE CUPS supports the socket, LPD, IPP, and smb protocols.

    3. TRUE rpcinfo -p displays information about the portmapper.

    5. FALSE Unlike LDAP, the NIS service is not restricted to pureLinux/UNIX networks.

    6. A(n) _host___ is a computer (server or client) that receives requestsfor information from the Internet and passes them to installed serverapplications.

    7. A(n) __IP PACKET__ is an electronic package of data sent over theInternet.

    8. In a class __C__ address, the first three bytes identify the networkand the last byte identifies the node.

    9. In a class __B__ address, the first two bytes identify the network,and the last two bytes identify the node on the network.

    10. You can use the command _ifconfig___ for manually configuring networkcard interfaces.

    11. A __host__ route defines the path that a data packet can take forexactly one destination host.

    Relevant network files in /etc/sysconfig/network/

  • 8/3/2019 Chap 7-8 Review

    2/4

    12. A _network___ route defines the path a data packet can take for anentire destination network.

    Default Route -- > Used if no host network or gateway route matches thedestination. Defined by ip 0.0.0.0 and subnet 0.0.0.0

    13. You can use the command_route(/sbin/route)___ to check and edit therouting table.

    14. All static routes are configured in the files_/etc/sysconfig/network/routes___ and /etc/sysconfig/network/ifroute-Interface.

    15. The ethereal utility is located in the __ethereal__ package and mustfirst be installed with YaST

    16. The command _netstat (/bin/netstat)___ is a tool that can help youdetermine the status of all network connections, routes, and interfaces on ahost.

    17. The command_/usr/bin/netcat (nc)___ is a UNIX tool that uses the TCPand UDP protocols to read and write data through network connections.

    18. For a simple port scan, the program __nmap__ is more suitable thannetcat.

    19. CUPS supports printing on printers connected to Windows shares. Theprotocol used for this purpose is ____.

  • 8/3/2019 Chap 7-8 Review

    3/4

    20. Messages from cupsd are written to the file ____.

    21. The NFS service daemon (____) starts the required kernel threads.

    22. The ____ mount option lets you disable any evaluation of the SUID andSGID bits on the corresponding file system.

    23. The ____ mount option lets you disable any interpretation of devicefiles in the imported file system.

    24. You can enter the ____ command to perform a syntax check of the file/etc/samba/smb.conf.

    25. You can enter the ____ command to display the registered local orremote names of a host, regardless of the operating system with which NetBIOSis run.

    26. You can use the ____ command for checking network resources as well asfor establishing connections.

    27. ____ is a database system that allows the centralized administrationof configuration files.

    28. The name of the NIS domain is stored in the file ____.

  • 8/3/2019 Chap 7-8 Review

    4/4

    29. ____ is an Internet communications protocol that lets clientapplications access Directory information.

    30. In LDAP, a complete path to a desired entry is called the ____.