BZUPAGES.COM Presentation on TCP/IP Presented to: Sir Taimoor Presented by: Jamila BB Roll no 07-48 Nudrat Rehman Roll no 07-47.

Slides:



Advertisements
Similar presentations
Introduction to TCP/IP
Advertisements

TCP/IP MODEL Maninder Kaur
OSI Model OSI LAYER / MODEL.
Chapter 2 Network Models.
Chapter 2: Network Models
Network Models Network uses a combination of hardware and software to send data from one location to another Performing a task is performed on different.
OSI Model 7 Layers 7. Application Layer 6. Presentation Layer
Chapter 2 Network Models.
The OSI Model A layered framework for the design of network systems that allows communication across all types of computer systems regardless of their.
 The Open Systems Interconnection model (OSI model) is a product of the Open Systems Interconnection effort at the International Organization for Standardization.
Gursharan Singh Tatla Transport Layer 16-May
Data Communications Network Models.
Lecturer: Tamanna Haque Nipa
NETWORKING CONCEPTS. TCP/IP The TCPIIP protocol suite was developed prior to the OSI model TCP/IP protocol suite was defined as having four layers: Host-to-network,
HW for Chapter 1 Review Questions: 3, 4, 5, 6, 7, 8, and 11 Exercises: 16, 18, 21, 22, 23, and
Lecture 1 The OSI Model Reference: TCP/IP Protocol Suite, 4 th Edition (chapter 2) 1.
Chapter 9.
Presentation on Osi & TCP/IP MODEL
Lecture 2 TCP/IP Protocol Suite Reference: TCP/IP Protocol Suite, 4 th Edition (chapter 2) 1.
What is a Protocol A set of definitions and rules defining the method by which data is transferred between two or more entities or systems. The key elements.
Chapter 2 Network Models
THE OSI MODEL AND THE TCP/IP PROTOCOL SUITE CS 1202 Lectur3 part2.
Internet Addresses. Universal Identifiers Universal Communication Service - Communication system which allows any host to communicate with any other host.
Data and Computer Communications
Mukesh N. Tekwani Elphinstone College Mumbai
McGraw-Hill©The McGraw-Hill Companies, Inc., 2000 Chapter 2 The OSI Model and TCP/IP Protocol Suite.
TCP/IP PROTOCOL SUITE The TCPIIP protocol suite was developed prior to the OSI model. Therefore, the layers in the TCP/IP protocol suite do not exactly.
 An ISO is a multi national body dedicated to worldwide agreement on international standards.  An ISO standard that covers all aspects of network communications.
The OSI Model and the TCP/IP Protocol Suite Outline: 1.Protocol Layers 2.OSI Model 3.TCP/IP Model 4.Addressing 1.
Chap 9 TCP/IP Andres, Wen-Yuan Liao Department of Computer Science and Engineering De Lin Institute of Technology
2.1 Chapter 2 Network Models Copyright © The McGraw-Hill Companies, Inc. Permission required for reproduction or display.
NET 221D:Computer Networks Fundamentals
The OSI Model.
Transport Layer OSI Model. The transport layer is responsible for the segmentation and the delivery of a message from one process to another.
Internet Protocol B Bhupendra Ratha, Lecturer School of Library and Information Science Devi Ahilya University, Indore
MODULE I NETWORKING CONCEPTS.
TCP/IP Honolulu Community College Cisco Academy Training Center Semester 2 Version 2.1.
1 Kyung Hee University Chapter 2 Network Models. 2 Kyung Hee University 2.1 LAYERED TASKS We use the concept of layers in our daily life. As an example,
Chapter 2. Network Models
Prepared by Engr.Jawad Ali BSc(Hons)Computer Systems Engineering University of Engineering and Technology Peshawar.
Chapter 2. Network Models
OSI Model. Open Systems Interconnection (OSI) is a set of internationally recognized, non proprietary standards for networking and for operating system.
2.1 Chapter 2 Network Models – cont. Copyright © The McGraw-Hill Companies, Inc. Permission required for reproduction or display.
Data Communication Network Models
TCP/IP Protocol Suite Suresh Kr Sharma 1 The OSI Model and the TCP/IP Protocol Suite Established in 1947, the International Standards Organization (ISO)
Network Models. The OSI Model Open Systems Interconnection (OSI). Developed by the International Organization for Standardization (ISO). Model for understanding.
The OSI Model. Understanding the OSI Model In early 1980s, manufacturers began to standardize networking so that networks from different manufacturers.
OSI Model OSI MODEL. Communication Architecture Strategy for connecting host computers and other communicating equipment. Defines necessary elements for.
OSI Model OSI MODEL.
Chapter 2 Network Models
Transport Protocols Relates to Lab 5. An overview of the transport protocols of the TCP/IP protocol suite. Also, a short discussion of UDP.
The OSI Model & the TCP/IP Protocol Suite
The OSI Model and the TCP/IP Protocol Suite
OSI Model And TCP\IP SUITE
Lecturer, Department of Computer Application
DEPARTMENT OF COMPUTER SCIENCE
Net 431: ADVANCED COMPUTER NETWORKS
Lec 5 Layers Computer Networks Al-Mustansiryah University
Introduction to Protocol and Layer
The OSI Model and the TCP/IP Protocol Suite
Chapter 2 Network Models
Network Model.
Lecture 2: Overview of TCP/IP protocol
Net 323 D: Networks Protocols
OSI Model OSI MODEL.
Data Communication Networks
The OSI Model and the TCP/IP Protocol Suite
OSI Reference Model Unit II
OSI Model 7 Layers 7. Application Layer 6. Presentation Layer
Unit – III Network Essentials
Presentation transcript:

