It's UWAweek 48

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?

Showing 20 of 503 articles
Showing page 6 of 26⬅ older  |  newer ⮕
Currently 1 other person reading this forum.


 UWA week 19 (1st semester, week 10) ↓
SVG not supported 6:02pm Sun 12th May, ANONYMOUS

Is storing the sequence of ports used only in the udp packet allowed? and then at each node sending it to the next neighbour in the journey, as opposed to flooding the network again?


SVG not supported 5:53pm Sun 12th May, Christopher M.

Stations may only communicate with their neighbours.


SVG not supported 5:46pm Sun 12th May, ANONYMOUS

I'm flooding the network with a udp packet that contains the original udp port it was sent from. Once a route has been found somewhere in the network, it can access this port and send it directly back. Is this allowed? or must it be forwarded back al...


SVG not supported 4:55pm Sun 12th May, Christopher M.

ANONYMOUS wrote Yes - if it is a neighbouring station.


SVG not supported 4:53pm Sun 12th May, ANONYMOUS

if we find a path to destination, can we send the result back to requesting station server using sendto()


SVG not supported 4:43pm Sun 12th May, Christopher M.

Sorry, but no. All assessment deadlines, across campus, are set and announced by the first day of each semester. This gives all students the equal chance to plan their workloads, particularly in the latter part of a semester when most assessments are...


SVG not supported 4:43pm Sun 12th May, ANONYMOUS

I agree that more time would be beneficial. However, the 19th seems more suitable, as it is the Sunday and the project demonstrations start in week 12.


SVG not supported 4:27pm Sun 12th May, Christopher M.

On the Clarifications page "The fastest journey to a destination (from 'now') is one that arrives at the destination soonest, independent of when it starts."


SVG not supported
Favicon requests 👍x1  (both)
4:24pm Sun 12th May, Christopher M.

ANONYMOUS wrote If anything is an unrecognised request - doesn't provide a destination station and a leaving time - then it's a request that your station (web-server) doesn't support, or can't provide. What do typical web-servers do when they can't do...


SVG not supported 4:22pm Sun 12th May, Christopher M.

ANONYMOUS wrote All stations are aligned by your common protocol, they must send, receive, and act upon your protocol messages in the same way. Their front-ends, involving the browser, does not have to be identical (though I can't imagine you'd wish ...


SVG not supported 4:19pm Sun 12th May, Christopher M.

No. Stations may have any characters in their name (alphanumeric and underscore), up to the length we've set of 60 characters.


SVG not supported 4:05pm Sun 12th May, ANONYMOUS

; would be appreciated. Have been working on this consistently so far but the extra time would help a lot still. If you are a student who silently agrees but doesn't want to comment, you can still "like" the comment above mine to show your support ...


SVG not supported 1:29pm Sun 12th May, ANONYMOUS

Suppose Station A has neighbours B and C. There are two ways to get from A to C. 1. Take a bus directly from A to C, arriving at 12 30pm. 2. Take a bus from A to B, then from B to C, arriving at 12 10pm. So my question is, if station A finds that statio...


SVG not supported 12:32pm Sun 12th May, ANONYMOUS

Hey Chris, Any chance you can push the Deadline to May 20th instead ?


SVG not supported
Favicon requests 👍x2  (both)
4:31pm Sat 11th May, ANONYMOUS

Hi not sure if anyone has come across this issue - when testing on my chrome browser I noticed that the servers are constantly getting requests for favicon. Right now I'm just brute-forcing the problem by saying if request is "GET favicon.ico HTTP 1...


SVG not supported 3:19pm Sat 11th May, ANONYMOUS

Hi, I'm wondering to what degree the python c implementations must be aligned? I.e. is it enough for the behaviour on the front-end to be identical between server implementations or do the functions we write general protocol logic also need to be...


SVG not supported 1:04pm Sat 11th May, ANONYMOUS

Hi there, Is it reasonable to assume that for each letter there'll only be one station with that letter? E.g TerminalZ and StationZ will not exist together And also the names of the stations will be one character, or will we have longer characters? Also ...


SVG not supported 4:36pm Fri 10th May, Christopher M.

ANONYMOUS wrote It's certainly possible, but time prevents me from writing something like that this semester. I've made a slightly modified buildrandomtimetables.c - https teaching.csse.uwa.edu.au units CITS3002 project2024 buildrandomtimetables.c wh...


SVG not supported 4:28pm Fri 10th May, Christopher M.

Yes, it's a standard Python module but, as I mentioned a few time in other questions, I worry that your design model is more complicated than it needs to be.


SVG not supported 4:26pm Fri 10th May, Christopher M.

ANONYMOUS wrote There's no emphasis on speed or great efficiency in this project, but I'm surprised to read that you're using UDP datagrams in a connected manner (guessing you're using send() rather than sendto() ). I've found it much easie...

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  8:08AM Aug 25 2024
Privacy policy