i-Net +

Q-1The Internet requires an ACL (Access Control List).
BFalse
ExplanationFalse Internet Service Providers often require you to verify your identity before gaining access to the Internet but once you have gained access the Internet is open to everyone.

Q-2Where do the majority of corporate network security violations come from?
AEmployees
ExplanationEmployees Intranets are typically secured from the Internet and outside hackers. The most likely source of security violations is from insiders. Violations may be intentional or accidental. In any case steps must be taken to protect networks from insiders. These steps should include carefully assigned permission.

Q-3Which network device guards a server from attacks over the Internet?
BFirewall
ExplanationFirewall Firewalls are computers or other devices that keep outsiders from accessing a secured network.

Q-4Which of the following method to send data over the Internet in a secure format?
ATunneling protocol (Virtual Private Networks)
ExplanationTunneling protocol (Virtual Private Networks) Tunneling protocols like PPTP and L2TP provide for secure data transmissions over the Internet.

Q-5What does CSS stand for in a server/Internet capacity?
DCommercial Secured Server
ExplanationCommercial Secured Server For web site development, it would be Cascading Style Sheets. In the context of servers and/or e-commerce security, it means Commercial Secure Server.

Q-6Dynamic Packet Filtering is used by .....?
AFirewalls
ExplanationFirewalls Packet filtering firewall technology has been improved by the addition of dynamic packet filtering. In dynamic packet filtering all incoming packets are compared against defined rules contained in a limited command set for one or more low level protocols. The rules determine if the packet is denied or accepted and passed on to the network stack. Each packet is then associated with additional information based on information contained within the packet. Based on a combination of the data contained within the network packet and the state information, dynamic rules are added or removed from the packet filter. If a packet satisfies all of the packet filter rules it either propagates up the network stack for future processing or gets forwarded to the network host.

Q-7If you want to have secure communications on your Intranet, what must you implement in order to create your own key pairs?
BCertificate server
ExplanationCertificate server In order to be able to accept credit cards on line, you must install a security certificate from the certificate authority. Verisign is a certificate authority. The certificates are used for data encryption and also for authenticating web sites. When you access a commercial web site and placing the order with your credit card, the Certificate, installed on that site, tells your browser that the web site is really who they say they are because they have been verified by the certificate authority prior to issuing the certificate.

Q-8When a system is sent repeated ICMP echo requests. Choose 2
APING attack
BPing Flood
CSPOOFING
DSYN attack
AnsAB
ExplanationPing flood, Ping attack Ping uses the ICMP protocol. If someone sends you a continuous stream of Ping packets, your machine can become bogged down by trying to reply to all of them.

Q-9Which organization approves the standards of Anti-Virus Software?
CICSA
ExplanationICSA ICSA Labs is the security industry's central product testing and certification body. ICSA Labs certifies 98 percent of the market's anti-virus software. W3C - World Wide Web Consortium develops open standards for the Web. The W3C is the chief standards body for HTTP and HTML. IETF - Internet Engineering Task Force is the main standards organization for the Internet. IAB - Internet Architecture Board - is a technical advisory group of the Internet Society It oversees the Internet Engineering Task Force (IETF), Internet standards process, and Request for Comments (RFCs)

Q-10Which term means encrypted text?
BCiphertext
ExplanationCiphertext Encryption (also called cryptography) is a method of transforming communications and stored data into a form that is unintelligible to anyone other than the intended receiver. The original data are referred to as plaintext and the encrypted data as ciphertext. With modern encryption systems, the data are represented as streams of 0's and 1's, and the encryption algorithm transforms the plaintext bit stream into one that appears random.

Q-11What protocol is the least secure?
ASMTP
ExplanationSMTP Simple Mail Transfer Protocol, a protocol used to transfer electronic mail between computers. The SMTP dialog usually happens in the background under the control of the message transport system, but it is possible to interact with an SMTP server using telnet to connect to the normal SMTP port, 25.

Q-12Encryption is used where?
AIn Virtual Private Networks
ExplanationIn Virtual Private Networks Virtual Private Networks are built using PPTP or other tunneling protocols to provide encrypted (secure) communications across the Internet. They are used for connecting two different company sites such as with an Extranet, or for allowing a remote user to securely access a site.

Q-13Which protocol has the highest security?
APPTP
ExplanationPPTP Point to Point Tunneling Protocol, a protocol for connecting Windows NT clients and servers over Remote Access Services (RAS). PPTP can be used to create a Virtual Private Network between computers running NT. PPTP encrypts the data transmitted.

Q-14Where do the majority of security violations within corporate networks come from?
AEmployees
ExplanationEmployees Whether intentionally or unintentionally employees can usually cause the most havoc if their permissions are not properly controlled.

Q-15You want to increase the security of e-mail messages being sent from employees in your organization. Which of the following server types could you set up to help you to accomplish this?
CCertificate
ExplanationCertificate Establishing a certificate server using software such as Netscape Certificate Server or Microsoft Certificate Server would enable you to create and verify digital certificates that provide encryption of e-mail messages. PGP (Pretty Good Privacy) can also be used to encrypt e-mail, however PGP is not a server type - it is software that can be used to encrypt e-mail using digital signatures as opposed to digital certificates. Proxy servers can be used to cache web pages for faster access or to filter TCP packets. FTP servers can be used to transfer files. Neither of these servers encrypts e-mail messages.

Q-16Susan's Web server crashes every time she restarts it. She uses a packet sniffer and discovers a ping flood directed at her server. Which type of attack is occurring?
DDenial of service
ExplanationDenial of service Denial-of-service attacks are the most common type of attack. These occur when the host or system cannot perform properly because another program or node on a network is using all the system's resources. A hacker can generate a rapid flood of information, such as a large number of ping packets (called a ping flood), to overburden or crash the network device. A brute force attack occurs when a hacker attempts to gain access to the network as a legitimate user. The hacker keeps trying different combinations of user names and passwords until he is able to log on. Spoofing refers to an attack in which the hacker's host or application poses as a legitimate network device. The hacker might use IP spoofing so it appears as though the packets originated from a trusted system. An insider attack is one in which someone physically inside the organization does the hacking.

Q-17What is the ability to change the IP packet to take the identify of another system called?
BSpoofing
ExplanationSpoofing Spoofing is using a protocol analyzer or other device to intercepting and decoding packets sent to and from the server in order to find the account ID and password. With this information the spoofer can pretend to be the transmitter or recipient of the data packet.

Q-18Which type of scan allows an antivirus program to find undefined viruses by looking for suspicious activity?
Cheuristic scan
Explanationheuristic scan A heuristic scan is a type of antivirus scan that looks for suspicious activity that might indicate a virus, even if there is no definition for that virus. Suspicious activity might be a program going resident, or making changes to the operating system. False alerts are common, and can scare an inexperienced user. An on-demand scan is one that starts when the user tells the software to scan for viruses. It uses specific virus definitions. An on-access scan looks for viruses whenever a file is accessed. For instance, when you open a file sent in an email, or download a file from the Internet, the software would automatically initiate a virus scan. An emergency scan is performed when it is likely that a virus has already taken control of the computer. It runs from an emergency boot disk so that only the antivirus software and the operating system are running.

Q-19What single-key encryption method is used to encrypt and decrypt a message?
Csymmetric
Explanationsymmetric This is symmetric because the reciever decode a transmission with exactly the same key that was used to encode the transmission.

Q-20Which of the following describes a "man in the middle" security attack?
AA hacker intercepting and substituting a security key
ExplanationA hacker intercepting and substituting a security key An Internet hacker may interfere with the initial public key exchange, by intercepting the very first message to a new correspondent and substituting the genuine public key with a bogus one.

Q-21You are the security expert on a Web site development team. The specification for an e-commerce system you are implementing requires secure user authentication. Which of the following solutions will meet those needs?
BDigital certificates
ExplanationDigital certificates Digital certificates and certificate servers are a form of authentication and are used as a secure method of exchanging public keys over a nonsecure network such as the Internet.

Q-22You are getting a large number of ICMP (SMURF) attacks. How can you protect your network?
DFiltering on the Proxy Server
ExplanationFiltering on the Proxy Server Filtering on the proxy server is the way to protect your network from a smurf attack. Smurfing falls under the general category of Denial of Service attacks -- security attacks that don't try to steal information, but instead attempt to disable a computer or network. Smurfing is a type of network security breach in which a network connected to the Internet is swamped with replies to ICMP echo (PING) requests. A smurf attacker sends PING requests to an Internet broadcast address. These are special addresses that broadcast all received messages to the hosts connected to the subnet. Each broadcast address can support up to 255 hosts, so a single PING request can be multiplied 255 times. The return address of the request itself is spoofed to be the address of the attacker's victim. All the hosts receiving the PING request reply to this victim's address instead of the real sender's address. A single attacker sending hundreds or thousands of these PING messages per second can fill the victim's T-1 (or even T-3) line with ping replies, bring the entire Internet service to its knees. Smurfing falls under the general category of Denial of Service attacks -- security attacks that don't try to steal information, but instead attempt to disable a computer or network.

Q-23Why cannot U.S. sites support browser encryption that uses keys longer than 40 bits?
AMost countries outside US only use browser capable of 40 bit encryption.
ExplanationMost countries outside US only use browser capable of 40 bit encryption. Browsers prior to Netscape 4.7, and Internet Explorer 5.5, came in two flavors. Ones which have been exported from the US, which are limited to 40, and 56 bit support, due to US export regulations. These are called International or non-US versions. Browsers downloaded inside the US and Canada, support 128 bit 'strong encryption'. In terms of what the numbers represent, "128" and "40" bit encryption refer to the size of the key used to encrypt the message. Roughly speaking, 128-bit encryption is 309,485,009,821,345,068,724,781,056 times stronger than 40-bit encryption. Presently, 40-bit encryption is not considered "strong" security in the cryptographic community.

Q-24Which are tunneling protocols? Choose 2
AL2TP
ExplanationL2TP, PPTP L2TP (Layer 2 Tunneling Protocol) and PPTP (Point to Point Tunneling Protocol) are used for creating Virtual Private Networks (VPNs)

Q-25Which protocol has the highest security?
CPPTP
ExplanationPPTP Point to Point Tunneling Protocol (PPTP) is used to ensure that messages transmitted from one VPN node to another are secure. The second best choice would be Layer Two Tunneling Protocol (L2TP) but L2TP alone cannot encrypt data. For encryption L2TP relies on IP security (IPSec).

Q-26You know that web pages using HTTP have a default "well known" port number of 80. But while accessing an Internet vendor you instead of seeing the URL http://www.examdrill.com/ you see that the URL is https://www.examdrill.com/ and there is a closed padlock in the status bar of the browser. What port number are you accessing?
A443
Explanation443 This is the default port for HTTPS/SSL. This is the encrypted form of HTTP that normally runs over port 80. This is the default port used when you do credit card transactions with an e-commerce site. All communication between the server and the browser is encrypted when you use SSL. You can tell when you are using SSL by looking at the URL - it starts "https://" (as opposed to "http://") and most browsers have some visual indication, e.g., Netscape has an unbroken key or locked padlock in the bottom left-hand corner of the browser (on the Status Bar), Internet Explorer has a padlock that is locked toward the bottom right-hand corner of the browser (also on the Status Bar). SSL uses well known port number 443

Q-27You are making an online purchase and notice that there is a padlock icon in the status bar of your browser window as shown below. What does this mean?
AYou have contacted a server using Secure Sockets Layer Encryption.
ExplanationYou have contacted a server using Secure Sockets Layer Encryption. SSL is an encryption scheme. All communication between the server and the browser (for instance credit card number) is encrypted when you use SSL. You can tell when you are using SSL by looking at the URL - it starts "https://" (as opposed to "http://") and most browsers have some visual indication, e.g., Netscape has an unbroken key or locked padlock in the bottom left-hand corner of the browser (on the Status Bar), Internet Explorer has a padlock that is locked toward the bottom right-hand corner of the browser (also on the Status Bar). The absence of the padlock indicates that the data you are viewing is not secure.

Q-28Which technology implements VPNs using IPSec?
AL2TP
ExplanationL2TP (Layer 2 Tunneling Protocol) Virtual Private Networks are built using PPTP or other tunneling protocols to provide encrypted (secure) communications across the Internet. They are used for connecting two different company sites such as with an Extranet, or for allowing a remote user to securely access a site. Of the two tunneling protocols which are important for the I-Net+ exam you should know that PPTP encrypts and tunnels data but L2TP uses IP Security protocol (IPSec) to encrypt data..

Q-29Which step is most subject to network congestion?
CTransmitting the response from server to client
ExplanationTransmitting the response from server to client. A server generating contents for the output and displaying the content on the client are not really bandwidth issues. They have to do with processing and display power in the server and the client. However getting a request to the computer and transmitting the response to the client are bandwidth bottleneck problems.

Q-30What two things does a digital signature verify?
AVerifies the identity of the sender.
BVerifies the information in a document was not tampered with.
CEncrypts a message to which it is applied
DCannot stand up in court.
AnsAB
ExplanationVerifies the identity of the sender. Verifies the information in a document was not tampered with. A digital signature verifies two things: the source of a document, and its integrity. When, for instance, a notary electronically signs a transcript, the entire document is mathematically manipulated to produce a fingerprint, which is then encrypted along with a unique ID. When the recipient checks the signature, it will fail to verify if even a single character has been changed. This assures that your copy of the document has not been tampered with, and that it came from the notary it purports to come from. The simplest way to sign documents electronically is to use systems like PGP (Pretty Good Privacy) or VeriSign, which have gained widespread acceptance as secure signature systems, and have no per-use cost.

Q-31What protocol does not use Logon Authentication?
ASLIP
ExplanationSLIP Serial Line Internet Protocol (SLIP) does not provide error detection, compression or encryption. Point-to Point Protocol (PPP) is the Internet standard for transmitting network layer datagrams, for instance IP packets, over serial point-to-point links. Point to Point Tunneling Protocol (PPTP) is a protocol that can be used to create a Virtual Private Network between computers running NT. Layer Two Tunneling Protocol (L2TP) is a tunneling protocol that operates at the data link layer of the OSI model L2TP uses IPSec to encrypt data.

Q-32If the server has lots of open connections but is not completing them You run "netstat -n -p tcp" and get the results as shown in the exhibit. What is happening?
ASNY attack
ExplanationSYN Attack An intruder can write a program that will establish a connection with your server and half-open TCP ports. That will block the access to your server.If a large number of connections are in the SYN_RECEIVED state, it is possible that the system is under attack. Netstat can be used to identify how many half open connections you have.

Q-33Which is a single key encryption method?
BSymmetric
ExplanationSymmetric Symmetric encryption is a type of encryption where the same key is used to encrypt and decrypt the message. Asymmetric, or public key, encryption uses one key to encrypt and another to decrypt the message.

Q-34Why cannot U.S. sites support browser encryption that uses keys longer than 40-bits?
ASuch technology is regarded as munitions grade by the U.S. government
ExplanationSuch technology is regarded as munitions grade by the U.S. government. The U.S. government has designated strong encryption technology, (such as 128 bits) as munitions and a threat to national security. It is illegal to export encryption technology based on more than 40 bits.

Q-35Access control is NOT used on which type of network?
BInternet
ExplanationInternet While ISPs generally use access controls, the Internet itself is open to everyone that can obtain a connection.

Q-36Some of your user connecting via RAS, what's best to prevent unauthorized access to your network?
DFirewall
ExplanationFirewall Firewalls are used to prevent unauthorized access from the external network such as Internet to your local network. Many organizations configure firewalls to prohibit access to certain domains.

Q-37Where could you find specifications for secure online transaction?
CSET
ExplanationSET The SET Secure Electronic Transaction protocol is designed to help break down barriers to electronic commerce such as misuse or theft of data. SET was jointly developed by MasterCard, VISA, IBM and other technology companies. It's an industry-wide open standard for online credit card transactions. SET helps ensure the privacy and integrity of real time credit card payments transactions over the Internet. The SET protocol only addresses the transaction payment phase -- from the individual, to the merchant, to the the merchant's current credit card processor.

Q-38In order to access a web site named secure.website.com that uses SSL and requires you to log on. Which URL is correct?
Dhttps://username:password@secure.website.com
Explanationhttps://username:password@secure.website.com Web pages that require an SSL connection start with https. Notice the "s" after the "http. Username and password are separated by a colon and Password and server are separated by an ampersand (@).

Q-39You just got over a denial of service due to a PING attack, what can you do to prevent it from happening again?
AReconfigure your firewall to disallow ICMP echo replies entering your network.
ExplanationReconfigure your firewall to disallow ICMP echo replies entering your network. A PING flood is when multiple ICMP PING messages are sent to the server. This will result in high traffic to your server and access to legitimate clients will be denied. By reconfiguring the firewall to disallow ICMP echo replies this kind of attack will be impossible.

Q-40Which of the following attributes can you use to increase the amount of space in between cells?
CCELLSPACING
ExplanationThe CELLSPACING attribute of the [TABLE] tag adds space in between cells. You specify the amount of space in pixels as in this example: [TABLE CELLSPACING="5"]. The CELLAPDDING attribute of the [TABLE] tag adds space in between the cell contents and the cell border. Its syntax is similar to that of CELLSPACING. The BORDER attribute specifies the size of the border around the table. Its syntax is similar to that of CELLSPACING. The COLSPAN attribute allows you to create cells that are wiser than other cells in the same column by allowing them to span multiple columns. You can use the COLSPAN attribute and the similar ROWSPAN attribute with the [TH] and [TD] tags.

Q-41You want to create a bulleted list of three items on your HTML page. Which of the following code selections will enable you to accomplish this?
C[UL][LI]Item1[LI]Item2[LI]Item3[/UL]
Explanation[UL][LI]Item1[LI]Item2[LI]Item3[/UL] Use [UL] to create an unordered, bulleted list. Use [OL] to create an ordered, numbered list. Enclosed within the beginning and ending tags for an ordered or unordered list, use the [LI] tag before each item in the list. Closing [/LI] tags are unnecessary.

