III SEMESTER MCS 30116: CRYPTOGRAPHY AND NETWORK · PDF fileIII SEMESTER MCS 30116:...

16
: . .. III SEMESTER MCS 30116: CRYPTOGRAPHY AND NETWORK SECURITY .( L,\ . ':-. " .' ' Unit 1 Introduction: Security trends, the OSI security architecture, security attacks, security services, security mechanisms, a model for network security. Classical encryption techniques: Symmetric cipher model, Substitution techniques, Transposition techniques, Rotor machines, Steganography. Block cipher and the data encryption standard: Block cipher principles, the strength of DES , Differential and linear cryptanalysis, Block cipher design principles. Confidentiality using Symmetric Encryption: Placement of encryption function, Traffic confidentiality, key distribution, random number generator. Unit 2 Public key cryptography and RSA: Principles of public key crypto systems, The RSA algorithm Key management: Other public-key crypto systems: Key management, diffie-Hellman key exchange. Message authentication and hash functions: Authentication requirements, Authentication functions, message authentication codes, Hash functions, security of hash functions and MAC s. Unit 3 Digital signatures and authentication protocols: Digital signatures, Authentication protocols, Digital Signature standard Authentication Applications: Kerberos, X.509 authentication service Unit 4 Email Security: Pretty good privacy, S/MIME IP security: IP security overview, IP security architecture, Authentication header, Encapsulating security payload, combining security associations, key management. Web security: Web security considerations, Secure Socket Layer and transport layer security, Secure electronic transaction. Unit 5 Intruders: Intruders, Intrusion detection, password management Malicious Software: Viruses and related threads, virus counter measures, distributed denial of service attacks. Firewalls: Firewall Design principles, trusted systems, common criteria for information technology, security evaluation .

Transcript of III SEMESTER MCS 30116: CRYPTOGRAPHY AND NETWORK · PDF fileIII SEMESTER MCS 30116:...

Page 1: III SEMESTER MCS 30116: CRYPTOGRAPHY AND NETWORK · PDF fileIII SEMESTER MCS 30116: CRYPTOGRAPHY AND NETWORK SECURITY.( ... (2006). 2 : Ralph Kimball . The Data Warehousing Toolkit

: . ..

III SEMESTER

MCS 30116: CRYPTOGRAPHY AND NETWORK SECURITY

. (

L,\ .

':-. "

.' '

Unit 1 Introduction: Security trends, the OSI security architecture, security attacks, security

services, security mechanisms, a model for network security.

Classical encryption techniques: Symmetric cipher model, Substitution techniques,

Transposition techniques, Rotor machines, Steganography.

Block cipher and the data encryption standard: Block cipher principles, the strength

of DES , Differential and linear cryptanalysis , Block cipher design principles.

Confidentiality using Symmetric Encryption: Placement of encryption function,

Traffic confidentiality, key distribution, random number generator.

Unit 2 Public key cryptography and RSA: Principles of public key crypto systems, The RSA

algorithm

Key management: Other public-key crypto systems: Key management, diffie-Hellman

key exchange.

Message authentication and hash functions: Authentication requirements, Authentication functions, message authentication codes, Hash functions, security of hash

functions and MAC s.

Unit 3 Digital signatures and authentication protocols: Digital signatures, Authentication

protocols, Digital Signature standard

Authentication Applications: Kerberos, X.509 authentication service

Unit 4 Email Security: Pretty good privacy, S/MIME

IP security: IP security overview, IP security architecture, Authentication header,

Encapsulating security payload, combining security associations, key management.

Web security: Web security considerations, Secure Socket Layer and transport layer security, Secure electronic transaction.

Unit 5 Intruders: Intruders, Intrusion detection, password management

Malicious Software: Viruses and related threads, virus counter measures, distributed

denial of service attacks.

Firewalls: Firewall Design principles, trusted systems, common criteria for information technology, security evaluation .

Page 2: III SEMESTER MCS 30116: CRYPTOGRAPHY AND NETWORK · PDF fileIII SEMESTER MCS 30116: CRYPTOGRAPHY AND NETWORK SECURITY.( ... (2006). 2 : Ralph Kimball . The Data Warehousing Toolkit

. :

Text books

Author Title Publisher

1 William

Stallings

Cryptography and

Network Security

Fourth edition, PHI

Chapters: 1,2,3,7 ,9,10,11,13,14,15,16,17,18,19,20

Reference books Author Title Publisher

1 William

Stallings

Network Security Essentials ­

Applications and Standards

Third Edition, Pearson

Education (2007)

2 Chris McNab Network Security Assessment 2no Edition, OReilly (2007) .

3 Jon Erickson Hacking - The Art of Exploitation SPD, NOSTARCH Press

(2006).

4 Neal Krawety Introduction to Network Security Thomson (2007)

5 Ankit Fadia Network Security - A Hackers

Perspective

Macmillan (2008)

,., • 4

. ~

"J

Page 3: III SEMESTER MCS 30116: CRYPTOGRAPHY AND NETWORK · PDF fileIII SEMESTER MCS 30116: CRYPTOGRAPHY AND NETWORK SECURITY.( ... (2006). 2 : Ralph Kimball . The Data Warehousing Toolkit

"

Unit 1 " . ~

'. .

Unit 2

Unit 3

." .'

Unit 4

MCS 30216: DESIGN AND ANALYSIS OF ALGORITHMS

Introduction : What IS Algorithm - Algorithm Specification Pseudocode

Conventions - Recursive Algorithms ; Performance Analysis: Space Complexity ­

Time Complexity - Asymptotic notation - Performance Measurement; Randomized

Algorithms : Basics of probability theory - Randomized algorithms - Identifying

the repeated element, Primality Testing - Advantages and Disadvantages.

Elementary Data Structures: Stacks and Queues ; Trees: Terminology - Binary

Trees ; Dictionaries : Binary Search Trees ; Priority Queues : Heaps - Heapsort ;

Sets and disjoint set Union : Introduction - union and find operations. ; Graphs :

Introduction - Definitions - Graph Representations.

Divide - and - conquer: General Method - Defective Chess Board - Binary

Search - Finding Maximum and Minimum - Merge Sort - Quick sort - Selection

Problem , Strassen's Matrix Multiplication, Convex Hull : some geometric

Primitives - The Quick Hull Algorithm - Graham 's scan - An O(nlogn) divide ­

and - ccnquer algorithm.

The Greedy Method: The general Method - Container loading - Knapsack

Problem - Tree Vertex Splitting - Job sequencing with deadlines ; Minimum cost

spanning trees : Prim's Algorithm - Kruskal's Algorithm - Optimal Storage on

tapes - Optimal Merge patterns - Single Source shortest paths.

Dynamic Programming: The general method - Multi-stage graphs - All pairs

shortest paths - Single source shortest paths - Optimal Binary Search Trees - String

editing - 0/1 Knapsack - Reliability design - The traveling sales person problem ­

Flow shop Scheduling

Basic Traversal and Search Techniques: Techniques for Binary Trees­

Techniques for graphs : Breadth First Search and Traversal - Depth First Search ;

Connected Components and Spanning Trees - Bi-connected components and DFS

Backtracking: The general method - The 8-queens problem - sum of subsets ­

Graph coloring - Hamiltonian Cycles - Knapsack Problem.

Branch and Bound: The Method : Least Cost search - The 15 puzzle - control

;'; '

Page 4: III SEMESTER MCS 30116: CRYPTOGRAPHY AND NETWORK · PDF fileIII SEMESTER MCS 30116: CRYPTOGRAPHY AND NETWORK SECURITY.( ... (2006). 2 : Ralph Kimball . The Data Warehousing Toolkit

I

I .

abstractions for LC search - Bounding - FIFO Branch - and -Bound ­ LC Branch

and BO-Jnd; 0/1 knapsack problem: LC Branch and Bound solution - FIFO Branch

and Bound solution; Traveling Sales person.

Unit 5 NP-Hard and NP - complete problems : Basic concepts : Non deterministic

algorithms -The classes NP hard and NP complex ; Cook's theorem - NP hard

graph problems : Clique Decision Problem - Node cover decision problem ­

chromatic number decision problem - Directed Hamiltonian cycle - Traveling sales

person decision problem - and/or graph decision problem; NP-hard scheduling

Problems: scheduling identical processors - flow shop scheduling - jop shop

scheduling; NP-hard code generation problems: code generation with common sub

expressions - Implementing parallel assignment instructions; Some simplified NP­

hard problems.

-,

Text books

Author Title Publisher

1 Sartaj Salmi Fundamentals of Computer

Algorithms

Second Edition, Universities Press

(2008)

Chapters: 1 to 8 and 11

Reference books

Author Title Publisher

1 Anany Levitin Introduction to the Design &

Analysis of Algorithms

Second Edition, Pearson

Education (2007)

2 I.Chandra Mohan Design and Analysis of

Algorithms

PHI.

PHI

Pearson Education (2008)

3 Prabhakar Gupta,

Vineet Agrawal

Design and Analysis of

Algorithms

4 Parag Himanshu

Dave

Design and Analysis of

Algorithms

~

Page 5: III SEMESTER MCS 30116: CRYPTOGRAPHY AND NETWORK · PDF fileIII SEMESTER MCS 30116: CRYPTOGRAPHY AND NETWORK SECURITY.( ... (2006). 2 : Ralph Kimball . The Data Warehousing Toolkit

MCS30316: DATA WAREHOUSING & DATA MINING

Unit 1

. ' Unit 2

Unit 3

'.'

Unit 4

Unit 5

Warehouse: What is it, Who Need It, and Why?, Things to Consider, Managing

the Data Warehouse, Getting ready for your project, Picking a target and moving

forward, Project management benefits, The Scope statement, Work breakdown

structure, Project estimating, Scope creep & tracking project's progress

Data Warehouse Design Methodology, The preferred Architecture, Alternate

warehouse architectures, Data Marts and Start Schema Design, Fundamentals of

ETL Architecture, Partitioning Data, Indexing Data.

Data mining - Introduction, Data mining on what kind of data, Data mining

functionalities classification of Data mining systems, Major issues in Data

mining

Mining Association rules in large databases - Association rule mining, Mining

single-Dimensional Boolean association rules from Transactional databases,

Mining multi-Dimensional Association rules from relational Databases and Data

Warehouses

Classification and Prediction - Introduction classification by decision tree

induction, Bayesian Classification. Other classification methods, classification by

back propagation, Prediction, classifier accuracy

Cluster analysis - Introduction, types of data in cluster analysis, a categorization

of major clustering methods, partitioning methods, hierarchical methods

Density based methods: DBSCAN, Grid-based method: STING, Model based

clustering method: Statistical Approach, outlier analysis.

Text books

Author Title Publisher

1 Michael Corey,

Michael Abbey,

Ian Abramson,

Ben Taub

Oracle 8i Data Warehousing TMH (Unit - I & II)

2 Jiawei Han

Micheline Kamber

Data mining & Techniques Morgan Kaufmann Publishers

(Unit-III to V)

. : '

Page 6: III SEMESTER MCS 30116: CRYPTOGRAPHY AND NETWORK · PDF fileIII SEMESTER MCS 30116: CRYPTOGRAPHY AND NETWORK SECURITY.( ... (2006). 2 : Ralph Kimball . The Data Warehousing Toolkit

"

"

Reference books

Author Title Publisher

1 S.N.Sivanandam,

S.Sumathi

Data Mining - Concepts, Tasks and

Techniques

Thomson (2006) .

2 Ralph Kimball The Data Warehousing Toolkit Wiley

3 Margaret H.

Dunham

Data mining - Introductory and

advanced topics

Pearson Education

4 D.Hand, H.

Mannila and

P.Smyth

Principles of Data mining PHI (2001)

1+'

" l

', '

Page 7: III SEMESTER MCS 30116: CRYPTOGRAPHY AND NETWORK · PDF fileIII SEMESTER MCS 30116: CRYPTOGRAPHY AND NETWORK SECURITY.( ... (2006). 2 : Ralph Kimball . The Data Warehousing Toolkit

MCS 30416: WEB TECHNOLOGIES

t.

UNIT 1 Introduction: Introduction to the Internet, WWW, Web Browsers, URL, MIME,

HTTP, Security.

XHTML: Introduction, Editing XHTML, First XHTML Example, W3C XHTML

Validation Service, Headings, Linking, Images, Special Characters and Horizontal

Rules , Lists, Tables, Forms, Internal Linking, meta Elements.

CSS: Introduction, Inline Styles, Embedded Style Sheets, Conflicting Styles,

Linking External Style, Positioning Elements, Backgrounds, Element

Dimensions, Box Model and Text Flow, Media Types, Building a CSS Drop­

Down Menu, User Style Sheets.

UNIT 2 JavaScript: Introduction to Scripting, Control Statements I, Control Statements

II, Functions, Arrays, Objects, Document Object Model, Events.

XML and RSS: Introduction, XML Basics, Structuring Data, XML Namespaces,

Document Type Definition, W3C XML Schema Documents, XML Vocabularies,

Extensible style sheet language and XSL Transformations, Document Object

Model, RSS.

UNIT 3 Ajax-Enabled Rich Internet Applications- Introduction, Traditional Web

Applcations Vs. Ajax Applications, RIAs with Ajax , History of Ajax, Raw Ajax

Example using the XHttpRequest Object, Using XML and the DOM , Creating a

Full-Scale Ajax Enabled Application

Web Servers(IIS and Apache): Introduction, HTTP Transactions, Multitier

Application Architecture, Client-Side Scripting Versus, Accessing Web Servers,

Microsoft Internet Information, Apache HTTP Server, Requesting Documents.

UNIT 4 Databases: SQL, MYSQL,

The Basics of Perl: Origins and Uses of Perl , Scalars and their operations,

Assignment Statements, Control Statements, Arra ys, Hashes, References,

Functions, Pattern Matching, File Input & Output.

Using Perl for CGI Programming: COl , COl Linkage, Query String Format,

The COI.pm Module, Cookies.

Page 8: III SEMESTER MCS 30116: CRYPTOGRAPHY AND NETWORK · PDF fileIII SEMESTER MCS 30116: CRYPTOGRAPHY AND NETWORK SECURITY.( ... (2006). 2 : Ralph Kimball . The Data Warehousing Toolkit

UNIT 5 PHP: Introduction, PHP basics, String Processing and Regular Expressions, Form

Processing and Business Logic, Connecting

Dynamic Content, Operator Precedence Chart.

to a Database, Using Cookies,

,',..~

• .1..

JSF: Introduction, Java Web Technologies, Creating and Running a Simple

Program, JSF Components, Session Tracking

Text books

Author Title Publisher

1 Harvey M. Deitel and

Paul 1. Deitel

Internet and World Wide Web How

To Program, 5e

Prentice Hall; 4th edition

2 ROBERTW

SEBESTA

Programming with World Wide

Web

Pearson Education; 4th

edition.

.,

" ,~

Page 9: III SEMESTER MCS 30116: CRYPTOGRAPHY AND NETWORK · PDF fileIII SEMESTER MCS 30116: CRYPTOGRAPHY AND NETWORK SECURITY.( ... (2006). 2 : Ralph Kimball . The Data Warehousing Toolkit

MCS 305.116: ADVANCED DATABASE MANAGEMENT SYSTEM

Unit 1

Unit 2

Unit 3

Unit 4

Unit 5

Algorithms for Query Processing and Optimization: Translating SQL queries into

relational algebra- algorithms for external sorting-algorithms for select and join

operations-algorithms for project and set operations-implementing aggregate operations

and outer joins-combining operations USing pipelining-using heuristics In query

optimization.

Data base systems architecture and the system Catalog: System architectures for

DBMSs, Catalogs for Relational DBMSs, System catalog information in oracle. Practical

database design and tuning.Physical Database Design In Relational Databases-an

overview of Database Tuning in Relational systems.

Distributed DBMS Concepts and Design: Introduction-function and architecture of a

Distributed DBMS- Distributed Relational Database Design-transparencies in a

Distributed DBMS-Date's Twelve Rules for Distributed DBMS. Distributed DBMS­

Advanced Concepts: Distributed Transaction Management-Distributed Concurrency

Control-Distributed Deadlock Management-Distributed Database Recovery-The X/Open

Distributed Transaction processing model-Replication Servers.

Introduction to Object DBMSs:Advanced Database Applications-Weaknesses of

RDBMSs-Object oriented Concepts-Storing objects In a Relational Database-Next

generation Database systems. Object-Oriented DBMSs-Concepts and Design

:Introduction to Object-Oriented Data Models and DBMSs-OODBMS perspectives­

Persistence-Issues In OODBMSs-The object Oriented Database System Manifesto­

Advantages and Disadvantages of OODBMSs-Object oriented Database Design.

Object-Oriented DBMSs-Standards and Systems:Object management group-Object

Database Standard ODMG3.0, 1999-0bject store.Object relational DBMSs:Introduction

to Object-relational Database systems- third generation Database manifesto-Postgres-an

early ORDBMS-SQL3.

Emerging database technologies and applications: Hadoop, BIg Data characteristics,

NO SQL databases, BASE, Brewer's theorem, Relationship between CAP, ACID and

No SQL databases, comparison with Relational databases, No SQL databases types,

Comparative study ofNoSQL products, Case studies using MangoDB and Cassandra.

'.'

Page 10: III SEMESTER MCS 30116: CRYPTOGRAPHY AND NETWORK · PDF fileIII SEMESTER MCS 30116: CRYPTOGRAPHY AND NETWORK SECURITY.( ... (2006). 2 : Ralph Kimball . The Data Warehousing Toolkit

Text books

Author Title Publisher

1 Elmasri Navate Fundamentals of Database Systems SIn Edition, Pearson Education

2 S Ceri and Palgettgi Principles of distributed databases TMH

3 Gaurav Vaish Getting started with No SQL

Databases

Reference books

Author Title Publisher

1 Ozsu Principles of Distributed Database

Systems

2nd Edition, PHI

, '.

Page 11: III SEMESTER MCS 30116: CRYPTOGRAPHY AND NETWORK · PDF fileIII SEMESTER MCS 30116: CRYPTOGRAPHY AND NETWORK SECURITY.( ... (2006). 2 : Ralph Kimball . The Data Warehousing Toolkit

~ .

MCS 305.216 : TCPIIP

Unit 1

Unit 2

. \ .

Unit 3

Unit 4

. ~

Unit 5

Methods of Information Transmission : Synchronous Transmission, Packet Transmission, Asynchronous Transmission , Virtual Circuit,

Computer Networking: layer 1 routing, layer 2 routing, layer 3 routing,

Introduction to Network Protocols: OSI Reference Model , TCP/IP Protocol Stack, UDP/IP, Domain Name System, Telnet, FTP, HTTP, E-mail , SMTP, WWW,

Internet Protocol : IP Datagram, Internet Control Message Protocol, Fragmentation, Optional Entries In the IP Header, ARP and RARP Protocols, Internet Group Management Protocol , Multicast and Link Protocol.

IPV4: IPV4 address format, IP Classes, Network address , Host Address, Subnet mask,I?V4 Header

Routing: Forwarding and Screening, Routing Processing, Handling Routing Tables, Routing Protocols, Neutral Exchange Point

IPV6 : Next Versions of IPV6 Datagram, ICMP version 6 Protocol Address Resolution, Router Discovery, Redirect, IP Addresses

Transmission Control Protocol: TCP Segments, TCP Header options, Establishing and Terminating a connection with TCP, Determining the connection state, Response delay techniques, Window Technique, Network congestion, The window scale factor.

User Datagram Protocol: Fragmentation, Broadcasts and Multicasts

CISCO Routers: Interface Identification, Cables, Memory, Console. Commands, Configuration, Debugging

- ,

Text Books

I

2 "

Author E.Bryan Came

Libor Dostalek Alena Kabelova

Title A Professional 's Guide to Data Communication in a TCP/IP World

Understanding TCP/IP

Publisher Artech House, Inc

PACKT Publishing

Topics 1.6,

1.2,1.3 ,1.4,5.1 to 5.7, 9.1 to 9.8, 1O, Appendix-A

Reference Books

Author Title Publisher

1 Douglas E.Comer Internetworking with TCP/IP YoU, PHI Publications

2 Behrouz A.F c,rouzan TCP/IP Protocol suite TMH Publications

Page 12: III SEMESTER MCS 30116: CRYPTOGRAPHY AND NETWORK · PDF fileIII SEMESTER MCS 30116: CRYPTOGRAPHY AND NETWORK SECURITY.( ... (2006). 2 : Ralph Kimball . The Data Warehousing Toolkit

·,

MCS 305.316: SOFTWARE TESTING

Unit 1 Introduction: Some Software Failures, Testing Process, Terminologies, Limitations of

Testing, The V Shaped Software Life Cycle Model

Software Testing Activities : Levels of Testing : Unit Testing, Integration Testing,

System Testing, Acceptance Testing; Debugging, Software Testing Tools, Software Test

Plan

Unit 2 Software Verification : Verification Methods, SRS Document Verification,

Docwnent Verification, Source Code Reviews, User Documentation Verification

SDD

Metrics and Models in Software Testing: Software Metrics, Categories of Metrics,

Object Oriented Metrics used in Testing, What should we measure during Testing?

Unit 3 Functional Testing: Boundary Value Analysis, Equi valence Class Testing, Decision

Table Based Testing, Cau se-Effect Graphing Technique

Unit 4 Structural Testing :

Mutation Testing

Control Flow Testing, Data Flow Testing, Slice Based Testing,

Unit 5 Object Oriented Testing: What is Object Orientation?

Testing? , Path Testing, State based Testing, Class Testing.

, What IS Object Oriented

Textbooks

'. ~

. "!.

Author Title Publisher

1 Yogesh Singh Software Testing Cambridge University Press

Reference books

Author Title Publisher

1 Aditya P.Mathur Foundations of Software Testing 2nd Edition, Pearson Education

,r-'

•'.

Page 13: III SEMESTER MCS 30116: CRYPTOGRAPHY AND NETWORK · PDF fileIII SEMESTER MCS 30116: CRYPTOGRAPHY AND NETWORK SECURITY.( ... (2006). 2 : Ralph Kimball . The Data Warehousing Toolkit

Unit 1

:,.­

Unit 2

':'; '

Unit 3

Unit 4

I'

Unit 5

MCS 305.416: SIMULATION & ANALYSIS

Basic simulation Modeling: Systems , models and simulation , Discrete-Event

simulation , Simulation of an inventory system , Problem statements, program

organization and Logic , C program, simulation output and discussion, Steps in a Sound

Simulation Study , Other types of simulation: Continuous simulation, Combined Discrete

continuous simulations, Monte Carlo Simulation, Spreadsheet simulation, Advantages,

disadvantages and Pitfalls of Simulation

Modeling Complex Systems: Introduction, List Processing in Simulation, A simple

Simulation Language : simlib, Single Server Queueing Simulation with simlib, Time­

Shared Computer Model, Multiteller Bank with Jockeying, Job-Shop Model, Efficient

Event List Manipulation.

Simulation Software: Introduction, Comparison of simulation packages with

Programming langu ages , Classification of Simulation Software. General purpose versus

Application Oriented Simulation Packages, Modeling Approaches, Common Modeling

Elements, Desirable Software features, General Capabilities, Statistical capabilities,

Customer support and documentation, Object-Oriented Simulation.

Random-Number Generators: Introduction, Linear Congruential generators , Mixed

generators, Multiplicative generators, Composite generators, Empirical Tests, Theoretical

tests,

Generating random variates: General approaches to generating random variates ,

Inverse Transform, Acceptance -Rejection , Generating continuous Random variates,

Uniform , Exponential, weibull and normal.

Text books

Author Title Publisher

I Averill M Law Simulation Modeling & Anal ysis Fourth Edition, TMH (2008)

Reference books I ~ '

Author Title Publisher

I Jerry Banks, John S.Carson And

Berry 1. Nelson & David M. Nico

Discrete Event System

Simulation

3ra Edition, Pearson Educations

Page 14: III SEMESTER MCS 30116: CRYPTOGRAPHY AND NETWORK · PDF fileIII SEMESTER MCS 30116: CRYPTOGRAPHY AND NETWORK SECURITY.( ... (2006). 2 : Ralph Kimball . The Data Warehousing Toolkit

. ,.

MCS 305.516: ARTIFICIAL INTELLIGENCE

Unit 1 What is AI? : The AI Problems, The Underlying Asswnption, What is AI Technique?, The level of the Model , Criteria for Success.

Problems, Problem spaces & Search: Defining the Problem as a State Space Search, Production Systems, Problem Characteristics, Production System Characteristics, Issues in the design of Search Programs, Additional Problems.

Heuristic search techniques: Generate and Test , Hill Climbing, Best First Search , Problem Reduction, Constraint Satisfaction, Means Ends Analysis.

Unit 2 Knowledge Representation Issues: Representations and Mappings, Approaches to

Knowledge Representation, Issues in Knowledge Representation, The Frame Problem

Using Predicate Logic: Representing Simple Facts in Logic , Representing Instance and Isa Relationships, Computable Functions and Predicates, Resolution, Natural Deduction

Representing knowledge using Rules: Procedural versus Declarative Knowledge, Logic Programming, Forward versus Backward Reasoning, Matching, Control Knowledge

Unit 3 Symbolic Reasoning under Uncertainity: Introduction to Nonmonotonic Reasoning, Logics for Nonmonotonic Reasoning, Implementation Issues, Augmenting a Problem Solver, Implementation: Depth-First Search, Implementation: Breadth-First Search

Weak slot & filler Structures: Semantic Nets , Frames

Unit 4 Planning: Overview, An Example Domain: The Blocks World , Components of a Planning System, Goal Stack Planning, Nonlinear Planning Using Constraint Posting, Hierarchical Planning, Reactive Systems, Other Planning Techniques

Natural Language Processing: Introduction, Syntactic Processing, Semantic Analysis, Discourse and Pragmatic Processing

Unit 5 Commonsense: Qualitative Physics, Commonsense Ontologies, Memory Organisation,

Case-Based Reasoning

Expert Systems: Representing and Using Domain Knowledge, Expert System Shells , Explanation, Knowledge Acquisition

"

Page 15: III SEMESTER MCS 30116: CRYPTOGRAPHY AND NETWORK · PDF fileIII SEMESTER MCS 30116: CRYPTOGRAPHY AND NETWORK SECURITY.( ... (2006). 2 : Ralph Kimball . The Data Warehousing Toolkit

Text books

Author Title Publisher

1 Rich & Knight Artificial Intelligence TMH (1991)

Reference books

Author Title Publisher

I Winston. P.H Artificial Intelligence Addison Wesley (1993)

1 •

Page 16: III SEMESTER MCS 30116: CRYPTOGRAPHY AND NETWORK · PDF fileIII SEMESTER MCS 30116: CRYPTOGRAPHY AND NETWORK SECURITY.( ... (2006). 2 : Ralph Kimball . The Data Warehousing Toolkit

MCS 305.616 : COMPILER DESIGN -t .

Unit 1 Introduction to Compiling, A simple One-pass Compiler,

Unit2 Lexical Analysis, Syntax Analysis,

Unit 3 Syntax-directed translation, Type checking,

Unit 4 Run-time environments, Intermediate code generation

Unit 5 Code generation, Code Optimization

Text books

Author Title Publisher

1 Alfred V. Aho, Ravi

Sethi,

Jeffrey D. Ullman

Compilers - Principles, Techniques

and Tools

Pearson Education

. ~ l

. ... \

Reference books . ~,

Author Title Publisher

1 lP. Bannett Introduction to Compiling

Techniques

McGraw Hill

2 Tremblay &

Sorenson

Compiler Writing McGraw Hill

3 Dhamdhere Compiler Construction MacMilan