DEPARTMENT OF COMPUTER APPLICATIONS B.C.A. - THIRD YEAR ( REGULATION) FIFTH SEMESTER LESSON PLAN SRM UNIVERSITY

Size: px
Start display at page:

Download "DEPARTMENT OF COMPUTER APPLICATIONS B.C.A. - THIRD YEAR ( REGULATION) FIFTH SEMESTER LESSON PLAN SRM UNIVERSITY"

Transcription

1 DEPARTMENT OF COMPUTER APPLICATIONS B.C.A. - THIRD YEAR ( REGULATION) FIFTH SEMESTER LESSON PLAN SRM UNIVERSITY FACULTY OF SCIENCE AND HUMANITIES SRM NAGAR, KATTANKULATHUR

2 Semester Subject Code Course Title L P Total C V COA1151 COMPUTER NETWORKS UNIT I History and Need for Networking - Service Connectionless and ConnectionOriented Services Circuit and Packet Switching Access Networks and Physical Media Wireless Links and Characteristics OSI Reference Model - Service Models Ad-hoc network, GPS, Sensor network. UNIT II Principles of Network Applications The Web and HTTP FTP Electronic Mail SMTP Mail Message Formats and MIME DNS Socket Programming with TCP and UDP. Multimedia Networking: Internet Telephony RTP RTCP RTSP. Network Security: Principles of Cryptography Firewalls Application Gateway Attacks and Counter measures. UNIT III Transport Layer Services Multiplexing and Demultiplexing UDP Reliable Data Transfer Go-Back-N and Selective Repeat. Connection-Oriented Transport: TCP Segment Structure RTT estimation Flow Control Connection Management Congestion Control TCP Delay Modeling SSL and TLS. Integrated and Differentiated Services: Intserv Diffserv. UNIT IV Forwarding and Routing Network Service Models Virtual Circuit and Datagram Networks Router Internet Protocol (IP) IPv4 and IPv6 ICMP Link State Routing Distance Vector Routing Mobile IP UNIT V Layer Services Error Detection and Correction Techniques Multiple Access Protocols Link Layer Addressing ARP DHCP Ethernet Hubs, Bridges, and Switches PPP. Ring Topology - Physical Ring Logical Ring. TEXT BOOKS 1. James F. Kurose and Keith W. Ross, Computer Networking: A Top-Down Approach Featuring the Internet, Pearson Education, 3rd edition, REFERENCE BOOKS: 1. Andrew S. Tanenbaum, Computer Networks, Prentice-Hall of India, 4th edition, Larry L. Peterson and Bruce S. Davie, Computer Networks: A Systems Approach, Elsevier, 4th edition, 2007.

3 LESSON PLAN Subject Name: Subject Code: COMPUTER NETWORKS COA1151 UNIT I 1 History and Need for networking TB1, Ch-1 2 Service description: service providers, service access, points, service data unit TB1, Ch-1 3 Switching: circuit switching, packet switching TB1, Ch-1 4 Network Access and physical media TB1, Ch-1 5 Wireless links and characteristics TB1, Ch-1 6,7 TB2, Web OSI reference model Resource 8,9 Service models: connectionless and connection oriented services, service primitives TB1, Ch-1 10 Global Position System Web Resource 11 Sensor network: characteristics Web Resource UNIT II Reference with 14,15 Principles of Network Applications: Protocols and services TB1, Ch-2 16,17 The Web and HTTP: Persistent and non persistent connections, HTTP Message Format TB1, Ch-2 18,19 FTP : Commands and replies TB1, Ch-2 20,21,22 Electronic mail in the Internet : SMTP, MIME, Mail message format TB1, Ch-2 23,24 DNS: Services, DNS Records, DNS Messages TB1 - Ch-2 25 Socket programming using TCP : A Client/Server application in java TB1, Ch-2 26 Socket programming using UDP: A Client/Server application in java TB1, Ch-2 27,28,29 Multimedia Networking: RTP, RTCP, RTSP TB1, Ch-6 30,31,32 Network Security: Principles of Cryptography Symmetric key cryptography, public key encryption TB1, Ch-7 33,34 Firewalls: Application gateway TB1, Ch-7 35,36 Attacks and counter measures: Mapping, Packet Sniffing TB1, Ch-7

4 37 UNIT III Transport layer services: Introduction, Relationship Between Transport and Network Layer Reference with TB1, Ch-3 38,39,40 Multiplexing and De-Multiplexing TB1, Ch-3 41 UDP : Segment structure, UDP Checksum TB1, Ch-7 42,43 Reliable Data Transfer: Go-Back-N(GBN), Selective Repeat(SR) TB1, Ch-3 44,45 46,47 Connection Oriented Transport: TCP Connection, TCP Segment Structure Round-Trip Time Estimation and Timeout, Flow Control, TCP Connection Management TB1, Ch-3 TB1, Ch-3 48 TCP Congestion Control: TCP Delay Modeling TB1, Ch-3 49,50 Secure Sockets Layer (SSL) and Transport Layer Security (TLS) TB1, Ch Integrated Services: Intserv: Guaranteed Quality of Service, Controlled-Load Network Service Differentiated Services: Diffserv: Traffic Classification and Conditioning, Per-Hop Behaviors TB1, Ch-6 TB1, Ch-6 UNIT IV Reference with 53,54 Network Service Models: Datagram and virtual Circuit service TB1, Ch-4 55,56 Routing Principles, Link State Routing Algorithm, TB1, Ch-4 57,58 The Distance Vector Routing Algorithm TB1, Ch-4 59,60 IP: IPV4 Addressing, Datagram Format TB1, Ch-4 61 IPV6 Packet Format TB1, Ch-4 62 Mobile IP TB1, Ch-4 UNIT V Reference with 63 Data Link Layer Services TB1, Ch-5 64,65,66 Error Detection and Correction Techniques: Parity Checks, Check Summing Methods, Cyclic Redundancy Check (CRC) TB1, Ch-5 67 Multiple Access Protocols: Channel Partitioning Protocols, Random Access Protocols TB1, Ch-5 68,69 Multiple Access Protocols: Taking-Turns Protocols, Local Area Networks (LANs) TB1, Ch-5 70,71 LAN Addresses and ARP: LAN Addresses, Address Resolution Protocol TB1, Ch-5

5 72 Ethernet: Basics, CSMA/CD: Ethernet s Multiple Access Protocol TB1, Ch-5 73 Hubs, Bridges, and Switches TB1, Ch-5 74 PPP: The Point-to-Point Protocol:- PPP Data Framing, PPP Link-Control Protocol (LCP) and Network-Control Protocols 75 Ring Topology - Physical Ring Logical Ring. TB1, Ch-5 Web Resource

6 Semester Course Code Course Title L P Total C OBJECT ORIENTED ANALYSIS V COA11E1 AND DESIGN Unit I: An Overview of Object Oriented Systems Development - Object Basics Object Oriented Systems Development Life Cycle. Unit II: Rumbaugh Methodology - Booch Methodology - Jacobson Methodology - Patterns Frameworks Unified Approach Unified Modeling Language Use case - class diagram - Interactive Diagram - Package Diagram - Collaboration Diagram - State Diagram - Activity Diagram. Unit III : Identifying use cases - Object Analysis - Classification Identifying Object relationships - Attributes and Methods. Unit IV: Design axioms - Designing Classes Access Layer - Object Storage - Object Interoperability. Unit V: Designing Interface Objects Software Quality Assurance System Usability - Measuring User Satisfaction BOOKS FOR STUDY: 1. Ali Bahrami, Object Oriented Systems Development, Tata McGraw-Hill, Martin Fowler, UML Distilled, Second Edition, PHI/Pearson Education, REFERENCES : 1. Stephen R. Schach, Introduction to Object Oriented Analysis and Design, Tata McGraw-Hill, James Rumbaugh, Ivar Jacobson, Grady Booch The Unified Modeling Language Reference Manual, Addison Wesley, Hans-Erik Eriksson, Magnus Penker, Brain Lyons, David Fado, UML Toolkit, OMG Press Wiley Publishing Inc., 2004.