Q-42In a multi-tiered architecture object, request brokers can be implemented through what?
ACORBA
ExplanationCORBA If your application is running on a single computer, it has a one-tier architecture. If your application is running on two computers, for instance, a Web CGI application that runs on a Web browser and a Web server, then it has two tiers. In a two-tier system, you have a client program and a server program. A three-tier application adds a third program to this, usually a database, in which the server stores its data. The flow of information is: a request comes from the client to the server; the server requests or stores data in the database; the database returns information to the server; the server returns information back to the client. Many technologies exist that help contain this complexity, including CORBA, EJB, DCOM, and RMI, and products based on these technologies are being marketed.

Q-43Which is a server side script?
BPERL
ExplanationPERL Two most popular types of server side scripts standards are CGI ( Common Gateway Interface) and ISAPI (Internet Server Application Programming Interface). CGI scripts can be written in many programming languages. PERL (Practical Extraction and Report Language) and C are probably the most popular for writing CGI scripts.

Q-44HTML is an anagram for Hypertext Markup Language. The "D" in "DHTML" stands for what?
ADynamic
ExplanationDynamic The purpose of Dynamic HTML is to make Web content more compelling, productive and interactive. Microsoft and Netscape agree on some basic Dynamic HTML specifications, including address layering, which allows the overlaying of HTML text and images; positioning, which lets Web designers position information on a screen with pixel-level accuracy; and Web fonts.

Q-45You have a graphic on your web page that is 40mm x 60mm. Which format loads the fastest?
A72 dpi
Explanation72 dpi The lowest resolution would represent the least amount of data that must be transmittted. Therefore the graphic with a resolution of 72 dots per inch (dpi) would be transmitted more quickly than the other choices.

Q-46What is CSS?
ACascading Style sheet
ExplanationCascading Style Sheet CSS (Cascading Style Sheet) is a collection of [style] elements that describe how different HTML elements are presented. CSS information can be stored in a separate file on the server and all web pages can have links to that file. This way all pages will have the same look and feel.

Q-47You have created a Web page that uses some proprietary tags developed by Microsoft for Internet Explorer 5. What will happen when users view this page with browsers developed by other manufacturers?
BText and graphics using the proprietary tags will not display as expected in some or all of the other browsers.
ExplanationText and graphics using the proprietary tags will not display as expected in some or all of the other browsers.

Q-48JavaScripts and PERL scripts are examples of what?
APlain text files that can be written using any text editing application.
ExplanationPlain text files that can be written using any text editing application. JavaScript is interpreted by the browser, while PERL scripts are run on the server. Both can be written using a text editor. Visual Basic Script (VBScript) is different from Java and PERL. VBScript may require Microsoft's Internet Explorer to run correctly.

Q-49You want to implement ASP (Active server Pages) on your sites server. What must be in place before you can use these types of pages?
AIIS
ExplanationIIS Internet Information Server is the Microsoft's implementation of the Web server. If you need to have ASP (active server pages), you must use IIS.

Q-50What is Microsoft's preferred server-side scripting language called?
AActive Server Pages (ASP)
ExplanationActive Server Pages (ASP) If you need to have ASP (active server pages), you must use IIS, Microsoft's Internet Information Server.

Q-51What is the second line of MIME?
AContent Type
ExplanationContent line The concept behind the MIME format is simple: instead of assuming that e-mails are plain text, MIME allows the sending computer to specify the specific details of the content itself (such as its content-type and encoding type). In comparison to a standard e-mail, MIME formatted e-mail includes three extra headers: MIME-Version, Content-Type and Content-Transfer-Encoding. Take a look at the MIME encoded email below. You might have to scroll down to see all of it. From: "Dan the man" [dan@examdrill.com] To: bill techs [bill@tech.net] Subject: Hello from Dan! Date: Fri, 10 Jan 2002 23:10:40 -0400 Message-ID: [000d01c0f9e7$bee1bb00$8a22f340@oemcomputer] MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Hello from examdrill.com!

Q-52You have a site that can host "virtual servers" which use different DNS names that are resolved to the same IP address. Which of the following protocols allows this this?
CHTTP 1.1
ExplanationHTTP 1.1 HTTP is the protocol that enables the use of virtual servers. All the other choices are not protocols at all they are programming languages.

Q-53“Method”, “Action”, and “Input Type” are all attributes of what?
AForm
ExplanationForm A form might look something like this: [form action="" method="" name="formname"] [input type="text" disabled size="10" name="textname"] [input type="checkbox" onclick="codename()" name="checkboxname" value="ON"] [input type="submit" value="Add"] [input type="reset" value="Clear"] [/form]

Q-54What are the three basic elements of every web?
AHTML declaration
Bhead
Cbody
DIMG
Ansabc
ExplanationEvery web page has three basic elements: HTML declaration, head and body. The basic structure of the HTML document is [HTML] [HEAD] [TITLE]pages title[/TITLE] [/HEAD] [BODY]the contents of the page go here including all necessary formatting tags[/BODY] [/HTML]

Q-55Which of the following is not essential for a web page? [HTML] [BODY] [TEXTAREA] [TITLE]
A[TEXTAREA]
Explanation[TEXTAREA] This is a form element and must be defined within a FORM tag. The [TEXTAREA] allows a text entry area with multiple rows. Note that it's a container and has a closing tag. [/TEXTAREA] The basic structure of the HTML document is [HTML] [HEAD] [TITLE]pages title[/TITLE] [/HEAD] [BODY]the contents of the page go here including all necessary formatting tags[/BODY] [/HTML] Web page has three basic elements: HTML declaration, head and body. Some tags require attributes.

Q-56What is the most common way of getting information from a web surfer?
AAn HTML form
ExplanationAn HTML form Forms are used for the input of data that will be sent to the server for processing. An example of the form is the e-mail form that is widely used on the Internet. A user can fill out the form and send the data to the server. The HTML tag to start the form is [form]. It requires the closing tag [/form].

Q-57Where do most search engines get their information about sites from?
AMETA tags
ExplanationMETA tags. The [META] tags go inside the [HEAD] ...[/HEAD] tags. [META] tags are used to include the site's description and keywords that search engines use to index sites. META tags must have attributes. Usual attributes are "name" and "content". For instance: [META name="copyright" content="author name"]

Q-58What does LANG do?
ATells the browser what type of language to expect in the page.
ExplanationTells the browser what type of language to expect in the page. This helps search engines and browsers understand different languages as being different languages rather than just misspelled English. For example: SPAN LANG="es"]el Taladro de Examen le da muchos de preguntas de práctica y las explicaciones que cubren todos los objetivos de examen verdaderos. [/SPAN] The LANG sub-command does not translate. You must still write the text in the native tongue. The LANG command just allows the search engines to recognize that section as Spanish text. Here are some other codes: ar (Arabic), de (German), el (Greek), fr (French), he (Hebrew), hi (Hindi), ja (Japanese), it (Italian), nl (Dutch), pt (Portuguese), ur (Urdu), ru (Russian), sa (Sanskrit), zh (Chinese).

Q-59You use the following code in your web page. It is not loading properly. What should you do to fix it? [HTML] [head] [TITLE]EXAM DRILL[title] [/HEAD] [body] Copyright © 2000 EXAM DRILL [/BODY] [html]
AThe closing [title] tag needs to be fixed.
ExplanationThe closing [title] tag needs to be fixed. The closing [title] tag needs to be changed to [/title]. The closing [html] should be closed ([/html]) but if you try making this simple web page with a text editor you will see that even if the closing [/html] tag is left out there is no change.

Q-60Under what circumstances may a webmaster use content from another site and place it on his own site?
DHe is doing a parody.
ExplanationHe is doing a parody. A parody exists when one imitates a serious piece of work, such as literature, music or artwork, for a humorous or satirical effect. A parody, because it is a method of criticism, must inevitably make use of another creative work. This often creates a conflict between the creator of the work that is being parodied and the creator of the parody. It is also highly unlikely that a copyright owner will grant permission to a parodist to use their copyright protected work in creating a parody. Since copyright law prohibits the substantial use of a copyrighted work without permission of the copyright owner, it may be necessary for the parodist to rely on the fair-use defense to forestall any liability for copyright infringement.

Q-61To what does trademark protection apply?
AAd slogans
ExplanationAd slogans Trademarks apply to words, phrases, and images used to describe products and services. Of the choices given, Ad Slogans would be the only one that could be a trademark. Processes would have to be patented. Graphical artwork other than logos would be copyrighted. MIDI files would be copyrighted.

Q-62Which is not eligible for copyright protection?
BAn ingredient list.
ExplanationAn ingredient list. You cannot copyright an idea, procedure, process, system, method of operation, concept, principle, or discovery. Copyrights are for original works fixed in a tangible medium, including: (1) literary works (2) musical works, including any accompanying words (3) dramatic works, including any accompanying music (4) pantomimes and choreographic works (5) pictorial, graphic, and sculptural works (6) motion picture and other audiovisual works (7) sound recordings (8) architectural works

Q-63A friend gives you a gif graphic to use on your web page. What should you check before using it?
AIf it is copyrighted.
ExplanationIf it is copyrighted. It is always wise to make sure you aren't using copyrighted material on your web page. Some graphics design software programs include a feature to embed a copyright notice in the graphics file in a form of a digital signature called a watermark. The watermark is not visible on the picture, but can be viewed with many graphics software. If the file were corrupted, it would not display properly and you would easily notice that. A graphic does not need to be compatible with web servers, the server simply stores it and allows it to be downloaded when requested by browsers. We may also safely assume that browser can display gif files.

Q-64Copyright protecting your original work is ________?
CNot required, but highly recommended
ExplanationNot required, but highly recommended Notice and registration may be necessary in order to sue an infringer for damages and attorneys fees. Preferred notice is given by affixing the copyright symbol ["©", "(c)", "Copr."], date of first publication, and name of owner to the work.

Q-65How many years does a copyright offer protection for an invention?
B0 years
Explanation0 YEARS Copyrights offer no protection for inventions. Inventions must be protected by patents, which are much more difficult to obtain. (Copyrights are automatic as long as the creators can prove they are the original creator.)

Q-66How should a copyright appear in a "head" section?
B[META NAME = "COPYRIGHT" CONTENT = "Year and Your name"]
Explanation[META NAME = "COPYRIGHT" CONTENT = "Year and Your name"] This tag allows you to define when your page was created. As the writer of your page you hold the copyright to the material on it. This does not allow you to claim the copyright on other people's works even if their work appears on your page.

Q-67If an author dies two years after obtaining a copyright, how many total years does the copyright last?
B72 years
Explanation72 years Previous to 1998 that a work was protected for 50 years after an authors death before it passed into the public domain. This law has been changed several times, most recently in October of 1998. Here is an excert from the US federal statute. (17 U.S.C. § 101 et.seq) Sec. 302. "Duration of copyright: Works created on or after January 1, 1978 (a) In General. Copyright in a work created on or after January 1, 1978, subsists from its creation and, except as provided by the following subsections, endures for a term consisting of the life of the author and 70 years after the author's death." -http://www4.law.cornell.edu/uscode/17/302.html

Q-68Using a portion of a document protected by copyright as long as it does not take away from the original document, or is used for an educational purpose falls under the realm of which of the following?
DFair use
ExplanationFair Use The legal concept of "fair use" permits the use of copyrighted material under certain limited conditions. For the most part, the determining factors for the "fair use" concept usually come down to the size of the excerpt and whether or not the party using the copyrighted material is using it for profit. The general idea is as follows: 1) If the copyrighted material is being used for a non-profit application, it is more likely to fall under the "fair use" concept. 2) If the copyrighted material is being used in a factual report, it is more likely to fall under the "fair use" concept than if used as part of a "creative" work. After all, something that is "creative" should be original, rather than copied. 3) The amount of the copyrighted document being used is important for it usage to fall under the "fair use" concept. If the copyrighted material constitutes a large portion of the new work, it probably won't qualify as fair use. 4) If usage of the copyrighted material may cause a loss of revenue for the copyright holder, it is not likely to be considered fair use.

Q-69In order to be copyrighted, an original work must be registered.
AFalse
ExplanationFalse Copyrights are now automatic when the work is "fixed." Notice and registration are not required. But registration may be necessary in order to sue an infringer for damages and attorneys fees. Notice is given by affixing the copyright symbol ("©", "(c)", "Copr."), date of first publication, and name of owner to the work. To read more on the copyright laws you can go directly to the source http://www4.law.cornell.edu/uscode/17/

Q-70What is another word for unsolicited e-mail advertising?
ASpam
ExplanationSpam Electronic junk mail or junk newsgroup postings. Spam is generally e-mail advertising for some product sent to a mailing list or newsgroup. In addition to wasting people's time with unwanted e-mail, spam also wastes network bandwidth. But because the Internet is public, there is really little that can be done to prevent spam.

Q-71In order to have copyright protection, a work must be what?
AMust be an original creation.
ExplanationMust be an original creation. US copyright law protects any published or unpublished original material. The copyright protection starts from the time that material has been created. Copyright protection is automatic. It is not necessary to register your work with any US copyright office. It is recommended that you put a copyright notice on your web site and include the "©" symbol and the year that material was first published. Even if no copyright notice is included, the material is still protected under copyright law.

Q-72A webmaster from one site "borrows" content from another site and places it on his own. The content was protected by copyright and the Webmaster did not obtain permission to use it. Under what circumstance can the Webmaster do so without legal ramifications?
AIf the Webmaster is doing a parody.
ExplanationIf the Webmaster is doing a parody. Copyright is the legal right granted to an author (including composers, a playwrights, etc.) to exclusive publication, production, sale, or distribution of a his or her own work. A parody is an imitation of a style in which what is written on one subject is altered, and applied to another by way of burlesque or travesty.

Q-73What is the easiest way to add search capabilities to your web site?
AIndex Server
ExplanationIndex Server The easiest way to add search capabilities to your site is to add an Index server. An Index server will automatically index your site. After entering keywords, the index server returns the pages that are most relevant.

Q-74As the Director of Development you are planning a new web site for your company. A recent study of your users shows browser usage : 23% use Netscape Navigator or Internet Explorer 5.x 36% use Netscape Navigator or Internet Explorer 4.x 7% use Netscape Navigator or Internet Explorer 3.x 26% use AOL 4.x or higher 8% use another browser Your goals are to minimize costs, make the site accessible to as many users as possible, but also take advantage of some of the latest development technologies. Which policy would be most appropriate?
D85% policy
Explanation85% policy The 85% policy is to use technology that will be accessible to 85% of your users. This is the most appropriate policy to meet the user's needs and the site goals. An Adaptive Content Policy uses Differential Content and Degradation to show appropriate content depending on the browser. On websites designed with Differential Content the server checks to see which browser is being used and sends appropriate content only. With Degradation, the website is designed in such a way that advanced features are just ignored by browsers that can't handle them. Although this would seem to be a good policy, it is often complex and costly, which doesn't match the criteria for the site. In the Lowest Common Denominator policy, the website is designed for almost any user, including those with much older browsers. This will capture the entire audience of users, but will not allow the use of more advanced Internet development technologies. A captive audience policy assumes that the users will want to see the content of the website so much that they will be willing to upgrade or change to whichever browser is needed. However, this will limit the number of users who will access the site.

Q-75You want to allow members of your organization to send e-mail to all other members of your organization. Which server would be the one for you to use?
CDirectory
ExplanationDirectory A directory server is not simply a form of database, but a specialized server for directories. A directory can be distinguished from a general-purpose database by the usage pattern. A directory contains information that is often searched but rarely modified. Host names or user names, for example, are assigned once and then looked up thousands of times. Directory servers are tuned for this type of usage, whereas relational databases are much more geared toward maintaining data that's constantly changing.

Q-76Which of the following is a standard protocol used on the Internet to ensure secure online payment by credit card?
DSET
ExplanationSET SET is an acronym for Secure Electronic Transactions, a technology being developed to increase the security and privacy of online purchasing with credit cards. Electronic Data Interchange (EDI) is the interorganization exchange of documents in standardized electronic format directly between participating computers. It can be thought of as an electronic replacement of many paper-based transactions, such as purchase orders, invoices, bills of material, and material releases. The protocol that is commonly used to send secure Web pages over the Internet is Hypertext Transfer Protocol Secure (HTTPS). Secure Sockets Layer (SSL) is the technology that encrypts Web traffic.

Q-77You have a business and you would like to share and exchange information exclusively with other businesses of the same type. Which of the following would you use to achieve this.?
AExtranet
ExplanationExtranet An EXTRANET would be the best option because it could be confined only to the companies you wish to exchange information with. A VPN would be very secure but not necessary because you don't need a high level of security. A supernet is to do with IP addressing The Internet could be used, but it would be less private than an extranet.

Q-78Which of the following would provide shopping cart/ trolley services for your web site?
AMerchant Services
ExplanationMerchant Services Merchant Services provide shopping cart/trolley facilities for e-commerce sites. Merchant Services can include a virtual storefront and shopping carts. Merchants can add and update products or service at your convenience directly from a browser. Catalog all products, customize order page, real time credit card processing and acceptance of noncash payments.

Q-79You use a database on your e-commerce site. In order for your browser to connect to that database what do you need to create?
ADSN
ExplanationDSN A Data Source Name is a unique name that identifies the database.

Q-80You are building a website and it is very important to you that users get information from the website based on their preferences. Which of the following will best help you achieve this?
ARelational database
ExplanationRelational database A relational database will enable you to store user preferences, because it can keep track of sets of data with multiple relationships. Data mining programs analyze data and draw conclusions from the analysis. Flat databases will not deal with multiple relationships.

