Home > Archive > i-NET+ > July 2000 > Please correct me if I'm Wrong !!!





You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

Author Please correct me if I'm Wrong !!!

2000-06-27, 11:22 am

I have come across many different answers to the below listed questions. If any are wrong could you please correct me.

How long does it take to download a 1,000 byte file at 56k
A 1 <
B 8
C 1.25
D 8.25

What is true about FTP?
A users cannot change their own password <
B Users cannot use their e-mail adders as a password
C Users have to change their logon regularly
D Users have to change their logon the first time they log on

A user with a 128Kbps ISDN modem will take about how many seconds to download a 100K file?

A 30
B 3
C 15
D 8 <

If you want to play streaming video on your site, what is the best technology to use?

A Flash <
B Acrobat
C RealPlayer
D QuickTime VR

Based on speed and cost, which Internet bandwidth link type would be the best choice for a small ISP serving 100 dial-up users?

A. 56K <
B. T1
C. T3
D. ATM

If you try to go to a web site and the browser receives the message "The server is not responding", what could be the problem?

A. There is a misconfigured router.
B. The server does not have a DNS entry.
C. The server is overloaded. <
D. The file does not exist on the server.

What is the fastest video card mode for displaying web graphics?

A. 8 bit
B. 24 bit <
C. 32 bit
D. 64 bit

What is Microsoft's preferred server-side scripting language called?

A. Active Server Pages (ASP)
B. Internet Information Server (IIS)
C. VBScript <
D. ActiveX Server Extensions (ASE)

Which protocol has the highest security?

A SLIP
B PPP
C PPTP
D L2TP <

A user wants to make sure that every time he goes to a website the most updated content is viewed.
What should he do ?

A Increase cache of the flux capacitor
B Decrease the cache size
C Empty History folder
D Press refresh each time he visits site <

Which organization approves the standards of Anti-Virus Softwares

A. IAB
B. IETF
C. ICSA <
D. ????

What does LANG do?
A. Tells what type of language to expect on the page. <
B. Tells what's in the META tag
C. Tells what protocol is being used
D. ????

An encryption method where a private key and a public key are used.
A. SSL
B. SET
C. PGP <
D. S/MIME

2000-06-27, 2:46 pm


If you want to play streaming video on your site, what is the best technology to use?

A Flash <
B Acrobat
C RealPlayer
D QuickTime VR

FLASH DEALS WITH ANIMATED VECTOR GRAPHICS, NOT STREAMING VIDEO. I WOULD SAY REAL PLAYER.

Based on speed and cost, which Internet bandwidth link type would be the best choice for a small ISP serving 100 dial-up users?

A. 56K <
B. T1
C. T3
D. ATM

YOU CAN'T RUN AN ISP ON A 56K CONNECTION, IT HAS TO BE T1 TO HANDLE THE CUSTOMER LOAD.

What is the fastest video card mode for displaying web graphics?

A. 8 bit
B. 24 bit <
C. 32 bit
D. 64 bit

THE FEWER THE BIT-PER-PIXAL, THE FASTER THE DESPLAY TIME. I WOULD GO WITH 8 BIT.

What is Microsoft's preferred server-side scripting language called?

A. Active Server Pages (ASP)
B. Internet Information Server (IIS)
C. VBScript <
D. ActiveX Server Extensions (ASE)

VBSCRIPT IS CLIENT SIDE, NOT SERVER SIDE. THE ANSWER IS ASP.

2000-06-27, 3:54 pm

What about the qustion I got on the exam?
The question is abbreviated from the original wording, but I'm sure it asked about "streaming vector graphic".

11. Streaming vector graphic is what plug in?
A)Shockwave
B)Realplayer
C)VRML
D)Flash

Mark

2000-06-27, 11:21 pm

Mark, I think the key to this question is that we are talking about streaming vector as opposed to streaming video. I had this question on my test today. I missed three and I haven't been able to determine if this was one of them, but I don't think so. Look at the resource I pointed to in answer to your original post.

AuroraB, i-Net+ Certified -- YEA!!!

2000-06-28, 4:02 pm

Well we know that Realplayer is "streaming" and Flash is "vector-graphic" based. In Dummies it says that Realplayer is an Flash compatible application.

