TCP/IP MODEL

18

description

TCP/IP MODEL. What will we do today?. Short overview for OSI model; What is TCP/IP model?; How is divided; The TCP/IP structure; The Application Layer; The Transport Layer; The Internet Layer; The Network Access Layer ; Simple explanation about WIRESHARK; - PowerPoint PPT Presentation

Transcript of TCP/IP MODEL

Page 1: TCP/IP MODEL
Page 2: TCP/IP MODEL

TCP/IP MODEL

Page 3: TCP/IP MODEL

Short overview for OSI model; What is TCP/IP model?; How is divided; The TCP/IP structure; The Application Layer; The Transport Layer; The Internet Layer; The Network Access Layer; Simple explanation about WIRESHARK; Demonstration using WIRESHARK; Summary.

What will we do today?

Page 4: TCP/IP MODEL

By the end of this lesson we will: Know what the TCP/IP model. How is TCP/IP divided. Identify the protocols in each layer.

Objectives

Page 5: TCP/IP MODEL

Refresh your mind !!

What does “Model” mean?

What is the Protocol?OSI model has seven

layers

Page 6: TCP/IP MODEL

What is TCP/IP

Model?TCP; Transmission Control Protocol

IP; Internet Protocol

Page 7: TCP/IP MODEL

Like most networking software, TCP/IP is modeled in layers. Below, you are going to see a representation of the TCP/IP suite. This model has 4 layers, which are Application, Transport, Internet and Network Access.

How is divided (Layers)

Page 8: TCP/IP MODEL

The TCP/IP structureProtocols Layers

DNS, FTP, HTTP, POP,

SMTP,SSH, TelnetApplication

TCP and UDP Transport

IP,, ARP, RARP, IPSEC Internet

Ethernet, PPP, ADSL, ISDN Network Access

Page 9: TCP/IP MODEL

The Application Layer

Protocols: BGP, DNS, FTP, HTTP, IMAP, LDAP, NTP, POP, RIP, RPC, SIP, SMTP, SNMP, SSH, Telnet, TLS/SSL and etc.

Features:• File transfer;• Network connection services;• Remote connection services;• Email exchange

Page 10: TCP/IP MODEL

This layer is responsible for providing a reliable exchange of information.

Protocols: TCP and UDP.

The Transport Layer

Page 11: TCP/IP MODEL

Protocols: TCP and UDP.

Page 12: TCP/IP MODEL

The IP (Internet Protocol) is the most important protocol in this layer. It enables the routing of packets to remote computer.

Protocols: IP (IPv4, IPv6), ICMP, ICMPv6 , ARP, RARP, IPsec.

The Internet Layer

Page 13: TCP/IP MODEL

Protocols:

• IP: header carries information on Source IP Address, Destination IP Address, Protocol, routing information, and others;

• ARP (Address Resolution Protocol)• RARP (Reverse Address Resolution Protocol)• ICMP (Internet Control Message Protocol)• IPSEC (Internet Protocol Security): is similar to IP but more secure.

The Internet Layer

Page 14: TCP/IP MODEL

The network access Layer is the lowest logical layer in the model and provides specifications for how data (bits) should move over the network.

The Network Access Layer

Protocols: Ethernet, PPP, ADSL, ISDN, FDDI .

The Network Access Layer of the TCP/IP model is associated with:1. Physical Layer.2. Data Link Layer.in OSI model.

Page 15: TCP/IP MODEL

Features:

• Ethernet header carries information on Source MAC Address, Destination MAC Address.

• MAC (Media Access Control) Address is a unique identifier for each network device;

• CSMA/CD: Carrier Sense Multiple Access with Collision Detection;• Signal conversion (analogue/digital);• Error detection on arrival.

The Network Access Layer

Page 16: TCP/IP MODEL

Wireshark is a free and open-source 

packet analyzer. It is used for network troubleshooting, analysis,

software and education

Page 17: TCP/IP MODEL

We have tow models; OSI and TCP/IP. TCP/IP model has four layers. Application Layer has many protocols like DNS…

etc. In Transport layer we have TCP and UDP. The most important protocol in Internet layer is

IP; Network access layer has protocols like

Ethernet, ISDN, and PPP.

Summary

Page 18: TCP/IP MODEL