This week we continued to learn about computer networks and the importance of the security layer. We learned about why network security is important and how programs are written to verify communications between network connected clients. I found it particularly interesting to learn the various ways people will try to hack into communications sent between clients and deceive or block those communications. I enjoyed learning about symmetric key and private/public key encryption systems. I also found the lab this week useful in applying what was learned regarding the security layer in out simulated client/sever communications.
This week we learned how to implement a different type of database using MongoDB. For our group project this week we changes the SQL code to MongoDB code. Both of these database applications do a fine job of working with data and saving it to a database. I did find that MongoDB seemed more streamlined than working with SQL. With SQL there seemed to be more setup as in creating prepared statements, and then executing queries. With MongoDB it seemed like a good chunk of the code was abstracted away and this made for cleaner looking code at the call site. If I had to choose I would likely go with MongoDB as it seemed more approachable.
Comments
Post a Comment