Q-81You make a web page with a text editor with the text, "Welcome to my new web site!" However when you look at the page in a browser you do not see any text displayed. What should you change?
Abgcolor="#800000"
Explanationbgcolor="#800000" As you can see the body text and the bgcolor (background color) have identical values. In this case maroon. Therefore your text is still there but you wrote with maroon chalk on a maroon blackboard. If you have ever saved a web page to read later and it had colored background it could use an enormous amount of ink if you wanted to print it. By editing the HTML source you would save ink and possibly make it easier to read. Just open the page in a text editor and change the value of bgcolor to FFFFFF (that is white) save it and when you open the page with a browser the background will be white.

Q-82You would like to have 30 seconds of music play while Internet users view your web page. You upload the MIDI file to your web server and add the following HTML to your web page. However, when you view the page the music repeats endlessly. This is very annoying. What line could you add to prevent this?
Aloop = FALSE
Explanationloop = FALSE The corrected HTML would look like this. [EMBED src = "MIDI/Classical/stones.mid" width = 200 height = 60 loop = FALSE align = right ] When embedding sounds in web pages it is also a good practice to embed them later in the page. If a viewer has to wait for your MIDI file to load before seeing the page he or she will probably just click away.

Q-83What graphic file format supports partial transparency?
APNG
ExplanationPNG PNG (Portable Network Graphics) supports transparency and interlacing and offers better compression than GIF. PNG also supports partial transparency. GIF supports transparency but the question was specifically asking for "partial" transparency.

Q-84Your friend has a music publishing company and she provides samples of the music she publishes on her web site. Which of the following technologies is she using to do this?
BMP3
ExplanationMP3 MP3 is used for music files.

Q-85Which of the following image formats require a plug-in?
DREAL MEDIA
ExplanationReal Media Real Media requires plug-in software to run in your browser. GIFs, JPGs and BMPs can be displayed without any extra plug-in.

Q-86How does streaming media formats allow for slowdowns in the data stream?
DBuilding up a buffer of data before playback begins.
ExplanationBuilding up a buffer of data before playback begins. Streaming video formats generally use a buffer to store several seconds worth of data so the player can draw data from the buffer when the transmission slows down.

Q-87What digital standard has a high compression rate because it only stores changes between frames?
AMPEG
ExplanationMPEG MPEG (Moving Picture Experts Group) Files are compressed digital video files considered to be of higher quality than QuickTime and others. Compression is done by only saving the changes between images instead of all the images.

Q-88How do streaming media formats allow for slowdowns in the data stream?
ABy building up a buffer of data before playback begins.
ExplanationBy building up a buffer of data before playback begins. This is a big improvement over having to wait until an entire song or movie has downloaded before it begins playing.

Q-89What is the reformulation of HTML proposed by the World Wide Web Consortium which is XML compliant.
AXHTML
ExplanationXHTML The W3C (World Wide Web Consortium) has recently proposed the XHTML 1.0 specification. XHTML 1.0 is a reformulation of HTML as an XML application. Since XHTML is a modular XML application, communication with databases as well as new platforms (such as hand-held devices) will be possible without a great deal of coding.

Q-90What plugin allows images to be rotated in 3D?
DQuicktime VR
ExplanationQuicktime VR QuickTime VR gives users access to interactive 3D videos. QuickTime VR makes it possible to navigate within a movie or image -- you can look up and down, turn around, zoom in and zoom out.

Q-91If you want to play streaming video on your site, what is the best technology to use?
CReal Player
ExplanationREAL PLAYER Real Player handles streaming video and audio files Real Player by Real Networks and Windows Media Player from Microsoft are the two most popular streaming media products.

Q-92How many colors are in the Web Safe palette?
B216
Explanation216 The Web Safe Palette consists of 216 colors. Screen colors are made up of red, green and blue.We need to find the largest number that can be cubed to accommodate the three root colors RGB without its cubed value exceeding 256. That number is 6 (6 X 6 X 6 = 216 colors).

Q-93Streaming vector graphic is what plug in?
DFlash
ExplanationFlash Flash files use vector graphics, meaning that they are composed of mathematic formulas instead of pixel details. This results in smaller, more efficient files.

Q-94Which plug-in supports animation, audio, and video on both Windows and Mac?
BShockwave
ExplanationShockwave Shockwave is a technology developed by Macromedia, Inc, that allows the user to view Web pages with multimedia objects. Shockwave supports audio, animation, video and processes user actions such as mouse clicks. It runs on all Windows platforms as well as the Macintosh.

Q-95What provides interactive 3D?
AVRML
ExplanationVRML (Virtual Reality Modeling Language) VRML is to 3D graphics what HTML is to text: it is a common format that can be displayed on any computer using a standard WWW browser or using a standalone viewer. Complex 3D crystal structures can be described in VRML, including space filling, ball-and-stick, co-ordination polyhedrae etc.. They can be explored from the inside with full interactivity.

Q-96What is the color depth of JPEG?
C24 bit
Explanation24 BIT A Joint Picture Expert Group (JPEG) format is the preferred format for color photos to be displayed in a web browser. JPEG is a more compact file format and supports different levels of compression. A fundamental advantage of JPEG is that it stores full color information. That is 24 bits / pixel or 16 million colors.

Q-97Which standard only stores changes between frames to enhance the compression rate?
DMPEG
ExplanationMPEG MPEG achieves high compression rate by storing only the changes from one frame to another, instead of each entire frame. The video information is then encoded using a technique called DCT.

Q-98Which standard supports the animation of graphics?
BGIF89A
ExplanationThe current GIF (Graphics Interchange Format) standard is GIF89a. It supports transparencies, animation and interlacing. GIF format only supports 256 colors. GIF is best suited for logos, icons, and clipart. Transparent GIFs are very popular in web design. They allow a logo or an image to be displayed. Browser safe palettes consists of 216 colors. These colors are displayed the same way in any browser on any operating system platform.

Q-99Which AT modem command hangs up the modem?
DATH
ExplanationATH ATH - Hangs up modem ATZ - Resets modem to power up defaults ATDT - Dials number as a tone ATDP - Dials number as a pulse ATA - Answers incoming call manually

Q-100Which two TCP/IP utilities are the most similar in function?
APING
BNETSTAT
CARP
DTRACERT
AnsAD
ExplanationPing and Tracert Both are used to verify the ability to connect to a remote host. Ping simply lets you know the connection was good. Tracert also lets you know the number of hops and the IP address of the routers the packet passes through to reach the destination.

Q-101Which technology implements VPNs using IPSec?
AL2TP
ExplanationL2TP Layer Two Tunneling Protocol tunnels data through the Internet but relies on a technology called IPSec for encryption.

Q-102How many Web-safe colors are available to design and create web graphics?
A216
Explanation216 Browser safe palettes consists of 216 colors. These colors are displayed the same way in any browser on any operating system platform.

Q-103Which is a server side script?
APERL
ExplanationPERL Two most popular types of server side scripts standards are CGI ( Common Gateway Interface) and ISAPI (Internet Server Application Programming Interface). CGI scripts can be written in many programming languages. PERL (Practical Extraction and Report Language) and C are probably the most popular for writing CGI scripts.

Q-104CGI is parsed on which of the following?
AOn the server
ExplanationServer Common Gateway Interface is a program language that runs on servers and provides a means to customize output to the user. It is server-based and performs all operations on the server (versus ActiveX and Java applets, which run on the client). Because a process must be initiated each time the program is run, CGI tends to be server-intensive.

Q-105With a 56 Kps connection, how would it take to download 7000 bytes of data?
A1 second
Explanation1 second 56000 bits per second / 8 bits per byte = 7000 bytes per second. In reality it would take a bit longer considering that the data packet involved is not alone. It has been joined by data headers and trailers that are unimportant for I-Net+. For instance, at the Data Link layer, framing is used to encapsulate the data packet with control information for transmission on a local network. At the network level, routers use the logical address in a network layer header to determine the next hop router to forward the packet to. But, of the choices listed 1 second is the best choice and the formula above is the formula that should be used.

Q-106What would be the best choice for a 10 Mbps connection to your office?
DT3
ExplanationT3 A 56 Kbs modem is obviously too slow. In fact if you used a bank of 56 Kbs modems and bundled all of their bandwith together into one connection you would need about 180 modems to give you the required 10 Mbs. ISDN would provide a connection speed of 128 Kbs, far below the required 10 Megabits required. T1 also would be too slow. Below is a list of some connections and their speeds. T3 = 45 Mbps T1 = 1.544 Mbps ISDN = 128 Kbps

Q-107Which protocol gives you higher download speed than upload speed?
AADSL
ExplanationADSL ADSL (Asymmetric Digital Subscriber Line) provides reasonably fast upload transmission speeds (up to 640 Kbps) and very fast download speeds (up to 9 Mbps).

Q-108Which one is a valid mac address?
A03:c3:a1:f2:34:c4
Explanation03-c3-a1-f2-34-c4 213.122.10.10 --- This is an IP address. 102.54.94.97 winners.examdrill.com # source server --- This is a host file entry. 03:c3:f2:34:c4 --- This one is only 5 bytes long. MAC addresses are 6 byte hexidecimal numbers. You may see the printed with colons or spaces separating the bytes. Try running Winipcfg (if you're using Windows 95 or Windows 98). Your MAC address will be dispalyed as the "Adapter Address".

Q-109What command resets the modem?
BATZ
ExplanationATZ The instructions from your computer to you modem which configure it, dial it and decide how it handles data transmission are referred to as the Hayes Command Set. As more players enter the modem market and modems become more sophisticated, the set has been extended and occassionaly a manufacturer will alter the command set on their modem. ATZ - Resets modem to power up defaults ATDT - Dials number as a tone ATDP - Dials number as a pulse ATA - Answers incoming call manually ATH - Hangs up modem

Q-110Where do ISPs connect to form the Internet backbone?
BNAP
ExplanationNAP (Network Access Points) A NAP is a network exchange facility where Internet Service Providers (ISPs) connect with each other. The NAPs determine how traffic is routed and are also the points of most Internet congestion.

Q-111How long would it take to download 7K file using a 56K modem connection?
D1.25 Seconds
Explanation1.25 Seconds 7000 bytes equals 56000 bits (1 byte = 8 bits). You may be tempted to think you could just divide 56,000 by 56,000 and it would be 1 second. However, it's not that simple. There is always a certain amount of additional bits involved in dividing the data into packets and also for error correction. Under ideal conditions, the minimum amount of time would be 1.25 seconds

Q-112Networks with a B class IP address supports how many host?
B65,534
Explanation65,534 An IP address is a 32 bit binary number that is divided into 4 octets. Depending on the class of the address it will have one, two or three octets dedicated to the host portion. if it is a class A address then there will be three octets or 24 bits dedicated to the host portion. Class B uses the last two octets and Class C only the last octet. Look at the following formula. Class A 2 (for counting in binary) raised to the 24th power - 2 unusable addresses = 16,777,214 Class B 2 (for counting in binary) raised to the 16th power - 2 unusable addresses = 65,534 Class C 2 (for counting in binary) raised to the 8th power - 2 unusable addresses = 254

Q-113What is a dead zone?
AA segment between routers using a protocol other than TCP/IP .
ExplanationA segment between routers using something other than TCP/IP . A way to protect networks from TCP/IP attacks like SYN floods and ping of death attacks. These attacks cannot get past the non-TCP/IP zone. For example, if an internal segment is running IPX/SPX the PING or SYN attacks will not be able to pass through the dead zone and therefore will be effectively stopped.

Q-114What is the server called that enables a range of private IP addresses on internal intranet, while still allowing user to access the Internet?
CNAT
ExplanationNAT (Network Address Translation Service) NAT is an Internet standard that enables a LAN to use one set of IP addresses for internal traffic and a second set of addresses for external traffic. Proxy servers use NAT.

Q-115What is the least secure?
DInternet
ExplanationInternet The Internet does not require an access control list therefore it is open for everyone. VPNs (Virtual Private Networks) provide a high degree of security. Intranets are insulated from the Internet (or should be). Security problems are limited to internal users, as long as proper precautions to protect it from external attack from the Internet. Extranets general have security measures such as VPNs and firewalls in place.

Q-116Which network device is not affected by a virus?
BHub
ExplanationHub Viruses cannot infect devices that do not run software.

Q-117Which two physical interfaces port PPP? (CHOOSE TWO)
AEthernet
BTokenRing
CSynchronous Serial
DAsynchronous Serial
Anscd
ExplanationSynchronous Serial Asynchronous Serial PPP (Point-to-Point Protocol) is a data-link protocol that can be used over either asynchronous serial (dial-up) or synchronous serial (ISDN) media and that uses the LCP (Link Control Protocol) to build and maintain data-link connections.

Q-118What browser plug-in allows objects to be rotated in three dimensions?
AQuickTime VR
ExplanationQuickTime VR QuickTime images are saved in three tracks which could be played individually. This allows for 3D rotation of objects.

Q-119You are going to set up over the Internet lectures for a high school for students to use, but are utilizing a very slow connection. What would be the best format?
AReal Media
ExplanationReal Media Windows Media Player's advanced filtering technology makes video look good, even if you resize your window or stream over a slow connection

Q-120Which of the following image file formats was designed to take the place of GIF (Graphics Interchange Format)?
DPNG
ExplanationPNG PNG (Portable Network Graphics) PNG supports transparency and interlacing and offers better compression than GIF. PNG also supports partial transparency.

Q-121Which image format supports transparency?
CGIF 89a
ExplanationGIF 89a GIF 89a supports both transparency and animation.

Q-122Which technology provides an interactive 3-D environment?
AVRML
ExplanationVRML VRML (Virtual Reality Modeling Language) is a language is used to create 3 dimensional objects. VRML 2.0 can create animated 3D objects and can have background audio.

Q-123A browser plug-in that supports animation, audio, video and user actions on both Windows and Mac platforms is called what?
AShockwave
ExplanationShockwave Shockwave is a Netscape plug-in or an ActiveX control that allows animation, video and audio.

Q-124The subnet mask is used to determine which of the following?
CNetwork address and Host ID
ExplanationNetwork address and Host ID A subnet mask divides the total number of hosts available for one network into a smaller number available for a number of networks. The subnet mask value is based upon the class of network you have.

Q-125Which of the following statements are correct?
ATCP is connection oriented and UDP is connectionless
ExplanationTCP is connection oriented and UDP is connectionless Connectionless Data transfer occurs without the creating of a virtual circuit. No overhead, best-effort delivery, it is not considered reliable. Connection-oriented Data transfer method sets up a virtual circuit before any data is transferred. It uses acknowledgments and flow control for reliable data transfer.

Q-126Which remote access protocol is not supported by IPX?
ASLIP
ExplanationSLIP (Serial Line Internet Protocol) SLIP is a TCP/IP only protocol. PPP has a number of advantages over SLIP; it is designed to operate both over asynchronous connections and bit-oriented synchronous systems and it can configure connections to a remote network dynamically, and test that the link is usable. PPP can be configured to encapsulate different network layer protocols (such as IP, IPX, or AppleTalk) by using the appropriate Network Control Protocol (NCP).

Q-127If you want to have secure communications on your Intranet, what must you implement in order to create your own key pairs?
AA certificate server
ExplanationA certificate server The certificates are used for data encryption and also for authenticating web sites.

Q-128What bandwidth technology uses a 53 byte cell?
AAsynchronous Transfer Mode (ATM)
ExplanationATM Asynchronous Transfer Mode uses 53-byte cells for all transmissions.

Q-129Microsoft's implementation of the Web Server is called what?
AIIS
ExplanationIIS Internet Information Server is the Microsoft's implementation of the Web server. If you need to have ASP (active server pages), you must use IIS.

Q-130What is directly connected to the Internet Backbone.
ANAP
ExplanationNAP Short for Network Access Point, a public network exchange facility where Internet Service Providers (ISPs) can connect with one another in peering arrangements. The NAPs are a key component of the Internet backbone because the connections within them determine how traffic is routed. They are also the points of most Internet congestion.

Q-131Which network hardware device will improve network performance?
ARouter
ExplanationRouter Of course in given situations each of the choices listed would improve network performance. But routers make inteligent decisions about where to send packets based on their network layer address. They increase security by isolating diferent segments of a network. They also reduce trafic by filtering out unwanted trafic or broadcast trafic.

Q-132What is the specification known as that connects the users on an Ethernet to the Internet through a common broadband medium, such as a single DSL line, wireless device or cable modem?
APPPoE
ExplanationPPPoE Acronym for Point-to-Point Protocol over Ethernet. PPPoE relies on two widely accepted standards: PPP and Ethernet. PPPoE is a specification for connecting the users on an Ethernet to the Internet through a common broadband medium, such as a single DSL line, wireless device or cable modem. All the users over the Ethernet share a common connection, so the Ethernet principles supporting multiple users in a LAN combine with the principles of PPP, which apply to serial connections.

Q-133Your company has recently started marketing in France. Your customer support staff reports a number of emails from French users complaining about the speed of the site. What would improve the download times in France?
Ccreate a mirror site in France
Explanationcreate a mirror site in France Creating a mirror site that is serviced by a server in Europe would improve download speeds. The biggest bottleneck for international users is frequently intercontinental bandwidth. Increasing your server bandwidth will not impact the bandwidth running between the two continents. Creating a website in French may make your French customers happier, but will not speed their download times. RAID 1 (Redundant Array of Independent Disks level 1) is also known as mirroring, however, it generally refers to mirroring data on hard disks, not on web sites. Changing to RAID 1 would not affect download times.

Q-134Client B accesses resources in the Exam Drill LAN. He does this using a 56 Kps modem connection to the Internet. The communication is encryted with IPSec and tunneled with L2TP. What type of connection is this?
CVPN
ExplanationVPN Virtual Private Networks are built using PPTP or other tunneling protocols to provide encrypted (secure) communications across the Internet. They are used for connecting two different company sites such as with an Extranet, or for allowing a remote user to securely access a site.

Q-135What type of network technology enables a range of private IP addresses on internal intranet, while still allowing user to access Internet?
CNetwork Address Translation
ExplanationNAT NAT takes a private IP address for a network client and converts it to a public IP address for use on the Internet. This permits a large number of users to access the Internet using a single registered IP address. This is also called a proxy

