OSI vs TCP/IP Model. OSI (Open System Interconnection) Model

Similar documents
The OSI and TCP/IP Models. Lesson 2

The OSI Model and the TCP/IP Protocol Suite PROTOCOL LAYERS. Hierarchy. Services THE OSI MODEL

Overview. Securing TCP/IP. Introduction to TCP/IP (cont d) Introduction to TCP/IP

The OSI Model and the TCP/IP Protocol Suite

Understanding TCP/IP. Introduction. What is an Architectural Model? APPENDIX

EITF25 Internet Techniques and Applications L5: Wide Area Networks (WAN) Stefan Höst

Ethernet. Ethernet. Network Devices

Computer Networks CS321

THE OSI REFERENCE MODEL LES M C LELLAN DEAN WHITTAKER SANDY WORKMAN

Objectives of Lecture. Network Architecture. Protocols. Contents

Protocols and Architecture. Protocol Architecture.

Overview of TCP/IP. TCP/IP and Internet

CPS221 Lecture: Layered Network Architecture

The OSI model has seven layers. The principles that were applied to arrive at the seven layers can be briefly summarized as follows:

Data Communication Networks and Converged Networks

Network Programming TDC 561

Indian Institute of Technology Kharagpur. TCP/IP Part I. Prof Indranil Sengupta Computer Science and Engineering Indian Institute of Technology

The TCP/IP Reference Model

Network Models OSI vs. TCP/IP

Lecture 28: Internet Protocols

Networking Test 4 Study Guide

CONNECTING WINDOWS XP PROFESSIONAL TO A NETWORK

Network-Oriented Software Development. Course: CSc4360/CSc6360 Instructor: Dr. Beyah Sessions: M-W, 3:00 4:40pm Lecture 2

Chapter 9. IP Secure

Internet Concepts. What is a Network?

IP - The Internet Protocol

Guide to Network Defense and Countermeasures Third Edition. Chapter 2 TCP/IP

IP Network Layer. Datagram ID FLAG Fragment Offset. IP Datagrams. IP Addresses. IP Addresses. CSCE 515: Computer Network Programming TCP/IP

Basic Networking Concepts. 1. Introduction 2. Protocols 3. Protocol Layers 4. Network Interconnection/Internet

SFWR 4C03: Computer Networks & Computer Security Jan 3-7, Lecturer: Kartik Krishnan Lecture 1-3

Protocol Architecture

Mobile IP Network Layer Lesson 01 OSI (open systems interconnection) Seven Layer Model and Internet Protocol Layers

Course Overview: Learn the essential skills needed to set up, configure, support, and troubleshoot your TCP/IP-based network.

Data Communication and Computer Network

Protocol Specification & Design. The Internet and its Protocols. Course Outline (trivia) Introduction to the Subject Teaching Methods

Introduction To Computer Networking

Communication Networks. MAP-TELE 2011/12 José Ruela

OSI Model. Application Presentation Session Transport Network Data Link Physical. EE156 Computer Network Architecture

Zarządzanie sieciami telekomunikacyjnymi

Mobile IP Network Layer Lesson 02 TCP/IP Suite and IP Protocol

ICS 153 Introduction to Computer Networks. Inst: Chris Davison

Raritan Valley Community College Academic Course Outline. CISY Advanced Computer Networking

Communications and Computer Networks

Protocols. Packets. What's in an IP packet

CS335 Sample Questions for Exam #2

IP Networking. Overview. Networks Impact Daily Life. IP Networking - Part 1. How Networks Impact Daily Life. How Networks Impact Daily Life

Internetworking Microsoft TCP/IP on Microsoft Windows NT 4.0

CSE 3461 / 5461: Computer Networking & Internet Technologies

Transport and Network Layer

Internet Architecture and Philosophy

Network Models and Protocols

RARP: Reverse Address Resolution Protocol

TCP/IP Protocol Suite. Marshal Miller Chris Chase

Overview of Computer Networks

Transport Layer Protocols

Chapter 3: Review of Important Networking Concepts. Magda El Zarki Dept. of CS UC Irvine

Protocol Data Units and Encapsulation

Lecture Computer Networks

Layered Architectures and Applications

Chapter 11. User Datagram Protocol (UDP)

TCP/IP, Addressing and Services

Data Communication Networks Introduction

IT Data Communication and Networks (Optional)

PART OF THE PICTURE: The TCP/IP Communications Architecture

