SlideShare a Scribd company logo
1 of 15
Introduction to TCP/IP
Networking
WILL DISCUSS ABOUT NETWORK, PROTOCOL, TCP/IP, OSI ETC.,
WWW.NETWORKRHINOS.COM | VISHNU | +91-9790901210 1
Overview
Network is not a single concept it’s a combination of lot of different components.
WWW.NETWORKRHINOS.COM | VISHNU | +91-9790901210 2
Perspectives on Networking
Your perspective about networks might be that of a user of the network, as opposed to the network
engineer.
Daily Network works :Sending email, browsing websites,making Internet phone calls, and using other tools
and applications.
WWW.NETWORKRHINOS.COM | VISHNU | +91-9790901210 3
Types of Network in layman point
Home
Enterprise
WWW.NETWORKRHINOS.COM | VISHNU | +91-9790901210 4
TCP/IP Networking Model
It is the Blueprint for Network Engineers
Network : Connecting two or more devices to exchange valuable information
Protocol : Rules governing the communication.
WWW.NETWORKRHINOS.COM | VISHNU | +91-9790901210 5
History of TCP
Multivendor communication was hard.
ISO - > OSI Model
DoD -> TCP/IP *
◦ TCP/IP model was developed by whole
bunch of volunteers
WWW.NETWORKRHINOS.COM | VISHNU | +91-9790901210 6
Overview of TCP/IP
What is RFC ?
TCP/IP model uses Layers for the ease of understanding it.
WWW.NETWORKRHINOS.COM | VISHNU | +91-9790901210 7
We will study one by one now
1.TCP/IP Application Layer
Provide services to the application software running on a computer.
It defines the application running behind a software to connect the software to internet.
HTTP Overview
HTTP Protocol Mechanisms
**HTTP did not exist until Tim Berners-Lee created the first web browser
WWW.NETWORKRHINOS.COM | VISHNU | +91-9790901210 8
One step in what HTTP
◦ Header is a place to put information used by the protocol.
WWW.NETWORKRHINOS.COM | VISHNU | +91-9790901210 9
2. TCP/IP Transport Layer
TCP and UDP
It provides services to application layer protocol.
A. TCP Error Recovery Basics
◦ This is provided to Application layer by Transport Layer.
WWW.NETWORKRHINOS.COM | VISHNU | +91-9790901210 10
3. TCP/IP Network Layer
Addressing and routing.
IP address.
WWW.NETWORKRHINOS.COM | VISHNU | +91-9790901210 11
End to End connection.
WWW.NETWORKRHINOS.COM | VISHNU | +91-9790901210 12
TCP/IP Data-Link and Physical Layers
Switches-MAC Address
Ethernet cables- Electrical signals, light signals.
WWW.NETWORKRHINOS.COM | VISHNU | +91-9790901210 13
Data Encapsulation Terminology
Data encapsulates
WWW.NETWORKRHINOS.COM | VISHNU | +91-9790901210 14
OSI and TCP/IP Model comparison
OSI is a 7 layer model and TCP/IP is 4 layer model.
WWW.NETWORKRHINOS.COM | VISHNU | +91-9790901210 15

More Related Content

What's hot

Internetworking
InternetworkingInternetworking
Internetworking
Raghu nath
 
Osi reference model and the tcp
Osi reference model and the tcpOsi reference model and the tcp
Osi reference model and the tcp
Agrippa Mungazi
 
Internetworking fundamentals(networking)
Internetworking fundamentals(networking)Internetworking fundamentals(networking)
Internetworking fundamentals(networking)
welcometofacebook
 

What's hot (20)

Network Fundamentals: OSI Model
Network Fundamentals: OSI Model Network Fundamentals: OSI Model
Network Fundamentals: OSI Model
 
Slides for protocol layering and network applications
Slides for protocol layering and network applicationsSlides for protocol layering and network applications
Slides for protocol layering and network applications
 
1st class
1st class1st class
1st class
 
Internetworking
InternetworkingInternetworking
Internetworking
 
Osi reference model and the tcp
Osi reference model and the tcpOsi reference model and the tcp
Osi reference model and the tcp
 
OSI Model
OSI ModelOSI Model
OSI Model
 
Network layers
Network layersNetwork layers
Network layers
 
Layered Architecture
Layered ArchitectureLayered Architecture
Layered Architecture
 
5. protocol layering
5. protocol layering5. protocol layering
5. protocol layering
 
Osi layer and network protocol
Osi layer and network protocolOsi layer and network protocol
Osi layer and network protocol
 
OSI model and TCP/IP model
OSI model and TCP/IP modelOSI model and TCP/IP model
OSI model and TCP/IP model
 
OSI MODEL - A PROJECT
OSI MODEL - A PROJECTOSI MODEL - A PROJECT
OSI MODEL - A PROJECT
 
OSI Model Assignment Help
OSI Model Assignment HelpOSI Model Assignment Help
OSI Model Assignment Help
 
Internetworking
InternetworkingInternetworking
Internetworking
 
Client server chat application
Client server chat applicationClient server chat application
Client server chat application
 
Ta 104-tcp
Ta 104-tcpTa 104-tcp
Ta 104-tcp
 
SET UP INTERNET CONNECTION USING MODEM
SET UP INTERNET CONNECTION USING MODEMSET UP INTERNET CONNECTION USING MODEM
SET UP INTERNET CONNECTION USING MODEM
 