Q-136Which modem command checks to see if th modem is configured correctly?
AAT
ExplanationAT To test the modem, give the command: AT ..(in capital letters), then press the Return key. The modem should reply: OK ..if you don't see an "OK" the modem isn't working. This could be because you chose the wrong baud rate, or because the modem isn't connected to the correct port, or because the modem isn't working. Is it plugged in? If the modem isn't working, try to borrow a working modem and try again.

Q-137What is the total bandwidth of all channels on a PRI circuit?
F1.544 Mbps
Explanation1.544 Mbps ISDN can either be Basic Rate ISDN (BRI) or Primary Rate ISDN (PRI). BRI is two 64 Kbps B Channels for data and one 16 Kbps D Channel for link management. PRI is 23 B Channels and 1 D Channel in the US or 30 B Channel and 1 D Channel in Europe. Each of these channels are 64 Kbps.

Q-138Liam is having problems viewing pages on a particular website. Sometimes his browser displays the proper page, but sometimes his browser displays pages that seem to be out of date. The website's help desk has told Liam that the problems he is experiencing with their website are related to web page caching. Liam checks the Temporary Internet File settings in Microsoft Internet Explorer 5.0, and it is set to check for newer versions automatically. How would it be best for Liam to change his settings?
CChange his Temporary Internet File settings to check for new versions every visit to the page.
ExplanationChange his Temporary Internet File settings to check for new versions every visit to the page. Temporary Internet Settings are Microsoft's term for caching web pages. They determine how often stored web content should be updated on the client's computer. Liam's current setting (Check for Newer Versions Automatically) will check for new content only when Liam is returning to a page viewed on a previous day. Internet Explorer 5.x will monitor how often the page changes, and will refresh the content accordingly. Liam should change his settings to check for new versions every visit to the page. This will ensure the content displayed by the browser is the most up-to-date. If he changes his settings to never check for new versions, he will always be using the content stored on his computer, and the information will never refresh. If he changes his settings to check for new versions every time he starts his browser, then the information will not refresh until he closes his browser and re-opens it. There is not an option to check for new versions once a day.

Q-139In what way are Boolean operators helpful during an advanced Internet search?
CThey narrow searches by using AND, OR, and NOT statements.
ExplanationThey narrow searches by using AND, OR, and NOT statements. Boolean operators are used to narrow or restrict searches to specifically combined or excluded terms using the AND, OR, and NOT statements. Some search engines also use the NEAR operator and allow you to specify a phrase by enclosing it in quotation marks. You can also use parentheses to group operator phrases. Boolean operators do not include IF/THEN statements. Searches using Boolean operators are considered advanced searches. A simple search for a single word would not benefit from using Boolean operators. Boolean operators do not allow you to search multiple search engines simultaneously. However, there are some meta search sites that offer that feature.

Q-140MIME is an acronym of which of the following?
AMultipurpose Internet Mail Extension
ExplanationMIME is short for Multipurpose Internet Mail Extensions MIME is aa specification for formatting non-ASCII messages so that they can be sent over the Internet. Most email clients now support MIME, which enables them to send and receive graphics, audio, and video files via the Internet mail system. In addition, MIME supports messages in character sets other than ASCII. There are many predefined MIME types, such as GIF graphics files and PostScript files. It is also possible to define your own MIME types. In addition to e-mail applications, Web browsers also support various MIME types. This enables the browser to display or output files that are not in HTML format. MIME was defined in 1992 by the Internet Engineering Task Force (IETF). A version, called S/MIME, supports encrypted messages

Q-141With which of the following can cookies can be set?
AJavaScript
BHttp header
CMIME
DUDP
Ansab
ExplanationJavaScript Http header The purpose of cookies is to remember certain information about the user when the user accesses the web site. To set the cookie, the web server uses “Set cookie” command in the HTTP header. Cookies can also be set with the JavaScript.

Q-142PHP is a server side script.
ATrue
ExplanationTrue PHP Hypertext Preprocessor is a server-side, HTML embedded scripting language used to create dynamic Web pages. In an HTML document, PHP script is enclosed within special PHP tags. Because PHP is embedded within tags, the author can jump between HTML and PHP instead of having to rely on heavy amounts of code to output HTML. And, because PHP is executed on the server, the client cannot view the PHP code. PHP is specifically mentioned in Comptia's I-Net+ list of objectives.

Q-143Which language allows for the creation of platform independent executables?
AJava
ExplanationJava Java programs can run on any platform that has a compatible Java Virtual Machine installed on it. C++ and Visual Basic programs must be compiled for the specific Operating System your machine is running. Perl, VBScript, and JavaScript are scripting languages and are not compiled into executables.

Q-144What is Microsoft's preferred server-side scripting language?
AActive Server Pages (ASP)
ExplanationAcitive Server Pages (ASP) You can use several interpreted scripting languages with ASP, including VBScript, JScript, and JavaScript. However, ASP is optimized to work with VBScript and ActiveX components. This is why it's Microsoft's preferred server-side scripting language. If you need to have ASP, you must use IIS.

Q-145A user with a 128 Kbps ISDN modem will take about how many seconds to download a 100 Kilobyte file?
A8
Explanation8 128 Kilobits per seconds is (divided by 8) is 16 Kilobytes per second. 100 Kilobyte file / 16 Kilobytes per second = 6.25 Seconds. But if you add the headers and trailers that are added to a packet during transmission the closest answer here is 8. If only the actual 100 Kilobyte file were sent over the wire it would not know where it came from or where it was supposed to go. It would also have no security being, as it were, naked on the wire.

Q-146You created a form on your site that takes the data from the user and sends it to the server. What is the most effective way to make sure the data is entered in a specific format?
AValidate on the browser with JavaScript
ExplanationValidate on the browser with JavaScript Javascript is a strong tool for validating forms before sending the content. The validation can take place as the visitor enters values, or all at once upon clicking the submit button after entering the values. Each validation function can easily be customized to fit the needs of the fields they are checking.

Q-147A Unicode character set uses how many bits to represent each character?
A16
Explanation16 Unicode is a 16-bit character encoding that contains all of the characters in common use in the world's major languages. Unicode provides an unambiguous representation of text across a range of scripts, languages and platforms.

Q-148Which allows multiple "virtual Servers", each using different DNS names, to be resolved to the same IP address?
AHTTP 1.1
ExplanationHTTP 1.1 HTTP - HyperText Transfer Protocol, the client-server TCP/IP protocol used on the World Wide Web for the exchange of HTML documents. It conventionally uses port 80. The current version is HTTP 1.1 One of the features of HTTP 1.1 is the “Host Header”. Host header makes it possible to have multiple virtual servers with the same IP address.

Q-149Based on speed and cost, which Internet bandwidth link type would be the best choice for a small ISP serving 100 dial-up users?
BT1
ExplanationT1 The beauty of a fractional T1 connection is that you can rent more channels if you need it. A T1 connection has 24 different channels each is 64 Kb (24 X 64 Kb = 1.536 Mbps). You may notice that a T1 is actually 1.54 Mbps those extra 8 Kbps are overhead for managing the connection. If we divide 1.536Mbps by 100 users each user is only allotted about 15 Kbps for their connection. But ISPs can assume that not all of their users will be online at the same time. If this connection speeds are inadaquate the ISP can simply rent more T1 channels. A T1 line runs at 1.544 megabits per second and will support about 50 to 75 simultaneous users. A DS3 (a.k.a. T3) line operates at 45 megabits per second and can support several thousand simultaneous users. This would be overkill for a small ISP. 56 Kb and ISDN is too slow for even a small ISP.

Q-150Which connection operates at speeds of 51.85 Mbps?
AOC-1
ExplanationOC-1 Short for Optical Carrier, specifies the speed of fiber optic networks conforming to the SONET standard. OC-3 (three times the speed of OC-1) operates at speeds of 155.52 MBPS - Fiber optic standard in use today.

Q-151Which of the following best describes DSL?
BDSL stands for Digital Subscriber Line, a direct Internet connection method that uses digital phone lines and a DSL modem.
ExplanationDSL stands for Digital Subscriber Line, a direct Internet connection method that uses digital phone lines and a DSL modem. Digital Subscriber Line (DSL) is a high-speed continuous (direct) method of Internet access. It connects to the Internet through a DSL modem and uses digital phone lines for transmission. DSL connections can operate at rates of 512 Kbps to 10 Mbps, depending on factors such as network traffic.

Q-152Which uses a fiber optic line to connect ISPs to the Internet at 45 Mbps?
AT3
ExplanationT3 Below are some connection types and their relative speeds: T1 1.54 Mbps E1 2.048 Mbps This is the European standard comparable to T1. T3 45 Mbps - Also called DS-3 OC-1 51.8 Mbps - OC stands for optical carrier. OC-3 155.52 Mbps - This is the fiber optic standard in use today.

Q-153Which Internet bandwidth technology is widely used as an Internet backbone, but rarely used to connect ISPs to the backbone?
AATM
ExplanationATM Primary National Service Providers collectively operate what is often referred to as the Public Internet Backbone. Each Primary National Service Provider operates one or more Wide Area Networks, typically using either Frame Relay and/or ATM. Frame Relay is also used for slower connections.

Q-154What type of transport protocol is UDP?
AConnectionless
ExplanationConnectionless This means that the packets are sent on their way without a guarentee that they will arrive. This decreases the overhead (the bits that encapsulate and accompany the data payload like the envelope and packaging in a snail-mail delivery) but this means that User Datagram Protocol (UDP) is considered "unreliable" as well as fast.

Q-155Which network device allows you to communicate with a host that uses a different protocol stack?
AGateway
ExplanationGateway A gateway is used to connect networks with different protocols like TCP/IP network and IPX/SPX networks. If you only have NetBEUI protocol on your network and need to access the Internet (TCP/IP is the protocol on the Internet), you would need to use a Gateway.

Q-156You use a proxy server for all of your company's 150 employees to connect to a web site. The web site's server keeps a record of all IP addresses that connect to the site. How many of your company's IP addresses will be logged onto the site's server?
COnly the IP address of your company's proxy server.
ExplanationOnly the IP address of your company's proxy server. Proxy servers use Network Address Translation (NAT) to allow many PCs to connect to the Internet, but only the proxy server's IP address is seen by the Internet.

Q-157Which tunneling protocol supports flow control and encryption?
CPPTP
ExplanationPPTP (Point to Point Tunneling Protocol) PPTP is used to create virtual private networks. It supports encryption and flow control. The two next best answers would be TCP which supports flow control but not encryption and L2TP which like PPTP is a tunneling protocol but does not support encryption. L2TP uses IPSec for encryption.

Q-158You cannot log onto a remote site. You made sure you are typing in the correct password. What would you try next?
AHit the caps lock and retype your password
ExplanationHit the caps lock and retype your password Always seek the simple solution first. Most passwords are case sensitive. If the caps lock is inadvertently activated you may have typed the correct password in the wrong case.

Q-159Which is browser vendor dependant?
AVBScript
ExplanationVBScript VB script is a proprietary script from Microsoft and can only be interpreted by Microsoft's Internet Explorer browsers.

Q-160What does the acronym CORBA stand for?
ACommon Object Request Broker Architecture
ExplanationCommon Object Request Broker Architecture Developers use CORBA to distribute applications across client-server networks. Instead of having hundreds of thousands of lines of code running on mainframe computers with dumb terminals, smaller, more robust applications that communicate between file servers and workstations are now necessary. To keep this distribution of applications simple, a plug-and- play architecture is necessary to distribute the client-server applications. The programmer then can write applications that work independently across platforms and networks. The idea behind CORBA is a software intermediary that handles and disperses access requests on data sets. This intermediary is referred to as an Object Request Broker (ORB). The ORB interacts and makes requests to differing objects. It sits on the host between the data and the application layer (that is, one level lower than the application layer (level 7 in the OSI model). An ORB negotiates between request messages from objects or object servers and the affiliated data sets. The goal of CORBA is to make programming easier by making CORBA- based applications highly portable. Developers now have a standardized set of facilities, as we shall see later, that they can issue on a host machine to retrieve or manipulate requested data. Using different databases and data files on one or more hosts will now go unnoticed by the user or the application. Applications become easy to integrate because the interfaces are identical.

Q-161Which of the following would you use to log on to an FTP site that requires username and password?
Bftp://username:password@secure.website.com
Explanationftp://username:password@secure.website.com After the protocol, namely ftp, username and password are separated by a colon. The password and server are separated by an ampersand (@).

Q-162Which cannot be used as a firewall?
CDHCP server
ExplanationDHCP server DHCP is a server-based administration utility used to automatically assign IP addresses (among other configurations) to clients. It should never be implimented as a protection against unauthorized access.

Q-163What is it called when information is intercepted and used to impersonate a legitimate request for resources?
ASpoofing
ExplanationSpoofing Spoofing is when someone, using a protocol analyzer or other device to intercept and decode packets sent to and from the server in order to find the account ID and password, impersonates an authorized user. The spoofer then will have unauthorized access to resources using an authorized identity.

Q-164What is the process called that verifies that your login and password are correct?
AAuthentication
ExplanationAuthentication Authentication is the process of verifying a person is who they claim to be. This is typically done by user IDs and a password. It is important to remember that PPP uses logon authentication but SLIP cannot.

Q-165Which is used for Digital Certificates?
DX.509
ExplanationX.509 X.509 is the most widely used standard for digital certificates.

Q-166Someone sends you a Ping packet that is over 65,536 bytes in size and your PC hangs?
APing of Death
ExplanationPing of Death The Ping of Death is an attack in which your PC is caused to hang up or crash because someone sent it a Ping packet that it could not handle. Most operating systems and Ping utilities are aware of the Ping of Death now and have been patched to deal with it.

Q-167Telnet presents no security risk.
BFalse
ExplanationFalse A Telnet session allows the user to interact with the remote server through the keyboard, much like if she were sitting at the server's console. This is very much a security risk.

Q-168Which of the following is an authentication protocol?
AKerberos
ExplanationKerberos Kerberos is an authentication protocol designed to enable two parties to exchange private information across an otherwise open network.

Q-169What would you use to encrypt email using an encryption method with a private key and a public key?
APGP
ExplanationPGP (Pretty Good Privacy) PGP is a technique for encrypting messages. PGP is one of the most common ways to protect messages on the Internet because it is effective, easy to use, and free. PGP is based on the public-key method, which uses two keys. One is a public key that you distribute to anyone from whom you want to receive a message. The other is a private key that you use to decrypt messages that you receive. To encrypt a message using PGP, you need the PGP encryption package, which is available for free from a number of sources. The official repository is at MIT. The U.S. government thought PGP was so good it brought a lawsuit against its author, Phillip Zimmerman, for putting it in the public domain and making it available to enemies of the U.S. The U.S. lawsuit was dropped, but it is still illegal to use PGP in many other countries.

Q-170Verisign is an example of:
ACertificate Authority
ExplanationCertificate Authority Certificate Authorities issue digital certificates to users that binds their identity to the certificate. It schedules expiry dates for certificates and revokes them when required, publishing the fact of the revocation to a Certificate Revocation List (CRL).

Q-171What command do you use to start an FTP session?
Copen
Explanationopen After you have started an FTP session you need to connect to a remote computer. At the ftp] prompt type the command open followed by the hostname, which is the complete name of the remote computer or its IP address. For example: ftp] open ftp.microsoft.com [return] For a complete list of FTP commands go to a command prompt and type FTP then press return then type HELP and press return again.

Q-172When surfing your browser receives the message “The server is not responding”. What could be the problem?
AThe server is overloaded
ExplanationThe server is overloaded. The server is overloaded and therefore is not responding.

Q-173How long does it take to download a 7,000 byte file at 56 Kbs?
A1.25 seconds
Explanation1.25 seconds 56 Kilobits per second / 8 bits per byte = 7 Kilobytes per second Therefore, a 7000 byte file would take just over 1 second to be downloaded if one takes into consideration the overhead. Overhead is the extra headers and trailers which are attached to the data "payload". These headers and trailers are called encapsulation and are necessary for routing (destination information), filtering or security as in the case of tunneling with a Virtual Private Network.

Q-174Which network hardware device protects a server from malicious attacks over the Internet?
AFirewall
ExplanationFirewall Firewalls are used to prevent unauthorized access from the external network such as Internet to your local network. Gateway, Proxy and RAS (Remote Access Server) servers can be used as firewalls but they are not by themselves firewalls.

Q-175Which is the least secure?
AInternet
ExplanationInternet The Internet is simply the biggest network with the most users and also the most potential for virus infection, hacking and malicious attacks.

Q-176How many bits are in an IP Version 4 (IPv4) address?
A32 bits
Explanation32 bits Each IP address (version 4) is 32 bits long. MAC addresses are 48 bits long.

Q-177What TCP/IP protocol can be used for directory access?
ALDAP
ExplanationLDAP Lightweight Directory Access Protocol, is an Internet protocol that email programs use to look up contact information from a server. LDAP was designed to adapt a complex enterprise directory system (called X.500) to the modern Internet. A directory server runs on a host computer on the Internet, and various client programs that understand the protocol can log into the server and look up entries. X.500 is too complex to support on desktops and over the Internet, so LDAP was created to provide this service with lower overhead. Most PCs already have an LDAP-aware client installed on your computer. Most current email clients are set up to search an LDAP directory for email addresses. These include Outlook, Eudora and Netscape Communicator.

Q-178What is the default subnet mask for the IP address 194.206.42.7
A255.255.255.0
Explanation255.255.255.0 An address is Class A if the first octet begins with 1-126. It has a default subnet mask of 255.0.0.0 An address is Class B if the first octet begins with 128-191. It has a default subnet mask of 255.255.0.0 An address is Class C if the first octet begins with 192-223. It has a default subnet mask of 255.255.255.0 An address is Class D if the first octet begins with 224-239 An address is Class E if the first octet begins with 240-255

