mtech_3rdsem_syllabus1

3
CSE-513(A) Mobile Computing Unit 1 Introduction: Challenges in mobile Computing, coping with uncertainties, resource poorness, bandwidth, etc. Cellular architecture, co - channel interface, frequency reuse, ca pacity increase by cell splitting. Evolution of mobile system: CDMA, FDMA, TDMA, GSM. Mobility Management: Cellular architecture, co-channel interface, Mobility: handoff, types o f handoffs; location management, HLR-VLR scheme, hierarchical scheme, predictive location management schemes. Mobile IP, Cellular IP. Unit 2 Publishing & Accessing Data in Air: Pull and Push based data delivery models, data dissemination by broadcast, energy efficient indexing scheme for push based data delivery. Mobile agent technology, Distributed system structuring mechanisms, Mobile agent interaction model, agent mobility, Agent-agent communications, Agent naming and locating. Unit 3 Ad hoc Network Routing Protocols: Ad hoc network routing protocols, destination sequenced distance vector algorithm, cluster based gateway switch routing, global state routing, fish-eye state routing, dynamic source routing, ad hoc on-demand routing, location aided routing, zonal routing algorithm. Unit 4 Mobile Transaction and Commerce: Models for mobile transaction. Kangaroo and Joey transactions, team transaction. Recovery model for mobile transactions. Electronic payment and protocols for m obile commerce. Note: Eight questions will be set by the examiners taking at least two questions from each unit. Students will be required to attempt five questions in all; at least one from each unit. Books: 1. Mobility: Processes, computers, and Agents, De jan Milojicic, Frederick Douglis, Richard Wheeler, Addison-wesley Professional. 2. Ivan Stojmenovic(Editor), Handbook of wireless Networks and Mobile Computing, Wiley, ISBN:0471-41902-8, February 2002. 3. Yi Bing Lin, “Wireless and mobile networks architecture”, John wiley & sons, 2001. 4. Raj Pandya, “ Mobile and personal Communication systems and services”, PHI, 2001 5. Frank Adelstein, Sandeep K S G upta, Golden G Richard III and Loren Schwiebert, Fundamentals of Mobie and pervasive Computing, TMH, 2005

Upload: vikas-mahajan

Post on 07-Apr-2018

215 views

Category:

Documents


0 download

TRANSCRIPT

8/4/2019 Mtech_3rdSem_syllabus1

http://slidepdf.com/reader/full/mtech3rdsemsyllabus1 1/3

CSE-513(A) Mobile Computing

Unit 1

Introduction: Challenges in mobile Computing, coping with uncertainties, resource poorness,

bandwidth, etc. Cellular architecture, co - channel interface, frequency reuse, capacity increase by cell

splitting. Evolution of mobile system: CDMA, FDMA, TDMA, GSM.

Mobility Management: Cellular architecture, co-channel interface, Mobility: handoff, types of handoffs;

location management, HLR-VLR scheme, hierarchical scheme, predictive location management schemes.

Mobile IP, Cellular IP.

Unit 2

Publishing & Accessing Data in Air: Pull and Push based data delivery models, data dissemination by

broadcast, energy efficient indexing scheme for push based data delivery.

Mobile agent technology, Distributed system structuring mechanisms, Mobile agent interaction model,

agent mobility, Agent-agent communications, Agent naming and locating.

Unit 3

Ad hoc Network Routing Protocols: Ad hoc network routing protocols, destination sequenced distance

vector algorithm, cluster based gateway switch routing, global state routing, fish-eye state routing,

dynamic source routing, ad hoc on-demand routing, location aided routing, zonal routing algorithm.

Unit 4

Mobile Transaction and Commerce: Models for mobile transaction. Kangaroo and Joey transactions,team transaction. Recovery model for mobile transactions. Electronic payment and protocols for mobile

commerce.

Note: Eight questions will be set by the examiners taking at least two questions from each unit. Students

will be required to attempt five questions in all; at least one from each unit.

Books:

1.  Mobility: Processes, computers, and Agents, Dejan Milojicic, Frederick Douglis, Richard Wheeler,

Addison-wesley Professional.

2.  Ivan Stojmenovic(Editor), Handbook of wireless Networks and Mobile Computing, Wiley,ISBN:0471-41902-8, February 2002.

3.  Yi Bing Lin, “Wireless and mobile networks architecture”, John wiley & sons, 2001.

4.  Raj Pandya, “ Mobile and personal Communication systems and services”, PHI, 2001 

5.  Frank Adelstein, Sandeep K S Gupta, Golden G Richard III and Loren Schwiebert, Fundamentals

of Mobie and pervasive Computing, TMH, 2005

8/4/2019 Mtech_3rdSem_syllabus1

