ExamNotes.net  -  IT certification portal

ForumsCertResearchTop sitesNewslettersFree email
HomeRegister
Exams Notes
Practice exams
Exam games
Questions by email
Online training
Training videos
College degrees
Boot camps
Book store
Links directory
Tell a friend
For webmasters

CompTIA Exam Vouchers
Save money on CompTIA exams
Question of the day
Sign up to receive
interactive practice questions
for MCSE, CompTIA
Cisco and other exams
TestKing
Get MCSE, MCSD, CCNA, CCNP,A+, N+ and many more

* ExamSheets *
Guide for Success!
Actual Questions & Answers
MCSE, MCSD, A+ ,CCNA, CCNP
Oracle 8i, Oracle 9i

Online practice tests

Certification sites

Online university

Online college

Online education

Distance learning

Software forum

Server administration forum

Programming resources






This is interesting: Free IT Magazines | Databases help forum



CompTIA > i-NET+ > Exam Cram - LOL

Show a Printable Version
Email This Page to Someone!
Receive updates to this thread

ExamVouchers.com - CompTIA discount exam vouchers - save money

Featured site: Online I-NET+ practice exams from Cert21.com

CompTIA exam notes



Author Exam Cram - LOL
Sh0tgun
Guest




Registered: Not Yet
Location:
Country:
State:
Certifications:
Working on:

Total Posts: N/A
Cool Exam Cram - LOL

So I'm reading the Weiss/Dulaney masterwork "Exam Cram i-Net+" today... You'd think a 4 1/2 to 5 star book on Amazon and Barnes & Noble would be perfect, but not so.

Here's a couple questionable end-of-chapter questions for Chapter 6, the chapter ambiguously titled "Web Service."

Which of the following is the correct format for a URL?

a. port://hostname:protocol/path/filename.ext
b. port://hostname:protocol/filename/path.ext
c. protocol://hostname:port/path/filename.ext
d. protocol://hostname:port/path/filename/path.ext


Their answer: d. Thanks guys!!! (/sarcasm) By way of explaination they say A sample URL is http://www.domain.com:8080/directory/subdirectory/file.htm OK... So they know what they want, but they wrote the answer wrong. Or they wrote choice D incorrectly, as it seems they wanted two dirs/paths.

Then, 2 questions later, I get this:

When a client issues a cookie, it store the cookies as what type of file?

The answer was Plain Text, but I expected it to be a trick question. They had just finished stressing that cookies are originally transmitted by a web server to a client! Clients don't "issue" cookies... the first time, anyway. Oh well, the authors are only human, right? And beyond that it's been a wonderful book so far.

Report this post to a moderator

Old Post 01-06-02 11:29 PM
Reply w/Quote Edit/Delete Message IP: Logged
neuralfx
Senior Member




Registered: Jul 2001
Location:
Country: Cook Islands
State:
Certifications: CIW-A, A+, Net+, Inet+, Server+, Linux+, MCSE, MCSA, Sair LCP
Working on: CCNA, MCSE 03, CWNA

Total Posts: 377

yes, actaully i believe the meant to write

"when a client is ISSUED a cookie, it stores it as plain text"

so they were off by one letter .. and in the question above that .. well the author was obviously drunk on a few pints of ale, so dont be too hard on him =) .. good luck on the exam ..
-neural

Report this post to a moderator

Old Post 01-07-02 07:42 AM
neuralfx is offline Click Here to See the Profile for neuralfx Click here to Send neuralfx a Private Message Add neuralfx to your buddy list Find more posts by neuralfx Reply w/Quote Edit/Delete Message IP: Logged
bassackwards
Member




Registered: Feb 2001
Location:
Country: USA
State:
Certifications: A+, MCSE 4.0, Net+, MCP 2000 (x2), I-Net+, Compaq APS
Working on: CCNA

Total Posts: 69
Cool

I had a few questions like that in the Exam Prep too. All-in-all I still prefer the ExamCram/Prep series over any other.

Report this post to a moderator

Old Post 01-07-02 02:49 PM
bassackwards is offline Click Here to See the Profile for bassackwards Click here to Send bassackwards a Private Message Add bassackwards to your buddy list Find more posts by bassackwards Reply w/Quote Edit/Delete Message IP: Logged
jeyesell
Member




Registered: Jan 2002
Location:
Country: Australia
State:
Certifications:
Working on:

Total Posts: 62
I'm new to all this

Hi

I'm new to all this ... can one of you guys give me the correct answer/explanation for the URL question?

Thanks a lot.

Report this post to a moderator

Old Post 01-07-02 04:40 PM
jeyesell is offline Click Here to See the Profile for jeyesell Click here to Send jeyesell a Private Message Add jeyesell to your buddy list Find more posts by jeyesell Reply w/Quote Edit/Delete Message IP: Logged
Sh0tgun
Guest




Registered: Not Yet
Location:
Country:
State:
Certifications:
Working on:

Total Posts: N/A
Post I'd be happy to

Well the correct answer should have been option c. How basic should I get? Not sure exactly how "new" you are

The explaination is because... well, protocol is first. For instance: http:// would indicate you want to make the connection using Hypertext Transfer Protocol, which is mainly used for webpages, and the graphics they contain, etc. You could, however, enter ftp:// in your browser, indicating you want to make a File Transfer Protocol connection to the address (which you are about to specify...)