7 LESSON PLAN Subject Name: Subject Code: OBJECT ORIENTED ANALYSIS AND DESIGN COA11E1 UNIT I 1 Introduction to OOAD TB1, Ch-1 2 An Overview of Object Oriented Systems Development TB1, Ch-1 3 Two orthogonal views of the software TB1, Ch Object Oriented Systems Development methodology TB1, Ch Why an object orientation? TB1, Ch Overview of the unified approach TB1, Ch Object Basics TB1, Ch-2 8 Introduction TB1, Ch Object oriented philosophy TB1, Ch Objects TB1, Ch Objects are grouped in classes TB1, Ch Attributes: Object states and properties TB1, Ch Object oriented system development life cycle TB1, Ch-3 14 Software development process TB1, Ch Object oriented system development TB1, Ch-3.4 UNIT II 16 Rumbaugh Methodology TB1, Ch Object model TB1, Ch The OMT Dynamic model TB1, Ch The OMT Function model TB1, Ch Booch Methodology TB1, Ch Macro,Micro development process TB1 - Ch The Jacobson methodology TB1, Ch Patterns TB1, Ch Frame Work TB1, Ch Unified Approach TB1, Ch Unified Modeling Language TB1, Ch-5 27 Use case, class diagram TB1, Ch Interactive Diagram, Package Diagram TB1, Ch Collaboration Diagram, State Diagram TB1, Ch Activity Diagram. TB1, Ch-5.8.3

8 UNIT III 31 Identifying use cases TB1, Ch-6 32 Introduction TB1,CH Why Analysis is difficult activity TB1, Ch Business Object Analysis TB1, Ch Use case Driven object oriented analysis TB1, Ch Business processing modeling TB1, Ch Use Case Model TB1,Ch Object Analysis : Classification TB1, Ch-7 39 Introduction TB1, Ch Classification Theory TB1, Ch Identifying Object relationships Attributes and Methods. TB1, Ch-8 42 Introduction TB1, Ch Association TB1, Ch Super, Subclass Relationship TB1, Ch A Part of Relationship aggregation TB1, Ch-8.4 UNIT IV 46 Design axioms TB1, Ch-9 47 Introduction TB1, Ch Object Oriented Design process TB1, Ch Object Oriented Design Axioms TB1, Ch corollaries TB1, Ch Design Patterns TB1, Ch Designing Classes TB1, Ch Introduction TB1, Ch Object Oriented Design philosophy, Design Classes and the Process TB1, Ch Design Classes: refining attributes TB1, Ch Design Methods and protocols TB1, Ch Access Layer: Object Storage, - Object Interoperability TB1, Ch Introduction TB1, Ch-11.1

9 59 Data Base Management system TB1, Ch Object Oriented DBMS, Multi DBMS TB1, Ch-11.9 UNIT V 61 Designing Interface Objects TB1, Ch Introduction TB1, Ch User Interface Design as a Creative process TB1, Ch Design view layer classes TB1, Ch Macro level process TB1, Ch Micro level process TB1, Ch Software Quality Assurance TB1, Ch Introduction TB1, Ch Quality assurance test TB1, Ch Testing Strategies TB1, Ch Impact Object orientation on testing TB1, Ch System Usability Measuring User Satisfaction TB1, Ch Introduction TB1, Ch Usability testing TB1, Ch User satisfaction test TB1, Ch-14.3

10 Semester Course Code Course Title L P Total C V COA 1152 WEB TECHNOLOGY Unit I History of the Internet and World Wide Web HTML 4 protocols HTTP, SMTP, POP3, MIME, IMAP. Introduction to JAVA Scripts Object Based Scripting for the web. Structures Functions Arrays Objects. Unit II Introduction Object refers, Collectors all and Children. Dynamic style, Dynamic position, frames, navigator, Event Model On check On load Onenor Mouse rel Form process Event Bubblers Filters Transport with the Filter Creating Images Adding shadows Creating Gradients Creating Motion with Blur Data Binding Simple Data Binding Moving with a record set Sorting table data Binding of an Image and table Unit III Audio and video speech synthesis and recognition - Electronic Commerce E- Business Model E- Marketing Online Payments and Security Web Servers HTTP request types System Architecture Client Side Scripting and Server side Scripting Accessing Web servers IIS Apache web server. Unit IV Database, Relational Database model Overview, SQL ASP Working of ASP Objects File System Objects Session tracking and cookies ADO Access a Database from ASP Server side Active-X Components Web Resources XML Structure in Data Name spaces DTD Vocabularies DOM methods. Unit V Introduction Servlet Overview Architecture Handling HTTP Request Get and post request redirecting request multi-tier applications JSP Overview Objects scripting Standard Actions Directives. BOOK FOR STUDY: 1. Deitel & Deitel, Goldberg, Internet and world wide web How to Program, Pearson Education Asia, 2001.

11 Subject Title : WEB TECHNOLOGY Subject Code: COA1152 Unit I LESSON PLAN History of the Internet and World Wide Web HTML 4 protocols HTTP, SMTP, POP3, MIME, IMAP. Introduction to JAVA Scripts Object Based Scripting for the web. Structures Functions Arrays Objects. 1 History of the Internet TB:I Chapter History of world wide web TB:I Chapter protocol TB:I Chapter HTTP TB:I Chapter SMTP TB:I Chapter POP3 TB:I Chapter MIME TB:I Chapter IMAP TB:I Chapter HTML Online Resource 10 Introduction to JAVA Scripts TB:I Chapter Object Based Scripting for the web TB:I Chapter Structures TB:I Chapter Functions TB:I Chapter Arrays TB:I Chapter Objects. TB:I Chapter 12 Unit II Introduction Object refers, Collectors all and Children. Dynamic style, Dynamic position, frames, navigator, Event Model On check On load Onenor Mouse rel Form process Event Bubblers Filters Transport with the Filter Creating Images Adding shadows Creating Gradients Creating Motion with Blur Data Binding Simple Data Binding Moving with a record set Sorting table data Binding of an Image and table. 16 Introduction TB:I Chapter Object refers, Collectors all and Children TB:I Chapter Dynamic style, Dynamic position,frames TB:I Chapter 13.4,13.5, navigator TB:I Chapter 13.7

12 20 Event Model, On check On load,onenor TB:I Chapter 14.2,14.3, Mouse rel, Form process TB:I Chapter Event Bubblers TB:I Chapter Filters Transport with the Filter TB:I Chapter Creating Images Adding shadows TB:I Chapter Creating Gradients TB:I Chapter Creating Motion with Blur TB:I Chapter Data Binding Simple Data Binding TB:I Chapter Moving with a record set TB:I Chapter Sorting table data TB:I Chapter Binding of an Image and table. TB:I Chapter 16.4,16.5 Unit III Audio and video speech synthesis and recognition - Electronic Commerce E- Business Model E- Marketing Online Payments and Security Web Servers HTTP request types System Architecture Client Side Scripting and Server side Scripting Accessing Web servers IIS Apache web server. 31 Audio and video TB:IChapter speech synthesis TB:IChapter recognition TB:IChapter Electronic Commerce TB:IChapter E- Business Model TB:IChapter E- Marketing TB:IChapter Online Payments TB:IChapter Security TB:IChapter Web Servers TB:IChapter HTTP request types TB:IChapter System Architecture TB:IChapter Client Side Scripting and Server side Scripting TB:IChapter Accessing Web servers TB:IChapter IIS TB:IChapter Apache web server. TB:IChapter 21.7 Unit IV Database, Relational Database model Overview, SQL ASP Working of ASP Objects File System Objects Session tracking and cookies ADO Access a Database