http://slidepdf.com/reader/full/mtech3rdsemsyllabus1 2/3

CSE-513(B) E-Commerce & ERP

Unit 1

Introduction and Concepts: Networks and Commercial Transactions – Internet and other novelties:

networks and electronic transactions today, Model for commercial transactions; Internet environment – 

Internet advantage, worlds wide web and other Internet Sales venues; online commerce solutions.

Electronic Payment Methods: Updating traditional transactions; secure online offline secure processing;

private data networks, security protocols.

Unit 2

Electronic Commerce Providers: On-line Commerce options; Company profiles, Electronic Payment

System: Digital payment system; First virtual Internet payment system; cyber cash model. On-line

Commerce environments; E – commerce Servers. Digital Currencies Operational process of Digicash,

Ecash Trail; Using Ecash; Smart cards;

Electronic Data Interchange: Basics, EDI versus Internet and EDI over Internet. Strategies, Techniquesand Tools, Shopping techniques and online selling techniques.

Unit 3

ERP –an Enterprise Perspective : Production finance, Personnel disciplines and their relationships,

Transiting environment, MIS Integration for disciplines, Information/ Workflow, Network Structure,

Client Server Integrator System, Virtual Enterprise.

ERP – Resource Management Perspective: Functional and Process of Resource, Management,

Introduction to basic Modules of ERP System: HRD, Personnel Management, Training and Development,

Skill Inventory, Material Planning and Control, Inventory, forecasting, Manufacturing, Production

Planning, Production Scheduling, Production Control, Sales and Distributions, Finance, Resource

Management in global scenario.Unit 4

ERP – Information System Perspective: Functional to OLAP (Online Analysis And Processing), TP, OAS,

KBS, MRP, BPR, SCM, REP, CRM, and Information Communication Technology.

ERP – Key Managerial Issues: Concept Selling, IT Infrastructure, Implication, of ERP System on business

Organization, Critical success factors in ERP System, ERP culture Implementation Issues, resistance to

change, ERP Selection issues, return on Investment, pre and post Implementation Issues.

Books:

1.  Ravi kalakota, Andrew whinstone: Frontiers of Electronics Commerce, 1996, Addison Wesley.

2.  V.K. Garg and N.K.Venkita Krishna: Enterprise Resource Planning – Concepts and practice, 1998,

PHI.3.  John Antonio, Fernandz: The SAP/3 Handbook, TMH.

4.  Denial Amor: The E-Business Revolution, Addison Wesley.

5.  From Edi to E-Commerce: A Business Initiative : Sokol TMH

6.  Greenstein and Feinman: E-Commerce, TMH

7.  Diwan, Sharma: E-Commerce Excel.

8/4/2019 Mtech_3rdSem_syllabus1

http://slidepdf.com/reader/full/mtech3rdsemsyllabus1 3/3

CSE-513(E) Network Programming

Unit 1

INTRODUCTION: Architecture of UNIX, File System, Process in UNIX, Process Control Block, System

Calls: fork, exec, wait, signal and signal handlers, The C compiler with its options, Static and Dynamic

Memory Management.

Unit 2 ELEMENTARY TCP SOCKETS

Introduction to Socket Programming – Overview of TCP/IP Protocols – Introduction to Sockets – Socket

address Structures –Byte ordering functions- address conversion functions-Elementary TCP Sockets-

socket, connect, bind, listen, accept, read, write, close functions- Iterative Server – Concurrent Server.

Unit 3 APPLICATION DEVELOPMENT

TCP Echo Server- TCP Echo Client - Posix Signal handling – Server with multiple clients – boundary

conditions: Server process Crashes, Server host Crahses, Server Crashes and reboots, Server Shutdown – 

I/O multiplexing – I/O Models – select function – shutdown function – TCP echo Server (with

multiplexing) – poll function – TCP echo Client (with Multiplexing). 

Unit 4 SOCKET OPTIONS, ELEMENTARY UDP SOCKETS

Socket options – getsocket and setsocket functions – generic socket options – IP socket options – ICMP

socket options – TCPsocket options – Elementary UDP sockets – UDP echo Server – UDP echo Client – 

Multiplexing TCP and UDP sockets – Domain name system – gethostbyname function – IPv6 support in

DNS – gethostbyadr function – getservbyname and getservbyport functions.

Books:

1.  W.Richard Stevens, “UNIX NETWORK PROGRAMMING Vol-I “ Second Edition, Pearson

Education.

2.  William Stallings, “SNMP, SNMPv2, SNMPv3 and RMON 1 and 2”, Third Edition, Addison Wesley.

3.  D.E.Comer,”Internetworking with TCP/Ip Vol-III”,(BSD Sockets Version), second Edition , PHI