MEDC 201 System Programming

Similar documents
Computer Networks. Andrew S. Tanenbaum

Module 1. Introduction. Version 2, CSE IIT, Kharagpur

SWAMI VIVEKANAND UNIVERSITY, SIRONJA, SAGAR (M.P.)

SARVEPALLI RADHAKRISHNAN UNIVERSITY, BHOPAL. Grading System Course Name:M.TECH(D.C.) Scheme of Examination w.e.f Semester/Year : I SEM/I YEAR

Telecommunications Engineering Course Descriptions

RAJIV GANDHI COLLEGE OF ENGINEERING AND TECHNOLOGY

and Networks Data Communications Second Edition Tata McGraw Hill Education Private Limited Managing Director SoftExcel Services Limited, Mumbai

S.R.M. University Faculty of Engineering and Technology School of Electronics and Communication Engineering

ก ก Information Technology II

B. P. PODDAR INSTITUTE OF MANAGEMENT & TECHNOLOGY DEPT OF ELEDTRONICS & COMMUNICATION ENGINEERING ACADEMIC YEAR: ODD SEMESTER

IT4405 Computer Networks (Compulsory)

Computer Communications and Network Basics p. 1 Overview of Computer Communications and Networking p. 2 What Does Computer Communications and

Contents. Introduction to Networking. Preface...i. Introduction... xix

SRM ARTS AND SCIENCE COLLEGE SRM NAGAR, KATTANKULATHUR

IT114 NETWORK+ Learning Unit 1 Objectives: 1, 2 Time In-Class Time Out-Of-Class Hours 2-3. Lectures: Course Introduction and Overview

CODE COURSE NAME DESCRIPTION SEM CS401 Communication Engineering & Coding Theory Knowledge of communication engineering & coding theory IV

CCM 4300 Lecture 5 Computer Networks, Wireless and Mobile Communications. Dr Shahedur Rahman. Room: T115

RMIT University. Data Communication and Net-Centric Computing COSC 1111/2061/1110. Lecture 8. Medium Access Control Methods & LAN

Introduction to Network Technologies & Layered Architecture BUPT/QMUL


Syllabus for Computer Science General Part I

Networks 15.2 Multiplexing Technologies Access Networks 15.5 Common Peripheral Interfaces

Module 2 Overview of Computer Networks

Module 2 Overview of. Computer Networks

Electrical and Computer Engineering Technology

CHAPTER 2 - NETWORK DEVICES

Data Networks. Lecture 1: Introduction. September 4, 2008

MORGANSTATEUNIVERSITY DEPARTMENT OF ELECTRICAL AND COMPUTER ENGINEERING. EEGR510 Communications Networks Credits: 3 COURSE SYLLABUS

COS 140: Foundations of Computer Science

Understanding TeleCom Networks Today II The World of Data

Bridging and Switching Basics

Introduction to LAN Protocols

Punjab Technical University Bachelor in Mobile Computing & Internet Batch 2014 onwards THIRD SEMESTER

Communication Networks

Communicating over the Network

LANs do not normally operate in isolation. They are connected to one another or to the Internet. To connect LANs, connecting devices are needed.

SYLLABUS. osmania university CHAPTER - 3 : MEDIUM ACCESS CONTROL (MAC) SUBLAYER Standards, Bluetooth, Bridges and Routers.

Objectives. Learn how computers are connected. Become familiar with different types of transmission media

MORGANSTATEUNIVERSITY DEPARTMENT OF ELECTRICAL AND COMPUTER ENGINEERING. EEGR410 Introduction to Networks. Credits: 3 COURSE SYLLABUS

COMPUTER AND DATA NETWORKS

WIRELESS ACCESS PRINCIPLES OF AND LOCALIZATION. Wiley. Kaveh Pahlavan. Prashant Krishnamurthy. University of Pittsburgh, Pittsburgh, Pennsylvania, USA

Introduction... xiii Chapter 1: Introduction to Computer Networks and Internet Computer Networks Uses of Computer Networks...

Computer Networking. Introduction. Quintin jean-noël Grenoble university

SAE6A/SAZ6B DATA COMMUNICATION AND NETWORKING UNIT : I To V

Networks 15.2 Multiplexing Technologies Access Networks 15.5 Common Peripheral Interfaces

Test Bank for A Guide to Designing and Implementing Local And Wide Area Networks 2nd Edition by Palmer and Sinclair

SRM ARTS AND SCIENCE COLLEGE SRM NAGAR, KATTANKULATHUR

University of Southern California EE450: Introduction to Computer Networks

Revision of Previous Lectures

Optical Networks: A Practical Perspective

Chapter 6 Local Area Networks and Media Access Control. School of Info. Sci. & Eng. Shandong Univ.

NZQA unit standard version 2 Page 1 of 6. Demonstrate basic knowledge of telecommunications concepts

Optical Fiber Communications. Optical Networks- unit 5

Review For Exam 2. Internetworking. Summary Questions. School of Business Eastern Illinois University. School of Business Eastern Illinois University

Introduction to Information Technology Turban, Rainer and Potter John Wiley & Sons, Inc. Copyright 2005

