SlideShare a Scribd company logo
DOD MODEL
The DoD Model
• The Process / Application Layer
• The Host-to-Host Layer
• The Internet Layer
• The Network Layer
The DoD & OSI
Application
Application
Presentation
Session
Transport
Network
Data Link
Physical
Host-to-Host
Internet
Network
Access
DoD Model OSI Model
Process/Application
Layer
• The Process / Application layer defines
protocols for node-to-node application
communication and also controls user-
interface specification.
• A vast array of protocols combine at this
layer of DoD’s Model to integrate the
activities and duties of upper layer of OSI.
• Examples for this layer are :
Telnet, FTP, TFTP, NFS, SMTP, SNMP, DNS
DHCP, BootP etc.
Host-to-Host Layer
• The Host-to-Host layer parallels the
functions of the OSIs Transport layer
• It performs the following:
• Defining protocols for setting up the
level of transmission service for
Applications
• It tackles issues like creating reliable
ene-to-end communication.
• It ensures the error free delivery of data
• It handles packet sequencing and
maintains data integrity.
Internet Layer
• Internet Layer corresponds to the OSI’s
Network Layer.
• It performs the following:
• Designating the protocols relating to the
logical transmission of packets over the
entire network.
• It takes care of the addressing of hosts
by giving them an IP address.
• It handles routing of packets among
multiple networks.
Network Access Layer
•This layer is equivalent of the Data Link and
Physical Layer of OSI model.
•It performs the following
• It monitors the data exchange between the
host and the network.
• Network Access Layer overseas hardware
addressing and defines protocols for the
physical transmission of the Data.
Lets have a look on how TCP/IP Protocol suit relates
to the DoD model layers.
TCP/IP Protocol Suit at DoD
DoD Model
Process /
Application
Host-to-Host
Internet
Network
Access
TCP/IP Protocol Suit
Telnet FTP LPD SNMP
X WindowNFSSMTPTFTP
TCP UDP
ICMP
Ethernet
ARP RARP
IP
Fast
Ethernet
Token
Ring FDDI
BootP
LOWER LAYERS
PROTOCOLS
Common LAN Technologies
• Ethernet
• Token Ring
• FDDI
FDDI
Dual Ring
Token
Ring
Ethernet
© 1999, Cisco Systems, Inc. www.cisco.com
Introduction
• Ethernet is a methodology for accessing a media
• It allows all hosts on a network to share the same
bandwidth of a link.
• It is popular because :
• It is easy to implement & Troubleshoot
• It is easy to add new technologies like Fast Ethernet
and Gigabit Ethernet to existing infrastructure.
• Ethernet uses Data Link Layer and Physical Layer
Specification
• It uses something called CSMA/CD
Ethernet Operation
AA BB CC DD
Ethernet Operation
AA BB CC DD
D
Data Link
Network
Transport
Session
Presentation
Application
Physical
Ethernet Operation
AA BB CC DD
D
Data Link
Network
Transport
Session
Presentation
Application
Physical
B and C
Data Link
Network
Transport
Session
Presentation
Application
Physical
Ethernet LANs:
How do they work?
• Multiple workstations
are connected to a
“segment”
• Each station has to take
turns sending traffic
• All stations listen to all
traffic on their segment
• Stations can only send
data (Ethernet Frames)
when no one else is
sending
Ethernet LANs: MAC Addresses
• Every workstation has
a Network Interface
Card (NIC)
• Every NIC has a unique
MAC address
• Stations use MAC
addresses to send
Ethernet Frames to a
specific station
0000.0c12.3456
0000.0c12.11110000.1018.321a
Ethernet LANs: Unicast Frames
• Ethernet frames contain
the MAC address of the
station that the frame
was sent to
• These are called
“unicast” frames
• All stations receive the
Ethernet frame, but
ignore the frames that
are not addressed to
their MAC address
0000.0c12.3456
0000.0c12.11110000.1018.321a
Frame
To: 0000.0c12.3456
Ethernet LANs: Broadcast Frames
• Some Ethernet frames
are sent to all stations
• These are called
“broadcast” frames
• All stations process
this frame
0000.0c12.3456
0000.0c12.11110000.1018.321a
Frame
To: FFFF.FFFF.FFFF
Flow Control Mechanism
on Ethernet
•CSMA/CD is the
mechanism that
regulates the
segment
•Each station listens
for other traffic
before they transmit
PacketFrame
Ethernet Collisions
• Sometimes stations
transmit
simultaneously
• Two frames on the
same segment collide
• Collisions require
each station to wait
and resend
Collision!
PacketFrame PacketFrame
Packe
t
Packe
tFrame
Frame
Ethernet Reliability
B C DA
B C DA
Figure 1
Figure 2
Collision
Ethernet Reliability
Collision
C
B C DA
BA D
JAMJAMJAMJAMJAM JAM
Ethernet Reliability
B C DA
Collision
B C DA
JAMJAMJAMJAMJAM JAM
• Carrier sense multiple access with
collision detection (CSMA/CD)
CSMA/CD
• CSMA/CD stands for Carrier Sense Multiple Access /
Collision Detect.
• It is used by all NICs in Ethernet Networking
• In this method all NICs first sense whether the cable
is free or not.
• If it is free the request is sent otherwise it waits.
Half Duplex Ethernet
• It is defined in 802.3 Ethernet
specifications
• It uses only one wire pair for signals
running in both direction.
• CSMA/CD is used to prevent collision.
• Half Duplex typically 10base T is 50-60
% efficient. (Depends on network size)
• In a large 10 base T network you only
get 3 to 4 MBPS at most.
Full Duplex
• Full Duplex Ethernet uses two pairs of
wires.
• It uses Point-to-Point connection
• There is no collision in Full Duplex
• Full Duplex is suppose to offer 100%
efficiency in both direction
• Means you can get 20 MBPS in 10 MBPS
or 200 MBPS in Fast Ethernet running
Full Duplex.
Auto Detect Mechanism
• When a Full Duplex port is powered on,
it first checks with remote end and
decides whether it can run on 10 or 100
MBPS.
• Then it checks to see whether it can run
Full duplex or half duplex.
• This is called Auto Detect Mechanism.
Ethernet Addressing
• Ethernet Addressing uses MAC Address
• MAC addresses are burned on every NIC
• It is a 48-bit address
• It is written in the same format even if different
LAN Technologies are used.
Organizationally
Unique Identifier (OUI)
(Assigned by IEEE)
Vender Assigned
24 bits 24 bits
Ethernet Addressing using MAC Addresses
Ethernet and IEEE 802.3
• Benefits and background
• Ethernet is the most popular physical layer LAN
technology because it strikes a good balance between
speed, cost, and ease of installation
• Supports virtually all network protocols
• Xerox initiated, then joined by DEC & Intel in 1980
• Revisions of Ethernet specification
• Fast Ethernet (IEEE 802.3u) raises speed from 10 Mbps to
100 Mbps
• Gigabit Ethernet is an extension of IEEE 802.3 which
increases speeds to 1000 Mbps, or 1 Gbps
• Ethernet and IEEE 802.3
• Several framing variations exist for this
common LAN technology
Ethernet Frames
• Frames are used at the Data Link
Layer to encapsulate packets coming
down for transmission on a type of
Media Access
• Types of Media Access
• Contention (Ethernet)
• Token Passing (Token Ring or FDDI)
We will be covering only “Contention”, as rest all are beyond the scope of our course.
DataSource add FCSLengthDest add
Variable266 4
0000.0C xx.xxxx
Vendor
assigned
IEEE assigned
MAC Layer - 802.3
MAC SUB-LAYER
Preamble
Ethernet II
uses “Type”
here and
does not use
802.2.
MAC Address
8# Bytes
Ethernet Local Area Network
• Ethernet was first created and implemented by a group
called DIX (Digital, Intel and Xerox).
• The first Ethernet specification was modified by IEEE
and IEEE 802.3 was created.
• This was a 10Mbps network running on co-axial, twisted
pair and fiber physical media.
• IEEE 802.3 was further modified by IEEE only and
802.3u (Fast Ethernet) and 802.3z (Gigabit Ethernet)
was created.
• 802.3u and 802.3z are specified only on twisted pair and
fiber physical media.

