Represented BY:- Allauddin Ahmad.  What it is?  OSI model.  History.  Objectives.  Encapsulation and decapsulation.  Multiplexing and demultiplexing.

Slides:



Advertisements
Similar presentations
Why to learn OSI reference Model? The answer is too simple that It tells us that how communication takes place between computers on internet but how??
Advertisements

CCNA – Network Fundamentals
Transmission Control Protocol (TCP)
Chapter 7: Transport Layer
OSI Model OSI MODEL.
© 2008 Cisco Systems, Inc. All rights reserved.Cisco ConfidentialPresentation_ID 1 Chapter 7: Transport Layer Introduction to Networking.
OSI MODEL Maninder Kaur
Copyright 1999, S.D. Personick. All Rights Reserved. Telecommunications Networking II Lecture 32 Transmission Control Protocol (TCP) Ref: Tanenbaum pp:
International Standards Organization Open Systems Interconnect (OSI) Reference Model Advanced Computer Networks.
UNIT 07 Process – to – Process Delivery: UDP,TCP and SCTP
EE 4272Spring, 2003 Protocols & Architecture A Protocol Architecture is the layered structure of hardware & software that supports the exchange of data.
1 Link Layer & Network Layer Some slides are from lectures by Nick Mckeown, Ion Stoica, Frans Kaashoek, Hari Balakrishnan, and Sam Madden Prof. Dina Katabi.
1 CCNA 2 v3.1 Module Intermediate TCP/IP CCNA 2 Module 10.
TCP. Learning objectives Reliable Transport in TCP TCP flow and Congestion Control.
Ch 23 Ameera Almasoud Based on Data Communications and Networking, 4th Edition. by Behrouz A. Forouzan, McGraw-Hill Companies, Inc., 2007.
WXES2106 Network Technology Semester /2005 Chapter 8 Intermediate TCP CCNA2: Module 10.
3-1 Transport services and protocols r provide logical communication between app processes running on different hosts r transport protocols run in end.
EEC-484/584 Computer Networks Lecture 6 Wenbing Zhao (Part of the slides are based on Drs. Kurose & Ross ’ s slides for their Computer.
 The Open Systems Interconnection model (OSI model) is a product of the Open Systems Interconnection effort at the International Organization for Standardization.
Process-to-Process Delivery:
Gursharan Singh Tatla Transport Layer 16-May
OIS Model TCP/IP Model.
Process-to-Process Delivery:
1 Transport Layer Computer Networks. 2 Where are we?
Presentation on Osi & TCP/IP MODEL
1 Semester 2 Module 10 Intermediate TCP/IP Yuda college of business James Chen
Jaringan Komputer Dasar OSI Transport Layer Aurelio Rahmadian.
© 2008 Cisco Systems, Inc. All rights reserved.Cisco ConfidentialPresentation_ID 1 Chapter 7: Transport Layer Introduction to Networking.
Internet Addresses. Universal Identifiers Universal Communication Service - Communication system which allows any host to communicate with any other host.
Transport Layer Layer #4 (OSI-RM). Transport Layer Main function of OSI Transport layer: Accept data from the Application layer and prepare it for addressing.
Network Protocol Hierarchies
The OSI Model.
© 2007 Cisco Systems, Inc. All rights reserved.Cisco Public ITE PC v4.0 Chapter 1 1 OSI Transport Layer Network Fundamentals – Chapter 4.
ECE453 – Introduction to Computer Networks Lecture 14 – Transport Layer (I)
Copyright 2002, S.D. Personick. All Rights Reserved.1 Telecommunications Networking II Topic 20 Transmission Control Protocol (TCP) Ref: Tanenbaum pp:
TCP1 Transmission Control Protocol (TCP). TCP2 Outline Transmission Control Protocol.
Transport Layer Moving Segments. Transport Layer Protocols Provide a logical communication link between processes running on different hosts as if directly.
CCNA 1 v3.0 Module 11 TCP/IP Transport and Application Layers.
McGraw-Hill©The McGraw-Hill Companies, Inc., 2000 Transmission Control Protocol (TCP)
23.1 Chapter 23 Process-to-Process Delivery: UDP, TCP, and SCTP Copyright © The McGraw-Hill Companies, Inc. Permission required for reproduction or display.
1 Introduction to TCP/IP. 2 OSI and Protocol Stack OSI: Open Systems Interconnect OSI ModelTCP/IP HierarchyProtocols 7 th Application Layer 6 th Presentation.
Network Protocols and Standards (Part 2). The OSI Model In 1984, the International Organization for Standardization (ISO) defined a standard, or set of.
Computer Networks23-1 PART 5 Transport Layer. Computer Networks23-2 Position of Transport Layer Responsible for the delivery of a message from one process.
Introduction to TCP/IP networking. TCP/IP protocol family IP : Internet Protocol UDP : User Datagram Protocol TCP : Transmission Control Protocol.
What is Network Reference Model? A network reference model defines the functions of communication software in a generalized and structured manner which.
4343 X2 – The Transport Layer Tanenbaum Ch.6.
IP1 The Underlying Technologies. What is inside the Internet? Or What are the key underlying technologies that make it work so successfully? –Packet Switching.
© 2002, Cisco Systems, Inc. All rights reserved..
1 Computer Communication & Networks Lecture 23 & 24 Transport Layer: UDP and TCP Waleed Ejaz
Data Communication Network Models
McGraw-Hill Chapter 23 Process-to-Process Delivery: UDP, TCP Copyright © The McGraw-Hill Companies, Inc. Permission required for reproduction or display.
TCP/IP1 Address Resolution Protocol Internet uses IP address to recognize a computer. But IP address needs to be translated to physical address (NIC).
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)
Computer Network Lab. 1 3 장 OSI 기본 참조 모델 n OSI : Open System Interconnection n Basic Reference Model : ISO-7498 n Purpose of OSI Model ~ is to open communication.
Ch 3. Transport Layer Myungchul Kim
Process-to-Process Delivery:
Ch 3. Transport Layer Myungchul Kim
Computer Engineering and Networks, College of Engineering, Majmaah University Protocols OSI reference MODEL TCp /ip model Mohammed Saleem Bhat
The Transport Layer Implementation Services Functions Protocols
Introduction to TCP/IP networking
Introduction to TCP/IP
OSI model vs. TCP/IP MODEL
Process-to-Process Delivery, TCP and UDP protocols
What the OSI Protocol Layers Do
PART 5 Transport Layer Computer Networks.
6 Transport Layer Computer Networks Tutun Juhana
Transport Layer Unit 5.
Transport Layer Our goals:
Chapter 3: Open Systems Interconnection (OSI) Model
Computer Networks Protocols
Presentation transcript:

