Skip to content
This repository has been archived by the owner on Sep 26, 2020. It is now read-only.

Latest commit

 

History

History

databases_networks_and_the_web

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 

Go back to the main page

Table of contents


Databases, Networks and the Web

In this module, you will learn theory and practical skills focused on the modern web, internet and client-server applications. You will learn about relational database systems, mainly from a development perspective, emphasising issues related to data modelling and database implementation in SQL. You will learn how to model data in a database, retrieve data from the database and provide access to data through dynamic websites. In particular, you will learn about the Relational Model, Query processing, and socket architectures to enable communication.

Topics covered

  • Networking concepts
  • Building Simple socket clients and servers
  • Building an HTTP server
  • Generating web pages from data using templates
  • Relational Databases
  • Querying a database
  • Representing data in a database
  • Representing data in a database pt 2
  • Revision of HTML and CSS
  • Building a dynamic website

Assessment

One two hour unseen written examination and coursework (Type I)

Module specification

Syllabus

Resources

Notes

Websites