More Related Content

PPT
Networking Chapter 6
PPT
Networking Chapter 16
PPT
Networking Chapter 11
PPT
Networking Chapter 14
PPTX
LAN Switching and Wireless: Ch1 - LAN Design
PPTX
LAN Switching and Wireless: Ch7 - Basic Wireless Concepts and Configuration
PPT
Networking Chapter 4
PPTX
Topic 1.1 basic concepts of computer network
Networking Chapter 6
Networking Chapter 16
Networking Chapter 11
Networking Chapter 14
LAN Switching and Wireless: Ch1 - LAN Design
LAN Switching and Wireless: Ch7 - Basic Wireless Concepts and Configuration
Networking Chapter 4
Topic 1.1 basic concepts of computer network

What's hot (20)

PPTX
Network Fundamentals: Ch5 - Network Layer
PPT
Networking Chapter 12
PPT
Chapter 2 Networking
PPTX
Topic 2.1 network communication using osi model part1
PPT
Networking Chapter 8
PPTX
Network Fundamentals: Ch9 - Ethernet
PPT
Networking Essentials Lesson 01 - Eric Vanderburg
PPT
Chapter10
PPT
Basics of Networking
PPTX
Wireless Technologies and Standards
PPT
Networking Chapter 5
PPT
Chapter 3 Networking
PPTX
Network protocol structure scope
PPTX
Basics of Network Layer and Transport Layer
PDF
2. network elements
PPT
basic networking
PPT
Chapter05
PPTX
Ethernet - Networking presentation
PPTX
01 coms 525 tcpip - networking concepts review
PPTX
98 366 mva slides lesson 7
Network Fundamentals: Ch5 - Network Layer
Networking Chapter 12
Chapter 2 Networking
Topic 2.1 network communication using osi model part1
Networking Chapter 8
Network Fundamentals: Ch9 - Ethernet
Networking Essentials Lesson 01 - Eric Vanderburg
Chapter10
Basics of Networking
Wireless Technologies and Standards
Networking Chapter 5
Chapter 3 Networking
Network protocol structure scope
Basics of Network Layer and Transport Layer
2. network elements
basic networking
Chapter05
Ethernet - Networking presentation
01 coms 525 tcpip - networking concepts review
98 366 mva slides lesson 7
Ad