Represented BY:- Allauddin Ahmad

 What it is?  OSI model.  History.  Objectives.  Encapsulation and decapsulation.  Multiplexing and demultiplexing.  Flow control.  Error detection.  Data transfer.  Implementation.  Conclusion

What is Dynamic TCP and Connection Elapsing ?

 When system design for load - balancing then  Move packet from one machine to another.  Without losing connection.  Packet are similar to the file - discryptor passing on a single host.

OSI ModelTCP/IP HierarchyProtocols 7 th Application Layer 6 th Presentation Layer 5 th Session Layer 4 th Transport Layer 3 rd Network Layer 2 nd Link Layer 1 st Physical Layer Application Layer Transport Layer Network Layer Link Layer

 In may 1974 By Vint cerf and Bob kahn.  RFC 793 which publish in  RFC 2581, latest RFC in recent years which publish in  TCP cookie trasmision in december 2009.

 Port address and socket addressing used for process-to-process communication.  How flow control, error control mechanism are implemented in TCP.  Introduce protocol and protocol rules.  Addressing TCP firewall specialized a device.

 TCP uses an end-to-end flow control.  Slow start.  Fast retransmission.  Fast recovery.  Based on window mechanism.

 Add redundant bits.  Redundant bits are used by receiver to detect error.  Algorithm based on addition of all the codes used to encode the data.  Receiver compares to copies equal then no error.

HostClient Send Packet 1 Start Timer Retransmit Packet1 Start Timer ACK would normally Arrive at this time Receive Packet 1 Send AXK 1 Time Expires Receive ACK 1 Cancel Timer Packet Lost

 Data will transfer from the client to host or host to client  Ordered data transfer the destination host rearranges according to the sequence number.  Retransmission of lost packets.

 You need to implement the tcp to establishment and termination of connection.  TCP is to build hardware implementation.  Modern implementation  Fast recovery.  Fast retransmision.

 We have discussed major components of network.  Knowing better understanding of networks builds physical and logical.  Knowing how packets are delivered from client to host or host to client.  A good understanding and identifying of networking of TCP.

THANK YOU !