BZUPAGES.COM Presentation on TCP/IP Presented to: Sir Taimoor Presented by: Jamila BB Roll no Nudrat Rehman Roll no 07-47

BZUPAGES.COM Introduction to TCP/IP Model Introduction to TCP/IP Model Also known as “TCP/IP protocol suite”. It was build prior to OSI model. Its layers do not exactly match the layers of OSI model. There are four layers in TCP/IP model that are;

BZUPAGES.COM Host to Network (also called host to host) layer Internet layer Transport layer Application layer

BZUPAGES.COM TCP/IP is a hierarchical protocol made up of interactive modules, each of which provides a specific functionality. The first three layers of TCP/IP model provide physical standards, network interfaces, internetworking and transport functions that correspond to the first four layers of the OSI model.

BZUPAGES.COM Host to Network layer: TCP/IP does not define any specific protocols. It supports all the standard and proprietary protocols. It tells about the network used. A network in a TCP/IP internetwork can be a local area network (LAN) or a wide area network (WAN).

BZUPAGES.COM Internet protocol: Is the transmission mechanism used by the TCP/IP protocols? It is an unreliable and connectionless protocol IP transports data in the form of packets called datagram. Unreliability means it does its best to get a transmission through to its destination, but with no guarantees. Internet layer

BZUPAGES.COM Best Effort Delivery Service: It is a best effort delivery service means IP provides no error checking or tracking. The limited functionality of IP should not be considered its weakness. It frees the user to add only those facilities necessary for a given application and thereby allows for maximum efficiency.

BZUPAGES.COM ARP: Used to associate a logical address with a physical address. On a typical physical network, such as LAN, each device on a link is identified by a physical or station address, usually imprinted on the network interface card. It is used to find the physical address of the node (host) when its Internet address is known.

BZUPAGES.COM RARP: Allows a host to discover its internet address when it knows only its physical address. It is used when a computer is connected to a network for the first time.

BZUPAGES.COM ICMP: Is a mechanism used by hosts to send notification of datagram problems back to the sender? ICMP sends query and error reporting messages. IGMP: Used to facilitate the simultaneous transmission of a message to a group of recipients.

BZUPAGES.COM TRANSPORT LAYER IP: IP: IS a host to host protocol, how? IS a host to host protocol, how? It can deliver a packet from one place to another. It can deliver a packet from one place to another. UDP: UDP: Is a process to process protocol only adds port addresses, checksum error control, length information to the data from upper layer.

BZUPAGES.COM Port address Length of a port address = 16bits Checksum error control: The technique used to detect errors is called checksum

BZUPAGES.COM

Length information: UDP LENGTH = IP LENGTH - IP HEADER’S LENGTH TCP: Provides full transport layer services to applications. It is a reliable “stream transport protocol”. (Term stream means connection oriented). At the sending ends (of each transmission): TCP divides a stream of data in to smaller units called segments. Segments are carried inside IP Datagram. At the receiving ends (of each transmission): TCP collects each datagram as it comes in and reorders the transmission.

BZUPAGES.COM SCTP: Provides support for newer applications. Such as voice over internet. Also combines features of UDP and TCP.

BZUPAGES.COM APPLICATION LAYER Dialogue Control: This layer allows at a time two systems to enter in a dialogue. It allows communication between two processes at a time. Its communication can be done either in half duplex mode or full duplex mode.

BZUPAGES.COM Synchronization of bits: This layer adds checkpoints to a stream of data for the synchronization of bits. Translation: The data and information which is transmitted in the form of character strings, numbers or so on. That must be changed in to bit streams before being transmitted. Because different computers use different encoding systems.

BZUPAGES.COM Encryption of data: This layer provides encryption of data to provide security for system and privacy to a system. Compression: This layer provides compression of data means the number of bits contained in the information reduces, repetition will be removed.

BZUPAGES.COM Provide network virtual terminal: Is a software version of a physical terminal that allows the user to log onto a remote host? This application creates a software emulation of a terminal at the remote host. That host believes that it is communicating with one of its own terminals and allows the user to log on. Provide network virtual terminal: Is a software version of a physical terminal that allows the user to log onto a remote host? This application creates a software emulation of a terminal at the remote host. That host believes that it is communicating with one of its own terminals and allows the user to log on.

BZUPAGES.COM File transfer, access and management: This application allows a user to access files in a remote host, to retrieve files from and to manage files in a remote host. Mail services: Mail services: This layer also provides forwarding and storage. Directory services: This layer provides distributed database sources and access to global information about various objects and services.

BZUPAGES.COM CONCLUSION OSI model specifies which functions belong to each of its layers (there exists interdependence between layers). But layers of TCP/IP protocol suite contain relatively independent protocols that can be mixed and matched depending on the needs of system. CONCLUSION OSI model specifies which functions belong to each of its layers (there exists interdependence between layers). But layers of TCP/IP protocol suite contain relatively independent protocols that can be mixed and matched depending on the needs of system.