CSIT432 Final

0.0(0)
studied byStudied by 0 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/82

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

83 Terms

1
New cards

The physical layer of a network is responsible for

moving the data out/in along the transmission layer

2
New cards

How many networks and nodes per network are allowed by the Class B network?

16,384 networks and 65,534 nodes per network

3
New cards

What file specifies the order in which to use specified name services?

conf file

4
New cards

What protocol(s) is(are) allowed a user to retrieve her/his mail from the mail server to her/his mail reader?

IMAP and POP3

5
New cards

What layer of OSI determines the interface of the system with the user?

APPLICATION LAYER

6
New cards

In OSI network architecture, the routing is performed by

NETWORK LAYER

7
New cards

The 32-bit internet address 10000000 00001010 00000010 00011110 will be written in dotted decimal notation as

128.10.2.30

8
New cards

Which class network is used for a collection of a small number of networks with a large number of nodes?

CLASS A

9
New cards

What type of addressing format is used by Class A networks?

NET.NODE.NODE.NODE

10
New cards

Which program is used to schedule particular jobs or programs at particular times on the system?

CRON

11
New cards

Which file is used to configure which filesystems are mounted?

/etc/fstab

12
New cards

What tool is used to check and repair Linux file systems?

fsck

13
New cards

The command chmod 761 letter is equivalent to

UGO

14
New cards

What TCP/IP protocol is used for transferring electronic mail messages from one machine to another?

SMTP

15
New cards

Which of the following command is used to mount NFS filesystems?

mount

16
New cards

What command is used to terminate a process?

kill

17
New cards

Which command would mount the directory utilities from the server named sanfoundry on the local mount point /opt/sf?

mount - ns/sf:snfoundry/opt/sf

18
New cards

What is the name of the file, where we define our parent domain, or domain above us (in Linux Ubuntu)?

/etc/bind/named.conf.options

19
New cards

What is the setting to tell the secondary DNS, that there was a change in primary DNS that has to be updated?

SERIAL

20
New cards

What is the name of the file, where we define our domain (in Linux Ubuntu)?

/etc/bind/named.conf.local

21
New cards

What is the setting to tell the secondary DNS, WHEN to contact and update configuration files in primary DNS?

REFRESH

22
New cards

What is the name of DNS client configuration file?

/etc/resolv.conf

23
New cards

What is the name of configuration file that could resolve host names to IP Address locally?

/etc/hosts

24
New cards

What is the host name part of http://www.google.com?

www

25
New cards

What is the keyword used to define a domain alias?

CNAME

26
New cards

What is the keyword used to define a Mail Server?

MX

27
New cards

What is the basic function of the nslookup program?

probe the DNS database for various types of info

28
New cards

What file does the nslookup program use to locate a name server?

/etc/resolv.conf file

29
New cards

Besides the name server process, what are the other parts of the BIND package?

/etc/named.boot file

30
New cards

What command would you use to direct nslookup to use a server other than the one specified in /etc/resolv.conf?

server

31
New cards

What is the most common record type in DNS?

address A records

32
New cards

In what format are IPv6 addresses usually displayed?

128 bits of hexadecimal digits

33
New cards

Simple mail transfer protocol (SMTP) utilizes ---- as the transport layer protocol for electronic mail transfer

TCP

34
New cards

SMTP connections secured by SSL are known as

SMTPs

35
New cards

SMTP uses the TCP port

21

36
New cards

An email client needs to know the ---- of its initial SMTP server

IP address

37
New cards

SMTP defines

message transport

38
New cards

Which one of the following is an SMTP server configured in such a way that anyone on the internet can send e-mail through it?

open mail relay

39
New cards

Which signal is sent by the command "kill -9 " ?

kill 9

40
New cards

We can change the priority of a running process using

task manager

41
New cards

A process is identified by a unique

PID (process identification number)

42
New cards

How is a subnet mask created?

by setting host bits to 0s and network bits to 1s

43
New cards

Which niceness value among the following indicate most favorable scheduling?

-20

44
New cards

Suppose that the 'sendmail' application is used on the current system as a mail transport agent. What file may user 'jdoe' modify in order to cause mail sent to him to be temporarily directed to an address outside the system's domain?

home.jdoe/.forward

45
New cards

Learns locations of MAC addresses and selectively forwards frames using unicast

SWITCH

46
New cards

The 128.180.0.0/24 CIDR IP address has how many bits are reserved for host addressing?

8 bit

47
New cards

How many networks can we have with a Class C network 204.17.5.0 (N.N.N.H) & subnet mask =255.255.255.252.

64

48
New cards

A Class B network (128.180.2.57 for example) has the following format?

N.N.H.H

49
New cards

Which layer of the TCP/IP stack adds source and destination addresses?

link

50
New cards

What item below describes a connection-oriented protocol with congestion control?

TCP

51
New cards

The following command has what effect on the scheduling priority?

nice -n 19 tar cvcf archive.tgz largfile

52
New cards

What file is responsible for making filesystems available to clients?

/etc/exports

53
New cards

What file guarantees NFS filesystems will be mounted at boot time?

/etc/fstab

54
New cards

What command is used to list the contents of crontab?

crontab -r

55
New cards

A host/machine can be uniquely identified by its

network

56
New cards

What device is used to connect two different networks?

gateway

57
New cards

What tool can be used to find the list of gateways traveled?

traceroute

58
New cards

What component of a mail system provides the means to read and compose mail?

mail transfer agent

59
New cards

/usr/bin/mailq is used to view?

mail error messages

60
New cards

What command gives the highest scheduling priority to all processes owned by user1?

SUDO RENICE 10 -U USER1

61
New cards

What file needs to be modified to inform sendmail not to use DNS?

/etc/mail/submit.mc

62
New cards

What routing scheme is used to send traffic to multiple nodes in the network?

multipath routing

63
New cards

What port does DNS run on?

UDP port 53

64
New cards

What protocol is used for sending outbound messages using sendmail?

SMTP

65
New cards

What command is used to temporarily make a filesystem available with NFS?

showmount

66
New cards

Which command is used to display the routing table?

netstat

67
New cards

What components make up NFS?

device, datastore, client

68
New cards

Data transmitted at the network layer is called a?

packet

69
New cards

What tool can be used to schedule future jobs/tasks?

the scheduler application

70
New cards

If ping works which tool can you use to see if a port/service is running?

nmap

71
New cards

What tool can be used to list all processes running on a Linux machine?

ps or top

72
New cards

The generic macro preprocessor used to build the sendmail config file?

m4

73
New cards

/etc/mail/sendmail.cf specifies:

choice of delivery agents

address rewriting rules

mail header formats

options

security precautions

spam resistance

74
New cards

Which routing scheme routes traffic to the closest node?

point to point

75
New cards

The data link layer contains what type of PDU?

frames

76
New cards

Which layer of the TCP/IP stack add source and destination addresses?

link

77
New cards

What item below describes a connection-oriented protocol with congestion control?

TCP

78
New cards

Given the table below, what is the syntax to have a command run at 2:30am every Monday?

30 2 ** 1 command

79
New cards

Which email access agent will leave read email on the message store?

IMAP

80
New cards

What layer of the TCP/IP model moves data along the transmission media (bits)?

physical

81
New cards

What component of a mail system is used to transport mail?

MTA (mail transfer agent)

82
New cards

The typical mail architecture includes?

- servers for incoming/outgoing mail

- a mail home for each user in an organization

- IMAP or POP for access by users

83
New cards

What item(s) below is not part of the typical process to configure sendmail?

?