13 from ASP Server side Active-X Components Web Resources XML Structure in Data Name spaces DTD Vocabularies DOM methods. 46 Database introduction TB:I Chapter Relational Database model TB:I Chapter Overview SQL TB:I Chapter Working of ASP TB:I Chapter ASP objects TB:I Chapter File System Objects TB:I Chapter Session tracking and cookies TB:I Chapter ADO TB:I Chapter Access a Database from ASP TB:I Chapter Server side Active-X Components TB:I Chapter Web Resources TB:I Chapter XML Structure in Data TB:I Chapter XML Name spaces TB:I Chapter DTD TB:I Chapter Vocabularies & DOM methods TB:I Chapter Unit V Introduction Servlet Overview Architecture Handling HTTP Request Get and post request redirecting request multi-tier applications JSP Overview Objects scripting Standard Actions Directives. BOOK FOR STUDY: 1. Deitel & Deitel, Goldberg, Internet and world wide web How to Program, Pearson Education Asia, Servlet introduction TB:I Chapter Servlet Overview Architecture TB:I Chapter Handling HTTP Request TB:I Chapter Get Request TB:I Chapter Post Request TB:I Chapter Redirecting request TB:I Chapter Multi-tier applications TB:I Chapter (continued)multi-tier applications TB:I Chapter JSP introduction TB:I Chapter Overview TB:I Chapter Objects TB:I Chapter Scripting TB:I Chapter 37.5

14 73 Standard Actions TB:I Chapter (continued) Standard Actions TB:I Chapter Directives TB:I Chapter 37.7

15 Semester Course Code Course Title L P Total C V COA11E8 ORGANIZATIONAL BEHAVIOR UNIT I Need and scope of Organizational behavior Theories of organization Individual difference Vs Group intelligence tests Measurement of intelligence Personality Tests Nature Types and uses of perception. UNIT II Motivation Financial and non Financial motivational techniques Job satisfaction meaning Factors Theories Measurement Morale Importance Employee attitudes and behavior and their significance to employee productivity. UNIT III Work environment Good house keeping practices Design of work place Fatigue Causes and prevention and their importance Leadership Types and theories of leadership. UNIT IV Group dynamics Cohesiveness Co-operation Competition Conflict Resolution Sociometry Group norms Role, position, status. UNIT V Organizational culture and climate Organizational effectiveness Organizational Development Counseling and guidance Importance of counselor Types of counseling Information needed for counseling TEXT BOOKS 1. L.M. Prasad Organisational Behaviour REFERENCE BOOKS: 1. Arnold Work Psychology 2. Blum M.L. Industrial Psychology and its social foundation 3. Hippo Organize Tonal Behavior 4. Hersey Biancha d Introduction to Organizational Behavior

16 LESSON PLAN Subject Name: Subject Code: ORGANIZATIONAL BEHAVIOR COA11E8 UNIT I 1 Organization & Need of Organizational Behavior TB1, Ch-1 2 Scope of Organizational Behavior TB1, Ch-1 3 Classical Theory of Organization TB1, Ch-2 4 Neo Classical Theory of Organization TB1, Ch-2 5 Modern Organizational Theories TB1, Ch-2 6 Individual Difference TB1, Ch-3 7 Group Intelligence Test TB1, Ch-3 8 Measures of Intelligence TB1, Ch-3 9 Personality Tests TB1, Ch-4 10 MBTI Locus of Control TB1, Ch-4 11 Perception TB1, Ch-8 12 Perception Process & Factors TB1, Ch-8 13 Individual Decision making TB1, Ch-8 UNIT II 14 Motivation-Introduction & Characteristics TB1, Ch-7 15 Financial & Non-Financial Motivation TB1, Ch-8 16 Maslow s Need Hierarchy Theory TB1, Ch-8 17 Two Factor Theory TB1, Ch-8 18 McGregor Theory X & Theory Y TB1 - Ch-8 19 Expectancy Theory Vrooms TB1, Ch-8 20 Model of Motivation TB1, Ch-8 21 Attitudes and Behavior TB1, Ch-6

17 22 Components of Attitude TB1, Ch-6 23 Types of Attitudes TB1, Ch-6 24 Attitude and Consistency TB1, Ch-6 25 Cognitive Dissonance Theory TB1, Ch-6 26 Job Satisfaction TB1, Ch-6 27 Factors determining Job Satisfaction TB1, Ch-6 28 Value Loyalty & Ethical Behavior TB1, Ch-6 29 Effect of Job satisfaction on performance TB1, Ch-6 30 Values TB1, Ch-6 31 Values & its types TB1, Ch-6 32 Measurement of Job satisfaction TB1, Ch-6 UNIT III 33 Work environment Web Resource 34 Good housekeeping practices Web Resource 35 Design of Work place Web Resource 36 Fatigue & Stress TB1, Ch Symptoms of Stress TB1, Ch Sources of Job Stressors TB1, Ch Burnout & its causes TB1, Ch Management of Stress TB1, Ch Individual level strategies TB1, Ch Organizational level strategies TB1, Ch Leader Ship Ingredients & Types TB1, Ch Leadership Theories TB1, Ch-15

18 UNIT IV 45 Understanding Groups & Types TB1, Ch Theories of Group Behavior TB1, Ch Concepts of Group Dynamics TB1, Ch Norms TB1, Ch Types of Norms, Status TB1, Ch Cohesion TB1, Ch Factors contributing to Cohesion TB1, Ch Consequences of Cohesiveness TB1, Ch Conflict Introduction TB1, Ch Transition of Conflict & Types TB1, Ch Conflict Process TB1, Ch Conflict Resolution Model TB1, Ch Causes of Conflict TB1, Ch Cooperation TB1, Ch Competition TB1, Ch-11 UNIT V 60 Organizational Culture Concepts TB1, Ch Functions of Organization Culture TB1, Ch Levels of Culture TB1, Ch Management Philosophy TB1, Ch Organizational Climate TB1, Ch Organizational Development TB1, Ch Basic OD Assumptions TB1, Ch OD Interventions TB1, Ch Process consultations TB1, Ch Team Building TB1, Ch Individual counselling TB1, Ch Career Planning TB1, Ch Counselling Importance TB1, Ch Types of Counselling TB1, Ch Importance of Counsellor TB1, Ch Information needed for Counselling TB1, Ch-19

LESSON PLAN SUB NAME : OBJECT ORIENTED ANALYSIS AND DESIGN UNIT SYLLABUS

LESSON PLAN SUB NAME : OBJECT ORIENTED ANALYSIS AND DESIGN UNIT SYLLABUS LP Rev. : 00 Page 1 of 6 UNIT: I FUNDAMENTALS SEMESTER : 5 FUNDAMENTALS 8 An overview of object oriented systems development Object basics Object oriented systems development life cycle. OBJECTIVE: To

More information

SRM ARTS AND SCIENCE COLLEGE SRM NAGAR, KATTANKULATHUR

SRM ARTS AND SCIENCE COLLEGE SRM NAGAR, KATTANKULATHUR SRM ARTS AND SCIENCE COLLEGE SRM NAGAR, KATTANKULATHUR 603203 DEPARTMENT OF COMPUTER SCIENCE & APPLICATIONS LESSON PLAN (2017-2018) Course / Branch : BCA Total Hours : 45 Subject Name : OBJECT ORIENTED

More information

Computer Networks. Dr. Abdel Ilah ALshbatat Dept. of Communication and Computer Engineering Faculty of Engineering Tafila Technical University

Computer Networks. Dr. Abdel Ilah ALshbatat Dept. of Communication and Computer Engineering Faculty of Engineering Tafila Technical University Computer Networks Dr. Abdel Ilah ALshbatat Dept. of Communication and Computer Engineering Faculty of Engineering Tafila Technical University 1 Lecture 0 Course Information Title: Computer Networks 2 Course

More information

NETWORKING KEITH W. ROSS. Polytechnic Institute of NYU. Addison-Wesley