2000-06-28, 4:09 pm

This is to confirm your PGP answer tothe last question.

from Webopedia it states:

A technique for encrypting messages developed by Philip Zimmerman. 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 disseminate 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.

2000-06-28, 8:20 pm

What is Microsoft's preferred server-side scripting language called?

A. Active Server Pages (ASP)
B. Internet Information Server (IIS)
C. VBScript <
D. ActiveX Server Extensions (ASE)

VBSCRIPT IS CLIENT SIDE, NOT SERVER SIDE. THE ANSWER IS ASP.

I agree that the answer is VBScript. It is a Server Side Script. I use it extensively to on the server in a Microsoft Backend environment because of better error handling and database integration. You use it to create Active Server Pages however, Microsoft is pushing XML to facilitate ASPs. The key thing I pick up on is that "Active Server Pages is a server-side scripting technology" NOT a lanuage! Read the following quote I pulled from Microsoft's site:

quote:
Microsoft® Active Server Pages (ASP) is a server-side scripting technology that can be used to create dynamic and interactive Web applications. An ASP page is an HTML page that contains server-side scripts that are processed by the Web server before being sent to the user’s browser. You can combine ASP with Extensible Markup Language (XML), Component Object Model (COM), and Hypertext Markup Language (HTML) to create powerful interactive Web sites.

Server-side scripts run when a browser requests an .asp file from the Web server. ASP is called by the Web server, which processes the requested file from top to bottom and executes any script commands. It then formats a standard Web page and sends it to the browser.

It is possible to extend your ASP scripts using COM components and XML. COM extends your scripting capabilities by providing a compact, reusable, and secure means of gaining access to information. You can call components from any script or programming language that supports Automation. XML is a meta-markup language that provides a format to describe structured data by using a set of tags."



------------------
San...
MCSE, MCDBA, MCT, i-Net+

[This message has been edited by SasiSan (edited 06-28-2000).]

2000-06-28, 10:48 pm

VBScript or ASP???

This is exactly what I mean by conflicting opinions on the correct answer.
Has anyone taken the test and had this question appear and know that they answered correctly ???

2000-06-29, 2:20 pm

quote:
Originally posted by KL:
VBScript or ASP???

This is exactly what I mean by conflicting opinions on the correct answer.
Has anyone taken the test and had this question appear and know that they answered correctly ???



Go with Sasisan's answer of VBScript. He is right, I was mistaken in my answer.

2000-07-09, 3:56 pm

Hey you guys if you ever have any questions about conflicting answers, point your browser to http://webopedia.internet.com/

You can find answers to most of your questions there. As for the problem with conflicting answers on ASP, look what I found.

1. A specification for a dynamically created Web page with a .ASP extension that utilizes ActiveX scripting -- usually VB Script or Jscript code. When a browser requests an ASP page, the Web server generates a page with HTML code and sends it back to the browser. So ASP pages are similar to CGI scripts, but they enable Visual Basic programmers to work with familiar tools.

So, the answer is VBScript. Not ASP!

Zerohot
Brainbench, A+, Network+, MCP

2000-07-09, 5:46 pm


What is Microsoft's preferred server-side scripting language called?

A. Active Server Pages (ASP)
B. Internet Information Server (IIS)
C. VBScript <
D. ActiveX Server Extensions (ASE)

THE ANSWER TO THIS IS "ASP"
THE DEFINITION OF ASP IN THE EXAM CRAM BOOK FROM DULANEY IS "A SERVER SIDE SCRIPTING TECHNOLOGY DEVELOPED BY MICROSOFT"

2000-07-09, 6:44 pm

Tough question but if the wording is correct, then I'd definitely go with VBScript. Here's why:

ASP is a Microsoft server-side scripting "technology", it's not a scripting language. A similar technology would be CGI. We discussed this in my New Horizons i-Net+ course and covered the difference b/w ASP and VBScript.

ASP can be used as a CGI alternative (along with JSP, PHP, and SSJS). Think of an ASP file as an HTML page with special commands embedded in it. These commands are executed on the server, and the resulting value is sent to the client.

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.

My 2-cents.

Happy trails

Augie
Sponsored Links





Free Braindumps | MCSE braindumps software forum

Copyright 2003 - 2008 examnotes.net