Internetworking fundamentals(networking)
Internetworking fundamentals(networking)Internetworking fundamentals(networking)
Internetworking fundamentals(networking)
 
TCP/IP model
TCP/IP modelTCP/IP model
TCP/IP model
 
computer network OSI layer
computer network OSI layercomputer network OSI layer
computer network OSI layer
 

More from Vishnu Vardhan

Chapter 1. introduction to tcpip networking
Chapter 1. introduction to tcpip networkingChapter 1. introduction to tcpip networking
Chapter 1. introduction to tcpip networking
Vishnu Vardhan
 

More from Vishnu Vardhan (11)

3. basics of python
3. basics of python3. basics of python
3. basics of python
 
2. basics of python
2. basics of python2. basics of python
2. basics of python
 
Chapter 25. implementing i pv6 routing
Chapter 25. implementing i pv6 routingChapter 25. implementing i pv6 routing
Chapter 25. implementing i pv6 routing
 
5. configuring multiple switch with files
5. configuring multiple switch with files5. configuring multiple switch with files
5. configuring multiple switch with files
 
1. basics of python
1. basics of python1. basics of python
1. basics of python
 
Ospf
OspfOspf
Ospf
 
Chapter 4. using the command line interface
Chapter 4. using the command line interfaceChapter 4. using the command line interface
Chapter 4. using the command line interface
 
Chapter 3.1 subnetting
Chapter 3.1 subnetting Chapter 3.1 subnetting
Chapter 3.1 subnetting
 
Chapter 3. fundamentals of wan and ip routing
Chapter 3. fundamentals of wan and ip routingChapter 3. fundamentals of wan and ip routing
Chapter 3. fundamentals of wan and ip routing
 
Chapter 2. fundamentals of ethernet la ns
Chapter 2. fundamentals of ethernet la nsChapter 2. fundamentals of ethernet la ns
Chapter 2. fundamentals of ethernet la ns
 
Chapter 1. introduction to tcpip networking
Chapter 1. introduction to tcpip networkingChapter 1. introduction to tcpip networking
Chapter 1. introduction to tcpip networking
 

Chapter 1.2 osi layer

  • 1. Introduction to TCP/IP Networking WILL DISCUSS ABOUT NETWORK, PROTOCOL, TCP/IP, OSI ETC., WWW.NETWORKRHINOS.COM | VISHNU | +91-9790901210 1
  • 2. Overview Network is not a single concept it’s a combination of lot of different components. WWW.NETWORKRHINOS.COM | VISHNU | +91-9790901210 2
  • 3. Perspectives on Networking Your perspective about networks might be that of a user of the network, as opposed to the network engineer. Daily Network works :Sending email, browsing websites,making Internet phone calls, and using other tools and applications. WWW.NETWORKRHINOS.COM | VISHNU | +91-9790901210 3
  • 4. Types of Network in layman point Home Enterprise WWW.NETWORKRHINOS.COM | VISHNU | +91-9790901210 4
  • 5. TCP/IP Networking Model It is the Blueprint for Network Engineers Network : Connecting two or more devices to exchange valuable information Protocol : Rules governing the communication. WWW.NETWORKRHINOS.COM | VISHNU | +91-9790901210 5
  • 6. History of TCP Multivendor communication was hard. ISO - > OSI Model DoD -> TCP/IP * ◦ TCP/IP model was developed by whole bunch of volunteers WWW.NETWORKRHINOS.COM | VISHNU | +91-9790901210 6
  • 7. Overview of TCP/IP What is RFC ? TCP/IP model uses Layers for the ease of understanding it. WWW.NETWORKRHINOS.COM | VISHNU | +91-9790901210 7 We will study one by one now
  • 8. 1.TCP/IP Application Layer Provide services to the application software running on a computer. It defines the application running behind a software to connect the software to internet. HTTP Overview HTTP Protocol Mechanisms **HTTP did not exist until Tim Berners-Lee created the first web browser WWW.NETWORKRHINOS.COM | VISHNU | +91-9790901210 8
  • 9. One step in what HTTP ◦ Header is a place to put information used by the protocol. WWW.NETWORKRHINOS.COM | VISHNU | +91-9790901210 9
  • 10. 2. TCP/IP Transport Layer TCP and UDP It provides services to application layer protocol. A. TCP Error Recovery Basics ◦ This is provided to Application layer by Transport Layer. WWW.NETWORKRHINOS.COM | VISHNU | +91-9790901210 10
  • 11. 3. TCP/IP Network Layer Addressing and routing. IP address. WWW.NETWORKRHINOS.COM | VISHNU | +91-9790901210 11
  • 12. End to End connection. WWW.NETWORKRHINOS.COM | VISHNU | +91-9790901210 12
  • 13. TCP/IP Data-Link and Physical Layers Switches-MAC Address Ethernet cables- Electrical signals, light signals. WWW.NETWORKRHINOS.COM | VISHNU | +91-9790901210 13
  • 14. Data Encapsulation Terminology Data encapsulates WWW.NETWORKRHINOS.COM | VISHNU | +91-9790901210 14
  • 15. OSI and TCP/IP Model comparison OSI is a 7 layer model and TCP/IP is 4 layer model. WWW.NETWORKRHINOS.COM | VISHNU | +91-9790901210 15