NETWORKING KEITH W. ROSS. Polytechnic Institute of NYU. Addison-Wesley COMPUTER FIFTH EDITION NETWORKING JAMES F. KUROSE University of Massachusetts, Amherst KEITH W. ROSS Polytechnic Institute of NYU Addison-Wesley New York Boston San Francisco London Toronto Sydney Tokyo

More information

PESIT Bangalore South Campus

PESIT Bangalore South Campus PESIT Bangalore South Campus 15CS52: Computer Networks Faculty: Dr. Sarasvathi V, Ms. Bidisha Goswami and Ms. Kanthimathi No. Of Sessions: 70 Course objectives: This course will enable students to Demonstration

More information

Table of Contents. Computer Networks and the Internet

Table of Contents. Computer Networks and the Internet Table of Contents Chapter 1 Computer Networks and the Internet 1.1 What Is the Internet? 1.1.1 A Nuts-and-Bolts Description 1.1.2 A Services Description 1.1.3 What Is a Protocol? 1.2 The Network Edge 1.2.1

More information

LESSON PLAN LP-CS 1302

LESSON PLAN LP-CS 1302 Date:11/06/2012 Page 1 of 6 Unit-I Branch : IT Semester : V UNIT-I - DATA COMMUNICATIONS 8 Components Direction of Data flow networks Components and Categories types of Connections Topologies Protocols

More information

IT4405 Computer Networks (Compulsory)

IT4405 Computer Networks (Compulsory) IT4405 Computer Networks (Compulsory) INTRODUCTION This course provides a comprehensive insight into the fundamental concepts in data communications, computer network systems and protocols both fixed and

More information

5105: BHARATHIDASAN ENGINEERING COLLEGE NATTARMPALLI UNIT I FUNDAMENTALS AND LINK LAYER PART A

5105: BHARATHIDASAN ENGINEERING COLLEGE NATTARMPALLI UNIT I FUNDAMENTALS AND LINK LAYER PART A 5105: BHARATHIDASAN ENGINEERING COLLEGE NATTARMPALLI 635 854. NAME OF THE STAFF : R.ANBARASAN DESIGNATION & DEPARTMENT : AP/CSE SUBJECT CODE : CS 6551 SUBJECT NAME : COMPUTER NETWORKS UNIT I FUNDAMENTALS

More information

10144IT409 Deitel and Deitel C++ How to Program 7 th Programming in C++ 2009 PHI Learning Edition 2010 PHI Learning Somashekara ASYNCHRONOUS SEQUENTIAL LOG IC Analysis and design of asynchronous

More information

Object-Oriented Software Development Goal and Scope

Object-Oriented Software Development Goal and Scope Object-Oriented Software Development Goal and Scope Koichiro Ochimizu Japan Advanced Institute of Science and Technologies School of Information Science Scope and Goal Goal enable you to understand basic

More information

LESSON PLAN. Sub Code & Name : CS2363 COMPUTER NETWORKS Unit: I Branch: EEE Semester :VI

LESSON PLAN. Sub Code & Name : CS2363 COMPUTER NETWORKS Unit: I Branch: EEE Semester :VI Unit: I Branch: EEE Semester :VI Page 1 of 6 Introduction to networks network architecture network performance Direct link networks encoding framing error detection transmission Ethernet Rings FDDI - Wireless

More information

Assignment - 1 Chap. 1 Wired LAN s

Assignment - 1 Chap. 1 Wired LAN s Assignment - 1 Chap. 1 Wired LAN s 1. (1 Mark) 1. Draw the frame format of Ethernet. 2. What is unicast, multicast and broadcast address? 3. State the purpose of CRC field. 2. (5 Marks) 1. Explain how

More information

UNIVERSITY OF NEBRASKA AT OMAHA Computer Science 3550 Communication Networks

UNIVERSITY OF NEBRASKA AT OMAHA Computer Science 3550 Communication Networks UNIVERSITY OF NEBRASKA AT OMAHA Computer Science 3550 Communication Networks 1 Course Description Information 1.1 Catalog description This course is designed to bring students up to the state of the art

More information

SRM UNIVERSITY FACULTY OF ENGINEERING AND TECHNOLOGY SCHOOL OF COMPUTING DEPARTMENT OF CSE COURSE PLAN. Tech park ( 7 th floor)

SRM UNIVERSITY FACULTY OF ENGINEERING AND TECHNOLOGY SCHOOL OF COMPUTING DEPARTMENT OF CSE COURSE PLAN. Tech park ( 7 th floor) Course Code : CS0303 Course Title : Computer Networks Semester : V Course Time : July Dec 2011 SRM UNIVERSITY FACULTY OF ENGINEERING AND TECHNOLOGY SCHOOL OF COMPUTING DEPARTMENT OF CSE COURSE PLAN DAY

More information

Sub Code & Name : EC2352 COMPUTER NETWORKS Unit: I Branch: EC Semester :VI. Unit syllabus: PHYSICAL LAYER 9

Sub Code & Name : EC2352 COMPUTER NETWORKS Unit: I Branch: EC Semester :VI. Unit syllabus: PHYSICAL LAYER 9 Unit: I Branch: EC Semester :VI Date:02/12/14 Page 01 of 06 Unit syllabus: PHYSICAL LAYER 9 Data Communications Networks - Networks models OSI model Layers in OSI model TCP / IP protocol suite Addressing

More information

SRM ARTS AND SCIENCE COLLEGE SRM NAGAR, KATTANKULATHUR

SRM ARTS AND SCIENCE COLLEGE SRM NAGAR, KATTANKULATHUR SRM ARTS AND SCIENCE COLLEGE SRM NAGAR, KATTANKULATHUR 603203 DEPARTMENT OF COMPUTER SCIENCE & APPLICATIONS LESSON PLAN (207-208) Course / Branch : M.Sc CS Total Hours : 45 Subject Name : Computer Networks

More information

VALLIAMMAI ENGNIEERING COLLEGE SRM Nagar, Kattankulathur DEPARTMENT OF COMPUTER SCIENCE AND ENGINEERING QUESTION BANK UNIT 1

VALLIAMMAI ENGNIEERING COLLEGE SRM Nagar, Kattankulathur DEPARTMENT OF COMPUTER SCIENCE AND ENGINEERING QUESTION BANK UNIT 1 VALLIAMMAI ENGNIEERING COLLEGE SRM Nagar, Kattankulathur 603203. DEPARTMENT OF COMPUTER SCIENCE AND ENGINEERING QUESTION BANK Year & Semester : II / IV Section : CSE Subject Code : CS6551 Subject Name

More information

Data Communications and Networks Spring Syllabus and Reading Assignments

Data Communications and Networks Spring Syllabus and Reading Assignments Data Communications and Networks Spring 2018 Syllabus and Assignments Revision Date: January 24, 2018 Course : This course teaches the design and implementation techniques essential for engineering robust

More information

Network Architecture I

Network Architecture I Network Architecture I Degree in: Communications Electronic Engineering Telecommunication Systems Engineering Telecommunication Technologies Engineering Telematics Engineering Universidad de Alcalá 2016/17

More information

DEPARTMENT OF COMPUTER APPLICATIONS B.C.A. - THIRD YEAR ( REGULATION) SIXTH SEMESTER LESSON PLAN SRM INSTITUTE OF SCIENCE AND TECHNOLOGY

DEPARTMENT OF COMPUTER APPLICATIONS B.C.A. - THIRD YEAR ( REGULATION) SIXTH SEMESTER LESSON PLAN SRM INSTITUTE OF SCIENCE AND TECHNOLOGY DEPARTMENT OF COMPUTER APPLICATIONS B.C.A. - THIRD YEAR (2015-2016 REGULATION) SIXTH SEMESTER LESSON PLAN SRM INSTITUTE OF SCIENCE AND TECHNOLOGY FACULTY OF SCIENCE AND HUMANITIES SRM NAGAR, KATTANKULATHUR

