TCPIP and OSI - PowerPoint PPT Presentation

1 / 7
About This Presentation
Title:

TCPIP and OSI

Description:

TCP/IP and OSI. Internet Connections. All Internet data is carried in IP packets ... TCP allows flow control, error checking and retransmission of bad packets ... – PowerPoint PPT presentation

Number of Views:34
Avg rating:3.0/5.0
Slides: 8
Provided by: phi51
Category:
Tags: osi | tcpip | osi

less

Transcript and Presenter's Notes

Title: TCPIP and OSI


1
TCP/IP and OSI
2
Internet Connections
  • All Internet data is carried in IP packets
  • 20 Bytes of header information
  • source and destination addresses
  • control information for sequencing etc.
  • All Internet connections managed by TCP
  • TCP allows flow control, error checking and
    retransmission of bad packets
  • connection defined by IP address Port number

3
TCP provides
Basic Data Transfer - data is delivered Reliabili
ty - errors are corrected Flow Control - slow
receiver is not overloaded by fast
transmitter Multiplexing - many processes at
once - ports Connections - management of
sockets Precedence and Security - urgent and
secure connections
4
TCP Header Format
5
Sockets
  • A socket is an IP addressPort combination
  • TCP allows only one connection between 2 uniquely
    identified sockets
  • the IP address defines a host computer
  • the port number is an operating system handle
    assigned to the connection that allows data input
    and output similar to a file
  • sockets originated from the Unix O/S, but are
    implemented in windows by winsock.dll

6
Socket States
  • Depending on the TCP state, the socket can be in
    various states

7
TCP Connection Initiation
HOST 1
HOST 2
Time
Write a Comment
User Comments (0)
About PowerShow.com