











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
|
|  |
Pages (2): [1] 2 »
Psydefx
Senior Member

Registered: Jun 2001 Location: Country: United States State: Certifications: MCSE, CCNP, CIWP,OCP Working on: MCDBA
Total Posts: 150
|
|
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
|
|
01-26-02 07:19 AM
|
|
Sh0tgun
Guest
Registered: Not Yet Location: Country: State: Certifications: Working on:
Total Posts: N/A
|
|
|
01-26-02 07:26 AM
|
|
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
|
|
01-26-02 07:29 AM
|
|
Sh0tgun
Guest
Registered: Not Yet Location: Country: State: Certifications: Working on:
Total Posts: N/A
|
|
|
01-26-02 07:32 AM
|
|
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
|
|
01-26-02 07:43 AM
|
|
Sh0tgun
Guest
Registered: Not Yet Location: Country: State: Certifications: Working on:
Total Posts: N/A
|
|
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
|
|
01-26-02 07:55 AM
|
|
Nicole
Senior Member

Registered: Dec 2000 Location: California Country: USA State: Certifications: MCP Working on: MCDBA
Total Posts: 825
|
|
|
01-26-02 09:01 PM
|
|
Sh0tgun
Guest
Registered: Not Yet Location: Country: State: Certifications: Working on:
Total Posts: N/A
|
|
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
|
|
01-26-02 10:46 PM
|
|
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
|
|
01-26-02 11:12 PM
|
|
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
|
|
01-26-02 11:21 PM
|
|
|
Featured site: MCSE, MCSD, CompTIA, CCNA training videos
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
|