Chapter 15 Computer and Multimedia Networks

KINGS COLLEGE OF ENGINEERING

Wired internetworking devices. Unit objectives Differentiate between basic internetworking devices Identify specialized internetworking devices

Overview of Networks

COMPONENTS OF DATA COMMUNICATION

On successful completion of this course students should:

CS1302-COMPUTER NETWORKS UNIT I -DATA COMMUNICATION PART A

Lecture 3 Protocol Stacks and Layering

CHAPTER TWO LITERATURE REVIEW

Program: B.E. (Electronics and Telecommunication Engineering)

Communication Networks - 3 general areas: data communications, networking, protocols

CHAPTER -1. Introduction to Computer Networks

QUESTION BANK EVEN SEMESTER

Wireless Networks (CSC-7602) Lecture 1 (27 Aug 2007)

CS1302 / Computer Networks

FINAL EXAM REVIEW PLEASE NOTE THE MATERIAL FROM LECTURE #16 at the end. Exam 1 Review Material

Cisco CCNA (ICND1, ICND2) Bootcamp

COMPUTER NETWORKS MODEL QUESTION PAPER WITH SOLUTION. (c) Peer-to-peer processes are processes on two or more devices communicating at a

CS4516 Advanced Computer Networks. Final Review

Multimedia Systems. Networks WS 2009/2010

M242 COMPUTER NETWORS AND SECURITY

CIS 777 Telecommunications Networks

Local Area Networks (LANs) SMU CSE 5344 /

BABU MADHAV INSTITUTE OF INFORMATION TECHNOLOGY, UTU 2017

Netwoking Essentials

TIME SCHEDULE. 2 Physical Layer 15. Course General Outcomes: Sl. G.O On completion of this course the student will be able :

SYED AMMAL ENGINEERING COLLEGE

CARRIER SENSE MULTIPLE ACCESS (CSMA):

COS 140: Foundations of Computer Science

WAN Technologies (to interconnect IP routers) Mario Baldi

Advanced Computer Networks

Guide to Networking Essentials, 6 th Edition. Chapter 6: Network Reference Models and Standards

Chapter 3. Underlying Technology. TCP/IP Protocol Suite 1 Copyright The McGraw-Hill Companies, Inc. Permission required for reproduction or display.

Computer Networks. Week 04 Media and Devices. College of Information Science and Engineering Ritsumeikan University

Router Router Microprocessor controlled traffic direction home router DSL modem Computer Enterprise routers Core routers

Goals. Fundamentals of Network Media. More topics. Topics. Multiple access communication. Multiple access solutions

Computer Networks. 9/29/2017 Vasile Dadarlat --Computer Networks 1

BROADBAND AND HIGH SPEED NETWORKS

SONET/SDH. By Iqtidar Ali

Mohammad Hossein Manshaei 1393

SIDDHARTH GROUP OF INSTITUTIONS :: PUTTUR Siddharth Nagar, Narayanavanam Road QUESTION BANK (DESCRIPTIVE)

Networking and TCP/IP. John Kalbach November 8, 2004

DATA AND COMPUTER COMMUNICATIONS

Introduction to Wireless Networking ECE 401WN Spring 2008

CS 428/528 Computer Networks Lecture 01. Yan Wang

Transcription:

MEDC 201 System Programming Fundamental of programming, steps in problem solving with digital computer algorithm, flow chart and textual representation, primitive actions, control construct like conditional, iteration, conditional repetition, recursion, programming with Pascal of C UNIT2 Data & Data types, data representation, data structure array-various operations with array, concept of pointers and pointers manipulations, pointers for data structures and functions, static and dynamic allocations, implementations with arrays and pointers, various operations like searching, appending, insertion & deletion in lists, doubly linked list and their implementations, stack,push/pop & TOP of stack operation, applications of stacks, queues & various operations on queues, tree, binary and K-ary trees, tree traversal, insertion and deletion in tree, B-tree and AVL tree, operations on those tree applications Searching and sorting, linear, binary and Hash search, minimum and maximum selection, divide and conquer, sorting, insertion sort, bubble sort, quick sort & heap sort, matrix operations, dynamic programming Overview of system programs, Assembler, interpreter, compiler, Editor and operating system. Reference books: - 1.Data structure & Program design by Kruze, PHI 2.Algorithms,Data structure & programs by Wirth N., PHI 3.The programming language by Kernighan & Ritchi, PHI 4.Introductory problem solving by pascal by Schieder,John Wiley

MEDC 202 Modelling and Simulation of Computer Induction to Discrete event system simulation, its applications, advantages and advantages, system and system, environments and component of system, Discreate and Homogeneous system, modeling of system and type of models, Various steps in simulation, General concept in discrete event simulation. Practical models in simulation: review of terminology and concepts, useful statistical models, discrete distributions, continuous distributions, Possion process and empirical distribution. Queuing model: Characteristics of queuing system transient and steady state behavior of queue, measures of performance using queuing systems property. Random number and its generation: Properties of random numbers, distribution of pseudo random no, test for random no., Random variant Distribution, inverse transform technique, Direct transformation for normal distribution, Acceptance and rejection technique. Modeling: Data Collection, identifying the distribution with data, parameter variation, goodness of fit tests, selection of input model without data, multivariate and input models. Introduction and validation of simulation models: output analysis for single model, nature of output data, types of simulation with respect to output analysis, types of performance and their estimation, output analysis for terminating simulations, analysis for terminating simulation. Reference Books: 1.Simulation Modeling and Analysis by 2.Modeling and simulation by Bank and Carson PHI 3.Network Modeling, simulation and analysis by Garcia and Garcia 4.Telecommunication Network: Protocols, Modeling and Analysis By M. Schwartz

