1.
Which of the following is the most popular protocol that is used in dial-up connections?
Correct Answer
D. PPP
Explanation
SLIP and PPP are the only two protocols that can be used for dial-up connections. SLIP is now obsolete. PPTP is a tunneling protocol and POP3 is used for mail retrieval.
2.
Which of the following protocols could a VPN make use of? Choose two.
Correct Answer(s)
A. PPTP
B. L2TP
Explanation
A VPN tunnel requires tunneling protocols. L2TP (Layer 2 Tunneling Protocol) and PPTP (Point to Point Tunneling Protocol) are the only two relevant protocols that relate to VPN. HTTP and NNTP are services that are usually configured on a Web Server.
3.
When a remote user is dialing-in to the network, which of the following servers would be challenging his request for authentication first?
Correct Answer
B. RADIUS Server
Explanation
In the mentioned scenario, the RADIUS server would be challenging the users request first, the rest of the servers on the network, would then verify with this RADIUS server at a later stage when they receive a request for resource access from this dial-in or remote user.
4.
You are configuring a VPN whose tunnel passes through the public network. You are concerned for the security as your VPN may be connecting across the globe to several networks operating on different platforms. Which of the following would be ideal to secure your VPN? Choose the best answer.
Correct Answer
B. IPSec
Explanation
Since the only protocol that supports cross platform communication is IP, the best way to implement security in this scenario would be through IPSec. PPTP is a tunneling protocol and does not relate to security. Kerberos is a LAN security protocol. Certificates can help in this scenario provided the access limitation is acceptable.
5.
Which of the following would help with dedicated authentication to dial-in clients?
Correct Answer(s)
A. TACACS
B. RADIUS
C. IAS
Explanation
TACACS (Terminal Access Controller Access Control System), RADIUS are both dedicated authenticating services for dial in users. IAS (Internet Authentication Server) is not ideally meant for this purpose.
6.
Which of the following will be compulsory tasks to run on Web servers of your network? Choose two.
Correct Answer(s)
A. Run regular vulnerability checks
B. Update Virus definitions
Explanation
There are web sites that keep updating vulnerability information for different platforms. It is ideal to constantly browse these sites and keep checking if it applicable for the platform and applications housed in your web server. Another mandatory task is to update virus definition files regularly.
7.
Which of the following virus types can be transmitted via email? Choose all that apply.
Correct Answer(s)
A. Worms
B. Trojan horse
Explanation
Usually email attachments are documents, pictures or zip files. EXE files are usually too large to be sent as mail attachments hence EXE file virus is not appropriate. Boot record virus is deposited into a system through floppy media and not via email.
8.
When configuring antivirus for email, which of the following configurations must be applied? Choose two.
Correct Answer(s)
A. Scan before downloading
B. Scan before sending
Explanation
Scan before downloading will ensure the message that is infected will be deleted before actually downloading to the hard disk. Scan before sending will ensure that you are not inadvertently transmitting a virus along with the message tot the destination email Id.
9.
Which of the following port numbers is used by SMTP?
Correct Answer
C. 25
Explanation
SMTP service uses port number 25.
10.
Which of the following statements about an email server is/are true? Choose only answer(s) that apply
Correct Answer(s)
A. Verifies if destination domain is self or not before transmitting a mail
C. Verifies if email is infected or not
Explanation
Before transmitting any email, the mail server is bound to verify the domain in the destination address of the email to see if it the domain name is self or not before it actually sends the mail out. Before receiving any email its primary security function is to ensure that the email is not infected. In case of the email being infected it is supposed to be discarded.
11.
Which of the following statements regarding Infrared communication is true? Choose three.
Correct Answer(s)
A. It requires line of sight
C. It is least secure.
D. Interception is possible if the tapping devices is also in the line of sight
Explanation
Infrared and Radio frequency are two different communication media. The Infrared communication requires line of sight. If the device that intends interception is placed in the line of sight as the main devices then interception will be very easy. This mode of communication is least secure.
12.
Which of the following statements about a Modem are true? Choose two.
Correct Answer(s)
C. It modulates and demodulates signals for the Computer and the telepHone line.
D. It converts Analog signals to digital and vice versa.
Explanation
As the name suggests the modem mainly modulates and demodulates signals. Seated (logically) between the telephone line and the PC, it is responsible for converting the analog signals of the telephone to the digital signals required by the PC and vice versa.
13.
To which layer do the following communicating devices belong? Switch, Ethernet Card.
Correct Answer
B. Datalink layer
Explanation
The mentioned devices� purpose is media access. Media access is the responsibility of Layer 2 or the data link layer. Hence the devices belong to data link layer.
14.
Which of the following communications use the 2.4 GHz frequency? Choose three.
Correct Answer(s)
A. Wireless 802.11b and g
B. Microwave
C. Blue tooth
Explanation
The microwave operates on the 2.4 GHz range, which is why is it is necessary to place the Wireless 802.11b and g devices slightly apart from Microwave device when used in homes. Blue-tooth as well as Wireless 802.11b and g devices operate on 2.4 GHz frequency.
15.
If you wish to block FTP access to your Web server, which of the following Firewall types should you consider?
Correct Answer
C. Packet filtering
Explanation
Stateful inspection is a type of filtering used when complex security is required and header information of packets will have to be read to perform filtering. In the above mentioned scenario, you just need filtering based on port numbers. This type of filtering is done in packet filtering firewall types. Port filtering is a function and not a firewall type. Application filtering is irrelevant.
16.
Which of the following are capable of functioning as a Firewall? Choose two
Correct Answer(s)
A. Proxy
B. Router
Explanation
Proxy service as well as the Router is both capable of Network Address translation (NAT) which is the basic function of a firewall.
17.
Which of the following about the Stateful inspection firewall is true? Choose two.
Correct Answer(s)
A. It maintains a state table
C. It functions on the network layer
Explanation
The Stateful inspection firewall, monitors connection status based on the state table. It functions on the network layer and monitors connection status for the entire network.
18.
Stateful inspection firewall will operate on all the 7 layers of the OSI reference model. T/F?
Correct Answer
B. False
Explanation
Stateful Inspection firewall will not operate on all the & layers of OSI reference mode.
19.
Which of the following will relates to how the external world can access the internal network resources?
Correct Answer
C. Access policy
Explanation
The access policy or the Service access policy will dictate to what extend the external users can access internal network resources or which of the internal resources will be totally inaccessible to the outside world.
20.
Which of the following firewall policies is most restrictive?
Correct Answer
B. Deny all
Explanation
The �deny all� is the most restrictive statement that is implicitly defined in the fireall when no other statement is configured. This will get applied to all packets that do not match with the criteria mentioned in the list above the �deny all� statement.
21.
When faced with an outgoing packet, which of the following header components would a firewall look at first?
Correct Answer
C. Destination address
Explanation
The firewall will first look at the destination address.
22.
If you have implemented a DHCP in your network and you would wish to secure this service so that no external user will be able to become a DHCP client, which of the following would you ensure?
Correct Answer
C. Block port numbers 67 and 68 on the external interface for incoming connections
Explanation
Blocking port numbers 67 and 68 on the external interface of the firewall for incoming connections will ensure that no external user will be able to access the internal DHCP service.
23.
If you wish to allow the external users access your Web server you must block port number 110. T/F?
Correct Answer
B. False
Explanation
If you wish to allow the external users access your Web server you must unblock port number 80.
24.
Which of the following can secure your internal server best, against external attacks? Choose all that apply.
Correct Answer(s)
B. Perform OS hardening by verify and terminating all un used service
C. Regularly check for unused usernames and disable or delete them.
D. Ensure you are running a vulnerability check on this server at regular intervals.
Explanation
The best way to preserve an internal server from external attacks is to make sure there are no unnecessary services running on the server, no unused user names are existing in the user database, all vulnerabilities are being verified and monitored at required intervals.
25.
Which of the following is true about providing security to database servers? Choose two.
Correct Answer(s)
A. Do not host a database server on the same server as your web server.
B. Do not host a database server on a server based system
Explanation
It is always safe that you host a database server on a server resource internal to the network rather than on the same server as your Web server. A three-tier model ensures security to your database server as the database server cannot be directly accessed in this model. Centralized or distributed administration will not be a security concern here.
26.
Which of the following is an ideal practice to ensure network resources� safety? Choose three.
Correct Answer(s)
A. Rename guest accounts
B. Rename administrator accounts.
D. Ensure the administrator account does not have a blank password
Explanation
It is not wise to have just one administrator account in case that administrator gets locked out. It is always safe to rename guest and administrator accounts renamed. Administrator passwords must be difficult to guess and should not be blank.
27.
To prevent internal Web servers from being accessed you must block TCP port 20. T/F?
Correct Answer
B. False
Explanation
The port number 443 must also be blocked.
28.
Authorized update is one way of securing DNS serer. T/F?
Correct Answer
A. True
Explanation
Authorizing the sender of the update and then checking for verification purpose is one way of securing the DNS server database and service availability.
29.
Does NTFS provide file system security?
Correct Answer
A. Yes
Explanation
NTFS supports EFS (Encrypted File System) which allows data stored on a mass storage device to be saved in encrypted format.