Q-179How are cookies stored?
AUnencrypted text file on client
ExplanationUnencrypted text file on client Cookies are always stored on the client’s machine in unencrypted form. To set the cookie the web server uses “Set cookie” command in the HTTP header. Cookies can also be set with the JavaScript. An “expiration” date and time of the cookies can be set with the expires attribute. When expiration date has been reached, the cookie will be automatically deleted from your computer. If no expiration date is set, the cookie will expire when the browser is closed.

Q-180What is the protocol and what is the second part of the following network address: 172.16.0.254, mask=255.255.0.0
CPrivate IP address and node number
ExplanationPrivate IP address and node number You can use certain IP addresses privately within you own Intranet as long as they are not seen by the global community. These addresses are listed below: • 10.0.0.0 • 172.16.0.0 • 192.168.0.0

Q-181Your company's corporate headquarters is in Houston. You recently opened a second office in Seattle. You anticipate opening a third office in two years. The second office will need access to secure company information, but must limit costs. Which network would be most appropriate?
BVPN
ExplanationVPN A Virtual Private Network (VPN) combines the flexibility, reliability, and economy of the Internet with the security of a private dedicated network. Many VPNs use the Internet as the "backbone" or main connection trunk, so the backbone is basically in public domain and is not secure. Network protocol "tunneling" refers to the technique of encapsulating one protocol within another protocol. This is often done to send a LAN protocol over a network backbone that uses a different protocol, but is also done to send encrypted data over a public network. A VPN is an encrypted "private tunnel" across the Internet. Many hosts can be interconnected into a VPN, using the Internet as the connection medium, and still have the privacy they would have if they were all connected on a private LAN. This is the most appropriate type of network since it is relatively low-cost, but provides security. A LAN (Local Area Network) is a network that is implemented in between computers in a small geographical area. Usually computers are connected by wires to hubs and hubs to servers. Since the second office is at a great distance, a LAN is not the most appropriate network type. A WAN (Wide Area Network) is a network that spans a large geographical area (like in the scenario posed). WANs can be connected on demand, or permanently connected. WANs are typically very expensive because lines used to connect the network are leased. This would provide security, but doesn't meet the cost requirements. An Intranet is a collection of information that is accessed through the same software used to access the Internet. However, the information is only available internally, to company employees. Intranets need to be implemented on a physical network (such as a VPN, LAN, or WAN).

Q-182Which of the following DNS servers do not contain HOST records?
DCaching
ExplanationCaching A DNS caching server is a temporary store for DNS lookup requests. It queries the authoratative server and caches the replies. It does not store permanent records and is only used to reduce the load of repeated DNS lookup requests to the main DNS server. It also speeds up the response to browser requests as the results are stored in the cache.

Q-183Which of the following describes the correct format of a URL?
Aprotocol://hostname.domain:port/directory/subdirectory/filename.ext
Explanationprotocol://hostname.domain:port/directory/subdirectory/filename.ext For instance, http://www.examdrill.com:8080/exams/drills/demo.htm

Q-184What can you use to reduce broadcast storms?
AUse a Router
ExplanationUse a router DHCP and WINS don't apply here. DHCP is for automatically assigning network settings to clients and WINS is for NetBIOS name resolution. A Bridge passes Broadcasts and would be of no help. A router, however, does not pass broadcasts but rather "routes" intelligently to a destination. If the destination is not known and no default gateway (which is also a destination) is specified the packet will be dropped.

Q-185What is the FQDN of http://files.sales.wigits.com/help/files?
Bfiles.sales.wigits.com
Explanationfiles.sales.wigits.com A FQDN (Fully Qualified Domain Name) starts with a host name and continues all the way up to the top-level domain name. In the above example http is the protocol designation. files.sales.wigits.com is FQDN or the name of host and /help/files is the path.

Q-186The data transfer technology that automatically transfers updated information to a web client is called?
APush technology
ExplanationPush technology Push technology is like having your newspaper delivered to your doorstep every day. You do not have to go out to the corner newspaper machine and buy it, it arrives automatically. Push technology is where data is automatically delivered to your computer. In contrast, Pull technology requires you to go and get the data. When you enter the URL in your browser and click the Go button, the browser goes out on the web and "pulls" the web page into your PC.

Q-187How do you troubleshoot a user that cannot receive mail?
BCheck the POP3 entry.
ExplanationCheck the POP3 entry. POP3 (Post Office Protocol 3) is the protocol used for receiving e-mail from the server. SMTP is used for sending e-mail to the server and for transferring it around the Internet.

Q-188Which ANSI standard is for EDI?
DX12
ExplanationX12 X12 is the ANSI approved standard for EDI (Electronic Data Interchange)

Q-189You have moved the web service to port 600. What syntax must a user use in their browser to access your site - "yoursite.com"?
Ahttp://yoursite.com:600
Explanationhttp://yoursite.com:600 HTTP defaults to port 80 and you don't need to type the port number as long as it is the default. However, if you change to a different port number, the new number must follow the domain name.

Q-190Your company wants to allow clients to log in and check the status of their orders. What must you set up?
AExtranet
ExplanationExtranet An Extranet enables an organization to grant certain outsiders limited access to internal resources. Extranets may be used for checking the status of orders, checking inventories, retrieving documents, etc.

Q-191You want to create an address book. You want to update it and all employees need to have immediate access without downloading. Which should you create?
ADirectory Server
ExplanationDirectory Server The standard method of organizing entries in directory servers in x.500. The standard protocol for directory servers is LDAP(Lightweight Directory Access Protocol)

Q-192What does the Channel Definition Format do?
BImplements Push technology
ExplanationImplements Push technology Channel Definition Format was developed by Microsoft that allows Web publishers to push content at users. When a user subscribes to a CDF channel, the user will automatically receive new content posted on the channel's Web server. Pull technology - on which most of the web is based - a user requests data before it is sent down.

Q-193A user gets an error message. How can you find out what browser they are using?
AError log
ExplanationError log

Q-194To send an executable file through email from one platform to another, you can use:
ABinHex
ExplanationBinHex BinHex is an encoding method that converts binary data into ASCII characters. Any file, be it a graphics file, a text file, or a binary executable file, can be converted to BinHex. BinHex is valuable for transferring files from one platform to another because nearly all computers can handle ASCII files. Many e-mail programs include a BinHex encoder and decoder for sending and receiving attachments.

Q-195A(n) __________ is an SMTP server that sends e-mails it receives to a list of e-mail recipients, for a "discussion group"?
CList server
ExplanationList server List servers are e-mail servers that use special software, a special e-mail address, and a list containing the e-mail addresses of people who want to be part of the discussion group. e-mail that is sent to the special e-mail address for the server, is forwarded to members on the list.

Q-196What is an easy way to add search features to your site?
CIndex Server
ExplanationIndex Server Microsoft Index Server allows you to perform full-text searches and retrieve all types of information from any Web browser, in just about any format, with just the click of a mouse or button.

Q-197Which of the following has the least impact on apparent web site performance?
ARAM in the client
ExplanationRAM in the client Of the available choices, RAM in the Client would have the least impact on web site performance. However, RAM in the server would help the server serve up web pages faster. Cache size allows web pages to be store in local cache and minimizes redownloading the same document each time the user switches to it. Client connection speed determines how quickly web pages are downloaded to the client. This results in an "apparent" web site performance increase.

Q-198You have no connection to the network. What can you test on your browser?
AClient side script
ExplanationClient side script You do not need a connection to the Internet to run and test web pages if you have the web page available locally. Client side scripts are contained in the web page and are interpreted by the browser. Perl and CGI scripts are interpreted on the server.

Q-199You get a "Destination unreachable" error when trying to access a web site.
CProblem with the Gateway
ExplanationProblem with the Gateway If the network specified in the Internet destination field of a Datagram is unreachable, the gateway may send a "destination unreachable" message to the Internet source host of the Datagram.

Q-200Which step is most susceptible to network congestion?
BTransmitting the response from the server to the client.
ExplanationTransmitting the response from the server to the client. The process of transmitting the files across the Internet and the various routers, switches, and phone lines in the most susceptible to delays.

Q-201What type of server would you use if you have an internal intranet and wanted to provide directory service to it and allow the users to access the Internet?
BX.500 Directory server
ExplanationX.500 directory server The standard method of organizing entries in directory servers in x.500. The standard protocol for directory servers is LDAP (Lightweight Directory Access Protocol)

Q-202A group of sites that relate to a common interest with each site posting banner ads or links to the other sites is a ________?
AWebring
ExplanationWebring Webrings are group of sites that are related by some common interest. Typically, each site agrees to post banner ads or links to the other sites. This helps to increase traffic to all the sites.

Q-203When you attempt to reach a web page you get an "Error 404" message. What does this mean?
DThe file does not exist on the server.
ExplanationThe file does not exist on the server. The "Error 404" message usually means: - The page you're looking for has been moved. - The page you're looking for has been deleted. - The address you've entered is not complete. - The address you've entered is not valid.

Q-204If you try to go to a web site and the browser receives the message "The server is not responding", what could be the problem?
CThe server is overloaded
ExplanationThe server is overloaded HTTP servers have a limit on the number of the simultaneous connections. When the limit is reached, you get this error message. The message varies depending on the server. Apache server sends "Server Unavailable". A misconfigured router or if DNS is setup incorrectly, you will most likely get "Page cannot be displayed".

Q-205Which remote access protocol will not support IPX?
ASLIP
ExplanationSLIP SLIP only supports TCP/IP. All of the other listed protocols support IPX.

Q-206What is the only protocol you can use with SLIP?
DTCP/IP
ExplanationTCP/IP SLIP (Serial Line Internet protocol) is an old protocol that only supports TCP/IP and has no security features.

Q-207Which network hardware device connects dissimilar network topologies into an Internetwork?
BRouter
ExplanationRouter This question could be a little confusing, as both a router and a bridge could be used to connect two network segments with different topologies. You could use a bridge to connect an Ethernet 10Base2 and an Ethernet 10BaseT segment together to form an Internetwork or "Internet". This scenario would represent two different "topologies". However, the i-NET+ exam is about the Internet and the Internet is built on routers. Of the choices given, "router" is the most appropriate.

Q-208What is the subnet masks for classes A addresses?
A255.0.0.0
Explanation255.0.0.0 Or 11111111.0000000.0000000.00000000 in binary. A subnet mask is a 32-bit address mask used in IP to identify the bits of an IP address that are used for the subnet address. Using a mask, the router does not need to examine all 32 bits, only those selected by the mask.

Q-209Detect the network ID and the node ID in the following IP address. 128.252.144.84
A128.252.0.0 and 144.84
Explanation128.252.0.0 and 144.84 This is a class B address. Therefore, the node is represented by the last two octets.

Q-210What class of IP address provide the least number of hosts?
BClass C
ExplanationClass C The first three bytes of a Class C network address are dedicated to the network portion of the address, with only one byte (or eight bits) remaining for the node address. The format is: Network Octet - Network Octet - Network Octet - Node Octet An example of a class C address would be 192.168.52.100. Only the 100 (binary 0110 0100). The maximum amount of Class C addresses are 254. Class D addresses are reserved for multicasts.

Q-211What will the following search return? (Choose three.) dance and ((tango or waltz) or (Russian and African))
Adance tango
Bdance waltz
Cdance tango Russian African
Ddance tango African
Edance tango Russian
Fdance Russian African
Ansabf
Explanationdance tango dance waltz dance Russian African Searches, like mathematical equations, are worked from the inside out. Start with the innermost parentheses: tango or waltz. " Tango" or "waltz" may be included in the search. The next innermost parentheses are: Russian and African. Because there is an "and" between these two, you will always see these two words together. Looking at the outer parentheses, you can see that there is an "or" between. So the search could include the words "tango" or "waltz" OR the search could include "Russian African". The search would not include "tango Russian African" or "waltz Russian African." Moving outside of the parentheses, dance has an "and" after it. This tells us that dance will always be included in the search. So the search will return "dance tango", "dance waltz", and "dance Russian African". The search would not include "dance tango Russian African", "dance waltz Russian African", "dance Russian", or "dance African."

Q-212A web page that you often use for reference loads slowly. What can you do?
AIncrease cache size on browser setting.
ExplanationIncrease cache size on browser setting. Then you will be loading the web page from the local browser cache instead of from accross slower WAN lines.

Q-213You upgrade your legacy e-mail client that is backward compatible, but you cannot access your old messages. What should you do?
DImport your messages
ExplanationImport your messages When you upgrade your old messages will still be in the folders linked to the older version of your e-mail client. The best option is to import the messages to the new folder from the old folder.

Q-214How can you ensure security and exclude directories from searches on a web server?
DAdd robots.txt to the end of a directory that you do not wish to have searched.
ExplanationAdd robots.txt to the end of a directory that you do not wish to have searched. By adding robots.txt you will keep a directory from being searched while a search on a site is being performed.

Q-215You research regularly using a web site that has a lot of graphic images which are not relevant to your research. Web pages download slowly, so how can you make the web pages load faster?
CConfigure the browser not to load images
ExplanationConfigure the browser not to load images. The easiest way is to turn off the "load images" option in the browser.

Q-216You need to speed up the performance of your web site. One of the biggest problems is how slowly web graphics load. How can you fix this problem?
AReduce the size of graphics files
ExplanationReduce the size of graphics files. Use fewer colors or reduce the actual size of the image. Performance issues are often tied to graphics files being too large and taking too long to download over an ordinary modem connection. This design pitfall can be addressed by using compression algorithms on the graphic files, scaling the graphic down in size, selecting the optimal graphic file format for a particular image type, or reducing the number of colors in an image. Proxy servers speed access to cached web pagews on the client side but does not increase the performance on the server side. Converting "graphics" files to jpeg would result in smaller file sizes and faster graphics downloads, but you certainly would not convert ALL files to jpeg.

Q-217You have updated your email application, and need access to 150 entries in your old address book. What should you do?
AImport the address book.
ExplanationImport the address book. For instance this is done in Microsoft Outlook using the menu File ] Import / Export.

Q-218To search the Internet for the phrase "The rain in Spain" how would need to enter your query?
D"The rain in Spain "
Explanation"The rain in Spain" To retrieve an exact parsing, you need to enter the query in quotes. The+rain+in+Spain is incorrect because it would return any page that had the words "the" "in" "rain," "Spain," "of," and located anyplace, not just in the exact order and placement. The same is true of Rain and Spain this would retrieve all the pages with both of the words Rain and Spain anywhere on the page.

Q-219You receive a timeout error when accessing a TCP port. What is the cause?
AFirewall has port closed.
ExplanationFirewall has port closed. Firewalls filter traffic based on several criteria including port numbers. If access has been denied for a specific port (for instance 21 for FTP or 80 for HTTP) your request will time out.

Q-220A proxy server is connected to the Internet via a cable modem and can access the Internet. Your users cannot access the Internet, although the ISP verified that connection was available. What should you do to fix the problem?
AReset the cable modem
ExplanationReset the cable modem Some cable modems have a reset button that you can press. If not, then you can cycle the modem’s power off and then back on.

Q-221Liam's computer has an ISDN connection to the Internet. This is necessary for research he does for his job. What can Liam enable on his machine so that other users on his segment can access the Internet?
AInternet Connection Sharing (ICS)
ExplanationInternet Connection Sharing (ICS) Is based on Network Address Translation (NAT) technology, although it does not have so many features. ICS allows several computers to share a single Internet connection. ICS can handle networks with clients (the computers on the LAN that share the Internet connection via ICS) running any operating system, as long as the OS supports the TCP/IP protocol. The clients can have their TCP/IP information assigned manually, or they can run as DHCP clients, obtaining their TCP/IP settings from ICS' built-in DHCP server

Q-222An employee working next to you cannot connect to network resources even though your computer can. She asks you to tell her the address of the DHCP server your computer is configured to use. You go to a command prompt and type IPCONFIG and press return and see the following output. What command would have allowed you to see the DHCP server's IP address?
AIPCONFIG /ALL
ExplanationIPCONFIG /ALL The I-Net+ objectives state that the test may include the following: - WINIPCFG which is used to see TCP/IP configuration of your Windows 9x computer. It will display your IP address, subnet mask, default gateway, hardware and MAC address. This is a GUI interface utility. - IPCONFIG has the same function as WINIPCFG, but is used on Windows NT, Windows 2000 and on Windows XP computers. This is a command prompt interface. For more detailed information use the switch IPCONFIG /ALL. - IFCONFIG has the same function as the above two utilities but is used on UNIX machines. The "IF" is short for "interface".