More information

University of Southern California EE450: Introduction to Computer Networks

University of Southern California EE450: Introduction to Computer Networks University of Southern California EE450: Introduction to Computer Networks Catalog Description Network architectures; Layered protocols, Network service interface; Local Networks; long-haul Networks; Internal

More information

SARDAR RAJA COLLEGE OF ENGINEERING ALANGULAM

SARDAR RAJA COLLEGE OF ENGINEERING ALANGULAM SARDAR RAJA COLLEGE OF ENGINEERING ALANGULAM DEPARTMENT OF ELECTRONICS AND COMMUNICATION ENGINEERING LESSON PLAN SUBJECT : COMPUTER NETWORKS CODE : EC62 CLASS : III Year / VI SEM Assistant Professor: Ms.

More information

SRI VENKATESWARA UNIVERSITY: TIRUPATI DEPARTMENT OF COMPUTER SCIENCE ADMITTED BATCH

SRI VENKATESWARA UNIVERSITY: TIRUPATI DEPARTMENT OF COMPUTER SCIENCE ADMITTED BATCH SRI VENKATESWARA UNIVERSITY: TIRUPATI DEPARTMENT OF COMPUTER SCIENCE 2015-16 ADMITTED BATCH BCA Under CBCS With Effect From Academic Year 2016-17 Course of Study & Scheme of Examination IV SEMESTER Sno

More information

EEC-484/584 Computer Networks

EEC-484/584 Computer Networks EEC-484/584 Computer Networks Lecture 1 Wenbing Zhao wenbing@ieee.org (Lecture nodes are based on materials supplied by Dr. Louise Moser at UCSB and Prentice-Hall) What is Computer Network? A group of

More information

INSTITUTE OF AERONAUTICAL ENGINEERING Autonomous Dundigal, Hyderabad

INSTITUTE OF AERONAUTICAL ENGINEERING Autonomous Dundigal, Hyderabad INSTITUTE OF AERONAUTICAL ENGINEERING Autonomous Dundigal, yderabad - 500 043 COMPUTER SCIENCE AND ENGINEERING COURSE DESCRIPTION FORM Course Title Course Code Regulation Course Structure Course Coordinator

More information

Computer Networks (Unit wise Questions)

Computer Networks (Unit wise Questions) Unit I Unit II 1. What are different transmission modes?[4] 2. Encode the following binary data stream into Manchester and differential Manchester codes 1 1 0 0 1 0 1 0 [8] 3. What are different topologies

More information

Computer Networks Wolfgang Effelsberg

Computer Networks Wolfgang Effelsberg Computer Networks SS 2004 Prof. Dr. Wolfgang Effelsberg Lehrstuhl für Praktische Informatik IV Universität Mannheim 1. Introduction 1-1 Contents (1) 1. Introduction 1.1 Definition of a Computer Network

More information

INSTITUTE OF AERONAUTICAL ENGINEERING Dundigal, Hyderabad INFORMATION TECHNOLOGY COURSE DESCRIPTION FORM

INSTITUTE OF AERONAUTICAL ENGINEERING Dundigal, Hyderabad INFORMATION TECHNOLOGY COURSE DESCRIPTION FORM INSTITUTE OF AERONAUTICAL ENGINEERING Dundigal, yderabad - 500 043 INFORMATION TECNOLOGY COURSE DESCRIPTION FORM Course Title Course Code Regulation Course Structure Course Coordinator Team of Instructors

More information

Internet Applications and the Application Layer Material from Kurose and Ross, Chapter 2: The Application Layer

Internet Applications and the Application Layer Material from Kurose and Ross, Chapter 2: The Application Layer Midterm Study Sheet Below is a list of topics that will be covered on the midterm exam. Some topics may have summaries to clarify the coverage of the topic during the lecture. Disclaimer: the list may

More information

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

and Networks Data Communications Second Edition Tata McGraw Hill Education Private Limited Managing Director SoftExcel Services Limited, Mumbai Data Communications and Networks Second Edition ACHYUT S GODBOLE Managing Director SoftExcel Services Limited, Mumbai ATUL KAHATE Senior Consultant Oracle Financial Services Software Limited, Pune Tata

More information

SYED AMMAL ENGINEERING COLLEGE

SYED AMMAL ENGINEERING COLLEGE QUESTION BANK UNIT 1 1. Define Networks. 2. Define Internetworking and Intranetworking. 3. What is router or gateway? 4. Define routing. 5. What are Unicast, Multicast, and Broadcast? 6. What is Multiplexing

More information

Faculty of Science and IT Course title. Pre-requisite/corequisite

Faculty of Science and IT Course title. Pre-requisite/corequisite Faculty Course number Faculty of Science and IT 022242 Department Course title Computer Science Network Protocols Number of credit hours 3 Pre-requisite/corequisite Computer network Brief course description.

More information

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

Introduction... xiii Chapter 1: Introduction to Computer Networks and Internet Computer Networks Uses of Computer Networks... Table of Contents Introduction... xiii Chapter 1: Introduction to Computer Networks and Internet... 1 1.1 Computer Networks... 1 1.1.1 Advantages of Computer Networks... 2 1.1.2 Disadvantages of Computer

More information

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

B. P. PODDAR INSTITUTE OF MANAGEMENT & TECHNOLOGY DEPT OF ELEDTRONICS & COMMUNICATION ENGINEERING ACADEMIC YEAR: ODD SEMESTER Sl No DEPT OF ELEDTRONICS & COMMUNICATION ENGINEERING COURSE SYLLABUS INCLUDING COURSE STRUCTUTRE Paper Theory Contact hours/week Cr. Pts Code 1 EC70C Computer Networks L T P TOTAL 0 0 Module I Overview

More information

INTE-C5O44 - Internet

INTE-C5O44 - Internet Coordinating unit: Teaching unit: Academic year: Degree: ECTS credits: 2018 340 - EPSEVG - Vilanova i la Geltrú School of Engineering 744 - ENTEL - Department of Network Engineering BACHELOR'S DEGREE IN

More information

QUESTION BANK UNIT-I

QUESTION BANK UNIT-I DEPARTMENT OF INFORMATION TECHNOLOGY QUESTION BANK Subject Code: CS1302 Subject Name: Computer Networks Year/ Sem: III / V UNIT-I 1. What is multicast? What is the difference between unicast and multicast?

More information

Application Layer Network Layer

Application Layer Network Layer Application Layer 1. What is job of Application Layer? 2. Which protocol is used at Application Layer? 3. What is DNS? How is works? 4. What protocols used is email? 5. Where to use SMTP protocol? 6. Where

More information

3+1+0 (3) IT 201 T. Principles of Information and Technology Systems. Prereq: CS 110T IT 222 T. Communications and Networks Fundamentals (4)

3+1+0 (3) IT 201 T. Principles of Information and Technology Systems. Prereq: CS 110T IT 222 T. Communications and Networks Fundamentals (4) Principles of Information and Technology Systems IT 201 T Prereq: CS 110T This course aims to develop an understanding of the components of computing and their relationships, significant impacts of IT

More information

SIR C.R.REDDY COLLEGE OF ENGINEERING, ELURU DEPARTMENT OF INFORMATION TECHNOLOGY LESSON PLAN

SIR C.R.REDDY COLLEGE OF ENGINEERING, ELURU DEPARTMENT OF INFORMATION TECHNOLOGY LESSON PLAN SIR C.R.REDDY COLLEGE OF ENGINEERING, ELURU DEPARTMENT OF INFORMATION TECHNOLOGY LESSON PLAN SUBJECT: CSE 3.1.1 COMPUTER NETWORKS CLASS: 3/4 B.Tech., I SEMESTER, A.Y.2017-18 INSTRUCTOR: V.GOPINATH Sir

More information

SRM ARTS AND SCIENCE COLLEGE SRM NAGAR, KATTANKULATHUR