MEDC 203 Network Design Technology Review of concepts of Layering and Layered models- OSI & TCP/IP LAN Technology, transmission Medium, Topology, Medium Access Control (MAC) Techniques including MAC& LLC sub layers, LAN system, Ethernet system, Fast Ethernet& Gigabit Ethernet, Token Ring, FDDI Internet working with TCP/IP, Internet Protocol (IP) Suite including IP V4, IP V6 Transport Protocols, TCP and UDP Introduction to IP routing, various interior gateways protocols like RIP, OSPF and exterior gateway protocols like BGP Introduction to label Switching and MPLS WAN technology: WAN Vs LAN, Circuit switching mechanism and network design, packet switched networking including routing and traffic control, X.25 ISDN and Broadband ISDN: Overview, ISDN, interface and functions, layers and ISDN services- ISDN standards and services High Speed network frame relay, frame relay protocols, services and congestion control, ATM: ATM adaptation layer (AAL), ATM traffic and congestion control ATM LAN, ATM LAN emulation and multi protocols over ATM (MPOA) Reference Books. 1. Redia Pearlman, Interconnections, bridges, routers, switches and Int protocols Pearson Edu 2. Comer, Internetworking with TCP/IP Vol. I PHI 3. Tenenbaum, Computer Networks, PHI 4. Forouzan B, Data communication and networking, TMH. 5. Stalling W, Data and computer communications, PHI 6. Hardy, Inside networks, PHI 7. Glover and Grant, Digital Communication, PHI

MEDC 204 Optical Network Introduction to optical network: Telecommunication, first generation optical network, multiplexing technique, second generation optical network,virtual circuit services and data gram, transparencies of regenerator Network components: couplers, Isolators, Circulators, Multiplexer, filter, fiber bragg gratings as ADD/Drop multiplexers, frabry perot filters, acoustics optical tunable filters, characterization of switches, mechanical, electro-optic, thermo-optic, and SOA switches, switching architecture. First generation of optical network: SONET, SDH, goals of SONET design, Multiplexing in SONET,elements of SONET/SDH infrastructure, SONET physical layer,comuter interconnections,escon, fiber channel, FDDI,ATM,IP layered architecture, physical layer, data link layer, network layer, transport layer Broad cast and select network: topologies for broadcast networks, bus topology, star topology, media access control(mac) protocols, throughput calculation, synchronization, aloha and slotted ALOHA, test beds,lambdanet,rainbow,starnet Wavelength routing network: optical layer, wavelength cross connect, wavelength reuse reliability, virtual topology and circuit switching and node design, degree of wavelength conversion, network design and operation traffic models, and performance criteria, static and reconfigurable network, classification of light paths Unit 6 Photonic packet switching,optical time domain multiplexing(otdm),method of multiplexing and demultiplexing, Broadcast,OTDM network,bit interleaving and packet interleaving, optical and gates non linear optical loop mirror, tera hertz optical asymmetric demultiplexer, switch based network, deflection routing Referance Books: 1. Optical Networks: Apractical Prospective By R.Ramaswamy and K.N.Shivrajan 2. Optical Networks By C.S.R.Murthy and M.Guruswamy, PHI 3. Computer Networks By Tanenbaum

MEDC 205 Mobile & Satellite Communication Review of wireless and cellular radio communication: The cellular concept, system design fundamentals, frequency reuse, reused distance, cluster size, channel assignment strategies, handoff strategies, co-channel interference and system capacity, trunking and grade of service. Speech coding for wireless system applications and broadcast systems, coding techniques for audio and voice and popular speech codes. Brief introduction to radio channel characterization, multi-path propagation, co channel interference, exponential power delay profile, propagation effects, scattering, ground reflection, fading, long normal shadowing, coherence bandwidth Modulation techniques for mobile and satellite communication, their generation and detection, performance of spectral and power efficiency. Physical layer technique, diversity, spread, spectrum, frequency hopping, direct sequence, adaptive equalization, Orthogonal Frequency Division Multiplexing (OFDM) MAC Protocols; 802.11 and its variants, ETSI-HILARAN type 1 MAC protocol, multiple access with collision avoidance. Introduction to GEO, MEO and LEO satellite systems, Antena positioning in GEO and Link calculations, wideband CDMA concepts principles. Reference Books. 1. Wilkies and Garg, Principles of GSM technology, PHI 2. Schiller J., Mobile Communications, Addison Wesley 3. Viterbi A, CDMA, Addison Wesley 4. Gokhle, Introduction to Telecommunications, Delmer Thomson