Q-223Olivia has a dial-up connection to the Internet. She uses her 56 Kilobit per second analog modem to dial to her Internet service provider. The ISP router is also known as what?
AThe default gateway
ExplanationThe default gateway To configure TCP/IP on a host, you need only three values: default gateway, IP address and subnet mask. The default gateway is the IP address of the router all data not intended for this network should go to. The remote network (remote from Olivia's computer) is the Internet. The ISP will access the Internet through a Network Access point (NAP).

Q-224Which one of these ISDN terms refers to a native ISDN modem?
ATA
ExplanationTA TE1 (Terminal Equipment 1) is ISDN capable, using 4 wire cables, understands signaling, 2B+D. TE2 (Terminal Equipment 2) does not understand ISDN protocols and specifications. Typically TE2 an RS-232 or V.35 cable, to connect to a TA. TA (Terminal Adapter) uses R reference point and S reference point. It can be thought of as the TE1 function group on behalf of a TE2.

Q-225How many B channels are in ISDN BRI (based on the standards for North America)?
A2
Explanation2 In ISDN BRI there are only 2 B (Bearer) Channels, they are both 64Kbps each, the same speed as any other type of ISDN, just remember there are 2 B Channels at 64Kbps and one D (Data) channel at 16Kbps that regulates the data flow.

Q-226What ISDN protocol series as defined by the ITU-T work with the phone network and switching/signaling?
ASeries E and Q
ExplanationSeries E and Q These protocols deal with ISDN issues: E Series specifies ISDN on the existing telephone network. I Series specifies ISDN Concepts, terminology, and Services. Q Series specifies switching and signaling.

Q-227Which one of these ISDN terms refers to a native ISDN telephone?
ATE1
ExplanationTE1 TE1 (Terminal Equipment 1) is ISDN capable. and understands signaling it uses S reference point. TE2 (Terminal Equipment 2) does not understand ISDN protocols and specifications. Needs TA (Terminal Adapter) to understand signalling.

Q-228Choose all of the statements that are true when considering ISDN.
Avoice capable
Bdata capable
CISDN bandwidth is faster than with a T3 line
Dreplaces POTS (plain old telephone system)
Ansab
Explanationvoice and data capability ISDN can handle both voice and data, the B channels can act as a 64Kbps data line or a digital voice line.

Q-229How many Kb are ISDN BRI D Channels?
A16 Kb
Explanation16 Kb

Q-230What is the total bandwidth of a BRI ISDN connection?
A144 Kb
Explanation144 Kb 2 B channels at 64 Kb = 128 Kb 1 D channel at 16 Kb = 16 Kb Total of 3 channels =144 Kb

Q-231What is one limitation of web browser cookies?
CThere can be a maximum of 20 cookies per domain.
ExplanationThere can be a maximum of 20 cookies per domain. An “expiration” date and time of the cookies can be set with the expires attribute. When expiration date has been reached, the cookie will be automatically deleted from your computer. If no expiration is set, the cookie will expire when the browser is closed. A web site can set multiple cookies. The maximum number of cookies per domain is 20. The maximum size of cookies is 4 KB. When the limit on number of cookies is reached, the least recently used cookie is deleted.

Q-232Which browser setting that controls how the browser receives information and automatically downloads content from a web server?
BSecurity
ExplanationSecurity

Q-233Which one is not supported by most web browsers?
BTelnet
ExplanationTelnet Telnet sessions allow a user to establish a dumb-terminal connection to a server and run processes on the server. A telnet client like Microsoft Telnet is needed to have a telnet session. To begin a telnet sesion from a Windows command line type TELNET and the IP address or name of the remote machine and press return. Once a connection is established, you must logon to the server with a valid username and password.

Q-234A client-side script is not working correctly. What is the most likely cause?
CThe web client doesn't support scripting.
ExplanationThe web client doesn't support scripting.

Q-235Before you can use any Internet-client for a dial-up connection, what must be installed and configured on the client?
BModem
ExplanationModem For dial-up connection a modem or ISDN adapter is needed.

Q-236To connect to the Internet what does a Web browser require?
DTCP/IP
ExplanationTCP/IP You must have a TCP/IP connection to connect a web browser to the Internet. Obviously, an Operating System is necessary for the browser to work, but the question is about connecting to Internet. TCP/IP is the protocol upon which the Internet is based .

Q-237Which low cost device could you install to allow a user web access?
CInternet appliance
ExplanationInternet appliance An Internet appliance allows users to connect to the Internet without the need for a full fledged PC. These usually have a keyboard, pointing device and monitor. They usually have little storage capacity.

Q-238If you have a Web Browser, TCP/IP and are running a machine with Windows 98, which component is missing to allow Internet client access?
CNetwork connection
ExplanationNetwork connection This could mean a modem and POTS, DSL, ISDN or cable modem.

Q-239If no expiration date is set, how long will a session cookie stay in effect?
BThe user shuts down the browser.
ExplanationThe user shuts down the browser. There are two types of cookies session cookies and persistent cookies. A persistent cookie is used to store your preferences for use by a single site. A persistent cookie is stored on your hard drive and is read by your browser each time you visit the web site that sent the cookie. Session cookies are no longer accessible after one of the following events: - The user logs out of a site or a portion of a site. - The user shuts down the browser. - The session is inactive for a specified length of time (often 20 minutes). - The user starts a new Internet session on the same computer.

Q-240The type of technology wherein a browser must go to a site and bring information down is known as which of the following?
DPull
ExplanationPull In push technology, the browser gets information pushed to it without it requesting it. In pull technology - on which most of the web is based - a user requests data before it is sent down.An e-mail client using the POP3 protocol is an example of pull technology.

Q-241Which browser setting controls how a web browser receives information and automatically downloaded content from web sites?
ASecurity level
ExplanationSecurity settings Check your browser's Tool, options menu to see how you can set security settings.

Q-242You browse the web and when you enter the URL of the web page you receive the "error 404" message. What is the cause of that message?
AThe file does not exist on the server.
ExplanationThe file does not exist on the server. A 404 error is received when a requested web age is not available. Check for a misspelling in the URL. If you get the 404 error again perhaps the page was removed from the server.

Q-243A client-side script is not working correctly. What is the most likely cause?
AThe web client doesn't support scripting.
ExplanationThe web client doesn't support scripting. Client-side scripting can include Java applets, Active Server Pages, and ActiveX. Any execution that occurs within the browser is known as client-side programming, while any execution that occurs before data reaches the browser is known as server-side.

Q-244What is the default port for the SMTP protocol?
A25
Explanation25 is the port for SMTP If you are configuring an e-mail application you will have to know the port number for incoming and outgoing mail. 21 is the port for FTP 23 is the port for Telnet 80 is the port for HTTP 110 is for POP3

Q-245Which of the following protocols could be used as an alternate to POP3 for receiving e-mail?
BIMAP
ExplanationIMAP With POP (Post Office Protocol), mail is delivered to a shared server, and a personal computer user periodically connects to the server and downloads all of the pending mail to the "client" machine. All mail processing is local to the client machine. Once delivered to the PC, the messages are typically deleted from the POP server. IMAP is a client-server mail protocol designed to permit manipulation of remote mailboxes as if they were local. With IMAP, mail is again delivered to a shared server, but the mail client machine does not normally copy it all at once and then delete it from the server. It's more of a client-server model, where the IMAP client can ask the server for headers, or the bodies of specified messages, or to search for messages meeting certain criteria.

Q-246You have been transferred to southern California and decide to do some research on living conditions there. You open a Meta search engine and type: (San and Diego) and (homes or cars) What will be your results? (Choose two.)
ASan Diego homes
BSan Diego cars
CSan homes
DSan cars
ESan Diego homes cars
FDiego homes cars
Ansab
ExplanationSan Diego homes San Diego cars Just like a mathematical equation solve what is in parenthesis first. San AND Diego are required results but then you can only have one result from the second set of parenthesis homes OR cars.

Q-247How can you ensure that you are seeing the most up-to-date web site pages?
APress the refresh button.
ExplanationPress the refresh button. This will reload the page. If you are using a Proxy server however, you might have to contact the proxy servers administrator about clearing the proxy server's cache or you might be loading a page saved to the proxy for quick retrieval.

Q-248What type of SMTP server sends e-mails it receives to a list of e-mail recipients, forming a “discussion group”?
AList
ExplanationList List servers allow you to send an e-mail to everyone on the list. Some other features of a list server might be: -Create a custom sign-up form for new subscribers or upload your existing list -Gather demographics, interests, and other data from your subscribers -Filter your list member database to target messages -Add or remove subscribers and purge duplicate addresses automatically -Track clicks on links inside a message

Q-249Which is the fastest connection?
DOC3
ExplanationOC3 Below are some connection types and their relative speeds: T1 1.54 Mbps E1 2.048 Mbps (European standard comparable to T1) T3 45 Mbps OC-1 51.8 Mbps - OC stands for optical carrier. OC-3 155.52 Mbps - This is the fiber optic standard in use today.

Q-250What is the maximum speed of a T3 connection?
B45 Mbps
Explanation45 Mbps T-3 lines are used mainly by Internet Service Providers (ISPs) connecting to the Internet backbone and for the backbone itself. Fiber optics cable is normally used for T3 lines.

Q-251What is the maximum speed of an E3 connection?
B34 Mbps
Explanation34 Mbps E3 lines are used in Europe and is similar technology to T3. Fiber optics cable is normally used for T3 lines.

Q-252How fast is a T1 connection?
C1.54 Mbps
Explanation1.54 Mbps Below are some connection types and their relative speeds: T1 1.54 Mbps E1 2.048 Mbps (European standard comparable to T1) T3 45 Mbps OC-1 51.8 Mbps - OC stands for optical carrier. OC-3 155.52 Mbps - This is the fiber optic standard in use today.

Q-253Which connection runs at 2.048 Mbps?
DE1
ExplanationE1 E1 is a European standard comparable to the T1.

Q-254Which best defines a MAC?
AIt is the Data Link Layer address of a NIC that can not be modified
ExplanationIt is the Data Link Layer address of a NIC that can not be modified The MAC or Media Access Control address is the Data Link Layer address of a NIC that has been burned into a NIC card, this should not be modified.

Q-255Who issues MAC addresses for NICs?
CNIC manufacturer
ExplanationNIC manufacturer Each Network Card (NIC) has a burned in MAC address. You can't get a MAC address from a web site. While it is true that InterNIC, is a resource organization for the Internet, assigns each manufacturer the first 6 digits (00000C = Cisco, 00000E = Fujitsu, 00000F = NeXT, etc.) it is the NIC manufacturer that issues the unique MAC address. Hardware addresses are 48 bits, expressed as 12 hexadecimal digits (0-9, plus A-F, capitalized). They should be written hyphenated by octets (e.g., 12:34:56:78:9A:BC). This gives a theoretical 281,474,976,710,656 addresses. This is more than 56,000 MAC addresses for each person on the planet! In practice, the address assignment policy (using flat addressing) will lead to some wastage - but even so, there are likely to be enougth addresses for ever computer, piece of networking equipment and household/office devices which could in the future be Internet enabled.

Q-256What transport technology translates names of network hosts into network addresses?
BName Resolution
ExplanationName Resolution Name resolution on the Internet is handled by DNS. The Domain Name System (DNS) is a set of protocols and services in the TCP/IP protocol suite. To resolve (that is a fancy way to say translate) a domain name to IP address, your browser contacts a DNS server. The address of a DNS server is provided by your ISP. If the domain name is not found in your ISP's DNS, the ISP's DNS requests that information from the root domain server. The root domain server is responsible for maintaining database of top level domains like .com, .net, .org and country specific domains like .FR or RU.

Q-257You log on to your ISP regularly but you get frustrated because you are constantly disconnected and are forced to reconnect several times while surfing the web. What is the most likely cause of this?
CLine noise
ExplanationLine noise Line noise is caused by a bad, noisy phone connection between modems. Line noise is usually the reason behind frequent disconnection. Line noise can also appear as garbage characters on your screen, and can generate garbage for both the input and the output. Usually, line noise is the phone company's fault. The best thing to do is to tell the telephone company. They can test the line up to your phone jack without even leaving their office.

Q-258You have a large network with many users and you notice that your network server slows down early morning and around lunchtime every day. What could be the cause of this?
CNetwork congestion
ExplanationNetwork congestion The network servers are usually busiest in the morning and at around lunch time because these are the times when users log on (or off) and the server has to deal with the largest number of simultaneous requests.

Q-259You are setting up an Extranet for your business. Which of the following is the least important security consideration?
CDistance of your ISP from NAP
ExplanationDistance of your ISP from NAP The distance of your ISP from the Network Access Point is something that you have no control over. However, you can decide to create a security policy based on the other considerations.

Q-260What entry in the DNS identifies an alias?
ACNAME
ExplanationCNAME Some of the DNS records to remember are: - SOA (Start of authority) is the first entry in every DNS server. It contains the email address of the DNS server's administrator and other important information about the DNS server and the local DNS database. - A record contains a mapping of IP address to the Host's name. - MX record. MX record contains information of what email server processes email for the domain. - CNAME record. CNAME record can be used to assign an alias for the Host.

Q-261What does the DNS A record do?
AContains a mapping of IP address to the Host's name.
ExplanationContains a mapping of IP address to the Host's name. Some of the DNS records to remember are: - SOA (Start of authority) is the first entry in every DNS server. It contains the email address of the DNS server's administrator and other important information about the DNS server and the local DNS database. - A record contains a mapping of IP address to the Host's name. - MX record. MX record contains information of what email server processes email for the domain. - CNAME record. CNAME record can be used to assign an alias for the Host.

Q-262Client B accesses Exam Drill LAN resources using a dial-up connection to Server A which has a persistent connection to the publicly switched telephone system. What kind of server is Server A?
ARAS
ExplanationRAS A Remote Access Server is the point of access to an internal network. Client B is not calling his ISP to create a VPN he is dialing with his modem directly into the RAS server.

Q-263Which Internet bandwidth technology is widely used as an Internet backbone, but rarely used to connect ISPs to the backbone?
AATM
ExplanationATM Primary National Service Providers collectively operate what is often referred to as the Public Internet Backbone. Each Primary National Service Provider operates one or more Wide Area Networks, typically using either Frame Relay and/or ATM. Frame Relay is also used for slower connections.

Q-264What do you call the first DNS server?
APrimary
ExplanationPrimary DNS servers divide the extent of their coverage area into zones, with primary and secondary servers. Primary servers usually contain the master copy of the DNS database while secondary servers contain a read only copy. Windows 2000 introduced a new type of DNS zone called Actve Directory integrated in which every domain controller had a master copy of the DNS database which relicated to other domain controllers with Active Directory.

Q-265Which WAN connection uses 53 byte cells?
CATM
ExplanationATM ATM uses an advanced form of packet switching, known as cell -switching. All data is packaged into 53 byte cells.

Q-266Which type of DNS record maps a host name to an IP address?
BA
ExplanationA (Address record) The address record maps the host name to the IP address

Q-267What FTP command is used to download a file from a remote site?
Cget
ExplanationGet To place a single file on an FTP site, use the put command. To place multiple files on an FTP site, use mput. To retrieve a single file from an FTP site, use get. Use mget to retrieve multiple files.

Q-268What would you use to determine the MAC address of a workstation.
CARP
ExplanationARP The ARP utility allows you to display and modify the IP to physical address translation table. ARP -a displays the ARP table

Q-269What TCP/IP tool is used to view the current contents of a packet on your networked computer?
AProtocol analyzer
ExplanationProtocol analyzer A primary function of a protocol analyzer is to capture and display data packets. This tool has many other uses as well. Protocol analyzers can identify the source of broadcast storms, identify the most active "talkers" on the network, identify "jabbering" NICs, etc.

Q-270What is the TCP/IP protocol for directory access?
ALDAP
ExplanationLDAP Lightweight Directory Access Protocol, sometimes called X.500lite, LDAP is based on the X.500 LDAP is based on the X.500 standard. It is simpler than X.500 and unlike X.500, LDAP supports TCP/IP.

Q-271Which FTP command is used to download multiple files?
Bmget
ExplanationMGET The FTP commands mget and mput allow for multiple file transfers using wildcards to get several files, or a whole set of files at once, rather than having to do it manually one at a time.

Q-272What port is used by FTP?
C21
Explanation21 FTP uses 21 for the default port number

Q-273Telnet servers present no security risk.
BFalse
ExplanationFalse Telnet is the Internet standard protocol for remote logins. It represents a serious security risk and must be controlled with firewalls, passwords and access control lists.

Q-274What is the default subnet mask for the IP address 194.206.62.5?
C255.255.255.0
Explanation255.255.255.0 Since the first octet is greater than 191, it is a class C address. The default subnet mask for a Class C address is 255.255.255.0

Q-275You enter ftp://124.90.139.51 and are able to access the site. You cannot access the site when you try ftp://comptia.com. What's wrong?
ADNS entry is missing or corrupt
ExplanationThe DNS entry is missing or corrupt Since you can reach the site with the IP address, we know the server is working. The question does not even mention a filename, so we can eliminate answers relating to the file. However, if the DNS (Domain Name Service) entry is missing or wrong, the domain name cannot be mapped to the IP addresses and you would not be able to reach the site using the name.

Q-276What transport protocol does TFTP use as a delivery protocol?
AUDP
ExplanationUDP TFTP (Trivial File Transport Protocol) uses UDP as a delivery protocol, and is therefore connection-less.

Q-277Which DNS record is sometimes referred to as the alias record?
ACNAME
ExplanationCNAME CNAME or Canonical name record allows a host to have multiple names. This allows the same server to provide both ftp and http services.

Q-278What port is usually used to connect to a web site?
D80
Explanation80 HTTP is used to connect to web sites. The port number for HTTP is 80. Below you will find some common port numbers to remember. FTP 21 HTTP 80 TELNET 23 POP3 110 SMTP 25

Q-279What would you use to show all current TCP/IP connections?
DNETSTAT
ExplanationNETSTAT NETSTAT will display your current TCP/IP session including addresses of hosts connected to your computer and port numbers. It is used to find out who's communicating with your computer. Port numbers will reveal what service being used. NETSTAT can be useful if you suspect that someone is connected to your computer without authorization.

Q-280What protocol does Telnet use?
AIP
ExplanationIP One might say that Telnet runs on top of IP. To telnet from Windows, go to Start --] Run and type "telnet [ip address]".

Q-281Which type of DNS record identifies the mail server for a domain?
DMX
ExplanationMX The MX (Mail Exchange) record points to a mail exchange for a particular host.

Q-282What is true about FTP?
AUsers cannot change their own password
ExplanationUsers cannot change their own password You cannot change your own password, you must ask the administrator to do it for you. Before you contact the administrator, you must have your username, old password and new password ready.

Q-283When a new idea is being considered for adoption regarding the Internet, it is first posted as:
ARFC
ExplanationRFC RFC stands for Request For Comments. The Internet Engineering Task Force (IETF) is responsible for ongoing development of the TCP/IP protocol. When new TCP/IP protocols are proposed, the IETF issues RFCs that contain the specifications for the new protocol.

Q-284The IP address "131.200.110.68" belongs to which class?
BClass B
ExplanationClass B Class A is 1 to 126 Class B is 128 to 191 Class C is 192 to 223 Class D is not available for use.

