Download presentation
Presentation is loading. Please wait.
1
IP Basics
2
IP encapsulates TCP IP packets travel through many different routers (hops) before reaching it’s destination MTU variation at the physical layer requires IP to fragment the message into smaller units along the way Reassembly is an option at each hop. IP does NOT guarantee delivery!
3
IP Fragmentation R R R 1000 b500 b 250 b Every link has the potential to dictate adjusting size of frames. It is possible to reassemble at any point. R R R 1000 b500 b 1000 b
4
What if frames are lost? R R 250 b 1 2 34 Receive Computer Receive computer will hold the first 2 frames awaiting the 3 rd. After a period of time, a timer expires and IP level passes the 500 bytes up and stops looking for the other pieces. TCP (NOT IP) then will acknowledge receipt of 500 more bytes to the sending TCP layer. If the first frame is lost, NONE are passed up to TCP. More on TCP later.
5
IP Frame format (fig 7.33) Version Header Length Type of Service Packet Length FlagsFragment OffsetIdentification Time To LiveProtocol Checksum Source IP Address Destination IP Address Options DATA 32 bits Each line
6
Fragmentation and the Frame Fig 7.34 4000 byte frame router FragId 345 FragOffset=0 MoreFragments Bit=1 Size->1400 byes FragId 345 FragOffset=175 MoreFragments Bit=1 Size-> 1400 bytes FragId 345 FragOffset=350 MoreFragments Bit=0 Size->1200 bytes FragOffset should be multiplied by 8 (8x175=1400)
7
IP Summary Fragmentation results in delivery of frames which are potentially smaller than the original transmission. Some of the frames can be lost If a message is fragmented and frames are lost, all frames up to the first lost frame are passed up to the receiving TCP and all subsequent frames are dropped. TCP views this as a stream and is unaware of the loss of frames. It just accepts the next “n” bytes, acks the receipt, and waits for subsequent data.
8
TCP basics Connection-oriented –Sets up the connection prior to data transmission SYN and 3-way handshake –Guarantees delivery of data Sender holds a copy of the data for retransmission if necessary Receiver ACKS specific byte positions in the stream so sender can resend from any byte position Encapsulated by IP Receiver tells sender it’s receive window size to limit rate of data arrival (flow control)
9
Consider How TCP and IP Work Together
10
Transport Network(IP) Physical Network(IP) Physical 1000 2000 Transport Network(IP) Physical 250 1 500 250 2 250 3 250 4 (Send 2000 bytes) (ACK 500 bytes) TCP handling of fragmentation Up to destination port
11
What does the TCP frame look like? Source Port Destination Port LengthChecksum Data
12
And after TCP is encapsulated in IP? IP Header IP Trailer TCP
13
More TCP Issues
14
TCP handshake/setup time Host AHost B Ack 0, Syn 1 Ack 1, Syn 0 Ack 1, Syn 1 Ack 1, Syn 0...... setup data
15
TCP Frame fig 7.43 Source Port Destination Port Sequence Number HeaderLengthFlags Acknowledgment Number Urgent Pointer Options DATA Checksum Window
16
Flow Control w/TCP fig 7.46 Data … s=101, a=701 Data … s=201, a=701 Data … s=701, a=301, c=0 Data … s=801, a=301, c=200 Data … s=401, a=901 Data … s=501, a=901 AB B says STOP B says GO (up to 200)
17
UDP Issues
18
UDP basics At transport layer as alternative to TCP No connection establishment No Guaranteed Delivery Practically adds nothing to IP Application must guarantee delivery if necessary TCP and timing is hard for you to implement at the application layer UDP runs faster if delivery is not required to be error-free.
19
ICMP
20
ICMP Basics Lower than IP A support protocol for routing info/problems Doesn’t use ports Used in ping Frequently used to deny service.. problematic –ping of death (too large message), and –denial of service (ping flood) physical IP TCP/UDP ICMP
21
ICMP Message types Echo Request Echo Response Time Exceeded Destination Unreachable Redirect
22
IP Tunnelling Transport (IP) Physical Network(IP) Physical Apple talk Intermediate Routers only See IP Router CAN do AT in IP Receiving Router Inside Network (AT) Connected Network (AT) Transport (IP) Physical Apple talk
23
Transport (IP) Physical Apple talk IP Tunnelling at one end Physical Appletalk Physical Appletalk Appletalk to local Appletalk to non-local AT IP AT IP Route to Destination As IP
Similar presentations
© 2025 SlidePlayer.com. Inc.
All rights reserved.