SRM ARTS AND SCIENCE COLLEGE SRM NAGAR, KATTANKULATHUR SRM ARTS AND SCIENCE COLLEGE SRM NAGAR, KATTANKULATHUR 603203 DEPARTMENT OF COMPUTER SCIENCE & APPLICATIONS QUESTION BANK (2017-2018) Course / Branch : M.sc(CST) Semester / Year : VI(EVEN)/III Subject

More information

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

SYLLABUS. osmania university CHAPTER - 3 : MEDIUM ACCESS CONTROL (MAC) SUBLAYER Standards, Bluetooth, Bridges and Routers. Contents i SYLLABUS osmania university UNIT - I CHAPTER - 1 : INTRODUCTION Data Communication, Network Topologies : LAN, WAN, MAN, Types : Bus, Star, Ring, Hybrid, Line Configurations, Reference Models

More information

CHEME OF EXAMINATION FOR B.Sc. (COMPUTER SCIENCE) SEMESTER SYSTEM (Regular Course) w.e.f Scheme for B.Sc.-III.

CHEME OF EXAMINATION FOR B.Sc. (COMPUTER SCIENCE) SEMESTER SYSTEM (Regular Course) w.e.f Scheme for B.Sc.-III. CHEME OF EXAMINATION FOR B.Sc. (COMPUTER SCIENCE) SEMESTER SYSTEM (Regular Course) w.e.f. 2015-16 Scheme for B.Sc.-III Semester-V Sr. No. Paper Internal Assessment External Marks Exam Duration 1 Paper-I

More information

CS F 303 COMPUTER NETWORKS JANUARY 11, 2017

CS F 303 COMPUTER NETWORKS JANUARY 11, 2017 1 P a g e o f 5 Birla Institute of Technology & Science, Pilani (Rajasthan) India Instruction Division Department of Computer Science & Information Systems Second Semester: 2016-2017 Course Handout: Part-II

More information

RAJIV GANDHI COLLEGE OF ENGINEERING AND TECHNOLOGY

RAJIV GANDHI COLLEGE OF ENGINEERING AND TECHNOLOGY RAJIV GANDHI COLLEGE OF ENGINEERING AND TECHNOLOGY DEPARTMENT OF COMPUTER SCIENCE AND ENGINEERING QUESTION BANK SUBJECT NAME: COMPUTER NETWORKS SUBJECT CODE: CST52 UNIT-I 2 MARKS 1. What is Network? 2.

More information

Computer Networks SYLLABUS CHAPTER - 2 : NETWORK LAYER CHAPTER - 3 : INTERNETWORKING

Computer Networks SYLLABUS CHAPTER - 2 : NETWORK LAYER CHAPTER - 3 : INTERNETWORKING i SYLLABUS UNIT - 1 CHAPTER - 1 : INTRODUCTION Uses of Computer Networks, Network Hardware, Network Software, Reference Models (ISO-OSI, TCP/IP). CHAPTER - 2 : NETWORK LAYER Network Layer Design Issues,

More information

Chapter 4: Networking and the Internet. Figure 4.1 Network topologies. Network Classifications. Protocols. (continued)

Chapter 4: Networking and the Internet. Figure 4.1 Network topologies. Network Classifications. Protocols. (continued) Chapter 4: Networking and the Internet Computer Science: An Overview Eleventh Edition by J. Glenn Brookshear Chapter 4: Networking and the Internet 4.1 Network Fundamentals 4.2 The Internet 4.3 The World

More information

Chapter 4: Networking and the Internet

Chapter 4: Networking and the Internet Chapter 4: Networking and the Internet Computer Science: An Overview Eleventh Edition by J. Glenn Brookshear Copyright 2012 Pearson Education, Inc. Chapter 4: Networking and the Internet 4.1 Network Fundamentals

More information

GOPALAN COLLEGE OF ENGINEERING AND MANAGEMENT Department of Computer Science and Engineering COURSE PLAN

GOPALAN COLLEGE OF ENGINEERING AND MANAGEMENT Department of Computer Science and Engineering COURSE PLAN Appendix - C GOPALAN COLLEGE OF ENGINEERING AND MANAGEMENT Department of Computer Science and Engineering Academic Year: 2016-17 Semester: EVEN COURSE PLAN Semester: VI Subject Code& Name: 10CS64 & Computer

More information

C13a: Packet Switching

C13a: Packet Switching CISC 7332X T6 C13a: Packet Switching Hui Chen Department of Computer & Information Science CUNY Brooklyn College 1 Acknowledgements Some pictures used in this presentation were obtained from the Internet

More information

Module 2 Overview of Computer Networks

Module 2 Overview of Computer Networks Module 2 Overview of Computer Networks Networks and Communication Give me names of all employees Who earn more than $00,000 ISP intranet backbone satellite link desktop computer: server: network link:

More information

Module 2 Overview of. Computer Networks

Module 2 Overview of. Computer Networks Module Overview of Networks and Communication Give me names of all employees Who earn more than $00,000 ISP intranet backbone satellite link desktop computer: server: network link: CS454/654 - Issues How

More information

L1: Introduction. Hui Chen, Ph.D. Dept. of Engineering & Computer Science Virginia State University Petersburg, VA 23806

L1: Introduction. Hui Chen, Ph.D. Dept. of Engineering & Computer Science Virginia State University Petersburg, VA 23806 L1: Introduction Hui Chen, Ph.D. Dept. of Engineering & Computer Science Virginia State University Petersburg, VA 23806 8/15/2016 CSCI 445 Fall 2016 1 Acknowledgements Some pictures used in this presentation

More information

Chapter 2 Application Layer. Lecture 4: principles of network applications. Computer Networking: A Top Down Approach

Chapter 2 Application Layer. Lecture 4: principles of network applications. Computer Networking: A Top Down Approach Chapter 2 Application Layer Lecture 4: principles of network applications Computer Networking: A Top Down Approach 6 th edition Jim Kurose, Keith Ross Addison-Wesley March 2012 Application Layer 2-1 Chapter

More information

Introduction to Computer Networking

Introduction to Computer Networking Introduction to Computer Networking Antonio Carzaniga Faculty of Informatics University of Lugano September 17, 2014 Outline General course information Program Preliminary schedule Intro to computer networking:

More information

Computer Networks Course for M.Tech CS,AI and IT students (July Dec 2005)

Computer Networks Course for M.Tech CS,AI and IT students (July Dec 2005) Computer Networks Course for M.Tech CS,AI and IT students (July Dec 2005) INSTRUCTORS: Wilson Naik naikcs@uohyd.ernet.in, and Atul Negi, atulcs@uohyd.ernet.in Diagnostic test A diagnostic test is to check

More information

CPSC 5157G Computer Networks

CPSC 5157G Computer Networks CPSC 5157G Computer Networks Instructor Dr. Jianhua Yang Center for Commerce and Technology 28 (706) 565 3520 e mail: yang_jianhua@colstate.edu website: http://csc.colstate.edu/yang/ Office Hours (Fall

More information

Operating Systems and. Computer Networks. Introduction to Computer Networks. Operating Systems and

Operating Systems and. Computer Networks. Introduction to Computer Networks. Operating Systems and Computer Networks Introduction to Computer Networks Linux System Structure Corbet et al, Linux Device Drivers, O Reilly, 2005 Categories of System Calls Process Control load, execute, end, abort, create

More information

QUESTION BANK EVEN SEMESTER

QUESTION BANK EVEN SEMESTER Fatima Michael College of Engineering and Technology DEPARTMENT OF ELECTRONICS AND COMMUNICATION ENGINEERING QUESTION BANK EVEN SEMESTER SUB CODE & NAME: EC2352 COMPUTER NETWORKS YEAR / SEM: III / VI Staff

More information

Redes de Computadores. Introduction

