M.Tech, Syllabus

JNTUH M.Tech 2017-2018 (R17) Detailed Syllabus Network Programming

Network Programming Detailed Syllabus for Computer Science and Engineering M.Tech first year second 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 Network Programming M.Tech 2017-2018 (R17) first year second sem is as follows.

M.Tech. I Year II Sem.

Course Objectives:

  • To understand to Linux utilities
  • To understand file handling, signals
  • To understand IPC, network programming in Java
  • To understand processes to communicate with each other across a Computer Network.

UNIT – I : Linux Utilities- File handling utilities, Security by file permissions, Process utilities, Disk utilities, Networking utilities, Filters, Text processing utilities and Backup utilities. Bourne again shell(bash) – Introduction, pipes and redirection, here documents, running a shell script, the shell as a programming language, shell meta characters, file name substitution, shell variables, command substitution, shell commands, the environment, quoting, test command, control structures, arithmetic in shell, shell script examples.
Review of C programming concepts-arrays, strings (library functions), pointers, function pointers, structures, unions, libraries in C.

UNIT – II : Files- File Concept, File types File System Structure, Inodes, File Attributes, file I/O in C using system calls, kernel support for files, file status information-stat family, file and record locking-lockf and fcntl functions, file permissions- chmod, fchmod, file ownership-chown, lchown , fchown, links-soft links and hard links – symlink, link, unlink. File and Directory management – Directory contents, Scanning Directories- Directory file APIs. Process- Process concept, Kernel support for process, process attributes, process control – process creation, replacing a process image, waiting for a process, process termination, zombie process, orphan process.

UNIT – III : Signals- Introduction to signals, Signal generation and handling, Kernel support for signals, Signal function, unreliable signals, reliable signals, kill, raise , alarm, pause, abort, sleep functions. Interprocess Communication – Introduction to IPC mechanisms, Pipes- creation, IPC between related processes using unnamed pipes, FIFOs-creation, IPC between unrelated processes using FIFOs(Named pipes), differences between unnamed and named pipes, popen and pclose library functions, Introduction to message queues, semaphores and shared memory. Message Queues- Kernel support for messages, UNIX system V APIs for messages, client/server example. Semaphores-Kernel support for semaphores, UNIX system V APIs for semaphores.

UNIT – IV : Shared Memory- Kernel support for shared memory, UNIX system V APIs for shared memory, client/server example.
Network IPC – Introduction to Unix Sockets, IPC over a network, Client-Server model ,Address formats(Unix domain and Internet domain), Socket system calls for Connection Oriented – Communication, Socket system calls for Connectionless-Communication, Example-Client/Server Programs- Single Server-Client connection, Multiple simultaneous clients, Socket options – setsockopt, getsockopt, fcntl.

UNIT-V : Network Programming in Java-Network basics, TCP sockets, UDP sockets (datagram sockets), Server programs that can handle one connection at a time and multiple connections (using multithreaded server), Remote Method Invocation (Java RMI)-Basic RMI Process, Implementation details-Client-Server Application.

TEXT BOOKS:

  • Unix System Programming using C++, T.Chan, PHI.(Units II,III,IV)
  • Unix Concepts and Applications, 4th Edition, Sumitabha Das, TMH.(Unit I)
  • An Introduction to Network Programming with Java, Jan Graba, Springer, rp 2010.(Unit V)
  • Unix Network Programming ,W.R. Stevens, PHI.(Units II,III,IV)
  • Java Network Programming,3rd edition, E.R. Harold, SPD, O’Reilly.(Unit V)

REFERENCE BOOKS:

  • Linux System Programming, Robert Love, O’Reilly, SPD.
  • Advanced Programming in the UNIX environment, 2nd Edition, W.R.Stevens, Pearson Education.
  • UNIX for programmers and users, 3rd Edition, Graham Glass, King Ables, Pearson Education.
  • Beginning Linux Programming, 4th Edition, N.Matthew, R.Stones, Wrox, Wiley India Edition.
  • Unix Network Programming The Sockets Networking API, Vol.-I,W.R.Stevens, Bill Fenner, A.M.Rudoff, Pearson Education.
  • Unix Internals, U.Vahalia, Pearson Education.
  • Unix shell Programming, S.G.Kochan and P.Wood, 3rd edition, Pearson Education.
  • C Programming Language, Kernighan and Ritchie, PHI

For all other M.Tech 1st Year 2nd Sem syllabus go to JNTUH M.Tech Computer Science and Engineering 1st Year 2nd 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.