Q-285Which of the following is a valid Class B address?
C128.122.232.45
Explanation128.122.232.45 127.0.0.1 is reserved for loopback testing 126.xxx.xxx.xxx is the end of the class A range 128.xxx.xxx.xxx is the beginning of the class B range 192.xxx.xxx.xxx is the beginning of the class C range

Q-286What does a valid Host file entry look like?
B216.28.l0.10 www.acme.com #acme web site
Explanation216.28.l0.10 www.acme.com #acme web site Each entry should be kept on an individual line. The IP address should be placed in the first column followed by the corresponding host name. The IP address and the host name should be separated by at least one space. Comments may be inserted on individual lines or following the machine name denoted by a '#' symbol.

Q-287What is the default port for SMTP?
C25
Explanation25 Some important ports to remember are: FTP 21 HTTP 80 TELNET 23 POP3 110 SMTP 25

Q-288What is the default port for Telnet?
A23
Explanation23 The port numbers 1–1023 are defined as and considered wellknown port numbers. These are like house numbers Some important ports to remember are: FTP 21 HTTP 80 TELNET 23 POP3 110 SMTP 25

Q-289What native protocol is the Internet based on?
DTCP/IP
ExplanationTCP/IP You may access the Internet with a PC, Mac, WebTV or Internet apliance but the one absolute necessity is the TCP/IP protocol.

Q-290What does the NS record refer to?
CIt identifies other name servers in the domain.
ExplanationNS record identifies other name servers in the domain. An A record contains a mapping of IP address to the Host's name. An MX record contains information of what email server processes email for the domain. A CNAME record can be used to assign an alias for the Host.

Q-291Networks with a C class IP address supports how many host?
A254
Explanation254 An IP address is a 32 bit binary number that is divided into 4 octets. Depending on the class of the address it will have one, two or three octets dedicated to the host portion. if it is a class A address then there will be three octets or 24 bits dedicated to the host portion. Class B uses the last two octets and Class C only the last octet. Look at the following formula. Class A 2 (for counting in binary) raised to the 24th power - 2 unusable addresses = 16,777,214 Class B 2 (for counting in binary) raised to the 16th power - 2 unusable addresses = 65,534 Class C 2 (for counting in binary) raised to the 8th power - 2 unusable addresses = 254

Q-292A Router operates on the network layer and is capable of selecting multiple data paths?
ATrue
ExplanationTRUE Routers are intelligent devices operating at the Network layer. Routers evaluate the destination address of the packet and forward it to the next node along the way to its destination.

Q-293Internet Service Providers (ISPs) access the Internet through Network Access Points (NAPs).
ATrue
ExplanationTrue On April 30 1995 the architecture of the American Internet underwent a major change from a single dominant NSFnet backbone to a series of commercial provider owned and operated coast-to-coast national backbones. Under these conditions, the backbones had to have some means of exchanging data. Four NAPs or Network Access Points were designated to serve as data interchange points for backbone service providers. NSF's three primary NAPs are in San Francisco California bay area, Chicago, and Pennsauken NJ near Philadelphia.

Q-294To which component of the Internet can individual users buy modem connections so that they can get on the Internet?
BAccess point ISP
ExplanationAccess point ISP ISPs (Internet Service Providers) are what users use for a connection to the Internet. The ISPs connect to Network Access Points which gives them access to the Internet backbone.

Q-295Choose which of the following that would not give you an Internet connection.
CVirtual Modem
ExplanationVirtual modem ADSL technology works by taking the phone line's bandwidth between 24,000 hertz and 1,200,000 hertz and dividing it into 4,000 hertz bands, and a virtual modem is assigned to each band. Each of these 249 virtual modems transmit as best as it can with the assigned slice of bandwidth. The combinined capacity of these 249 virtual modems makeup the overall speed of the "pipe".

Q-296How long for a 128 Kbps ISDN modem to download a 100 KB file?
D8 Seconds
Explanation8 Seconds Remember that bandwidth is measured in bits per second and file sizes are measured in bytes. Instead of multiplying the file size by eight, (eight bits per byte), it's best to multiply it by ten to compensate for overhead and error correction. 100KB x 10 = 1000 kb 1000 kb / 128 kb/s = 7.8 seconds We round it off to 8 seconds.

Q-297Which AT modem command do you use for dialing?
AATD
ExplanationATD Every modem that is called "Hayes compatible" follows a certain set of codes which tell the modem what to do. In the case of some programs, you don't have to know these commands to dial your modem, because the program does it for you. Other programs, such as KERMIT require that you know these commands to dial your modem and perform other useful functions. The order in which the commands are issued is important. "AT" must always be the first command you type. Once you give the "D" command, any character typed after it either is executed as a subcommand of the "D" command or is dialed. Therefore, if you typed the "M0" command after the "D" command, the modem would try to dial M0 instead of trying to shut off the sound.

Q-298JSP is an acronym which means?
AJava Server Pages
ExplanationJava Server Pages JSP allow for dynamic and flexible web development. JSP technology allows web developers to create cross-platform web applications, and can be used to create interactive sites, such as a bank site which allows customers real-time account balances and transaction information.

Q-299Which of the following would be used to express the structure of XML documents.
AXSL
ExplanationExtensible Stylesheet Language (XSL). XSL is a language for expressing stylesheets. With XML documents or data files, designers use an XSL stylesheet to express their intentions about how that structured content should be presented; that is, how the source content should be styled, laid out, and paginated onto some presentation medium, such as a window in a Web browser or a hand-held device, or a set of physical pages in a catalog, report, pamphlet, or book.

Q-300You have a web browser. For which of the following data formats would you need an additional program or plug-in to view?
APDF
ExplanationPDF Many documents are published on the web as PDF documents. To read them you need Adobe Acrobat Reader which is available as a free download from the Adobe website.

Q-301What would most likely cause a client side script to not work properly?
AThe web client doesn't support scripting.
ExplanationThe web client doesn't support scripting. According to some web designers not all browsers support client-side scripting so authors should avoid dependence on client-side scripting wherever possible. The NOSCRIPT element can be used to provide content for browsers that do not support client-side scripting. But because modern browsers that support client-side scripting include Netscape Navigator 2.0 and up, Microsoft Internet Explorer 3.0 and up, and Opera 3.0 and later, it is more likely that the browser has its option for supporting scripts disabled.

Q-302Which language is Browser vendor-dependent?
CVBScript
ExplanationVBScrpt VBScript is a subset of Microsoft's Visual Basic, and is fully supported only in Microsoft's Internet Explorer 3 and above.

Q-303Which language must be compiled?
DJava
ExplanationJava Java must be interpreted by a Java compiler. Java Script and HTML are interpreted by the browser PERL is interpreted by the server

Q-304CGI programs execute where?
AServer
ExplanationServer CGI (Common Gateway Interface) programs are server side programs that process data that a web site's visitors type into HTML forms. Example: The browser displays your web page with an input form on the user's PC. The user fills out the form and clicks the Submit button. The browser then creates a string that contains the names of the form elements, along with the data the user entered and sends the contents of the form back to your server. The CGI program on your server processes the string and places the data the user typed into the form into the appropriate fields in the database on the server. CGI is the specification that defines the structure of the string. The CGI program must be able to separate the data and names of the form elements from the string.

Q-305What allows documents (web pages) to be easily translated into other languages?
AUnicode
ExplanationUnicode Unicode enables a single software product or a single website to be targeted across multiple platforms, languages and countries without re-engineering. It allows data to be transported through many different systems without corruption.

Q-306You have a database which must be accessed by 1300 users. What is the best query language to use?
CSQL
ExplanationSQL SQL has been the favorite query language for database management systems running on minicomputers and mainframes. Increasingly, however, SQL is being supported by PC database systems because it supports distributed databases (databases that are spread out over several computer systems. Although there are different dialects of SQL, it is nevertheless the closest thing to a standard query language that currently exists. The new standard is known as SAG SQL.

Q-307What is Microsoft's web server software called?
AIIS
ExplanationIIS Internet Information Server is Microsoft's implementation of a web server.

Q-308What is the most useful aspect of the JAVA language?
BCross-platform capability
ExplanationCross platform capability JAVA is a platform independent language. This means that any computer can run JAVA programs as long as the computer has a JAVA virtual machine of the same version (similar to a runtime engine in other interpreted languages). The learning cure for Java is not necessarily gentle, it depends on the individual and previous programming experience. Being an interpreted language, Speed is not one of JAVA 's strengths. However, considering the speed at which modern computers run, this is typically not a big drawback.

Q-309Browsers commonly support which client-side scripting language?
CJavaScript
ExplanationJavaScript JavaScript is commonly used as a client side scripting language. PERL is generally used as a server side scripting language. CGI is not a language, it's more of a specification for interacting with a database from web pages. JAVA is a general purpose programming language.

Q-310What is one limitation of web browser cookies?
BThey may be a maximum of 20 cookies per domain.
ExplanationThey may be a maximum of 20 cookies per domain. A web site can set multiple cookies. The maximum number of cookies per domain is 20. The maximum size of cookies is 4 KB. When the limit on number of cookies is reached, the least recently used cookie is deleted.

Q-311Where do most search engines get their information about sites from?
DMETA tag
ExplanationMETA tag The [META] tags go inside the [HEAD] ...[/HEAD] tags. Notice the "/" in the last tag. [META] tags are used to include the site's description and keywords that search engines use to index sites. META tags must have attributes. Usual attributes are "name" and "content".

Q-312What would be the correct way to create a link to www.examdrill.com?
B[A HREF="http://www.examdrill.com"]Examdrill.com[/A]
Explanation[A HREF="http:/www./examdrill.com"]Exam Drill[/A] The Exam Drill section of the above link will appear as text on the page because it is between this tag "]" and this tag "[".

Q-313What are the basic elements of every web page? (choose three)
AHTML declaration
BForms
CBody
DHead
AnsACD
ExplanationHTML declaration, Body, Head Forms are used for the input of data that will be sent to the server for processing. An example of the form is the e-mail form that is widely used on the Internet. A user can fill out the form and send the data to the server. Forms are not a basic element of every web page. The HTML tag to start the form is [form] and requires the closing tag [/form]. Forms are not a basic element of every web page.

Q-314How do you put a copyright statement into HTML code?
A[META name="Copyright" content="Copyright 2001 MyCompany.com"]
Explanation[META name="Copyright" content="Copyright 2001 MyCompany.com"]

Q-315You want to customize your web site based on preferences of each visitor. You expect to have at least 1000 visitors. What method would you use to store the visitor preferences?
CCookies
ExplanationCookies The purpose of cookies is to remember certain information about the user when the user accesses the web site. This can include the user’s name and password, user preferences, the date and time of the last visit to the web site, how many times the user has been to the web site.

Q-316What is the second line of a MIME header?
AContent Type
ExplanationContent Type MIME header look something like this: MIME-Version: 1.0 Content-Type: text/html; charset=us-ascii

Q-317How many bits per character does Unicode use?
C16
Explanation16 Unicode is a universal character set whose goal is to include characters for all of the worlds written languages, plus a large set of technical symbols, math operators, and so on--everything that needs to be encoded in text. Basic Unicode uses 16-bit code points.

Q-318A web page looks cluttered to a user. The user has same browser as you. What could be wrong?
CLowest common resolution was not used
ExplanationLowest common resolution was not used If you design a web page at 800 by 600 screen resolution, it may not look good at all at a smaller resolution. If the MIME type is wrong, the browser would not be able to select the correct application to open the document. This would mire likely result in either not opening the document at all, or illegible garbage being displayed. We are told the user has the same browser as you, so that can be eliminated. As for the page being handled by the server, that is so vague, it doesn't tell us enough about what the browser may have done.

Q-319What must you fix in the code?
BThe title tags aren't closed
ExplanationThe title tags aren't closed The closing title tag needs a "/". Should be [/title]. Having elements in uppercase is desirable, but not necessary.

Q-320Which was developed to integrate HTML with a data source?
CXML
ExplanationXML XML (extensive markup language) Just like with HTML, you can use a simple text editing program like notepad to write XML code. XML offers more control over the text formatting and positioning text and other elements on the page.

Q-321What is the maximum size for cookies?
C4 KB
Explanation4 KB Cookies must be no larger than 4 KB. That is just over 4,000 characters.

Q-322Which are attributes of HTML forms? (Choose three.)
AMethod
BMETA
CAction
DInput
AnsACD
ExplanationMethod, Action, Input Action - is usually set to a URL of the program that will handle the form data. Method - Specifies how a form's data will be submitted to the address specified by the Action attribute. Input - Allows you to use a variety of controls on the form for user input.

Q-323What is true about cookies? (Choose two)
AThey are unencrypted.
BThey are stored on the server.
CThey are encrypted on the server.
DThey are stored on the client.
AnsAD
ExplanationThey are unencrypted. They are stored on the client. Cookies are unencrypted and stored on the client. Even though cookies may not be legible in English, that is not the same as "encrypted". "Encrypted" means a "key" is used to convert information to ciphertext. Cookies do not require a key to be interpreted.

Q-324What is the purpose of the LANG attribute?
AIt indicates what type of language to expect on the page.
ExplanationIt indicates what type of language to expect on the page. The Lang attribute indicates the language being used for the enclosed content. ISO standard language abbreviations such as "en" for English or "fr" for French are used to identify the specific language. [html lang="fr"] See the following web age; http://hotwired.lycos.com/webmonkey/97/48/index1a_page4.html?tw=design

Q-325Which tag is not required for an HTML page?
ATEXTAREA
ExplanationTEXTAREA The textarea tag is used to place a multiline text input field within a web page form and is not required, nor would it be part of most simple web pages.

Q-326What is the most common way of getting information from a web server?
AAn HTML form
ExplanationAN HTML FORM Web users provide information to web servers by way of forms on the web pages. The data the user inputs into the form is processed by the web server by a CGI (Common Gateway Interface).

Q-327In terms of web site design, what is CSS?
ACascading Style Sheets
ExplanationCascading Style Sheets CSS is normally used to refer to Cascading Style Sheets in web page design. It could stand for Commercially Secured Server, but in web design it is Cascading Style Sheets.

Q-328Which HTML tag is for numbered lists?
AOL
ExplanationOL OL - Numbered List UL - Bulleted List TD - Table Cell TR - Table Row

Q-329What is the best Dots Per Square Inch (DPI) for the quickest download time?
A72 dpi
Explanation72 DPI The fewer dots per inch means the smaller the file size. Smaller files download quicker.

Q-330What is the function of an image map?
CLinks multiple URL's from a single image
ExplanationLinks multiple URLs from a single image A single graphic image containing more than one hot spot. For example, a graphic of a broadway play. When you click on an actors face, the browser displays the biography of that actor.

Q-331An API (Application programming Interface) that allows Java objects to send messages to Java objects running in other Java Virtual Machines anywhere on a TCP/IP network.
AJava RMI (Remote Method Invocation)
ExplanationJava RMI (Remote Method Invocation) RMI provides for remote communication between programs written in the Java programming language. The Java Remote Method Invocation (RMI) system allows an object running in one Java Virtual Machine (VM) to invoke methods on an object running in another Java VM. Object Oriented programming languages divide source code into modules or "objects". RMI allows a Java program running on one machine to access and communicate with the objects of a Java program running on a remote Java machine. A program like Exam Drill has objects communicating and passing data between them within the memory of the local PC. Many of these objects are contained in the various "shared DLLs", like the Common Dialog DLL (used for opening files and selecting fonts) that Windows operating systems use. RMI allows this concept to extend across a network between Java programs.

Q-332Your web page looks fine on your PC, but after uploading it to the server the images are not displayed. What should you check?
AImage source URL
ExplanationImage source URL The Image Source setting in the HTML code for the page may be set to work on your PC's directory path, but the server's path may not match. You need to set the image source to match the directory structure on the server.

Q-333Web caching does not provide reduction in _________?
DNumber of security breaches
ExplanationNumber of security breaches Browsers use WebCaching to avoid having to download the most recently used files over again. This doesn't shorten the initial download time for a specific document, but if the document needs to be accessed again, the "perceived" download time will be shortened. Since frequently accessed documents don't need to be download as often, caching also reduces bandwidth demands and the number of requests to the server.

Q-334How would object request brokers can be implemented in a multi-tiered architecture?
ACorba
ExplanationCorba In a multi-tiered client/server system, ORBs (object request brokers) are what enables information to pass between totally separate and different applications, that may be operating on different platforms. ORBs are part of the Corba programming model. The following description about Corba is from Webopedia.com "Short for Common Object Request Broker Architecture, an architecture that enables pieces of programs, called objects, to communicate with one another regardless of what programming language they were written in or what operating system they're running on. CORBA was developed by an industry consortium known as the Object Management Group (OMG). "

Q-335The success of a banner ad is usually measured in
AClickthrough rate
ExplanationClickthrough rate The clickthrough rate of a banner ad is the percentage of people that see the ad who will click it and be taken to the advertiser's site. Realistic clickthrough rates are between one and two percent.

Q-336What is a frequent error when developing international English language sites?
AUsing colloquialisms
ExplanationUsing colloquialisms Communication is difficult enough with people speak the same language. Remember that the web is international, and although you may be writing in English think about people who use it as a second or third language. Do not be too colloquial. Stay away from slang and colloquial expressions which people outside your country will not be familiar with. This is more difficult than you might think. What is the correct English translation for "Beating about the bush" or "Ya know"?

Q-337Which language is NOT interpreted by a web server?
BHTML
ExplanationHTML HTML is interpreted by the browser on the client side.

Q-338You want to implement Online Transaction Processing (OLTP) in an e-commerce business application. Which of the following is needed?
CRelational database
ExplanationRelational database Relational databases such as SQL Server, are used with Online Transaction Processing (OLTP)

Q-339Within which DNS record can you find the name of the administrator?
BSOA
ExplanationSOA The Start of Authority identifies who or what has authoritative responsibility for a domain and also identifies the database's current version.

Q-340Olivia just signed up with an Internet Service Provider (ISP), and now she is setting up her e-mail client program to receive mail on her new service. To receive e-mail she needs some specific server information. Which of the following must Olivia know to receive e-mail messages from her ISP?
CPOP3 server address
ExplanationPOP3 server address Post Office Protocol (POP) is used to download e-mail messages from an Internet POP server, which receives and stores e-mail until the user downloads it. The POP server is identified using a unique host name or IP address. Some servers use Internet Messaging Access Protocol (IMAP) instead of POP. When you configure your e-mail client, you also usually need to supply an SMTP server address so you can send e-mail. While the mail client uses POP to retrieve mail, it uses Simple Mail Transfer Protocol (SMTP) to send mail. You would need an address for a Network News Transfer Protocol (NNTP) server if you were configuring a client for newsgroups. You would not need a Web server address to configure an e-mail client.

Q-341Which command opens an FTP connection?
Aopen
Explanationopen At a command line type "ftp" (without the " ") then return. You will see an ftp prompt like this: ftp] Open your session with the following format. Of course "your_isp" is literally your ISP. ftp] open ftp.your_isp.com Connected to ftp.your_isp.com 220 ftp.your_isp.com ready Name: (enter your user name) Password: (enter your password)

