Presentation is loading. Please wait.

Presentation is loading. Please wait.

TCP/IP Christopher Zacky. lolwut Decimal Numbers.

Similar presentations


Presentation on theme: "TCP/IP Christopher Zacky. lolwut Decimal Numbers."— Presentation transcript:

1 TCP/IP Christopher Zacky

2 lolwut

3 Decimal Numbers

4 Binary Numbers

5 IP Addresses IPv4 and IPv6 IPv4 is probably all you've ever seen IPv4 is a 32-bit address 192.168.1.2 11000000.10101000.00000001.00000010 4,294,967,296 different IPs for IPv4

6 IPv6 128 bit address 2^128 = 340,282,367,000,000,000,000,000,000,000,000,000,000 different Ips IPv6 address looks like this: 2001:0db8:85a3:0000:0000:8a2e:0370:7334

7 A day in the life of a packet

8 TCP Transmission Control Protocol Guarantees reliable transmission of data Is a process-to-process communication service URG, ACK, PSH, RST, SYN, FIN How a connection is established: Computer1 sends a SYN Computer2 sends ACK and SYN Computer1 sends ACK

9 Establishing a Connection (TCP 3- way handshake)

10 An Established Connection

11 TCP Header Breakdown 16 bits – Source Port 16 bits – Destination port 32 bits – Sequence Number 32 bits – Acknowledgment Number 4 bits – Data Offset 6 bits – Reserved 6 bits – Control Bits (URG, ACK, PSH, RST, SYN, FIN)

12 TCP Header Continued 16 bits – Window 16 bits – Checksum 16 bits – Urgent Pointer Then options

13 TCB Transmission Control Block Is created when the connection is created Is deleted when the connection is closed Contains the window of packets that are expected Packets not in the window are discarded and a RST packet may be sent

14 ISN and Duplicate Packets How do I know if I am receiving duplicate packets from a previous connection? ISN is a 32-bit numbers that increments about every 4 microseconds. ISN cycles every 4.55 hours MSL is 2 minutes A pair of sockets makes a TCP connection unique

15 What is TIME_WAIT??? Dat MSL (Maximum Segment Lifetime) I need to ACK your FIN man

16 IP Internet Protocol Does not guarantee reliable transmission of data Doesn't have sequencing Designed to transmit a packet from a source to a destination over an interconnected system of networks Is called on by host-to-host protocols (like TCP)

17 IP Header 4 bits – Version 4 bits – IHL (Internet Header Length) 8 bits – Type of Service 16 bits – Total Length 16 bits – Identification 3 bits – Fragment Flags 13 bits – Fragment Offset 8 bits – Time to Live

18 IP Header Continued 8 bits – Protocol 16 bits – Header Checksum 32 bits – Source Address 32 bits – Destination Address Then options

19 Look Familiar?


Download ppt "TCP/IP Christopher Zacky. lolwut Decimal Numbers."

Similar presentations


Ads by Google