Redes de Computadores. Introduction Redes de Computadores Introduction Manuel P. Ricardo Faculdade de Engenharia da Universidade do Porto 1 Introduction to the Course 2 RCOM Professors, Information, Language Prof. Manuel Ricardo mricardo@fe.up.pt

More information

Chapter 2 Network Models 2.1

Chapter 2 Network Models 2.1 Chapter 2 Network Models 2.1 Copyright The McGraw-Hill Companies, Inc. Permission required for reproduction or display. 2-1 LAYERED TASKS We use the concept of layers in our daily life. As an example,

More information

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

CODE COURSE NAME DESCRIPTION SEM CS401 Communication Engineering & Coding Theory Knowledge of communication engineering & coding theory IV Course: CS602 Computer Networks PROGRAMME: COMPUTER SCIENCE & ENGINEERING DEGREE:B. TECH COURSE: Computer Networks SEMESTER: VI CREDITS: 3 COURSECODE: CS602 COURSE TYPE: Theory COURSE AREA/DOMAIN: Communication

More information

06/02/ Local & Metropolitan Area Networks 0. INTRODUCTION. 1. History and Future of TCP/IP ACOE322

06/02/ Local & Metropolitan Area Networks 0. INTRODUCTION. 1. History and Future of TCP/IP ACOE322 1 Local & Metropolitan Area Networks ACOE322 Lecture 5 TCP/IP Protocol suite and IP addressing 1 0. INTRODUCTION We shall cover in this topic: 1. The relation of TCP/IP with internet and OSI model 2. Internet

More information

City University of Hong Kong Course Syllabus. offered by College/School/Department of Electronic Engineering with effect from Semester B in 2017/2018

City University of Hong Kong Course Syllabus. offered by College/School/Department of Electronic Engineering with effect from Semester B in 2017/2018 City University of Hong Kong Course Syllabus offered by College/School/Department of Electronic Engineering with effect from Semester B in 2017/2018 Part I Course Overview Course Title: Internet Technology

More information

SRM ARTS AND SCIENCE COLLEGE SRM NAGAR, KATTANKULATHUR

SRM ARTS AND SCIENCE COLLEGE SRM NAGAR, KATTANKULATHUR SRM ARTS AND SCIENCE COLLEGE SRM NAGAR, KATTANKULATHUR 603203 DEPARTMENT OF COMPUTER SCIENCE & APPLICATIONS QUESTION BANK (2017-2018) Course / Branch : BCA Semester /Year : EVEN / III Subject Name : Data

More information

Introduction to Computer Science. William Hsu Department of Computer Science and Engineering National Taiwan Ocean University

Introduction to Computer Science. William Hsu Department of Computer Science and Engineering National Taiwan Ocean University Introduction to Computer Science William Hsu Department of Computer Science and Engineering National Taiwan Ocean University Chapter 4: Networking and the Internet No one owns the Internet, and only one

More information

VALLIAMMAI ENGNIEERING COLLEGE SRM Nagar, Kattankulathur 603203. DEPARTMENT OF COMPUTER SCIENCE AND ENGINEERING QUESTION BANK Degree & Branch : B.E C.S.E. Year & Semester : II / IV Section : CSE 1 & 2

More information

Networks and Communications MS216 - Course Outline -

Networks and Communications MS216 - Course Outline - Networks and Communications MS216 - Course Outline - Objective Lecturer Times Overall Learning Outcomes Format Programme(s) The objective of this course is to develop in students an understanding of the

More information

Chapter 4: Networking and the Internet

Chapter 4: Networking and the Internet Chapter 4: Networking and the Internet 2015 Pearson Education Limited 2015 Chapter 4: Networking and the Internet 4.1 Network Fundamentals 4.2 The Internet 4.3 The World Wide Web 4.4 Internet Protocols

More information

ETSF10 Internet Protocols Transport Layer Protocols

ETSF10 Internet Protocols Transport Layer Protocols ETSF10 Internet Protocols Transport Layer Protocols 2012, Part 2, Lecture 2.2 Kaan Bür, Jens Andersson Transport Layer Protocols Special Topic: Quality of Service (QoS) [ed.4 ch.24.1+5-6] [ed.5 ch.30.1-2]

More information

L10: Simple Internetworking. Hui Chen, Ph.D. Department of Engineering & Computer Science Virginia State University Petersburg, VA 23806

L10: Simple Internetworking. Hui Chen, Ph.D. Department of Engineering & Computer Science Virginia State University Petersburg, VA 23806 L10: Simple Internetworking Hui Chen, Ph.D. Department of Engineering & Computer Science Virginia State University Petersburg, VA 23806 1 Acknowledgements Some pictures used in this presentation were obtained

More information

Chapter 4: Networking and the Internet. Copyright 2015 Pearson Education, Inc.

Chapter 4: Networking and the Internet. Copyright 2015 Pearson Education, Inc. Chapter 4: Networking and the Internet Chapter 4: Networking and the Internet 4.1 Network Fundamentals 4.2 The Internet 4.3 The World Wide Web 4.4 Internet Protocols 4.5 Security 4-2 Network Classifications

More information

TCP/IP THE TCP/IP ARCHITECTURE

TCP/IP THE TCP/IP ARCHITECTURE TCP/IP-1 The Internet Protocol (IP) enables communications across a vast and heterogeneous collection of networks that are based on different technologies. Any host computer that is connected to the Internet

More information

ECPE / COMP 177 Fall Some slides from Kurose and Ross, Computer Networking, 5 th Edition

ECPE / COMP 177 Fall Some slides from Kurose and Ross, Computer Networking, 5 th Edition ECPE / COMP 177 Fall 2012 Some slides from Kurose and Ross, Computer Networking, 5 th Edition Application Layer Transport Layer Network Layer Link Layer Physical Layer 2 Application Layer HTTP DNS IMAP

More information

BABU MADHAV INSTITUTE OF INFORMATION TECHNOLOGY, UTU 2017

BABU MADHAV INSTITUTE OF INFORMATION TECHNOLOGY, UTU 2017 5 years Integrated M.Sc (IT) Semester 3 Question Bank 060010310 DSE4 Computer Networks Unit 1 Introduction Short Questions 1. State the term data with respect to computer network. 2. What is data communication?

More information

FXT - Foundations of Telematic Networks

FXT - Foundations of Telematic Networks Coordinating unit: Teaching unit: Academic year: Degree: ECTS credits: 2017 205 - ESEIAAT - Terrassa School of Industrial, Aerospace and Audiovisual Engineering 744 - ENTEL - Department of Network Engineering

More information

Network Layer (1) Networked Systems 3 Lecture 8

Network Layer (1) Networked Systems 3 Lecture 8 Network Layer (1) Networked Systems 3 Lecture 8 Role of the Network Layer Application Application The network layer is the first end-to-end layer in the OSI reference model Presentation Session Transport

More information

CISC 7332X T6. C12a: LAN Switching. Hui Chen Department of Computer & Information Science CUNY Brooklyn College. 11/13/2018 CUNY Brooklyn College

CISC 7332X T6. C12a: LAN Switching. Hui Chen Department of Computer & Information Science CUNY Brooklyn College. 11/13/2018 CUNY Brooklyn College CISC 7332X T6 C12a: LAN Switching Hui Chen Department of Computer & Information Science CUNY Brooklyn College 1 Acknowledgements Some pictures used in this presentation were obtained from the Internet

More information

This course prepares candidates for the CompTIA Network+ examination (2018 Objectives) N

This course prepares candidates for the CompTIA Network+ examination (2018 Objectives) N CompTIA Network+ (Exam N10-007) Course Description: CompTIA Network+ is the first certification IT professionals specializing in network administration and support should earn. Network+ is aimed at IT

More information

SC/CSE 3213 Winter Sebastian Magierowski York University CSE 3213, W13 L8: TCP/IP. Outline. Forwarding over network and data link layers

