This week was the first week of CST428 Software Engineering. In this week we started to learn about REST APIs and how to start building one. The program we built this week was based on a user being able to register in a database and create orders tied to their customer id. I also learned how to utilize some new programs such as Spring and Postman. I also gained experience in creating unit tests to validate that my code is performing as expected. I look forward to learning more about complex software projects and how they are built.
This week, we developed a deeper understanding of the network control plane and explored routing algorithms such as Dijkstra and Bellman-Ford, focusing on how they determine the most efficient paths for data transfer. We also learned about the SDN control plane, which allows for dynamic network management and routing. In addition to the theory learned this week, we conducted a network lab exploring the use of a basic SDN controller using Mininet and Wireshark. We looked at how Internet Control Message Protocol (ICMP), can be used for network diagnostics, particularly for network troubleshooting with tools like ping and traceroute.
Comments
Post a Comment