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 the 4 articles in this topic
Showing 4 of 449 articles.
Currently 1 other person reading this forum.


 UWA week 18 (1st semester, week 9) ↓
SVG not supported

Login to reply

👍?
helpful
11:47am Mon 29th Apr, ANONYMOUS

Hi, I was wondering if the mywebpage.html file was able to be used as an interface for our project or if we were required to create one. Also, does each webpage need to only include options from all other stations or just the station that it is? My understanding is that, for each station, we need an html file that allows the user to input the destination, with its initial source being fixed to the one connected to the particular port. So, for example, if stationA was running on port 4001 and station B was running on port 4005, when you access localhost:4001 you will only be able to query for routes from stationA to any other station. Similarly, on localhost:4005 you will only be able to query for routes from stationB to any other station, and routes from stationA to other stations cannot be queried. Thank you


SVG not supported

Login to reply

👍?
helpful
2:41pm Tue 30th Apr, Christopher M.

ANONYMOUS wrote:
> I was wondering if the mywebpage.html file was able to be used as an interface for our project or if we were required to create one. > > Also, does each webpage need to only include options from all other stations or just the station that it is? My understanding is that, for each station, we need an html file that allows the user to input the destination, with its initial source being fixed to the one connected to the particular port.
The requirements are that each server, which owns the timetable of a single station, has two open ports: - its TCP/IP port for communicating using HTML, typically between a web-browser or the command-line utility 'curl'. - its UDP/IP port used for communicating with other stations, using a protocol of your own design and implementation It does not matter if you use a single webpage for all stations (though you'll need to know all remote hostnames and their ports), or a single webpage per station. As with most web-based programs on the web, it'd be very 'standard' for each station to deliver its own query page in response to any query on its TCP/IP port. Hope this answers your question.


SVG not supported

Login to reply

👍?
helpful
12:01pm Wed 1st May, ANONYMOUS

So, to confirm, we can use the mywebpage.html page provided and do not need to create our own to query info from the user? Do we just need to figure out how to establish a connection to obtain that information? Thanks again


SVG not supported

Login to reply

👍?
helpful
2:18pm Wed 1st May, Christopher M.

ANONYMOUS wrote:
> So, to confirm, we can use the mywebpage.html page provided and do not need to create our own to query info from the user? Do we just need to figure out how to establish a connection to obtain that information?
You may use any other materials I've provided. Note, however, that mywebpage.html and/or the script that generated it, will require changing if you have different station names, and begin developing for multiple computers.

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