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



General discussions > General Discussion > Foundations

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






Pages (2): [1] 2 »

Author Foundations
Psydefx
Senior Member




Registered: Jun 2001
Location:
Country: United States
State:
Certifications: MCSE, CCNP, CIWP,OCP
Working on: MCDBA

Total Posts: 150
Cool Foundations

I have a stumper for you:

Lets say your friend geeks out one morning and writes her own web browser in java.
She brings it over to you and asks you to try it out but explains that YOU MUST USE EXPLICIT COMMANDS FOR EVERYTHING.

You run the browser for the first time, and want to come to the forums opening page, which you usually type "examnotes.net/forums" to bring up...

What do you need to type (assume file name) in order to see the latest the page?

***Please assume that this is a run of the mill site.

__________________
Psydefx
Luck:
Laboring Under Correct Knowledge
-Robert T. Kiyosaki

Report this post to a moderator

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




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

Total Posts: N/A

Do you just mean:

http://www.examnotes.net/forums/index.html ? I'm just thinking "It can't be that simple." Let me know...

Report this post to a moderator

Old Post 01-26-02 07:26 AM
Reply w/Quote Edit/Delete Message IP: Logged
Psydefx
Senior Member




Registered: Jun 2001
Location:
Country: United States
State:
Certifications: MCSE, CCNP, CIWP,OCP
Working on: MCDBA

Total Posts: 150
:|

That won't get you there.

Hint: there's a lot of information you didn't give to your new browser with that.

Think about what has to happen to establish communication between your computer and the server.

__________________
Psydefx
Luck:
Laboring Under Correct Knowledge
-Robert T. Kiyosaki

Report this post to a moderator

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




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

Total Posts: N/A

Yeah, I got it.

http://www.examnotes.net:80/forums/index.html Is that going to do it?!

Report this post to a moderator

Old Post 01-26-02 07:32 AM
Reply w/Quote Edit/Delete Message IP: Logged
Psydefx
Senior Member




Registered: Jun 2001
Location:
Country: United States
State:
Certifications: MCSE, CCNP, CIWP,OCP
Working on: MCDBA

Total Posts: 150

Good Start!!!

Now, take it to the next level....

__________________
Psydefx
Luck:
Laboring Under Correct Knowledge
-Robert T. Kiyosaki

Last edited by Psydefx on 01-26-02 at 07:54 AM

Report this post to a moderator

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




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

Total Posts: N/A
Angry Well...

As far as path goes, that's all that I can figure out. If I'm missing something, it must be really simple. That makes it harded to figure out!

If you want some HTTP command that the browser needs to go out and get the file at the path specified, I wouldn't have a clue what that was. I've never learned any.

Report this post to a moderator

Old Post 01-26-02 07:55 AM
Reply w/Quote Edit/Delete Message IP: Logged
Nicole
Senior Member




Registered: Dec 2000
Location: California
Country: USA
State:
Certifications: MCP
Working on: MCDBA

Total Posts: 825

Does said web browser have access to a DNS server?

Report this post to a moderator

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




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

Total Posts: N/A
Thumbs up Hey, that's a good point

I guess in that case it would be

http://128.242.228.49:80/forums/index.html

So what else do you want Psydefx?

Report this post to a moderator

Old Post 01-26-02 10:46 PM
Reply w/Quote Edit/Delete Message IP: Logged
Psydefx
Senior Member




Registered: Jun 2001
Location:
Country: United States
State:
Certifications: MCSE, CCNP, CIWP,OCP
Working on: MCDBA

Total Posts: 150

Maybe the answer will be enough to develop a conversation:

get_http://www.examnotes.net.:80/forums/index.php_http v1.1

(Please excuse underscores, they are here to keep it together.)

the "get" statement - tells the browser what it's doing.

http:// - Protocol declaration

www.examnotes.net. - FQDN, Notice the root (.)

[ (FQDN)
www - host
.examnotes - domain
.net - top level domain
. - root domain
]

:80 - Port declaration

(At this point, you have created a TCP socket (protocol+IP(from FQDN)+port)

/forums - virtual directory (MS term)

/index - default file (index, default)

.php - file extension (.php,.htm,.html,.asp)

http v1.1 - Protocol version (provides some usability paramiters for web servers)


Please let me know what you think.

__________________
Psydefx
Luck:
Laboring Under Correct Knowledge
-Robert T. Kiyosaki

Report this post to a moderator

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




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

Total Posts: N/A

Well, like I told you, I didn't know what the HTTP command was to get the location... So it is the same as an FTP command?

Apparently this web browser can handle Domain Name Services then, huh? I just heard that the root domain was . this week in 2151. Oh well.

I didn't know you could specify the protocol and version.

Report this post to a moderator

Old Post 01-26-02 11:21 PM
Reply w/Quote Edit/Delete Message IP: Logged
All times are GMT.
Pages (2): [1] 2 » Post new thread   Post reply

Featured site: MCSE, MCSD, CompTIA, CCNA training videos



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