Similar to QSpiders - Dod Model (20)

PPTX
Local Area Network – Wired LAN
PDF
Module 1 slides
PPTX
local and wide area network--IN dats communication1) ch 5$6.pptx
PPTX
Ethernet Computer network
PPT
Networking and Data Communications
PPT
Networking Basics
PPT
IEEE and Lower Level LAN Protocols.ppt
PPT
Multimedia network services and protocols for multimedia communications
PPT
Ccna day1
PPT
C C N A Day1
PPT
PPT
Lan access control methods
PPTX
CCNA Data Center Ethernet Communication Standards
PPTX
Ethernet and token ring
PPT
Chapter 4ver2
PPT
04 - Networking Technologies.ppt
PPT
Lan basic
PPTX
Et3003 sem2-1314-3 ethernets
PPT
goldman5gdoevrosps8evosyurobaibd80wkq8.ppt
PPT
Ccna day1
Local Area Network – Wired LAN
Module 1 slides
local and wide area network--IN dats communication1) ch 5$6.pptx
Ethernet Computer network
Networking and Data Communications
Networking Basics
IEEE and Lower Level LAN Protocols.ppt
Multimedia network services and protocols for multimedia communications
Ccna day1
C C N A Day1
Lan access control methods
CCNA Data Center Ethernet Communication Standards
Ethernet and token ring
Chapter 4ver2
04 - Networking Technologies.ppt
Lan basic
Et3003 sem2-1314-3 ethernets
goldman5gdoevrosps8evosyurobaibd80wkq8.ppt
Ccna day1
Ad

More from Qspiders - Software Testing Training Institute (20)

