Project Description
          For our computer infrastructure class, we had to develop a program that transmit videos and images from a server to a client. We developed two programs, one that transmitted data over TCP and another that transmitted data over UDP.
          Project Details
          
            - Transmission Control Protocol (TCP): is connection oriented and makes checks for errors and report them.
 
            - TCP is slower in data sending.
 
            - User Datagram Protocol (UDP): is conectionless and makes checks for errors but it doesn't report them.
 
            - UDP is faster in data sending.