Welcome to the CSC Q&A, on our server named in honor of Ada Lovelace. Write great code! Get help and give help!
It is our choices... that show what we truly are, far more than our abilities.

Categories

+15 votes
asked in CSC335 Fall 2022 by (1 point)
0

I liked learning about raspberry pi and making my own server. I felt like I achieved something cool.

6 Answers

+4 votes
 
Best answer

I liked Dijkstra's algorithm myself.

answered by (1 point)
selected by
+4 votes

Create a client-server

answered by (1 point)
+4 votes

I think realizing how many layers are actually involved in Networking. It is a lot more complex than I assumed.

answered by (1 point)
+3 votes

I enjoyed learning about the different layers like the application layer or the transport layer.

answered by (1 point)
+3 votes

The labs were really good for this class. Creating a server and a client and being able to send messages and receive messages were really cool.

answered by (1 point)
+2 votes

Also, the Packet Analyzer Lab was really interesting as well with Wireshark. It was also interesting to see how easily what you are browsing can be captured by someone.

answered by (1 point)
+1

Most (important) web traffic uses HTTPS these days, so... even if you capture, it's encrypted and you won't know what information was being sent...

...