1 Data information is sent onto the network cable using which of the following? A Communication protocol B Data packet

Chapter 2 - The TCP/IP and OSI Networking Models

Module 1: Reviewing the Suite of TCP/IP Protocols

CSCI 362 Computer and Network Security

Protocol Hierarchies/Network Software

Review: Lecture 1 - Internet History

IT4405 Computer Networks (Compulsory)

How do I get to

Lecture (02) Networking Model (TCP/IP) Networking Standard (OSI) (I)

Note! The problem set consists of two parts: Part I: The problem specifications pages Part II: The answer pages

How To Understand The Layered Architecture Of A Network

UPPER LAYER SWITCHING

Security (II) ISO : Security Architecture of OSI Reference Model. Outline. Course Outline: Fundamental Topics. EE5723/EE4723 Spring 2012

CS101 Lecture 19: Internetworking. What You ll Learn Today

Mathatma Gandhi University

Networking Basics and Network Security

LMS. OSI Layers and the Learning Management System. Over view

Top-Down Network Design

Transport Layer. Chapter 3.4. Think about

Industrial Communication Whitepaper. Principles of EtherNet/IP Communication

Internetworking and IP Address

Introduction to TCP/IP

Unit 1. Introduction to data communications and networking NETWORKING FUNDAMENTALS

Networks University of Stirling CSCU9B1 Essential Skills for the Information Age. Content

Internet Protocols. Addressing & Services. Updated:

Chapter 1: Introduction

OSI Reference Model: An Overview

Technical Support Information Belkin internal use only

TCP/IP and the Internet

Understanding Layer 2, 3, and 4 Protocols

Network Layer: Network Layer and IP Protocol

Lecture 2: Protocols and Layering. CSE 123: Computer Networks Stefan Savage

The OSI Model: Understanding the Seven Layers of Computer Networks

EXPLORER. TFT Filter CONFIGURATION

How To Design A Layered Network In A Computer Network

TCP/IP Fundamentals. OSI Seven Layer Model & Seminar Outline

Transcription:

OSI vs TCP/IP Model OSI (Open System Interconnection) Model Established in 1947 by ISO (International Organization of Standardization) A set of protocol that allows any two different systems to communicate regardless of their underlying architecture. There are seven layers of OSI model. (All People Seem To Need Data Processing) easy to learn abbreviation 1. Physical Layer : Describes the physical characteristic of interface and medium. Determines the type of encoding technique, transmission mode and physical topology. Ensures synchronization of bits. 2. Data link Layer Transmits the data in the form of frames from one hop to another by attaching physical address. Provides error control, flow control and access control. 3. Network Layer Responsible for source to destination delivery of data in the form of packets by assigning logical addressing. Determines the route of packets for error free transmission of data. 4. Transport Layer Responsible for process to process delivery of entire message by assigning port addresses. Provides connection control, flow control and error control. 5. Session Layer Establish, maintain and terminate connections between sessions. Chandigarh, 9814622848, 9814098480, pcaclasses@gmail.com, niti.mca@gmail.com 1

OSI vs TCP/IP Model Sets up, coordinates, and terminates conversations, exchanges, and dialogues between the applications at each end. It deals with session and connection coordination by introducing checkpoints. 6. Presentation Layer Transforms the data into the form that application layer can accept. Encodes and decodes data; Encrypts and decrypts data; Compresses and decompresses data 7. Application Layer Defines interface to user processes for communication and data transfer in network Provides standardized services such as virtual terminal, file and job transfer and operations TCP/IP Model (Transmission Communication Protocol/ Internet Protocol) Developed prior to OSI model. A set of protocol that allows any two different systems to communicate regardless of their underlying architecture. There are four layers of TCP/IP model. 1. Network Interface Layer : Send and receive packets from the network medium. Encompass the data link and physical layer of the OSI model. Ensures synchronization of bits. 2. Internet Layer Handles addressing, packaging and routing functions. Analogous to the Network layer of OSI model. The core protocols of Internet layer are IP, ARP, ICMP, IGMP. Internet Protocol (IP) is a routable protocol that handles IP addressing, routing, and the fragmentation and reassembly of packets. Address Resolution Protocol (ARP) handles resolution of an Internet layer address to a Network Interface layer address, such as a hardware address. Internet Control Message Protocol (ICMP) handles providing diagnostic functions and reporting errors due to the unsuccessful delivery of IP packets. Chandigarh, 9814622848, 9814098480, pcaclasses@gmail.com, niti.mca@gmail.com 2