SC/CSE 3213 Winter Sebastian Magierowski York University CSE 3213, W13 L8: TCP/IP. Outline. Forwarding over network and data link layers SC/CSE 3213 Winter 2013 L8: TCP/IP Overview Sebastian Magierowski York University 1 Outline TCP/IP Reference Model A set of protocols for internetworking The basis of the modern IP Datagram Exchange Examples

More information

Study Guide. Module Two

Study Guide. Module Two Module Two Study Guide Study Guide Contents Part One -- Textbook Questions Part Two -- Assignment Questions Part Three -- Vocabulary Chapter 4 Data Link Layer What is the function of the data link layer?

More information

Computer Networks. General Course Information. Addressing and Routing. Computer Networks 9/8/2009. Basic Building Blocks for Computer Networks

Computer Networks. General Course Information. Addressing and Routing. Computer Networks 9/8/2009. Basic Building Blocks for Computer Networks Outline: Computer Networks Introduction General course information. Some basic concepts for computer s. Network programming. General Course Information Course Web page http://www.cs.rochester.edu/~kshen/csc257-fall2009

More information

Research Review on Basic Principles of Unified Modelling Language

Research Review on Basic Principles of Unified Modelling Language Research Review on Basic Principles of Unified Modelling Language Agha Salman Haider Sr Lecturer, Jazan University, Saudi Arabia Abstract This paper presents review of concepts, ideas and the introduction

More information

L1/L2 NETWORK PROTOCOL TESTING

L1/L2 NETWORK PROTOCOL TESTING L1/L2 NETWORK PROTOCOL TESTING MODULE 1 : BASIC OF NETWORKING OSI Model TCP/IP Layers Service data unit & protocol data unit Protocols and standards Network What is network & Internet Network core circuit

More information

Operating Systems. 16. Networking. Paul Krzyzanowski. Rutgers University. Spring /6/ Paul Krzyzanowski

Operating Systems. 16. Networking. Paul Krzyzanowski. Rutgers University. Spring /6/ Paul Krzyzanowski Operating Systems 16. Networking Paul Krzyzanowski Rutgers University Spring 2015 1 Local Area Network (LAN) LAN = communications network Small area (building, set of buildings) Same, sometimes shared,

More information

Computer network questions for final exam preparation 21/08/2017

Computer network questions for final exam preparation 21/08/2017 Computer network questions for final exam preparation 21/08/2017 Chapter 3 1. What does UDP provide in addition to IP? Answer: provides two services not provided by the IP layer. - It provides port numbers

More information

CNT 4004: Computer Networks I. Tentative Syllabus

CNT 4004: Computer Networks I. Tentative Syllabus CNT 4004: Computer Networks I Fall 2016 T/Th 12:30-1:45 ENC 1002 Tentative Syllabus 1. Instructor a. Miguel A. Labrador b. Office: ENB 332 c. Telephone: (813) 974-3260 d. Fax: (813) 974-5456 e. Email:

More information

SHRI ANGALAMMAN COLLEGE OF ENGINEERING & TECHNOLOGY (An ISO 9001:2008 Certified Institution) SIRUGANOOR,TRICHY

SHRI ANGALAMMAN COLLEGE OF ENGINEERING & TECHNOLOGY (An ISO 9001:2008 Certified Institution) SIRUGANOOR,TRICHY SHRI ANGALAMMAN COLLEGE OF ENGINEERING & TECHNOLOGY (An ISO 9001:2008 Certified Institution) SIRUGANOOR,TRICHY-621105. DEPARTMENT OF COMPUTER SCIENCE AND ENGINEERING CS 1301-OBJECT ORIENTED ANALYSIS AND

More information

1st Edition GATE. Computer Science and Information Technology. Computer Networks & Web Technologies NODIA & COMPANY

1st Edition GATE. Computer Science and Information Technology. Computer Networks & Web Technologies NODIA & COMPANY 1st Edition GATE Computer Science and Information Technology Computer Networks & Web Technologies NODIA & COMPANY GATE Computer Network & Web Technologies Copyright By NODIA & COMPANY Information contained

More information

CSCI Networking Name:

CSCI Networking Name: CSCI 3335- Networking Name: Final Exam Problem 1: Error Checking and TCP (15 Points) (a) True or false: [2.5 points for circling correct answers, -1 points for each wrong answer] i. CRC can both correct

More information

Faculty of King Abdullah II School for Information Technology Department of Computer Science Study Plan Master's In Computer Science (Thesis Track)

Faculty of King Abdullah II School for Information Technology Department of Computer Science Study Plan Master's In Computer Science (Thesis Track) Faculty of King Abdullah II School for Information Technology Department of Computer Science Study Plan Master's In Computer Science (Thesis Track) Plan Number Serial # Degree First: General Rules Conditions:.

More information

Introduction to Networking

Introduction to Networking Introduction to Networking Chapters 1 and 2 Outline Computer Network Fundamentals Defining a Network Networks Defined by Geography Networks Defined by Topology Networks Defined by Resource Location OSI

More information

Academic Course Description

Academic Course Description BEC601 - COMPUTER COMMUNICATION AND NETWORKS Course (catalog) description Academic Course Description BHARATH UNIVERSITY Faculty of Engineering and Technology Department of Electronics and Communication

More information

Defining Networks with the OSI Model. Module 2

Defining Networks with the OSI Model. Module 2 Defining Networks with the OSI Model Module 2 Objectives Skills Concepts Objective Domain Description Objective Domain Number Understanding OSI Basics Defining the Communications Subnetwork Defining the

More information

CS1302 / Computer Networks

CS1302 / Computer Networks CS1302 / Computer Networks Year/Sem : III/VI UNIT I- DATA COMMUNICATIONS 1. Define Data communication 2. List out the characteristics of data communication 3. What are the components of data communication?

More information

Contents 1 INTRODUCTION TO COMPUTER NETWORKS...

Contents 1 INTRODUCTION TO COMPUTER NETWORKS... Contents 1 INTRODUCTION TO COMPUTER NETWORKS... 1.1 LAN's & WAN's... 1.2 Some network and internetwork components... File Server... Workstation. Topologies and Protocol... Repeaters. Hubs (concentrators)...

More information

ก ก Information Technology II

ก ก Information Technology II ก ก 202103 Information Technology II ก ก ก ก ก (LAN), ก LAN, ก ก (LAN) ก ก ก LAN ก LAN ก LAN Topology Bus LAN Star LAN Ring LAN Wireless LAN Wireless LAN Wireless ก (LAN) ก ก ก LAN ก LAN WAN ก Random Access

More information

Jianhui Zhang, Ph.D., Associate Prof. College of Computer Science and Technology, Hangzhou Dianzi Univ.

Jianhui Zhang, Ph.D., Associate Prof. College of Computer Science and Technology, Hangzhou Dianzi Univ. Jianhui Zhang, Ph.D., Associate Prof. College of Computer Science and Technology, Hangzhou Dianzi Univ. Email: jh_zhang@hdu.edu.cn Copyright 2015 Pearson Education, Inc. Chapter 4: Networking and the Internet

More information

M2-R4: INTERNET TECHNOLOGY AND WEB DESIGN

M2-R4: INTERNET TECHNOLOGY AND WEB DESIGN M2-R4: INTERNET TECHNOLOGY AND WEB DESIGN NOTE: 1. There are TWO PARTS in this Module/Paper. PART ONE contains FOUR questions and PART TWO contains FIVE questions. 2. PART ONE is to be answered in the

More information

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

TIME SCHEDULE. 2 Physical Layer 15. Course General Outcomes: Sl. G.O On completion of this course the student will be able : COURSE TITLE : DATA COMMUNICATION COURSE CODE : 3151 COURSE CATEGORY : B PERIODS/WEEK : 4 PERIODS/SEMESTER : 60 CREDITS : 4 TIME SCHEDULE MODULE TOPICS PERIODS 1 Concepts of Data Communication 15 2 Physical

More information