|
| Here are some questions a friend of mine forwarded to me from England. Im going to study them for my test on Thursday.
Good Luck 
Question number: 1
Question: The following snippet of code will produce what result:
<OL>
<LI> one
<LI> two
<LI> three
</OL>
A. A numbered, ordered list
B. A numbered, non-ordered list
C. A non-numbered, ordered list
D. A non-numbered, non-ordered list
Answer: A
Explanation: Using the <UL> syntax will produce a non-ordered, non-numbered list. Using the <OL> syntax will produce a numbered and ordered list.
Question number: 2
Question: In DNS, the (type of organization) + (host name) + (company name) equals:
A. FQDN
B. ZONE
C. OU
D. IPCFG
Answer: A
Explanation: A Fully Qualified Domain Name (FQDN) is created by using a company name, host name, and type of organization. A zone is an area for which a DNS server is responsible, while an OU is an organizational unit used by NetWare. IPCFG is not a legitimate entry.
Question number: 3
Question: What authentication method is employed by telnet when the user is attempting to logon to the remote host:
A. Username and password
B. password
C. username
D. .rhosts
Answer: A
Explanation: Both username and password are used to authenticate users when telnet is used.
Question number: 4
Question: The HOSTS file is limited to how many lines:
A. 255
B. 512
C. 1000
D. unlimited
Answer: D
Explanation: While each line is limited to 255 characters in length, there can be an unlimited number of lines in the HOSTS file.
Question number: 5
Question: The default subnet mask for a network beginning with 213 is:
A. 127.0.0.1
B. 255.0.0.0
C. 255.255.0.0
D. 255.255.255.0
Answer: D
Explanation: A network beginning with 213 is a Class C network (192-223), and thus has a default subnet mask of 255.255.255.0.
Question number: 6
Question: The default port for the WWW service is:
A. 21
B. 25
C. 80
D. 119
Answer: C
Explanation: The default port for the FTP service is 21; SMTP is 25; WWW is 80; NNTP is 119
Question number: 7
Question: To create a link on a web page to www.ds-technical.com, the syntax within HTML would be:
A. <A HREF="D S Technical <http://www.ds-technical.com>"/A>
B. <A HREF="http://www.ds-technical.com">D S Technical</A>
C. <A ="http://www.ds-technical.com">HREF = D S Technical</A>
D. </A HREF=" D S Technical"> http://www.ds-technical.com <A>
Answer: B
Explanation: The correct syntax is <A HREF="http://www.ds-technical.com">D S Technical</A>
Question number: 8
Question: When an executable file needs to be sent through email from one platform to another, you can use:
A. MIME
B. BinHex
C. S/MIME
D. CGI
Answer: B
Explanation: BinHex can convert binary data into ASCII data - allowing it to be sent through email.
Question number: 9
Question: An example of a server-side solution to processing would be:
A. Java applets
B. Java Scripts
C. CGI
D. ActiveX controls
Answer: C
Explanation: CGI is a server-side solution, while all other entries listed are client-side solutions.
Question number: 10
Question: When a client stores a cookie given to it by a web server, the cookie is stored as:
A. BinHex
B. executables
C. encrypted text
D. plain text
Answer: D
Explanation: Cookies are stored as plain text.
Question number: 11
Question: An attachment to email used for security purposes by providing the receiver a method to encode a reply is a(n):
A. digital signature
B. digital certificate
C. cookie
D. E3
Answer: B
Explanation: A digital certificate is an attachment to email used for security purposes and to allow the receiver to encode a reply.
Question number: 12
Question: A hacker is attempting to bring your web site to its knees by continuously using the ping utility on it. This type of attack is known as:
A. trojan horse
B. spoof
C. spam
D. denial-of-service
Answer: D
Explanation: A denial-of-service attack ties up your site responding to things other than legitimate users so the legitimate users are denied service.
Question number: 13
Question: The two main categories of DSL are:
A. ADSL
B. BDSL
C. RDSL
D. SDSL
E. TDSL
Answer: A+D
Explanation: ADSL (Asymmetric Digital Subscriber Line) and SDSL (Symmetric Digital Subscriber Line) are the two major categories of DSL
Question number: 14
Question: ISDN - without fiber - supports data transfer rates of:
A. 56 Kbps
B. 64 Kbps
C. 1.544 Mbps
D. 43 Mbps
Answer: B
Explanation: ISDN (Integrated Services Digital Network) uses two phone lines (known as B-channels) and supports speeds of 64 Kbps. Using fiber, B-ISDN is possible, with speeds up to 1.5 Mbps
Question number: 15
Question: To use a graphic image viewable by all browsers on the web, the format of the image should be:
A. MPEG
B. JPEG
C. TIFF
D. GIF
Answer: D
Explanation: The GIF format offers the most compatibility with every browser type available.
Question number: 16
Question: An extension to PPP that is used by ISPs for creating VPNs:
A. SLIP
B. L2TP
C. IPSec
D. MAPI
Answer: B
Explanation: SLIP is a line protocol earlier than PPP, from which PPP evolved. L2TP (Layer Two Tunneling Protocol) is built on PPP and used for the creation of VPNs - Virtual Private Networks. IPSec is used to add security and is not a line protocol, while MAPI is the Messaging API, and not a line protocol.
Question number: 17
Question: A protocol that runs on TCP/IP and allows for directory access - such as to email addresses - is:
A. LDAP
B. X.509
C. NDS
D. SNMP
Answer: A
Explanation: LDAP - Lightweight Directory Access Protocol - is built on the X.500 standard and allows applications to obtain directory access and information.
Question number: 18
Question: The means used to identify application processes to the Transport layer:
A. port assignments
B. sockets
C. named pipes
D. portals
Answer: A
Explanation: Ports are used with TCP and UDP.
Question number: 19
Question: A digital standard that has a high compression rate because it only stores changes between frames is:
A. JPEG
B. AVI
C. SAPI
D. MPEG
Answer: D
Explanation: MPEG is a digital standard that has a high compression rate because it only stores changes between frames.
Question number: 20
Question: A method of encryption that uses a public key and a private key is:
A. PGP
B. LDAP
C. NAP
D. RSA
Answer: A
Explanation: PGP (Pretty Good Privacy) is a method of public-key encryption. Two keys are employed - one that is known by anyone wishing to send you a message, and another that only you know (and use to decrypt the message).
Question number: 21
Question: You have moved the web service to port 600. What syntax must a user use in their browser to access your site - clockwork.com:
A. 600:clockwork.com
B. http://600:www.clockwork.com
C. http://www.clockwork.com:600
D. http://600.clockwork.com
Answer: C
Explanation: To specify usage of a port other than the default, use a colon and the new port number following the name.
Question number: 22
Question: A server that sits between a web server and the clients and acts on behalf of the clients (intercepting requests, etc.) would be a(n):
A. Firewall
B. Proxy
C. Gateway
D. Router
Answer: B
Explanation: A Proxy server intercepts client requests to see if it can first fill them. If it cannot, then the request is forwarded on. A proxy server can filter requests, improve performance (through caching and offering data locally rather than through the speed of the connection) and allow Internet access to clients that may not be running TCP/IP.
Question number: 23
Question: Which of the following FTP commands is used to start a file transfer from the remote host:
A. put
B. get
C. binary
D. open
Answer: B
Explanation: put is used to place an individual file, and get is used to obtain an individual file. mput is used to place multiple files, and mget is used to obtain multiple files.
Question number: 24
Question: A browser plug-in that allows objects to be rotated in three dimensions is:
A. MPEG
B. QuickTime VR
C. IPIX
D. Perl
Answer: B
Explanation: QuickTime VR is a browser plug-in developed by Apple. It allows images to be displayed and rotated in three dimensions.
Question number: 25
Question: The ideal resolution for web graphics to be viewable by all monitors is:
A. 4 bit
B. 8 bit
C. 24 bit
D. 128 bit
Answer: B
Explanation: While highly subjective in nature, and dependent upon a number of factors, 24 bit is ideal in many ways - including the ability to handle 16 million colors, etc. If - however - you want to be viewed by all monitors (including those with only 256 color capability, you must stick with 8-bit).
Question number: 26
Question: A standard enabling secure credit card transactions over the Internet:
A. Certificates
B. SSL
C. SET
D. BinHex
Answer: C
Explanation: SET - Secure Electronic Transaction - is a standard for using digital signatures to uniquely identify users and allow for credit card transactions over the Internet.
Question number: 27
Question: The TCP/IP utility used to display the routing table is:
A. ARP
B. IPCONFIG
C. NETSTAT
D. ROUTE
Answer: D
Explanation: The ROUTE command is used to view the routing table.
Question number: 28
Question: A method of sending data across a secure connection between two computers would be:
A. S-HTTP
B. SSL
C. IETF
D. EIT
Answer: B
Explanation: S-HTTP sends a single, secure message. SSL - Secure Sockets Layer - allows for data to be transmitted across a secure connection. IETF (Internet Engineering Task Force) approves all standards for the Internet, and EIT (Enterprise Integration Technologies) is the company that first developed S-HTTP.
Question number: 29
Question: The point where ISPs connect with each other to form the Internet backbone:
A. NFS
B. SMB
C. NAP
D. NSP
Answer: C
Explanation: A NAP (Network Access Point) is where ISPs connect with each other to form the Internet backbone.
Question number: 30
Question: To create a link on a web page to allow the user to send email to Emmett Dulaney, the syntax within HTML would be:
A. <A HREF="mailto:edulaney@ds-technical.com"> Emmett Dulaney </A>
B. <A HREF="Emmett Dulaney "> mailto:edulaney@ds-technical.com </A>
C. <M HREF="mailto:edulaney@ds-technical.com"> Emmett Dulaney </M>
D. <M HREF="Emmett Dulaney "> mailto:edulaney@ds-technical.com </M>
Answer: A
Explanation: The correct syntax is <A HREF="mailto:edulaney@ds-technical.com"> Emmett Dulaney </A>
Question number: 31
Question: A browser plug-in that supports audio, video, animation, and user actions on Windows and Mac platforms is:
A. Shockwave
B. Perl
C. JScript
D. Java
Answer: A
Explanation: Shockwave is the only plug-in listed here, with programming languages being the other choices. Shockwave supports user actions like mouse movements as well as audio, video and animation. It was developed by Macromedia.
Question number: 32
Question: Ping requests utilize the echo function of what protocol:
A. TCP
B. IP
C. ICMP
D. IGMP
Answer: C
Explanation: Ping bounces packets off the ICMP protocol and a network can be brought to its knees by repeated requests of this type.
Question number: 33
Question: You need to establish a web site that your vendors can access and help update. You want to restrict the access to your employees and vendors. The type of site you should create is a(n):
A. Internet
B. Intranet
C. Extranet
D. VPN
Answer: C
Explanation: An extranet is used for employee and vendor/customer access.
Question number: 34
Question: The European equivalent of a T1 connection is:
A. T3
B. Channel
C. E1
D. SONET
Answer: C
Explanation: E1 is the European equivalent of T1. Whereas T1 can operate at 1.544 Mbps, E1 can operate at 2.048 Mbps. T1 has 24 channels, and E1 has 32.
Question number: 35
Question: The tool that can be used to query a DNS server from the command line:
A. TRACERT
B. FINGER
C. NBTSTAT
D. NSLOOKUP
Answer: D
Explanation: NSLOOKUP is used to query a DNS server.
Question number: 36
Question: The ability to translate documents such as web pages easily into other languages is provided by:
A. ASCII
B. Unicode
C. EDI
D. S/MIME
Answer: B
Explanation: Unicode allows multi-lingual and multi-character issues to be quickly resolved.
Question number: 37
Question: It could be described as a point-to-point communications technology that is operating system independent:
A. ATM
B. Frame Relay
C. ISDN
D. X.25
Answer: C
Explanation: ISDN - Integrated Services Digital Network - can send data, voice, and video over digital phone lines.
Question number: 38
Question: When copying data directly from the source of a competing vendor's web site for inclusion on yours, you should research:
A. copyright
B. patent
C. trademark
D. chattel
Answer: A
Explanation: Copyrights apply to written works.
Question number: 39
Question: On a UNIX host, you have enabled anonymous FTP. You want users to be able upload files only. What access should you give them to the directory they will access:
A. Read
B. Write
C. Execute
D. No Access
Answer: B
Explanation: Read permission allows them download and view. Write allows them to create and upload. Execute only allows them to run what is there and make no changes. No Access completely forbids them from the directory.
Question number: 40
Question: The following line of code will produce what result on a web page:
Copyright © 2000 D S Technical Solutions
A. Copyright + copy; 2000 D S Technical Solutions
B. ©2000 D S Technical Solutions
C. Copyright ©; 2000 D S Technical Solutions
D. Copyright © 2000 D S Technical Solutions
Answer: D
Explanation: The"© " syntax produces the copyright symbol - © - in HTML
Question number: 41
Question: E-mail message encryption would be supported by:
A. S/MIME
B. MIME
C. CGI
D. VBA
Answer: A
Explanation: S/MIME is an enhancement to MIME that supports RSA's public-key encryption of email messages.
Question number: 42
Question: The utility used to see the IP address of the current Windows NT host is:
A. IPCONFIG
B. IFCONFIG
C. NETSTAT
D. WINIPCFG
Answer: A
Explanation: IPCONFIG is used to view the IP configuration on a Windows NT host.
Question number: 43
Question: Your company wants to set up a server that will allow e-mail messages to be forwarded to all users in a think-group. Every user can contribute a message, and that message will be automatically forwarded to all members. The best server to use for this operation would be:
A. Proxy
B. Mail
C. News
D. List
Answer: D
Explanation: A proxy server goes between clients and the web server. A mail server sends and receives individual mail. A news server creates/distributes newsgroups. A list server sends single messages to all users on a list.
Question number: 44
Question: A device that can connect two networks together, and only two networks would be:
A. Firewall
B. Router
C. Hub
D. Bridge
Answer: D
Explanation: A bridge can connect two networks, and can even use non-routable protocols.
Question number: 45
Question: A line protocol that supports only TCP/IP:
A. SLIP
B. NetBIOS
C. NWLink
D. PPP
Answer: A
Explanation: SLIP - Serial Line IP protocol works only with TCP/IP. It was replaced in the market by PPP which works with other protocols. NetBIOS and NWLink are networking protocols and not line protocols.
Question number: 46
Question: A protocol commonly used by the end-user to receive email:
A. HTTP
B. SMTP
C. POP3
D. LPR
Answer: C
Explanation: HTTP is the protocol of the internet and web sites. SMTP (Simple Mail Transfer Protocol) is used to send mail. POP3 (Post Office Protocol) is used to receive mail. LPR is the command used to submit a print job.
Question number: 47
Question: The process of storing images on a proxy server for users to view from the proxy rather than from the original site they exist upon is known as:
A. cookies
B. caching
C. SAPI
D. QTVR
Answer: B
Explanation: Caching stores a copy of the file or image locally. When needed, it can then be accessed locally much quicker than the speed needed to obtain remotely.
Question number: 48
Question: To perform a web search and find all pages that lists states, but not those that list Indiana, the state of Indiana should be in your search as:
A. +Indiana
B. - Indiana
C. -Indiana
D. Indiana+
Answer: C
Explanation: To exclude a word from a search, precede the word with a minus sign (-). To require a word to be in a search, precede the word with a plus sign (+). To require words to be appear together, put quotes around them.
Question number: 49
Question: The organization responsible for approving all standards for the Internet is:
A. IEF
B. ISO
C. IETF
D. EIT
Answer: C
Explanation: The IETF (Internet Engineering Task Force) approves all standards for the Internet.
Question number: 50
Question: Choose the valid IP addresses available for assignment to hosts:
A. 200.127.127.1
B. 1.5.10.256
C. 127.0.0.2
D. 256.1.1.1
E. 209.204.225.48
Answer: A+E
Explanation: For a valid address, the first octet must be between 1-223 (minus 127), and the remaining three octets can be between 0 -255.
Question number: 51
Question: IPCONFIG reports information based upon:
A. subnet
B. domain
C. NIC
D. user
Answer: C
Explanation: IPCONFIG shows information per NIC, as each NIC has a different set of IP configuration data.
Question number: 52
Question: A T1 connection supports data transfer rates of:
A. 56 Kbps
B. 64 Kbps
C. 1.544 Mbps
D. 43 Mbps
Answer: C
Explanation: A T1 is a dedicated phone line that supports data speed of 1.544 Mbps by using 24 channels. The European equivalent of the T1 is the E1.
Question number: 53
Question: Spoofing a site involves:
A. ping
B. e-mail
C. fake IP addresses
D. ICMP
Answer: C
Explanation: Making a message appear as if it came from another location (such as internally) is known as spoofing.
Question number: 54
Question: Your company wants to set up secure messaging for all users by uniquely identifying them. The best server to use for this operation would be:
A. Proxy
B. Certificate
C. News
D. List
Answer: B
Explanation: A proxy server goes between clients and the web server. A certificate server issues individual digital certificates. A news server creates/distributes newsgroups. A list server sends single messages to all users on a list.
Question number: 55
Question: The divisions of DNS areas are known as:
A. domains
B. zones
C. fields
D. hives
Answer: B
Explanation: DNS divisions are known as zones.
Question number: 56
Question: A programming language that allows you to create executable files is:
A. C
B. Perl
C. ASP
D. JavaScript
Answer: A
Explanation: The C language includes compilers that allow you to create executable files. All other entries are scripting languages and do not generate executables.
Question number: 57
Question: To find all sites that talk about CERTIFICATION, but do not sell products, the best search criteria would be:
A. certification -purchase -buy -sell
B. "certification only"
C. -certification
D. +purchase,sell,buy -certification
Answer: A
Explanation: To exclude a word from a search, precede the word with a minus sign (-). To require a word to be in a search, precede the word with a plus sign (+). To require words to be appear together, put quotes around them.
Question number: 58
Question: The maximum number of hosts available on a class C address is:
A. 254
B. 256
C. 65,534
D. 16,777,214
E. 64,256,254
Answer: A
Explanation: The maximum number of hosts available on a Class C address is 254.
Question number: 59
Question: To begin processing of a JavaScript routine on your web page, precede the code with the line:
A. <A HREF="JavaScript"></A>
B. <script language="JavaScript"></script language>
C. <script language="JavaScript">
D. <language="JavaScript"></language>
Answer: C
Explanation: The correct syntax is <script language="JavaScript">
Question number: 60
Question: TIFF is an acronym for:
A. Transparent Imaging File Format
B. Translucent Integrated Font File
C. Transportable Image Format File
D. Tagged Image File Format
Answer: D
Explanation: TIFF is an acronym for Tagged Image File Format
Question number: 61
Question: The top level Internet domain for the Madison County Courthouse should be:
A. .org
B. .gov
C. .mil
D. .edu
E. .net
Answer: B
Explanation: Being a government institution, the top-level domain should be .gov
Question number: 62
Question: The method by which SET authenticates and identifies users is through:
A. ASP
B. digital signatures
C. digital certificates
D. cookies
Answer: B
Explanation: SET - Secure Electronic Transaction - is a standard for using digital signatures to uniquely identify users and allow for credit card transactions over the Internet.
Question number: 63
Question: A proxy server can (choose all correct answers):
A. improve network performance
B. filter requests
C. provide Internet access to non-TCP/IP-based clients
D. allow for dial-in connections
Answer: A+B+C
Explanation: A Proxy server intercepts client requests to see if it can first fill them. If it cannot, then the request is forwarded on. A proxy server can filter requests, improve performance (through caching and offering data locally rather than through the speed of the connection) and allow Internet access to clients that may not be running TCP/IP. An access server (or remote access server) is used to provide dial-in connections
Question number: 64
Question: Spamming a site involves:
A. ping
B. e-mail
C. IP addresses
D. ICMP
Answer: B
Explanation: Flooding a site with junk email is known as spamming.
Question number: 65
Question: On a UNIX host, you want users to be able to download files through anonymous FTP. What access should you give them to the directory they will access to prevent any other operations:
A. Read
B. Write
C. Execute
D. No Access
Answer: A
Explanation: Read permission allows them download and view. Write allows them to create and upload. Execute only allows them to run what is there and make no changes. No Access completely forbids them from the directory.
Question number: 66
Question: The tool to use to check IP to MAC address resolution:
A. PING
B. ARP
C. IPCONFIG
D. WINIPCFG
Answer: B
Explanation: ARP is used to check IP to MAC resolution.
Question number: 67
Question: An attachment to email used to uniquely identify a sender is a(n):
A. digital signature
B. digital certificate
C. cookie
D. E3
Answer: A
Explanation: A digital signature is an attachment to email used to uniquely identify a sender.
Question number: 68
Question: A device that can sends the signal it receives to all ports connected to it without any examination would be a:
A. Firewall
B. Router
C. Hub
D. Bridge
Answer: C
Explanation: A hub receives data in and sends it out to all ports.
Question number: 69
Question: A protocol commonly used to submit a print job on TCP/IP:
A. HTTP
B. SMTP
C. POP3
D. LPR
Answer: D
Explanation: HTTP is the protocol of the internet and web sites. SMTP (Simple Mail Transfer Protocol) is used to send mail. POP3 (Post Office Protocol) is used to receive mail. LPR is the command used to submit a print job.
Question number: 70
Question: Which protocol is best for direct connections with guaranteed delivery:
A. TCP
B. UDP
C. ICMP
D. IGMP
Answer: A
Explanation: TCP is used for guaranteed delivery by establishing connections. UDP is its counterpart, used when a connection is not required.
Question number: 71
Question: Which of the following is not a tunneling protocol:
A. PPP
B. L2TP
C. PPTP
D. L2F
Answer: A
Explanation: PPP is the Point-to-Point Protocol and not a tunneling protocol. L2TP (Layer Two Tunneling Protocol) is built on PPP. PPTP - Point-to-Point Tunneling Protocol is from Microsoft, while L2F is from Cisco.
Question number: 72
Question: Files written in VRML have an extension of:
A. .WRL
B. .VRML
C. .VRM
D. .VRL
Answer: A
Explanation: VRML (Virtual Reality Modeling Language) files have an extension of .WRL for World.
Question number: 73
Question: To make web pages load quicker, you can configure your browser to not:
A. Play videos
B. Notify when downloads complete
C. Use AutoComplete
D. Use HTTP 1.1
Answer: A
Explanation: Disabling the playing of videos will allow the pages to load faster. If you then want to watch an individual video, you can right click on the icon for it and choose for it to show.
Question number: 74
Question: To access an extranet, you must have:
A. the correct FQDN only
B. a correct FQDN, and valid username only
C. a correct FQDN, valid username and password
D. a digital certificate
Answer: C
Explanation: Whereas an intranet is only available internally, an extranet is available to users with a valid username and password (and the correct FQDN - Fully Qualified Domain Name - to get there.)
Question number: 75
Question: Which of the following applications would be most likely to store graphics as vector-based entities:
A. a design program
B. a paint program
C. a presentation program
D. an animation program
Answer: A
Explanation: Design programs store images in vector-based formats. Paint programs use bitmapped formats.
Question number: 76
Question: Methods of resolving host names to IP addresses for Unix hosts would include:
A. DHCP
B. WINS
C. HOSTS
D. DNS
E. LMHOSTS
Answer: C+D
Explanation: Host names can be resolved with the HOSTS files or DNS.
Question number: 77
Question: The tool/utility that can be used to follow the route a packet takes to reach its destination is:
A. Ping
B. Telnet
C. Tracert
D. NBTSTAT
Answer: C
Explanation: Ping verifies that a host is reachable, while Tracert shows the route that is taken to reach it. Telnet is used for dumb-terminal connections, and NBTSTAT shows the status of NetBIOS-to-IP name resolution.
Question number: 78
Question: The protocol that runs at port 110:
A. LDAP
B. Telnet
C. POP3
D. SMTP
Answer: C
Explanation: LDAP runs at port 389; Telnet at port 23; POP3 at port 110; and SMTP at port 25.
Question number: 79
Question: Which of the following could be indicative of suspicious activity:
A. Multiple login failures
B. Denial of service attacks
C. A user's password expiring
D. Inability for a user to print
Answer: A+B
Explanation: Suspicious activity is marked by multiple login failures, DoS attacks, and flooding (mail, ping, syn). Normal activities for an individual user cannot be construed as suspicious activity. See objective 5.2
Question number: 80
Question: To place a link on a web page that takes the user to www.certificationcorner.com, the syntax is:
A. <A HREF="Certification Corner <http://www.certificationcorner.com>"/A>
B. <A HREF="http://www.certificationcorner.com">Certification Corner</A>
C. <A ="http://www.certificationcorner.com">HREF = Certification Corner</A>
D. </A HREF=" Certification Corner"> http://www.certificationcorner.com <A>
Answer: B
Explanation: The correct syntax is <A HREF="http://www.certificationcorner.com">Certification Corner</A>
Question number: 81
Question: Which component of a web page is not required in HTML:
A. <html>
B. <tr>
C. <head>
D. <body>
Answer: B
Explanation: The <tr> syntax is used to signify rows in a table and is not a required component on all HTML pages
Question number: 82
Question: Which of the following TCP/IP addresses constitute the loopback address:
A. 1.1.1.1
B. 255.0.0.0
C. 255.255.255.255
D. 127.0.0.0
E. 127.0.0.1
Answer: E
Explanation: 127.0.0.1 is the loopback address.
Question number: 83
Question: You need to establish a web site that your employees can use to see human resource-related information and internal documents. The type of site you should create is a(n):
A. Internet
B. Intranet
C. Extranet
D. VPN
Answer: B
Explanation: An Intranet is used for employee and internal-to-the-company access.
Question number: 84
Question: The all-purpose tool to use for connection verification:
A. PING
B. ARP
C. IPCONFIG
D. WINIPCFG
Answer: A
Explanation: PING verifies that a host can be reached.
Question number: 85
Question: The default subnet mask for a network beginning with 132 is:
A. 127.0.0.1
B. 255.0.0.0
C. 255.255.0.0
D. 255.255.255.0
Answer: C
Explanation: A network beginning with 132 is a Class B network (128-191), and thus has a default subnet mask of 255.255.0.0.
Question number: 86
Question: The graphics file format used by PostScript is:
A. PNG
B. AVI
C. PS
D. EPS
Answer: D
Explanation: The graphics file format the PostScript language uses is EPS - Encapsulated PostScript.
Question number: 87
Question: Which of the following could constitute access security features for an Internet server:
A. requiring the use of digital certificates by all users
B. mail flooding
C. username and password requirements for all users
D. the use of digital signatures by all users
Answer: A+C+D
Explanation: Mail flooding - spamming - is an example of an attack and not a preventive implementation. See objectives 5.1 and 5.3
|
|