PPS
QSpiders - Unix Operating Systems and Commands
PPS
QSpiders - Variable Length-Subnet-Masks
PPS
QSpiders - Upper layer-protocols
PPTX
QSpiders - Day1 Network Basics
PPTX
QSpiders - Aptitude Assignments
PPTX
PPTX
QSpiders - Chapter 7 Debugging
PPTX
QSpiders - Chapter 4 Checkpoints
PPTX
QSpiders - Simple Recording and Configuration of recording options for HP Loa...
PPTX
QSpiders - Wonderlic Sample Question
PPTX
QSpiders - Chapter- 3 Synchronization point
PPTX
QSpiders - Presentation JMeter
PPTX
QSpiders - Memory (JVM architecture)
PPTX
QSpiders - Jdk Jvm Jre and Jit
PPTX
QSpiders - Simple replay and run time settings Loadrunner
PPTX
PPTX
QSpiders - Introduction to HP Load Runner
PPTX
QSpiders - Interacting with My SQL Database
PPT
QSpiders - Automation using Selenium
PPTX
QSpiders - Server Architecture
QSpiders - Unix Operating Systems and Commands
QSpiders - Variable Length-Subnet-Masks
QSpiders - Upper layer-protocols
QSpiders - Day1 Network Basics
QSpiders - Aptitude Assignments
QSpiders - Chapter 7 Debugging
QSpiders - Chapter 4 Checkpoints
QSpiders - Simple Recording and Configuration of recording options for HP Loa...
QSpiders - Wonderlic Sample Question
QSpiders - Chapter- 3 Synchronization point
QSpiders - Presentation JMeter
QSpiders - Memory (JVM architecture)
QSpiders - Jdk Jvm Jre and Jit
QSpiders - Simple replay and run time settings Loadrunner
QSpiders - Introduction to HP Load Runner
QSpiders - Interacting with My SQL Database
QSpiders - Automation using Selenium
QSpiders - Server Architecture

Recently uploaded (20)

PPTX
IMMUNITY IMMUNITY refers to protection against infection, and the immune syst...
PDF
STATICS OF THE RIGID BODIES Hibbelers.pdf
PDF
Business Ethics Teaching Materials for college
PDF
Insiders guide to clinical Medicine.pdf
PPTX
Renaissance Architecture: A Journey from Faith to Humanism
PDF
ANTIBIOTICS.pptx.pdf………………… xxxxxxxxxxxxx
PPTX
The Healthy Child – Unit II | Child Health Nursing I | B.Sc Nursing 5th Semester
PDF
Abdominal Access Techniques with Prof. Dr. R K Mishra
PDF
BÀI TẬP TEST BỔ TRỢ THEO TỪNG CHỦ ĐỀ CỦA TỪNG UNIT KÈM BÀI TẬP NGHE - TIẾNG A...
PPTX
school management -TNTEU- B.Ed., Semester II Unit 1.pptx
PDF
01-Introduction-to-Information-Management.pdf
PDF
Open folder Downloads.pdf yes yes ges yes
PPTX
BOWEL ELIMINATION FACTORS AFFECTING AND TYPES
PDF
Origin of periodic table-Mendeleev’s Periodic-Modern Periodic table
PPTX
Introduction to Child Health Nursing – Unit I | Child Health Nursing I | B.Sc...
PDF
Saundersa Comprehensive Review for the NCLEX-RN Examination.pdf
PPTX
Introduction_to_Human_Anatomy_and_Physiology_for_B.Pharm.pptx
PPTX
Open Quiz Monsoon Mind Game Prelims.pptx
PPTX
Open Quiz Monsoon Mind Game Final Set.pptx
PPTX
Pharma ospi slides which help in ospi learning
IMMUNITY IMMUNITY refers to protection against infection, and the immune syst...
STATICS OF THE RIGID BODIES Hibbelers.pdf
Business Ethics Teaching Materials for college
Insiders guide to clinical Medicine.pdf
Renaissance Architecture: A Journey from Faith to Humanism
ANTIBIOTICS.pptx.pdf………………… xxxxxxxxxxxxx
The Healthy Child – Unit II | Child Health Nursing I | B.Sc Nursing 5th Semester
Abdominal Access Techniques with Prof. Dr. R K Mishra
BÀI TẬP TEST BỔ TRỢ THEO TỪNG CHỦ ĐỀ CỦA TỪNG UNIT KÈM BÀI TẬP NGHE - TIẾNG A...
school management -TNTEU- B.Ed., Semester II Unit 1.pptx
01-Introduction-to-Information-Management.pdf
Open folder Downloads.pdf yes yes ges yes
BOWEL ELIMINATION FACTORS AFFECTING AND TYPES
Origin of periodic table-Mendeleev’s Periodic-Modern Periodic table
Introduction to Child Health Nursing – Unit I | Child Health Nursing I | B.Sc...
Saundersa Comprehensive Review for the NCLEX-RN Examination.pdf
Introduction_to_Human_Anatomy_and_Physiology_for_B.Pharm.pptx
Open Quiz Monsoon Mind Game Prelims.pptx
Open Quiz Monsoon Mind Game Final Set.pptx
Pharma ospi slides which help in ospi learning

