M.Tech, Syllabus

JNTUH M.Tech 2017-2018 (R17) Detailed Syllabus Web Programming and Networking Programming

Web Programming and Networking Programming Detailed Syllabus for Web Technology M.Tech first year first sem is covered here. This gives the details about credits, number of hours and other details along with reference books for the course.

The detailed syllabus for Web Programming and Networking Programming M.Tech 2017-2018 (R17) first year first sem is as follows.

M.Tech. I Year I Sem.

Course Objectives:

  • To enable the student to program web applications using the following technologies HTML, Javascript , AJAX, PHP, Tomcat Server, Servlets, JSP

Note:

  • Use LAMP Stack (Linux, Apache, MySQL and PHP) for the Lab Experiments. Though not mandatory, encourage the use of Eclipse platform wherever applicable
  • The list suggests the minimum program set. Hence, the concerned staff is requested to add more problems to the list as needed
  • Install the following on the local machine
  1. Apache Web Server (if not installed)
  2. Tomcat Application Server locally
  3. Install MySQL (if not installed)
  4. Install PHP and configure it to work with Apache web server and MySQL (if not already configured)
  • Write an HTML page including javascript that takes a given set of integer numbers and shows them after sorting in descending order.
  • Write an HTML page including any required Javascript that takes a number from one text field in the range of 0 to 999 and shows it in another text field in words. If the number is out of range, it should show “out of range” and if it is not a number, it should show “not a number” message in the result box.
  • Write an HTML page that has one input, which can take multi-line text and a submit button. Once the user clicks the submit button, it should show the number of characters, words and lines in the text entered using an alert message. Words are separated with white space and lines are separated with new line character.
  • Write an HTML page that contains a selection box with a list of 5 countries. When the user selects a country, its capital should be printed next to the list. Add CSS to customize the properties of the font of the capital (color, bold and font size).
  • Create an XML document that contains 10 users information. Write a Java program, which takes User Id as input and returns the user details by taking the user information from the XML document using (a) DOM Parser and (b) SAX parser Implement the following web applications using (a) PHP, (b) Servlets and (c) JSP:
  • A user validation web application, where the user submits the login name and password to the server. The name and password are checked against the data already available in Database and if the data matches, a successful login page is returned. Otherwise a failure message is shown to the user.
  • Modify the above program to use an xml file instead of database.
  •  Modify the above program to use AJAX to show the result on the same page below the submit button.
    A simple calculator web application that takes two numbers and an operator (+, -, /, * and %) from an HTML page and returns the result page with the operation performed on the operands.
  • Modify the above program such that it stores each query in a database and checks the database first for the result. If the query is already available in the DB, it returns the value that was previously computed (from DB) or it computes the result and returns it after storing the new query and result in DB.
  • A web application takes a name as input and on submit it shows a hello page where is taken from the request. It shows the start time at the right top corner of the page and provides a logout button. On clicking this button, it should show a logout page with Thank You message with the duration of usage (hint: Use session to store name and time).
  • A web application that takes name and age from an HTML page. If the age is less than 18, it should send a page with “Hello , you are not authorized to visit this site” message, where should be replaced with the entered name. Otherwise it should send “Welcome  to this site” message.
  • A web application for implementation: The user is first served a login page which takes user’s name and password. After submitting the details the server checks these values against the data from a database and takes the following decisions . If name and password matches, serves a welcome page with user’s full name. If name matches and password doesn’t match, then serves “password mismatch” page If name is not found in the database, serves a registration page, where user’s full name is asked and on submitting the full name, it stores, the login name, password and full name in the database (hint: use session for storing the submitted login name and password)
  • A web application that lists all cookies stored in the browser on clicking “List Cookies” button. Add cookies if necessary.

REFERENCE BOOKS:

  • The Complete Reference PHP – Steven Holzner, Tata McGraw-Hill
  • Web Programming, building internet applications, Chris Bates 2nd edition, Wiley Dreamtech
  • Java Server Pages –Hans Bergsten, SPD O’Reilly
  • Java Script, D.Flanagan, O’Reilly, SPD.
  • Internet and World Wide Web – How to program, Dietel and Nieto, Pearson.

Outcomes:

  • Use LAMP Stack for web applications
  • Use Tomcat Server for Servlets and JSPs
  • Write simple applications with Technologies like HTML, Javascript, AJAX, PHP, Servlets and JSPs
  • Connect to Database and get results
  • Parse XML files using Java (DOM and SAX parsers)

Course Objectives:

  • To gain hands-on experiences in installing and administering computer systems and networks, in particular, the UNIX version.
  • To implement networking and Internet protocols via programming and TCP/IP protocol architecture; user datagram protocol.
  • TO implement shell script that accepts a list of files.

LIST OF SAMPLE PROBLEMS/EXPERIMENTS:

  • Write client and server programs (using C) for
  1. Interaction between server and client processes using Unix Domain Sockets.
  2. Interaction between server and client processes using Internet Domain Sockets.
  • Write a C program (sender.c )
  1. To create a message queue with read and write permissions.
  2. To write 3 messages to it with different priority numbers.
  • Write a C program (receiver.c) that receives the messages (from the above message queue as specified in 63.a) and displays them.
  • Write C program that illustrates two processes communicating via shared memory.
  • Design TCP iterative Client and server application to reverse the given input sentence
  • Design TCP iterative Client and server application to reverse the given input sentence
  • Design TCP client and server application to transfer file
  • Design a TCP concurrent server to convert a given text into upper case using multiplexing system call “select”
  • Design a TCP concurrent server to echo given set of sentences using poll functions
  • Design UDP Client and server application to reverse the given input sentence
  • Design UDP Client server to transfer a file
  • Design using poll client server application to multiplex TCP and UDP requests for converting a given text into upper case.
  • Design a RPC application to add and subtract a given pair of integers

TEXT BOOKS:

  • Advance Unix Programming Richard Stevens, Second Edition Pearson Education
  • Advance UNIX Programming, N.B. Venkateswarlu, BS Publication.
  • UNIX and Shell programming, B.A. Forouzan and R.F. Gilberg, Thomson.
  • UNIX and Shell Programming, M.G. Venkatesh Murthy, Pearson Education.
  • UNIX Shells by Example, 4th Edition, Elllie Quigley, Pearson Education

For all other M.Tech 1st Year 1st Sem syllabus go to JNTUH M.Tech Web Technology 1st Year 1st Sem Course Structure for (R17) Batch.

All details and yearly new syllabus will be updated here time to time. Subscribe, like us on facebook and follow us on google plus for all updates.

Do share with friends and in case of questions please feel free drop a comment.

Leave a Reply

Your email address will not be published. Required fields are marked *

*

This site uses Akismet to reduce spam. Learn how your comment data is processed.