CST311 Module 8
This is the final week for this course, next week we'll be starting the next one which is Internet Programming. In this course we learned a lot about network, specifically the different layers of networking such as the application layer, the link layer, and the physical layer. Included in these topic was Ethernet, how devices such as routers and network switches work, the contents of different protocols (such as UDP and TCP) and others. Overall in this course the primary topic that was of interest to me was covering how security is handled in the internet. We use the internet for viewing webpages, transferring data, and communicating with others every day -- but how is our data protected and how is it guaranteed to be delivered to our target host without any alterations. This is accomplished through a variety of methods across multiple network layers such as the application layer for error correction. Security can be accomplished through the use of protocols such as TLS that use k...