QSpiders - Dod Model

  • 2. The DoD Model • The Process / Application Layer • The Host-to-Host Layer • The Internet Layer • The Network Layer
  • 3. The DoD & OSI Application Application Presentation Session Transport Network Data Link Physical Host-to-Host Internet Network Access DoD Model OSI Model
  • 4. Process/Application Layer • The Process / Application layer defines protocols for node-to-node application communication and also controls user- interface specification. • A vast array of protocols combine at this layer of DoD’s Model to integrate the activities and duties of upper layer of OSI. • Examples for this layer are : Telnet, FTP, TFTP, NFS, SMTP, SNMP, DNS DHCP, BootP etc.
  • 5. Host-to-Host Layer • The Host-to-Host layer parallels the functions of the OSIs Transport layer • It performs the following: • Defining protocols for setting up the level of transmission service for Applications • It tackles issues like creating reliable ene-to-end communication. • It ensures the error free delivery of data • It handles packet sequencing and maintains data integrity.
  • 6. Internet Layer • Internet Layer corresponds to the OSI’s Network Layer. • It performs the following: • Designating the protocols relating to the logical transmission of packets over the entire network. • It takes care of the addressing of hosts by giving them an IP address. • It handles routing of packets among multiple networks.
  • 7. Network Access Layer •This layer is equivalent of the Data Link and Physical Layer of OSI model. •It performs the following • It monitors the data exchange between the host and the network. • Network Access Layer overseas hardware addressing and defines protocols for the physical transmission of the Data. Lets have a look on how TCP/IP Protocol suit relates to the DoD model layers.
  • 8. TCP/IP Protocol Suit at DoD DoD Model Process / Application Host-to-Host Internet Network Access TCP/IP Protocol Suit Telnet FTP LPD SNMP X WindowNFSSMTPTFTP TCP UDP ICMP Ethernet ARP RARP IP Fast Ethernet Token Ring FDDI BootP
  • 10. Common LAN Technologies • Ethernet • Token Ring • FDDI FDDI Dual Ring Token Ring
  • 11. Ethernet © 1999, Cisco Systems, Inc. www.cisco.com
  • 12. Introduction • Ethernet is a methodology for accessing a media • It allows all hosts on a network to share the same bandwidth of a link. • It is popular because : • It is easy to implement & Troubleshoot • It is easy to add new technologies like Fast Ethernet and Gigabit Ethernet to existing infrastructure. • Ethernet uses Data Link Layer and Physical Layer Specification • It uses something called CSMA/CD
  • 14. Ethernet Operation AA BB CC DD D Data Link Network Transport Session Presentation Application Physical
  • 15. Ethernet Operation AA BB CC DD D Data Link Network Transport Session Presentation Application Physical B and C Data Link Network Transport Session Presentation Application Physical
  • 16. Ethernet LANs: How do they work? • Multiple workstations are connected to a “segment” • Each station has to take turns sending traffic • All stations listen to all traffic on their segment • Stations can only send data (Ethernet Frames) when no one else is sending
  • 17. Ethernet LANs: MAC Addresses • Every workstation has a Network Interface Card (NIC) • Every NIC has a unique MAC address • Stations use MAC addresses to send Ethernet Frames to a specific station 0000.0c12.3456 0000.0c12.11110000.1018.321a
  • 18. Ethernet LANs: Unicast Frames • Ethernet frames contain the MAC address of the station that the frame was sent to • These are called “unicast” frames • All stations receive the Ethernet frame, but ignore the frames that are not addressed to their MAC address 0000.0c12.3456 0000.0c12.11110000.1018.321a Frame To: 0000.0c12.3456
  • 19. Ethernet LANs: Broadcast Frames • Some Ethernet frames are sent to all stations • These are called “broadcast” frames • All stations process this frame 0000.0c12.3456 0000.0c12.11110000.1018.321a Frame To: FFFF.FFFF.FFFF
  • 20. Flow Control Mechanism on Ethernet •CSMA/CD is the mechanism that regulates the segment •Each station listens for other traffic before they transmit PacketFrame
  • 21. Ethernet Collisions • Sometimes stations transmit simultaneously • Two frames on the same segment collide • Collisions require each station to wait and resend Collision! PacketFrame PacketFrame Packe t Packe tFrame Frame
  • 22. Ethernet Reliability B C DA B C DA Figure 1 Figure 2 Collision
  • 23. Ethernet Reliability Collision C B C DA BA D JAMJAMJAMJAMJAM JAM
  • 24. Ethernet Reliability B C DA Collision B C DA JAMJAMJAMJAMJAM JAM • Carrier sense multiple access with collision detection (CSMA/CD)
  • 25. CSMA/CD • CSMA/CD stands for Carrier Sense Multiple Access / Collision Detect. • It is used by all NICs in Ethernet Networking • In this method all NICs first sense whether the cable is free or not. • If it is free the request is sent otherwise it waits.
  • 26. Half Duplex Ethernet • It is defined in 802.3 Ethernet specifications • It uses only one wire pair for signals running in both direction. • CSMA/CD is used to prevent collision. • Half Duplex typically 10base T is 50-60 % efficient. (Depends on network size) • In a large 10 base T network you only get 3 to 4 MBPS at most.
  • 27. Full Duplex • Full Duplex Ethernet uses two pairs of wires. • It uses Point-to-Point connection • There is no collision in Full Duplex • Full Duplex is suppose to offer 100% efficiency in both direction • Means you can get 20 MBPS in 10 MBPS or 200 MBPS in Fast Ethernet running Full Duplex.
  • 28. Auto Detect Mechanism • When a Full Duplex port is powered on, it first checks with remote end and decides whether it can run on 10 or 100 MBPS. • Then it checks to see whether it can run Full duplex or half duplex. • This is called Auto Detect Mechanism.
  • 29. Ethernet Addressing • Ethernet Addressing uses MAC Address • MAC addresses are burned on every NIC • It is a 48-bit address • It is written in the same format even if different LAN Technologies are used. Organizationally Unique Identifier (OUI) (Assigned by IEEE) Vender Assigned 24 bits 24 bits Ethernet Addressing using MAC Addresses
  • 30. Ethernet and IEEE 802.3 • Benefits and background • Ethernet is the most popular physical layer LAN technology because it strikes a good balance between speed, cost, and ease of installation • Supports virtually all network protocols • Xerox initiated, then joined by DEC & Intel in 1980 • Revisions of Ethernet specification • Fast Ethernet (IEEE 802.3u) raises speed from 10 Mbps to 100 Mbps • Gigabit Ethernet is an extension of IEEE 802.3 which increases speeds to 1000 Mbps, or 1 Gbps
  • 31. • Ethernet and IEEE 802.3 • Several framing variations exist for this common LAN technology
  • 32. Ethernet Frames • Frames are used at the Data Link Layer to encapsulate packets coming down for transmission on a type of Media Access • Types of Media Access • Contention (Ethernet) • Token Passing (Token Ring or FDDI) We will be covering only “Contention”, as rest all are beyond the scope of our course.
  • 33. DataSource add FCSLengthDest add Variable266 4 0000.0C xx.xxxx Vendor assigned IEEE assigned MAC Layer - 802.3 MAC SUB-LAYER Preamble Ethernet II uses “Type” here and does not use 802.2. MAC Address 8# Bytes
  • 34. Ethernet Local Area Network • Ethernet was first created and implemented by a group called DIX (Digital, Intel and Xerox). • The first Ethernet specification was modified by IEEE and IEEE 802.3 was created. • This was a 10Mbps network running on co-axial, twisted pair and fiber physical media. • IEEE 802.3 was further modified by IEEE only and 802.3u (Fast Ethernet) and 802.3z (Gigabit Ethernet) was created. • 802.3u and 802.3z are specified only on twisted pair and fiber physical media.