SlideShare una empresa de Scribd logo
1 de 38
Descargar para leer sin conexión
Unit – II
Network Devices and Communication Protocol
2.1 Basics of Protocol and its need
2.2 Brief functional description of each The OSI-ISO Reference Model layers with list of
protocols
2.3 The TCP/IP Reference Model: Brief functional description of each of the Layer with2.3 The TCP/IP Reference Model: Brief functional description of each of the Layer with
list of protocols
2.4 IP layer Protocols: IPv4 and IPv6 frame Format (Limited to format only)
2.5 Internet addressing: Network addressing, Subnet and subnet masking, gateway
addressing, broadcast addressing, dotted decimal notation, loopback addressing
2.6 Domain Name System(DNS): Introduction, mapping to IP addresses
2.1 Basics of Protocol and its need
With out set of rules ,computers would not have the capability of talking to
each other across the internet
Clients that do not follow the rules disconnected by server
Source must check destination is prepared to receive
Two standards
1)OSI reference model1)OSI reference model
2)TCP/IP Model
OSI Model
Open Systems Interconnection (OSI) is a set of internationally recognized,
non-proprietary standards for networking and for operating system involved
in networking functions.
7 Layers
7. Application Layer7. Application Layer
6. Presentation Layer
5. Session Layer
4. Transport Layer
3. Network Layer
2. Data Link Layer
1. Physical Layer
LAYER 7 – The APPLICATION Layer
• The top layer of the OSI model
• Provides a set of interfaces for sending and
receiving applications and to use network
services, such as: message handling andservices, such as: message handling and
database query processing
• Responsibility: The application layer is
responsible for providing services to the user.
LAYER 6 – The PRESENTATION Layer
• Manages data-format information for networked communications
(the network’s translator)
• For outgoing messages, it converts data into a generic format for
network transmission; for incoming messages, it converts data from
the generic network format to a format that the receiving
application can understand
• This layer is also responsible for certain protocol conversions, data
encryption/decryption, or data compression/decompression
• A special software facility called a “redirector” operates at this
layer to determine if a request is network related on not and
forward network-related requests to an appropriate network
resource
LAYER 5 – The SESSION Layer
• Enables two networked resources to hold ongoing
communications (called a session) across a network
• Applications on either end of the session are able to ex
hange data for the duration of the session
This layer is:This layer is:
• Responsible for initiating, maintaining and terminating
sessions
• Responsible for security and access control to session
information (via session participant identification)
• Responsible for synchronization services, and for
checkpoint services
LAYER 4 – The TRANSPORT Layer
• Manages the transmission of data across a network
• Manages the flow of data between parties by segmenting
long data streams into smaller data chunks (based on
allowed “packet” size for a given transmission medium)
• Reassembles chunks into their original sequence at the• Reassembles chunks into their original sequence at the
receiving end
• Provides acknowledgements of successful transmissions
and requests resends for packets which arrive with errors
• The transport layer is responsible for the delivery
of a message from one process to another.
LAYER 3 – The NETWORK Layer
• Handles addressing messages for delivery, as
well as translating logical network addresses and
names into their physical counterparts
• Responsible for deciding how to route
transmissions between computerstransmissions between computers
• This layer also handles the decisions needed to
get data from one point to the next point along a
network path
• This layer also handles packet switching and
network congestion control
LAYER 2 – The DATA LINK Layer
• Handles special data frames (packets) between
the Network layer and the Physical layer
• At the receiving end, this layer packages raw
data from the physical layer into data frames fordata from the physical layer into data frames for
delivery to the Network layer
• At the sending end this layer handles conversion
of data into raw formats that can be handled by
the Physical Layer
LAYER 1 – The PHYSICAL Layer
• Converts bits into electronic signals for outgoing messages
• Converts electronic signals into bits for incoming messages
• This layer manages the interface between the the computer and the
network medium (coax, twisted pair, etc.)
• This layer tells the driver software for the MAU (media attachment• This layer tells the driver software for the MAU (media attachment
unit, ex. network interface cards (NICs, modems, etc.)) what needs
to be sent across the medium
• The bottom layer of the OSI model
• The physical layer is responsible for movements of
• individual bits from one hop (node) to the next.
Summary
What is TCP/IP?
• TCP/IP is a set of protocols developed to allow cooperating
computers to share resources across a network
• TCP stands for “Transmission Control Protocol”
• IP stands for “Internet Protocol”
12
• IP stands for “Internet Protocol”
• They are Transport layer and Network layer protocols respectively
of the protocol suite
• The most well known network that adopted TCP/IP is Internet –
the biggest WAN in the world
• A protocol is a collection of rules and procedures for two
computers to exchange information
• Protocol also defines the format of data that is being
exchanged
What is a protocol?
13
exchanged
Why TCP/IP is so popular?
• TCP/IP was developed very early
• Technologies were widely discussed and circulated in
documents called “Request for Comments” (RFC) –
free of charge
14
free of charge
• Supported by UNIX operating system
TCP/IP Model
• Because TCP/IP was developed earlier than the OSI 7-
layer mode, it does not have 7 layers but only 4 layers
TCP/IP Protocol Suite
15
FTP, SMTP, Telnet, HTTP,…
TCP, UDP
IP, ARP, ICMP
Network Interface
Layer of Models
Application
TCP/IP 4-layers OSI 7-layers
16
Transport
Network
Network Interface
• Application layer protocols define the rules when
implementing specific network applications
• Rely on the underlying layers to provide accurate and
efficient data delivery
• Typical protocols:
• FTP – File Transfer Protocol
Layer-1 Application Layer
17
• FTP – File Transfer Protocol
• For file transfer
• Telnet – Remote terminal protocol
• For remote login on any other computer on the network
• SMTP – Simple Mail Transfer Protocol
• For mail transfer
• HTTP – Hypertext Transfer Protocol
• For Web browsing
Layer-2 Transport Layer
18
Application
Transport
Network
Network Interface
Message
Segments
h M h M h M
TCP and UDP
• TCP is a connection-oriented protocol
• Does not mean it has a physical connection between sender
and receiver
TCP – Transmission Control Protocol
19
and receiver
• TCP provides the function to allow a connection virtually
exists – also called virtual circuit
• TCP provides the functions:
• Dividing a chunk of data into segments
• Reassembly segments into the original chunk
• Provide further the functions such as reordering and data
resend
• Offering a reliable byte-stream delivery service
Layer-3 Network Layer
20
Application
Transport
Network
Network Interface
Message
Segments
h M h M h M
h Mh h Mh h Mh
Datagrams / Packets
Network Addresses and Subnets
• A header is added to each segment in the Network
layer
Total
Length
21
IP3
Time to
Live
Protocol Header
CheckSum
Source Address
Destination Address
Segment
Segment
Layer-4 Data Link and Physical Layers
22
Application
Transport
Network
Network Interface
Message
Segments
h M h M h M
h Mh h Mh h Mh
Packets
h Mh h Mhh h
Frames
Concept
• OSI: Open Systems
Interconnection. It
was developed by
ISO as a first step
toward international
• TCP/IP: Transport
Control
Protocol/Internet
Protocol. TCP is used
in connection with IP
toward international
standardization of the
protocol used in
various layers. It
deals with connecting
open system..
in connection with IP
and operates at the
transport layer. IP is
the set of convention
used to pass packets
from one host to
another.
Difference
• OSI makes the
distinction between
services, interfaces,
and protocol.
• The OSI model was
• TCP/IP does not
originally clearly
distinguish between
services, interface,
and protocol.
• The OSI model was
devised before the
protocols were
invented. It can be
made to work in diverse
heterogeneous
networks.
and protocol.
• TCP/IP model was
just a description of
the existing protocols.
The model and the
protocol fit perfectly.
Difference
(continue)
• The OSI model
supports both
connectionless and
connection-oriented
communication in the
• The TCP/IP model
has only one mode in
the network layer
(connectionless) but
supports both modescommunication in the
network layer, but
only connection-
oriented
communication in the
transport layer.
supports both modes
in the transport layer,
giving the user
choice.
Difference
(continue)
• OSI emphasis on
providing a reliable
data transfer service,
Each layer of the OSI
model detects and
• TCP/IP treats reliability
as an end to end
Problem. The transport
layer handles all error
detection and recovery,model detects and
handles errors, all
data transmitted
includes checksums.
The transport layer
checks source-
destination reliability.
detection and recovery,
it was checksums,
acknowledgments, and
timeouts to control
transmissions and
provides end-to-end
verification.
Difference
(continue)
• Host on OSI
implementations do
not handle network
operations.
• TCP/IP hosts
participate in most
network protocols.
Gateway addressing
Reference:
www.google.co.in

Más contenido relacionado

La actualidad más candente

communication-protocols
 communication-protocols communication-protocols
communication-protocols
Ali Kamil
 
02 protocols and tcp-ip
02 protocols and tcp-ip02 protocols and tcp-ip
02 protocols and tcp-ip
myl_1116
 
Point To Point Protocol
Point To Point ProtocolPoint To Point Protocol
Point To Point Protocol
Phan Vuong
 

La actualidad más candente (20)

WLAN - IEEE 802.11
WLAN - IEEE 802.11WLAN - IEEE 802.11
WLAN - IEEE 802.11
 
Ccna day5-140715152501-phpapp01
Ccna day5-140715152501-phpapp01Ccna day5-140715152501-phpapp01
Ccna day5-140715152501-phpapp01
 
Ccna day5
Ccna day5Ccna day5
Ccna day5
 
Ccna day3
Ccna day3Ccna day3
Ccna day3
 
Ccna day3-140715152337-phpapp01
Ccna day3-140715152337-phpapp01Ccna day3-140715152337-phpapp01
Ccna day3-140715152337-phpapp01
 
CCNA PPT
CCNA PPTCCNA PPT
CCNA PPT
 
19 Network Layer Protocols
19 Network Layer Protocols19 Network Layer Protocols
19 Network Layer Protocols
 
WIRELESS NETWORKS EC6802 BABU unit 1 & 2 PPT
WIRELESS NETWORKS EC6802 BABU unit 1 & 2 PPTWIRELESS NETWORKS EC6802 BABU unit 1 & 2 PPT
WIRELESS NETWORKS EC6802 BABU unit 1 & 2 PPT
 
communication-protocols
 communication-protocols communication-protocols
communication-protocols
 
Basic networking course
Basic networking courseBasic networking course
Basic networking course
 
Wired LANs
Wired LANsWired LANs
Wired LANs
 
Basics of Network Layer and Transport Layer
Basics of Network Layer and Transport LayerBasics of Network Layer and Transport Layer
Basics of Network Layer and Transport Layer
 
Digital network lecturer2
Digital network  lecturer2Digital network  lecturer2
Digital network lecturer2
 
H.323: Packet Network Protocol
H.323: Packet Network ProtocolH.323: Packet Network Protocol
H.323: Packet Network Protocol
 
02 protocols and tcp-ip
02 protocols and tcp-ip02 protocols and tcp-ip
02 protocols and tcp-ip
 
Digital network lecturer4
Digital network  lecturer4Digital network  lecturer4
Digital network lecturer4
 
Network Components
Network ComponentsNetwork Components
Network Components
 
Assingment 2
Assingment 2Assingment 2
Assingment 2
 
Point To Point Protocol
Point To Point ProtocolPoint To Point Protocol
Point To Point Protocol
 
Mobile Computing (Part-2)
Mobile Computing (Part-2)Mobile Computing (Part-2)
Mobile Computing (Part-2)
 

Similar a Unit 2 ppt-idc

open system interconnection referencemodel.ppt
open system interconnection referencemodel.pptopen system interconnection referencemodel.ppt
open system interconnection referencemodel.ppt
AnkitaAggarwal68
 
Web technologies: recap on TCP-IP
Web technologies: recap on TCP-IPWeb technologies: recap on TCP-IP
Web technologies: recap on TCP-IP
Piero Fraternali
 

Similar a Unit 2 ppt-idc (20)

Sargation university's open system interconnection
Sargation university's open system interconnectionSargation university's open system interconnection
Sargation university's open system interconnection
 
Osi
OsiOsi
Osi
 
Bhargava Presentation.ppt
Bhargava Presentation.pptBhargava Presentation.ppt
Bhargava Presentation.ppt
 
Bhargava Presentation.ppt
Bhargava Presentation.pptBhargava Presentation.ppt
Bhargava Presentation.ppt
 
MVA slides lesson 2
MVA slides lesson 2MVA slides lesson 2
MVA slides lesson 2
 
06 - OSI Model.ppt
06 - OSI Model.ppt06 - OSI Model.ppt
06 - OSI Model.ppt
 
06 - OSI Model.ppt
06 - OSI Model.ppt06 - OSI Model.ppt
06 - OSI Model.ppt
 
ET3003-2 OSI-TCPIP (Semester II 2013-2014)
ET3003-2 OSI-TCPIP (Semester II 2013-2014)ET3003-2 OSI-TCPIP (Semester II 2013-2014)
ET3003-2 OSI-TCPIP (Semester II 2013-2014)
 
open system interconnection referencemodel.ppt
open system interconnection referencemodel.pptopen system interconnection referencemodel.ppt
open system interconnection referencemodel.ppt
 
lecture 4.pptx
lecture 4.pptxlecture 4.pptx
lecture 4.pptx
 
OSI Reference Model and TCP/IP (Lecture #3 ET3003 Sem1 2014/2015)
OSI Reference Model and TCP/IP (Lecture #3 ET3003 Sem1 2014/2015)OSI Reference Model and TCP/IP (Lecture #3 ET3003 Sem1 2014/2015)
OSI Reference Model and TCP/IP (Lecture #3 ET3003 Sem1 2014/2015)
 
PC 106 PPT-06
PC 106 PPT-06PC 106 PPT-06
PC 106 PPT-06
 
Computer network coe351- part2- final
Computer network coe351- part2- finalComputer network coe351- part2- final
Computer network coe351- part2- final
 
IT-NET GROUP 3 REPORT.pptx
IT-NET GROUP 3 REPORT.pptxIT-NET GROUP 3 REPORT.pptx
IT-NET GROUP 3 REPORT.pptx
 
Osi model
Osi modelOsi model
Osi model
 
Web technologies: recap on TCP-IP
Web technologies: recap on TCP-IPWeb technologies: recap on TCP-IP
Web technologies: recap on TCP-IP
 
TCP/IP model
TCP/IP modelTCP/IP model
TCP/IP model
 
Network architecure (3).pptx
Network architecure (3).pptxNetwork architecure (3).pptx
Network architecure (3).pptx
 
OSI Model.ppt
OSI Model.pptOSI Model.ppt
OSI Model.ppt
 
Automation Networking By Shivam Singh
Automation Networking By Shivam SinghAutomation Networking By Shivam Singh
Automation Networking By Shivam Singh
 

Último

An Overview of Mutual Funds Bcom Project.pdf
An Overview of Mutual Funds Bcom Project.pdfAn Overview of Mutual Funds Bcom Project.pdf
An Overview of Mutual Funds Bcom Project.pdf
SanaAli374401
 
Gardella_PRCampaignConclusion Pitch Letter
Gardella_PRCampaignConclusion Pitch LetterGardella_PRCampaignConclusion Pitch Letter
Gardella_PRCampaignConclusion Pitch Letter
MateoGardella
 
Gardella_Mateo_IntellectualProperty.pdf.
Gardella_Mateo_IntellectualProperty.pdf.Gardella_Mateo_IntellectualProperty.pdf.
Gardella_Mateo_IntellectualProperty.pdf.
MateoGardella
 
Seal of Good Local Governance (SGLG) 2024Final.pptx
Seal of Good Local Governance (SGLG) 2024Final.pptxSeal of Good Local Governance (SGLG) 2024Final.pptx
Seal of Good Local Governance (SGLG) 2024Final.pptx
negromaestrong
 
Activity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfActivity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdf
ciinovamais
 

Último (20)

Grant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy ConsultingGrant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy Consulting
 
Ecological Succession. ( ECOSYSTEM, B. Pharmacy, 1st Year, Sem-II, Environmen...
Ecological Succession. ( ECOSYSTEM, B. Pharmacy, 1st Year, Sem-II, Environmen...Ecological Succession. ( ECOSYSTEM, B. Pharmacy, 1st Year, Sem-II, Environmen...
Ecological Succession. ( ECOSYSTEM, B. Pharmacy, 1st Year, Sem-II, Environmen...
 
Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"
Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"
Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"
 
Mehran University Newsletter Vol-X, Issue-I, 2024
Mehran University Newsletter Vol-X, Issue-I, 2024Mehran University Newsletter Vol-X, Issue-I, 2024
Mehran University Newsletter Vol-X, Issue-I, 2024
 
How to Give a Domain for a Field in Odoo 17
How to Give a Domain for a Field in Odoo 17How to Give a Domain for a Field in Odoo 17
How to Give a Domain for a Field in Odoo 17
 
An Overview of Mutual Funds Bcom Project.pdf
An Overview of Mutual Funds Bcom Project.pdfAn Overview of Mutual Funds Bcom Project.pdf
An Overview of Mutual Funds Bcom Project.pdf
 
Key note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdfKey note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdf
 
Gardella_PRCampaignConclusion Pitch Letter
Gardella_PRCampaignConclusion Pitch LetterGardella_PRCampaignConclusion Pitch Letter
Gardella_PRCampaignConclusion Pitch Letter
 
Gardella_Mateo_IntellectualProperty.pdf.
Gardella_Mateo_IntellectualProperty.pdf.Gardella_Mateo_IntellectualProperty.pdf.
Gardella_Mateo_IntellectualProperty.pdf.
 
Holdier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdfHoldier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdf
 
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
 
Seal of Good Local Governance (SGLG) 2024Final.pptx
Seal of Good Local Governance (SGLG) 2024Final.pptxSeal of Good Local Governance (SGLG) 2024Final.pptx
Seal of Good Local Governance (SGLG) 2024Final.pptx
 
Web & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdfWeb & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdf
 
ICT Role in 21st Century Education & its Challenges.pptx
ICT Role in 21st Century Education & its Challenges.pptxICT Role in 21st Century Education & its Challenges.pptx
ICT Role in 21st Century Education & its Challenges.pptx
 
Activity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfActivity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdf
 
Accessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactAccessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impact
 
PROCESS RECORDING FORMAT.docx
PROCESS      RECORDING        FORMAT.docxPROCESS      RECORDING        FORMAT.docx
PROCESS RECORDING FORMAT.docx
 
APM Welcome, APM North West Network Conference, Synergies Across Sectors
APM Welcome, APM North West Network Conference, Synergies Across SectorsAPM Welcome, APM North West Network Conference, Synergies Across Sectors
APM Welcome, APM North West Network Conference, Synergies Across Sectors
 
Basic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptxBasic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptx
 
Mattingly "AI & Prompt Design: The Basics of Prompt Design"
Mattingly "AI & Prompt Design: The Basics of Prompt Design"Mattingly "AI & Prompt Design: The Basics of Prompt Design"
Mattingly "AI & Prompt Design: The Basics of Prompt Design"
 

Unit 2 ppt-idc

  • 1. Unit – II Network Devices and Communication Protocol 2.1 Basics of Protocol and its need 2.2 Brief functional description of each The OSI-ISO Reference Model layers with list of protocols 2.3 The TCP/IP Reference Model: Brief functional description of each of the Layer with2.3 The TCP/IP Reference Model: Brief functional description of each of the Layer with list of protocols 2.4 IP layer Protocols: IPv4 and IPv6 frame Format (Limited to format only) 2.5 Internet addressing: Network addressing, Subnet and subnet masking, gateway addressing, broadcast addressing, dotted decimal notation, loopback addressing 2.6 Domain Name System(DNS): Introduction, mapping to IP addresses
  • 2. 2.1 Basics of Protocol and its need With out set of rules ,computers would not have the capability of talking to each other across the internet Clients that do not follow the rules disconnected by server Source must check destination is prepared to receive Two standards 1)OSI reference model1)OSI reference model 2)TCP/IP Model
  • 3. OSI Model Open Systems Interconnection (OSI) is a set of internationally recognized, non-proprietary standards for networking and for operating system involved in networking functions. 7 Layers 7. Application Layer7. Application Layer 6. Presentation Layer 5. Session Layer 4. Transport Layer 3. Network Layer 2. Data Link Layer 1. Physical Layer
  • 4. LAYER 7 – The APPLICATION Layer • The top layer of the OSI model • Provides a set of interfaces for sending and receiving applications and to use network services, such as: message handling andservices, such as: message handling and database query processing • Responsibility: The application layer is responsible for providing services to the user.
  • 5. LAYER 6 – The PRESENTATION Layer • Manages data-format information for networked communications (the network’s translator) • For outgoing messages, it converts data into a generic format for network transmission; for incoming messages, it converts data from the generic network format to a format that the receiving application can understand • This layer is also responsible for certain protocol conversions, data encryption/decryption, or data compression/decompression • A special software facility called a “redirector” operates at this layer to determine if a request is network related on not and forward network-related requests to an appropriate network resource
  • 6. LAYER 5 – The SESSION Layer • Enables two networked resources to hold ongoing communications (called a session) across a network • Applications on either end of the session are able to ex hange data for the duration of the session This layer is:This layer is: • Responsible for initiating, maintaining and terminating sessions • Responsible for security and access control to session information (via session participant identification) • Responsible for synchronization services, and for checkpoint services
  • 7. LAYER 4 – The TRANSPORT Layer • Manages the transmission of data across a network • Manages the flow of data between parties by segmenting long data streams into smaller data chunks (based on allowed “packet” size for a given transmission medium) • Reassembles chunks into their original sequence at the• Reassembles chunks into their original sequence at the receiving end • Provides acknowledgements of successful transmissions and requests resends for packets which arrive with errors • The transport layer is responsible for the delivery of a message from one process to another.
  • 8. LAYER 3 – The NETWORK Layer • Handles addressing messages for delivery, as well as translating logical network addresses and names into their physical counterparts • Responsible for deciding how to route transmissions between computerstransmissions between computers • This layer also handles the decisions needed to get data from one point to the next point along a network path • This layer also handles packet switching and network congestion control
  • 9. LAYER 2 – The DATA LINK Layer • Handles special data frames (packets) between the Network layer and the Physical layer • At the receiving end, this layer packages raw data from the physical layer into data frames fordata from the physical layer into data frames for delivery to the Network layer • At the sending end this layer handles conversion of data into raw formats that can be handled by the Physical Layer
  • 10. LAYER 1 – The PHYSICAL Layer • Converts bits into electronic signals for outgoing messages • Converts electronic signals into bits for incoming messages • This layer manages the interface between the the computer and the network medium (coax, twisted pair, etc.) • This layer tells the driver software for the MAU (media attachment• This layer tells the driver software for the MAU (media attachment unit, ex. network interface cards (NICs, modems, etc.)) what needs to be sent across the medium • The bottom layer of the OSI model • The physical layer is responsible for movements of • individual bits from one hop (node) to the next.
  • 12. What is TCP/IP? • TCP/IP is a set of protocols developed to allow cooperating computers to share resources across a network • TCP stands for “Transmission Control Protocol” • IP stands for “Internet Protocol” 12 • IP stands for “Internet Protocol” • They are Transport layer and Network layer protocols respectively of the protocol suite • The most well known network that adopted TCP/IP is Internet – the biggest WAN in the world
  • 13. • A protocol is a collection of rules and procedures for two computers to exchange information • Protocol also defines the format of data that is being exchanged What is a protocol? 13 exchanged
  • 14. Why TCP/IP is so popular? • TCP/IP was developed very early • Technologies were widely discussed and circulated in documents called “Request for Comments” (RFC) – free of charge 14 free of charge • Supported by UNIX operating system
  • 15. TCP/IP Model • Because TCP/IP was developed earlier than the OSI 7- layer mode, it does not have 7 layers but only 4 layers TCP/IP Protocol Suite 15 FTP, SMTP, Telnet, HTTP,… TCP, UDP IP, ARP, ICMP Network Interface
  • 16. Layer of Models Application TCP/IP 4-layers OSI 7-layers 16 Transport Network Network Interface
  • 17. • Application layer protocols define the rules when implementing specific network applications • Rely on the underlying layers to provide accurate and efficient data delivery • Typical protocols: • FTP – File Transfer Protocol Layer-1 Application Layer 17 • FTP – File Transfer Protocol • For file transfer • Telnet – Remote terminal protocol • For remote login on any other computer on the network • SMTP – Simple Mail Transfer Protocol • For mail transfer • HTTP – Hypertext Transfer Protocol • For Web browsing
  • 19. TCP and UDP • TCP is a connection-oriented protocol • Does not mean it has a physical connection between sender and receiver TCP – Transmission Control Protocol 19 and receiver • TCP provides the function to allow a connection virtually exists – also called virtual circuit • TCP provides the functions: • Dividing a chunk of data into segments • Reassembly segments into the original chunk • Provide further the functions such as reordering and data resend • Offering a reliable byte-stream delivery service
  • 20. Layer-3 Network Layer 20 Application Transport Network Network Interface Message Segments h M h M h M h Mh h Mh h Mh Datagrams / Packets
  • 21. Network Addresses and Subnets • A header is added to each segment in the Network layer Total Length 21 IP3 Time to Live Protocol Header CheckSum Source Address Destination Address Segment Segment
  • 22. Layer-4 Data Link and Physical Layers 22 Application Transport Network Network Interface Message Segments h M h M h M h Mh h Mh h Mh Packets h Mh h Mhh h Frames
  • 23. Concept • OSI: Open Systems Interconnection. It was developed by ISO as a first step toward international • TCP/IP: Transport Control Protocol/Internet Protocol. TCP is used in connection with IP toward international standardization of the protocol used in various layers. It deals with connecting open system.. in connection with IP and operates at the transport layer. IP is the set of convention used to pass packets from one host to another.
  • 24. Difference • OSI makes the distinction between services, interfaces, and protocol. • The OSI model was • TCP/IP does not originally clearly distinguish between services, interface, and protocol. • The OSI model was devised before the protocols were invented. It can be made to work in diverse heterogeneous networks. and protocol. • TCP/IP model was just a description of the existing protocols. The model and the protocol fit perfectly.
  • 25. Difference (continue) • The OSI model supports both connectionless and connection-oriented communication in the • The TCP/IP model has only one mode in the network layer (connectionless) but supports both modescommunication in the network layer, but only connection- oriented communication in the transport layer. supports both modes in the transport layer, giving the user choice.
  • 26. Difference (continue) • OSI emphasis on providing a reliable data transfer service, Each layer of the OSI model detects and • TCP/IP treats reliability as an end to end Problem. The transport layer handles all error detection and recovery,model detects and handles errors, all data transmitted includes checksums. The transport layer checks source- destination reliability. detection and recovery, it was checksums, acknowledgments, and timeouts to control transmissions and provides end-to-end verification.
  • 27. Difference (continue) • Host on OSI implementations do not handle network operations. • TCP/IP hosts participate in most network protocols.
  • 28.
  • 29.
  • 30.
  • 31.
  • 33.
  • 34.
  • 35.
  • 36.
  • 37.