OSI vs TCP/IP Model Internet Group Management Protocol (IGMP) handles management of IP multicast group membership. 3. Transport Layer Handles session and datagram communication services. Encompass the responsibilities of Transport layer of OSI model. The core protocols are TCP and UDP. TCP provides a one-to-one, connection-oriented, reliable communications service. TCP handles the establishment of a TCP connection, the sequencing and acknowledgment of packets sent, and the recovery of packets lost during transmission. UDP provides a one-to-one or one-to-many, connectionless, unreliable communications service. UDP is used when the amount of data to be transferred is small (such as data that fits into a single packet), when you do not want the overhead of establishing a TCP connection, or when the applications or upper layer protocols provide reliable delivery. 4. Application Layer Allows the applications to access the services of other layers. Defines the protocol used to exchange the data. Encompass the responsibilities of Session, Presentation and Application layers of OSI model. The core protocols used are HTTP, FTP, SMTP, Telnet etc. Chandigarh, 9814622848, 9814098480, pcaclasses@gmail.com, niti.mca@gmail.com 3

Difference between OSI Model and TCP/IP Model OSI vs TCP/IP Model OSI Model TCP/IP Model Contains 7 layers Supports both connection oriented and connection less communication in network layer, but only connection oriented communication in transport layer. Distinguishes between Service, Interface and Protocol. Protocols are hidden and can be replaced relatively as the technology changes OSI reference model was devised before the corresponding protocols were designed. Contains 4 layers Supports only connection less communication in network layer, but both connection oriented and connection less communication in transport layer. Doesn t clearly distinguish between Service, Interface and Protocol. Protocols are not hidden and can not be replaced easily. The protocol came first and the model was a description of the existing protocols. Regards, Ms. Niti Bansal Professional Careers Academy # 1639, First Floor, Sector 40 B, Chandigarh 160036 pcaclasses@gmail.com Mobile: 9814622848, 9814098480 Chandigarh, 9814622848, 9814098480, pcaclasses@gmail.com, niti.mca@gmail.com 4

About PCA Professional Careers Academy (popularly known as CA Jatin Bansal Classes) is best among the various CA/ CS Coaching institutes in the Country. We are the only coaching institute in the Tricity (Chandigarh-Panchkula-Mohali) to have classes for all the subjects of CA/ CS all levels under one roof by a team of highly professionally qualified and experienced faculties. Our aim is to provide quality education and guidance to the students. We have established a distinctive Teaching Framework and Evaluative Technique. That inter-alia includes evaluation of students by regular tests. This makes our classroom products very efficient as we know forward of time the level of input required for unique scholars. We are privileged to inform that our students are among the highest scorer of the Institute of Chartered Accountants of India and the Institute of Company Secretaries of India. We proudly say that we have taught more than 10,000 students at various levels (CA, CS, CMA, M.B.A). Our motto Results speak louder than words. Visit PCA at: http://www.facebook.com/pages/professional-careers- Academy/455495514488643

Courses offered by Professional Careers Academy CA CPT All subjects IPCC Group I 1. Accounts 2. Cost & Financial Management 3. Taxation 4. Law, Ethics & Communication IPCC Group II CA Final Flowchart Practice Questions 1. Advanced Accounts 2. Auditing & Assurance 3. Information Technology & Strategic Management 1. Advanced Auditing & Professional Ethics 2. Corporate & Allied Laws 3. Information System Control & Audit (ISCA) CS Foundation All subjects Executive Group I 1. Company Law 2. Cost & Management Accounting 3. Economic & Commercial Laws 4. Tax Laws & Practice Executive Group II Professional Module I Professional Module II Professional Module III B.Com B.Com. I, II, III 1. Company Accounts & Auditing Practices 2. Capital markets & Securities Laws 3. Industrial, Labour & General Laws. 1. Advanced Company Law & Practice 2. Secretarial Audit, Compliance, Management & Due Diligence. 3. Corporate Restructuring, Valuation & Insolvency. 1. Information Technology & Systems Audit 2. Financial, Treasury & Forex Management 3. Ethics, Governance & Sustainability. 1. Advanced Tax Laws & Practice 2. Drafting, Appearances & Pleadings 1. Financial Accounting 2. Business Math & Statistics 3. Indirect Tax Laws 4. Direct Tax Laws 5. Operations Research