It's UWAweek 21 (1st semester, week 12)

help3002

This forum is provided to promote discussion amongst students enrolled in CITS3002 Computer Networks.

Please consider offering answers and suggestions to help other students! And if you fix a problem by following a suggestion here, it would be great if other interested students could see a short "Great, fixed it!"  followup message. How do I ask a good question?

Chris is away until 4th June. Dr Atif Mansoor is the unit's coordinator until then.
Displaying selected article
Showing 1 of 446 articles.
Currently 1 other person reading this forum.


 UWA week 19 (1st semester, week 10) ↓
SVG not supported

Login to reply

👍?
helpful
4:32am Wed 8th May, Christopher M.

"Jiayi Cheng" <22*3*6*7@s*u*e*t*u*a*e*u*a*> wrote:
> I want to Know whether is allow one station know the every station name(don't know the localtion, don'tknow the timetable, just name), to insure the station check the validity of input.
(coincidentally, this was discussed in a tutorial, yesterday) Stations should not know (or need) the names of all other stations when sending out their queries, other than when identifying a particular destination. But it is reasonable for each station to know other stations' names if they are being presented on the 'front' webpage of any station-server, so that the user can indicate their required destination. This is far better than having the user type in, and misspell, a station name. There's two simple ways to create and display that webpage: - either manually into a file, and have the station-server just deliver that file's contents, or - have the station-server read station name from a file, each time. You can collate all station names, simply, from the names of timetable files: ls tt-* | cut -c4- > ALLSTATIONS

The University of Western Australia

Computer Science and Software Engineering

CRICOS Code: 00126G
Written by [email protected]
Powered by history
Feedback always welcome - it makes our software better!
Last modified  5:07AM Sep 06 2023
Privacy policy