Hostname = domain name, like Yahoo.com, or it could be an IP address, like 62.29.32.1 (my gate BTW ). That's why typing in http://www.yahoo.com/ gets you to Yahoo!'s website -- because you stated the computer name of the server you want, and that you wanted a website (HTTP).

Port tells which TCP/IP port number to attempt to make the connection to the host on. Browsers automatically use the default of port 80 for HTTP, without you having to enter it all the time (you don't have to type http://www.yahoo.com:80/).

Path = directories on the remote host. Instead of going to Yahoo.com, you might want to start out at the Yahoo! Information Center. So you take the URL we've got so far (http://www.yahoo.com:80) and append /info to it. If there's more to the path, like /info/pr for the Press Room, we tack all of it on there. http://www.yahoo.com:80/info/pr/

Finally if there's a specific file in the previously specified dir, we can ask for that by giving its full file name, like index.html (file.ext meant filename + file type extension).

And that's all I have to say about that.

Last edited by on 01-07-02 at 06:03 PM

Report this post to a moderator

Old Post 01-07-02 05:43 PM
Reply w/Quote Edit/Delete Message IP: Logged
Pavlov
Old Timer
F




Registered: Jan 2001
Location: California
Country: United States
State:
Certifications: A+, Net+, i-Net+, CIW-A, MCP NT4, MCSA 2000, MCSE 2000
Working on: Having Fun

Total Posts: 2615
Thumbs up Nice Breakdown

Well said Sh0tgun - when are you taking the i-Net+ exam?

__________________
The supreme accomplishment is to blur the line between work and play.
---------------------------------------
We have enough youth, how about a fountain of smart?

Report this post to a moderator

Old Post 01-07-02 05:51 PM
Pavlov is offline Click Here to See the Profile for Pavlov Click here to Send Pavlov a Private Message Add Pavlov to your buddy list Find more posts by Pavlov    Send an AIM message to Pavlov Reply w/Quote Edit/Delete Message IP: Logged
Sh0tgun
Guest




Registered: Not Yet
Location:
Country:
State:
Certifications:
Working on:

Total Posts: N/A
Before Feb.

I'm 1/2 thru the Cram. However, this early stuff I know pretty well. I even already have experience w/basic HTML. However copyright law, etc. I'm weak on. So my progress will slow in a couple chapters.

I think it's the only book I'm using though. Then I have a couple practice test programs to use. I will schedule for maybe late the week of the 20th. I want time for ProSoft to process my request for CIW Associate while it's still only $49! (No clue if I'll push on in CIW, but I'd better get Assoc. just in case!)

Watch: since i-Net+ is the first exam I'm treating nonchalantly, I'll probably fail my first attempt LOL

Cram is an excellent book, they're throwing out lots of extras like the rfc numbers for what they discuss. I love it.

Oh, and FYI, go here for everything to do with i+ to CIW... figured if you don't know, you'd be interested.

Last edited by on 01-07-02 at 06:06 PM

Report this post to a moderator

Old Post 01-07-02 06:00 PM
Reply w/Quote Edit/Delete Message IP: Logged
Pavlov
Old Timer
F




Registered: Jan 2001
Location: California
Country: United States
State:
Certifications: A+, Net+, i-Net+, CIW-A, MCP NT4, MCSA 2000, MCSE 2000
Working on: Having Fun

Total Posts: 2615

thanks for the link - I'm planning to sit for this exam on Thursday - I used the Sybex book and the Certification Study System book by Joseph Byrne along with Exam Drill. Hopefully I will knock this one out and, like yourself, apply for the CIW-A before the rate increase (again!).

__________________
The supreme accomplishment is to blur the line between work and play.
---------------------------------------
We have enough youth, how about a fountain of smart?

Report this post to a moderator

Old Post 01-07-02 08:00 PM
Pavlov is offline Click Here to See the Profile for Pavlov Click here to Send Pavlov a Private Message Add Pavlov to your buddy list Find more posts by Pavlov    Send an AIM message to Pavlov Reply w/Quote Edit/Delete Message IP: Logged
jeyesell
Member




Registered: Jan 2002
Location:
Country: Australia
State:
Certifications:
Working on:

Total Posts: 62

Thanks for the explanation.

Report this post to a moderator

Old Post 01-07-02 08:30 PM
jeyesell is offline Click Here to See the Profile for jeyesell Click here to Send jeyesell a Private Message Add jeyesell to your buddy list Find more posts by jeyesell Reply w/Quote Edit/Delete Message IP: Logged
All times are GMT.
Post new thread   Post reply

Click here for I-NET+ study guides



Forum Jump:
Rate This Thread:
Forum Rules:
Who Can Read The Forum? Any registered user or guest.
Who Can Post New Topics? Any registered user.
Who Can Post Replies? Any registered user.
Changes: Messages can be edited by their author.
Posts: HTML code is OFF. Smilies are ON. vB code is ON. [IMG] code is ON.
 

ExamNotes forum archive


Powered by: vBulletin 2.2.8
Copyright ©2000, Jelsoft Enterprises Limited.

  Free Braindumps | mcse braindumps