Q-342What is the default subnet mask for the IP address 23.255.255.101?
C255.0.0.0
Explanation255.0.0.0 The IP address 23.255.255.101 is a class A address because its first byte falls between 1 and 126. Therefore, the default subnet mask is 255.0.0.0. A class B address would use a subnet mask of 255.255.0.0. A class C address would use a subnet mask of 255.255.255.0. 255.255.255.255 is not a valid subnet mask. Class D and E addresses require no subnet masks.

Q-343You can ping localhost and your own IP address, but you cannot ping your default gateway's IP address. What is wrong?
CWrong subnet mask is being used
ExplanationWrong subnet mask is being used PING is used to verify a connection between your computer and remote host. You can ping a host using its IP address or its host name. If you can ping a host by IP address but can't by its name then you have a problem with name resolution. Most likely the subnet mask, which identifies which network you are on, is incorrect. In the scenario listed you can PING yourself therefore the NIC is alright. If you can ping a host by IP address but can't by its name then you have a problem with name resolution. But there is no evidence that the DNS server is down or that there is network congestion

Q-344If you have a problem receiving email, what should you check?
APOP3 server
ExplanationPOP3 server A Post Office Protocol server is where you pick up your mail. Just think of a real post office. SMTP stands for Simple Mail Transfer Protocol but if you are haveing trouble keeping POP and SMTP straight just imagine that the "S" in SMTP stands for "send".

Q-345You want to configure a new client computer to connect to other computers in your Windows NT 4 LAN. Your LAN is not connected to the Internet, and it is not necessary for your users to connect to the Internet or to any computers outside the LAN. Which of the following must you configure?
AIP address and subnet mask
ExplanationIP address and subnet mask An IP address is needed for the computer to communicate with others in the network. A subnet mask is needed to identify the network name and the host name within the IP address. A default gateway is not needed, because a default gateway is used to send data to computers outside the LAN, and no such connection is needed in this case. DNS is used to resolve an IP address to a fully qualified domain name. Because you are not connecting to other domains, DNS is not necessary.

Q-346What type of DNS entry is used to identify the mail server for a domain?
CMX
ExplanationMX MX, or Mail Exchange, record contains information of what email server processes email for the domain.

Q-347Which of the following IP addresses is invalid?
B10.256.33.255
Explanation10.256.33.255 Each field in an IP address must have a value ranging from 0 to 255. The network portion or host portion can contain a 0 or 255 but the network or host portion cannot be all 0s or 255s. The address 10.256.33.255 contains an invalid value (256) in the second byte.

Q-348Which of the following is a valid class B network?
B130.1.1.1
Explanation130.1.1.1 The range of addresses between 128.0.0.0 and 191.0.0.0 is considered a class B address.

Q-349Which of the following TCP/IP protocols are connection-oriented? (Choose two.)
ATFTP
BNetBEUI
CFTP
DHTTP
Anscd
ExplanationFTP, HTTP FTP is connection oriented. HTTP is connection oriented. TFTP is not connection oriented. NetBEUI is connection oriented but is NOT a TCP/IP protocol. It also is not a topic for the CCNA exam.

Q-350Which of the following protocols are in TCP/IP suite? (Choose three.)
AIP
BDHCP
CHTTP
DSAP
AnsABC
ExplanationIP, DHCP, HTTP IP = Internet Protocol is part of the TCP/IP suite. Used for routing packets. DHCP -Dynamic Host Configuration Protocol is a TCP/IP protocol used to dynamically assign IP addresses for network devices/Hosts HTTP Hyper Text Transfer Protocol is a TCP/IP protocol used for transfering Web pages around the Internet. SAP is a Novell protocol

Q-351Which device on your segment processes all packets destined for a remote network?
ADefault gateway
ExplanationDefault Gateway The Default Gateway is a router that determines where to send packets that are addressed to destinations outside the local segment. A hub doesn't do any processing. A Bridge passes packets that aren't addressed to the local network but doesn't process or "route" them to a specific destination. A switch is a special type of intelligent hub that provides virtual circuits between devices to decrease collisions.

Q-352How does HTTP1.1 provide "best effort" in transferring data?
DIt supports persistent connections.
ExplanationIt supports persistent connections Unlike HTTP1.0, HTTP1.1 keeps the port 80 connection open by default after the server has responded to the request from the browser. This enables the browser to make further requests without having to establish a new connection for each request.

Q-353Which two TCP/IP utilities are the most similar in function?
APING
BTRACERT
CFTP
DARP
Ansab
ExplanationPING and TRACERT TRACERT will display a report that lists all routers and networks that the packet must travel to get to ist destination and the time in milliseconds that packet takes to travel between routers. This is useful when trying to find a bottleneck in your network. PING is used to verify the connection between your computer and remote host. You can ping a host using its IP address or its host name.

Q-354Which class of addressing is reserved for futures use?
EE
ExplanationE A 1-126 255.0.0.0 Class A networks can have over 16 million hosts. B 128-191 255.255.0.0 Class B networks can have over 64 thousand hosts. C 192-223 255.255.255.0 Class C network can have 254 hosts. D 224-239 Used for multicast broadcasts. E 240-255 Reserved for future use. F Does not exist.

Q-355Which TCP/IP protocol is the primary protocol used to transfer text and binary files on the Internet?
AFTP
ExplanationFTP FTP is used to upload and download files.

Q-356Which two commands allow you to verify address configuration in your network?
APing
BTrace
CVerify
DTest IP
EEcho IP
FConfig IP
Ansab
ExplanationPing Trace Ping sends and receives ICMP echo messages to verify connectivity. Trace (or Traceroute or Tracert) sends series of ICMP echos with increasing TTL values to verify the current route to a host.

Q-357Which TCP/IP protocol is the primary protocol used to transfer text and binary files on the Internet?
DFTP
ExplanationFTP FTP or File Transfer Protocol is a client-server protocol that allows a user on one computer to transfer files to and from another computer over a TCP/IP network. Also the client program the user executes to transfer files. Two FTP commands are PUT and GET. PUT is used to send the file from a client to a server (MPUT for multiple files). GET is used to initiate a transfer of file from the server to the client (MGET for multiple files). All FTP servers require a client to have a valid account and a password to access the files. Most FTP sites on the Internet are configured to use "anonymous" access. That is why you are not prompted for user ID and Password when accessing most FTP sites. FTP uses TCP as a delivery protocol.

Q-358What are the generic paths of a network layer address?
CA network number and host number
ExplanationA network number and host number An IP address consists of two parts, one identifying the network and one identifying the host. The Class of the address determines which part is the network address and which part is the host address.

Q-359Which protocol does TFTP use as a delivery protocol?
AUDP
ExplanationUDP TFTP (Trivial File Transfer Protocol) is a stripped down version of FTP. TFPT is a connectionless protocol and TFTP uses UDP as a delivery protocol.

Q-360What is the result of using a hierarchial addressing frame work?
AIncreased availability of addresses.
ExplanationIncreased availability of addresses. This is a pretty easy concept so don't think too hard. If everyone only had a first name (i.e. John, Mary, Pete, etc.) pretty soon we would run out of names. But if we give people second names (John Doe, John Smith, John Black, etc. Mary Jones, Mary White, ...well you get my drift) we increase the availability of names.

Q-361What is an advantage of using a connectionless protocol such as UDP?
CPackets are not acknowledged. This reduces overhead traffic.
ExplanationPackets are not acknowledged. This reduces overhead traffic. Bandwidth is used more efficiently because network resources are not allocated bandwidth that they are not going to use. Also, since packets are not acknowledged, overhead is reduced.

Q-362Choose a connection type protocol (not connection-less).
ATCP
ExplanationTCP Transmission Control Protocol is the most common transport layer protocol used on Ethernet and the Internet. It was developed by DARPA. TCP is built on top of the Internet Protocol (IP) and is nearly always seen in the combination TCP/IP (TCP over IP). It adds reliable communication, flow-control, multiplexing and connection-oriented communication. The other protocols are connectionless.

Q-363What can a virus infect? (Choose two.)
AGateway
BRouter
CNetwork Card
DHub
AnsAB
ExplanationRouter and Gateway A gateway usually is a router. Routers use software to intelligently forward Internet traffic to ist destination. It can become infected by a virus. Hubs and NICs cannot become infected with a virus.

Q-364E-mail, FTP services, and Telnet work at which OSI layer?
AApplication
ExplanationApplication E-mail, FTP services, and Telnet all operate at the Application layer. The OSI has seven different layers, which are divided into two groups. The top three layers define how the applications within the end stations will communicate with each other and with users. The bottom four layers define how data is transmitted end-to-end. The layers are: Application Presentation Session Transport Network Data Link Physical

Q-365What OSI layer integrates logical addressing?
Anetwork
ExplanationNetwork The network layer defines logical addressing and routing as a means to deliver data across an entire network. IP and IPX are two examples of network layer protocols.

Q-366What layer of the OSI model controls communication between devices?
Asession
Explanationsession The Session layer is responsible for setting up, managing, and then tearing down sessions between Presentation layer entities. The Session layer also provides dialog control between devices. It coordinates communication between systems and organizes communication in simplex, half-duplex, and full-duplex.

Q-367From bottom up of the OSI reference model, which layer is the Network layer?
ALayer 3
ExplanationLayer 3 Always start at the physical layer as the first layer. When networks first came into being, computers could typically communicate only with computers from the same manufacturer. For example, companies ran either a complete DECnet or an IBM network - never both together. In the late 1970s, the OSI (Open Systems Interconnection) model was created by the International Organization for Standardization (ISO) to break this barrier. The OSI model was meant to help vendors create interoperable network devices.

Q-368Which layer of the OSI model is responsible for placing the signal on the cable?
APhysical
ExplanationPhysical The cable always refers to the Physical layer. The OSI model is the primary architectural model for networks. It describes how data and network information are communicated from applications on one computer, through the network media, to an application on another computer. The OSI reference model breaks this approach into seven layers. The Physical layer is counted as the first layer.

Q-369The two sublayers of the IEEE Data Link Layer are which of the following?
CLogical Link Control and Media Access Control
ExplanationLogical Link Control and Media Access Control The IEEE Data Link layer has two sublayers: Media Access Control (MAC) 802.3 defines how packets are placed on the media. Contention media access is first come, first served access where everyone shares the same bandwidth. Physical addressing is defined here, as well as logical topologies. Logical topology is the signal path through a physical topology. Line discipline, error notification, ordered delivery of frames, and optional flow control can also be used at this sublayer. Logical Link Control (LLC) 802.2 sublayer is responsible for identifying Network layer protocols and then encapsulating them. An LLC header tells the Data Link layer what to do with a packet once a frame is received. The LLC can also provide flow control and sequencing of control bits.

Q-370Which of the following OSI layers determines which route data packets should take by evaluating network conditions and priority of service?
ANetwork layer
ExplanationNetwork The Network layer is responsible for routing the data packets to their correct destination by the best available path. Routers operate at the Network layer. The Transport layer provides for reliable and properly sequenced transfer of data. The Data Link layer is responsible for packaging data into frames and providing an error free "Link" between computers. Bridges operate at the Data Link layer. The Session layer handles the opening, and closing of a session between computers.

Q-371Which layer listed manages access to the Network layer?
ADatalink - LLC Sublayer
ExplanationDatalink - LLC Sublayer Logical Link Control: Defined by the IEEE, the higher of two Data-Link layer sublayers. LLC is responsible for error detection (but not correction), flow control, framing, and software-sublayer addressing. LLC is described in IEEE 802.2. Think MAC is closer to lower hardware (Media) and LLC is closer to the more intelligent upper layers (Logical).

Q-372What layer of the OSI model does a bridge operate in?
AData Link
ExplanationData Link Bridges operate in the Data Link layer and are used to segment the LAN. While Bridges create multiple "collision" domains, all bridged segments are still on the same 'broadcast" domain. The reason being that they pass broadcast packets to other connected domains. Bridges do not help to reduce broadcast storms. They are able to pass broadcasts out every port.

Q-373Which layer is responsible for providing mechanisms for multiplexing upper-layer application, session establishment, and tear down of virtual circuits?
ETransport
ExplanationTransport The transport layer is responsible for reliable network communication between end nodes. The layers are: Application Presentation Session Transport Network Data Link Physical Sometimes a handy memnonic device used to remember the layers is to remember the phrase: All People Seem To Need Data Processing. The first letters of each word correspond to the OSI layers.

Q-374Which of the following devices works at the Application layer of the OSI model?
AGateway
ExplanationGateway A Gateway works at the Application layer and other upper layers of the OSI model. A Bridge operates at the Data Link layer. A Repeater operates at the Physical layer. A Brouter operates at both the Network and Data Link layers of the OSI model.

Q-375What was the key reason for creating the International Organization for Standardization that released the OSI model?
BDifferent vendor's networks could work with each other.
ExplanationDifferent vendor's networks could work with each other. The OSI reference model was created to help facilitate data transfer between network nodes. A major function of the OSI specifications is to assist in data transfer between different kinds of hosts. For instance one vendor's LLC sublayer could communicate with a different vendor's LLC sublayer even though they were using different Operating Systems and protocols. The OSI is a set of guidelines that application developers can use to create applications, networking standards and devices that run on a network.

Q-376What layer of the OSI model ensures packets are delivered error free, in sequence, without lost or missing packets?
ATransport
ExplanationTransport The Transport layer provides for reliable and properly sequenced transfer of data. A key word here is "sequenced". The Transport layer can re-sequence out of order packets. The Network layer is responsible for routing the data packets to their correct destination by the best available path. Routers operate at the Network layer. The Data Link layer is responsible for packaging data into frames and providing an error free "Link" between computers. Bridges operate at the Data Link layer. The Session layer handles the opening, and closing of a session between computers.

Q-377What do you need to have in order for your browser to connect to a database if you use a database on your e-commerce site?
ADSN
ExplanationDSN If you use a database, in order for you browser to connect to database, you need to create a DSN (Data Source Name) - a unique name that identifies the database.

Q-378What is the easiest database to set up?
ARelational database
ExplanationRelational database Most advance merchant systems use relational databases like SQL database. All established relational database products are designed to comply with SQL statements (called queries). A relational database is a collection of data items organized as a set of formally-described tables from which data can be accessed or reassembled in many different ways without having to reorganize the database tables.

Q-379What functionality does a merchant system add to your web site?
Be-commerce
Explanatione-commerce An E-commerce enabled web site allows individuals to purchase items. To have an e-commerce enabled web site, you must set-up a merchants system. A merchants system is a program that lets you set up a store on the Internet. You can purchase merchant systems from different software companies or you can write your own program. The most advance merchant systems use relational databases like SQL database.

Q-380What is CSS in an Internet server context?
ACommercial Secured Server
ExplanationCommercial Secured Server Look at the question when answering this one because CSS in another context also stands for Cascading Style Sheet.

Q-381What is the specification for on-line credit?
BSET
ExplanationSET SET stands for Secure Electronic Transaction. This standard enables secure credit card transactions on the Internet. SET has been endorsed by Visa, and MasterCard. With SET, everyone in the payments process knows who everyone else is. And can prove it. The card holder, the merchant, and the acquirer can be fully authenticated. The core protocol of SET is based on digital certification issuance. This means that each participant in the payment transaction holds a certificate that validates their identity.

Q-382What services are necessary for a computer to be used as an e-commerce server?
DVirtual shopping cart services
ExplanationVirtual shopping cart services Use of shopping cart services allows you to have an online catalog with Internet shopping cart and ordering capabilites. The service varies from provider to provider but it should track items your customers want, calculates all charges, and deliver orders from the customer to the merchant.

Q-383What types of documents are distributed using Electronic Data Interchange (EDI)?
BOrders and invoices
ExplanationOrders and invoices EDI (Electronic Data Interchange) is an old standard that is widely user for transporting orders and invoices across networks. The ANSI standard upon which EDI is based is X12.

Q-384What is the Internet technology that allows the creation of shopping cart/trolley technology?
Ae-commerce server
Explanatione-commerce server An e-commerce server is a web server that has the coding in place to quickly deploy shopping cart services and credit card authentication..

Q-385How does the following code help copyright your page? [SCRIPT TYPE="text/javascript"] [!-- if (top != self) top.location=self.document.location; //--] [/SCRIPT]
AWill not allow frame to be displayed in other web pages.
ExplanationWill not allow frame to be displayed in other web pages. Frames allow you to combine different web pages together into one window, even if all of those pages aren't yours and weren't intended to be framed. This script checks to see if the current page is the "top" page. If it is not, it tells the web browser to load the current web page as the top, thus wiping out any frames. Of course, this script won't work with browsers that don't understand scripting, or where scripting is turned off, but the script will work on most browsers, and that makes it a pretty effective deterrent.

Total Rows 385