SlideShare a Scribd company logo
Defining Networks with the OSI Model
Module 2
Objectives
Skills Concepts Objective Domain
Description
Objective Domain
Number
Understanding OSI Basics
Defining the Communications
Subnetwork
Defining the Upper OSI Layers
Understand the OSI
Model
3.1
Defining the Communications
Subnetwork
Understand Switches 3.1
• Standards are sets of rules that ensure hardware and software released
from different companies work together
• Examples of Organizations that Coordinate Standards:
Standards
International
Organization for
Standardization (ISO) –
Federation of standards
organizations from multiple
nations
• The Open Systems Interconnection (OSI) reference model is used to
define how data communication occurs between devices
• The model is divided into 7 layers, each layer providing services to the
layers above and below
Open Systems Interconnection (OSI)
Layer Defines
Layer 7 – Application Layer Enables users and applications to access network services
Layer 6 – Presentation Layer Translates data into a common format
Layer 5 – Session Layer Establishes a communication session between devices
Layer 4 – Transport Layer Manages message fragmentation and reassembly
Layer 3 – Network Layer Manages data routing and creating sub networks
Layer 2 – Data Link Layer Provides error-free transfer of data frames
Layer 1 – Physical Layer Physical network media and signal methods
OSI Model Layers
Layer Protocol Data Unit
(PDU)
Application Data
Presentation Data
Session Data
Transport Segment
Network Packet
Data Link Frame
Physical Bits
Layer Protocol Data Unit
(PDU)
Application Data
Presentation Data
Session Data
Transport Segment
Network Packet
Data Link Frame
Physical Bits
The Wire
• Defines the physical and electrical medium for data transfer
• Physical layer components: cables, jacks, patch panels, punch blocks,
hubs, and MAUs
• Physical layer concepts: topologies, analog versus digital/encoding, bit
synchronization, baseband versus broadband, multiplexing, and serial
data transfer
• Unit of measurement: Bits
Layer 1 – Physical Layer
• LAN standard providing a communication method for high speed data
exchange among devices
• Defined Physical and Data Link Layer
• 100BASE-T
• 100 for 100 Mbps
• BASE for baseband
• T for twisted-pair cabling
• Baseband refers to the fact that devices on the network use digital
signaling over a single frequency
• Broadband systems use analog signaling over a range of frequencies
enabling multiple channels over the same physical medium
Ethernet Standards
• Establishes, maintains, and decides how transfer is accomplished over
the physical layer and ensures error-free transmission over the physical
layer
• Physical addresses (the hexadecimal address that is burned into the
ROM of the NIC), known as the MAC address uniquely identify each
hardware device work at the Data Link Layer
• Data Link Layer components: network interface cards and bridges
• Unit of measurement: frames
Layer 2 – Data Link Layer
• Network adapters on an Ethernet network have unique Media Access
Control (MAC) addresses
• MAC addresses are unique identifiers assigned to network adapters by
the manufacturer
• MAC address is six octets in length written in hexadecimal
Media Access Control Address
• Layer 2 switches are hardware-based and use the MAC address of each
host computer’s network adapter when deciding where to direct data
frames
• Ports on the switch are mapped to the specific MAC address of the
device attached
Layer 2 Switches
• Layer 2 switching can also allow for a virtual LAN (VLAN) to be
implemented.
• A VLAN is implemented to segment and organize the network, to
reduce collisions, boost performance
• IEEE 802.1Q is the standard that supports VLANs
• A tag is added to the data frame to identify the VLAN
Virtual LAN (VLAN)
• Controls the operations of routing and switching information to
different networks
• Translates logical addresses or names to physical addresses
• Internet Protocol (IP) is a Network Layer protocol
• Devices that work at the network layer are routers and IP switches
• Network Layer components: IP addresses, subnets
• Unit of measurement: packets
Layer 3 – Network Layer
• Switches can also reside on the network layer
• A layer 3 switch determines paths for data using logical addressing (IP
addresses) instead of physical addressing (MAC addresses for a layer 2
switch)
• Layer 3 switches forward packets, whereas layer 2 switches forward
frames
Layer 3 Switches
• This layer ensures messages are delivered error-free, in sequence and
with no losses or duplications
• Protocols that work at this layer segment messages, ensure correct
reassembly at the receiving end, perform message acknowledgement
and message traffic control
• The Transport Layer contains both connection-oriented and
connectionless protocols
• Unit of measurement used: segments or messages
Layer 4 – Transport Layer
• Require both devices involved in the communication establish an end-
to-end logical connection before data can be sent
• These communications are considered reliable network services
• Packets not received by the destination device can be resent by the
sender
Connection Oriented Communications
Hello! I am a
PC
Hello! I am a
Server!
Ok, I will
watch for it!
I want to send
you something
important!
• End-to-end connection is not necessary before data is sent
• Every packet that is sent has the destination address in the header
• Sufficient to move independent packets, such as in streaming media
• Datagram delivery is not guaranteed and lost packets cannot be resent
Connectionless Communications
LISTEN TO ME!!!
AAAaaaahhh!!!! .
• The Transport Layer contains both connection-oriented and
connectionless protocols
• Transmission Control Protocol (TCP) provides a connection-based,
reliable, byte-stream service to programs
• User Datagram Protocol (UDP) provides a connectionless, unreliable
transport service
Connection-based Protocols
• TCP transport is used for logging on, file and print sharing, replication
of information between domain controllers, transfer of browse lists, and
other common functions. TCP can only be used for one-to-one
communications.
• UDP is often used for one-to-many communications, using broadcast
or multicast IP datagrams
TCP and UDP
Protocol Type Example
Transmission Control Protocol
(TCP)
Connection-oriented Web browser
User Datagram Protocol (UDP) Connectionless Streaming media
• Ports are a Layer 4 protocol that a computer uses for data transmission
• Ports act as logical communications endpoint for specific program on
computers for delivery of data sent
• There are a total of 65,536 ports, numbering between 0 and 65,535
• Ports are defined by the Internet Assigned Numbers Authority or IANA
and divided into categories
Ports
Ports
• The Session Layer manages session establishment, maintenance and
termination between network devices
• Example: when you log on and log off
• This layer controls the name and address database for the OS
• NetBIOS (Network Basic Input Output System) is a protocol that works
at this layer
Layer 5 – Session Layer
• This layer translates the data format from sender to receiver in the
various OSes that may be used
• Presentation Layer concepts include: character code conversion, data
compression, and data encryption
• Redirectors work on this layer, such as mapped network drives that
enable a computer to access file shares on a remote computer
Layer 6 – Presentation Layer
• Serves as a the window for users and application processes to access
network services
• This layer is where message creation begins
• End-user protocols such as FTP, SMTP, Telnet, and RAS work at this layer
• This layer is not the application itself, but the protocols that are initiated
by this layer
Layer 7 – Application Layer
OSI Model Revisited
Layer Protocol Device
7 – Application FTP, HTTP, POP3, SMTP Gateway
6 – Presentation Compression, Encryption N/A
5 – Session Logon/Logoff N/A
4 – Transport TCP, UDP N/A
3 – Network IP, ICMP, ARP, RIP Routers
2 – Data Link 802.3, 803.5 NICs, Switches, Bridges,
WAPs
1 – Physical 100BASE-T, 1000BASE-X Hubs, Patch Panels, RJ45
Jacks
• The TCP/IP model is similar to the OSI model
• This model is composed of only four layers
TCP Model
Layer Description Protocols
Application Layer Defines TCP/IP application protocols HTTP, Telnet, FTP, SMNP, DNS
Transport Layer Provides communication session
management
TCP, UDP, RTP
Internet Layer Packages and routes data IP, ICMP, ARP, RARP
Network Interface Details how data is physically sent through
the network
Ethernet, Token Ring, Frame
Relay
• The OSI Physical layer is skipped altogether on the TCP model
OSI Model compared to TCP Model
OSI Model TCP Model
Application Layer
Application LayerPresentation Layer
Session Layer
Transport Layer Transport Layer
Network Layer Internet Layer
Data Link Layer
Network Access Layer
Physical Layer
• Understand the OSI model by defining each of the layers from a theory
perspective
• Be able to separate the functions of the lower levels of the OSI model,
from the upper levels where message creation begins.
• Understand the differences between layer 2 and layer 3 switches, and
gain a basic understanding of how they operate.
• Differentiate between the OSI model and the TCP model.
Summary
Additional Resources & Next Steps
Books
• Exam 98-366: MTA
Networking
Fundamentals (Microsoft
Official Academic
Course)
Instructor-Led Courses
• 40033A: Windows Operating System and Windows
Server Fundamentals: Training 2-Pack for MTA
Exams 98-349 and 98-365 (5 Days)
• 40349A: Windows Operating System Fundamentals:
MTA Exam 98-349 (3 Days)
• 40032A: Networking and Security Fundamentals:
Training 2-Pack for MTA Exams 98-366 and 98-367
(5 Days)
• 40366A: Networking Fundamentals: MTA Exam 98-
366
Exams &
Certifications
• Exam 98-366:
Networking
Fundamentals
MVA slides lesson 2

More Related Content

What's hot

Basics of Computer Network Device
Basics of Computer Network DeviceBasics of Computer Network Device
Basics of Computer Network Device
Rubal Sagwal
 
Layer 2 switching
Layer 2 switchingLayer 2 switching
Layer 2 switching
NetProtocol Xpert
 
Wireless Local Area Networks
Wireless Local Area NetworksWireless Local Area Networks
Wireless Local Area NetworksDon Norwood
 
DATA-LINK LAYER.ppt
DATA-LINK LAYER.pptDATA-LINK LAYER.ppt
DATA-LINK LAYER.ppt
DrTThendralCompSci
 
Dynamic Routing IGRP
Dynamic Routing IGRPDynamic Routing IGRP
Dynamic Routing IGRPKishore Kumar
 
Cisco Networking (Routing and Switching)
Cisco Networking (Routing and Switching)Cisco Networking (Routing and Switching)
Cisco Networking (Routing and Switching)
Alan Mark
 
OPEN SHORTEST PATH FIRST (OSPF)
OPEN SHORTEST PATH FIRST (OSPF)OPEN SHORTEST PATH FIRST (OSPF)
OPEN SHORTEST PATH FIRST (OSPF)
Ann Joseph
 
Ethernet,token ring
Ethernet,token ring Ethernet,token ring
Ethernet,token ring
Hareem Naz
 
Frame Relay
Frame RelayFrame Relay
Tcp ip tutorial
Tcp ip tutorialTcp ip tutorial
Tcp ip tutorial
PRINCE KUMAR
 
Lesson 6: Dynamic Host Configuration Protocol A
Lesson 6: Dynamic Host Configuration Protocol ALesson 6: Dynamic Host Configuration Protocol A
Lesson 6: Dynamic Host Configuration Protocol A
Mahmmoud Mahdi
 
Ethernet frame format
Ethernet frame formatEthernet frame format
Ethernet frame formatmyrajendra
 
Chapter07
Chapter07Chapter07
Chapter07
Muhammad Ahad
 
Networking Basics
Networking BasicsNetworking Basics
Networking Basics
Mohd. ShahNawab
 
Bgp protocol
Bgp protocolBgp protocol
Bgp protocol
Smriti Tikoo
 
Ccna rse chp6 VLAN
Ccna rse chp6 VLANCcna rse chp6 VLAN
Ccna rse chp6 VLAN
newbie2019
 
Routing protocols
Routing protocolsRouting protocols
Routing protocols
Sourabh Goyal
 
Ccna PPT
Ccna PPTCcna PPT
Ccna PPT
AIRTEL
 

What's hot (20)

Basics of Computer Network Device
Basics of Computer Network DeviceBasics of Computer Network Device
Basics of Computer Network Device
 
Layer 2 switching
Layer 2 switchingLayer 2 switching
Layer 2 switching
 
Wireless Local Area Networks
Wireless Local Area NetworksWireless Local Area Networks
Wireless Local Area Networks
 
DATA-LINK LAYER.ppt
DATA-LINK LAYER.pptDATA-LINK LAYER.ppt
DATA-LINK LAYER.ppt
 
Dynamic Routing IGRP
Dynamic Routing IGRPDynamic Routing IGRP
Dynamic Routing IGRP
 
Cisco Networking (Routing and Switching)
Cisco Networking (Routing and Switching)Cisco Networking (Routing and Switching)
Cisco Networking (Routing and Switching)
 
OPEN SHORTEST PATH FIRST (OSPF)
OPEN SHORTEST PATH FIRST (OSPF)OPEN SHORTEST PATH FIRST (OSPF)
OPEN SHORTEST PATH FIRST (OSPF)
 
CCNA TCP/IP
CCNA TCP/IPCCNA TCP/IP
CCNA TCP/IP
 
Ethernet,token ring
Ethernet,token ring Ethernet,token ring
Ethernet,token ring
 
Frame Relay
Frame RelayFrame Relay
Frame Relay
 
Tcp ip tutorial
Tcp ip tutorialTcp ip tutorial
Tcp ip tutorial
 
Lesson 6: Dynamic Host Configuration Protocol A
Lesson 6: Dynamic Host Configuration Protocol ALesson 6: Dynamic Host Configuration Protocol A
Lesson 6: Dynamic Host Configuration Protocol A
 
Ethernet frame format
Ethernet frame formatEthernet frame format
Ethernet frame format
 
Chapter07
Chapter07Chapter07
Chapter07
 
Networking Basics
Networking BasicsNetworking Basics
Networking Basics
 
Bgp protocol
Bgp protocolBgp protocol
Bgp protocol
 
Ccna rse chp6 VLAN
Ccna rse chp6 VLANCcna rse chp6 VLAN
Ccna rse chp6 VLAN
 
Lan technologies
Lan technologiesLan technologies
Lan technologies
 
Routing protocols
Routing protocolsRouting protocols
Routing protocols
 
Ccna PPT
Ccna PPTCcna PPT
Ccna PPT
 

Viewers also liked

98 366 mva slides lesson 8
98 366 mva slides lesson 898 366 mva slides lesson 8
98 366 mva slides lesson 8
suddenven
 
MVA Presentation 2
MVA Presentation 2MVA Presentation 2
MVA Presentation 2
Bryan Chung
 
MVA Presentation 5
MVA Presentation 5MVA Presentation 5
MVA Presentation 5
Bryan Chung
 
Manual vaccum Aspiration
Manual vaccum AspirationManual vaccum Aspiration
Manual vaccum Aspiration
Supriya Chinchpure
 
98 366 mva slides lesson 5
98 366 mva slides lesson 598 366 mva slides lesson 5
98 366 mva slides lesson 5
suddenven
 
MVA in the management of first trimester abortions
 MVA in the management of first trimester abortions MVA in the management of first trimester abortions
MVA in the management of first trimester abortions
Smile Baby IVF
 
98 366 mva slides lesson 7
98 366 mva slides lesson 798 366 mva slides lesson 7
98 366 mva slides lesson 7
suddenven
 
MANUAL VACUUM ASPIRATION
MANUAL VACUUM ASPIRATIONMANUAL VACUUM ASPIRATION
MANUAL VACUUM ASPIRATION
Osama Warda
 
Manual vacuum aspirator
Manual vacuum aspiratorManual vacuum aspirator
Manual vacuum aspirator
sweetututu
 

Viewers also liked (9)

98 366 mva slides lesson 8
98 366 mva slides lesson 898 366 mva slides lesson 8
98 366 mva slides lesson 8
 
MVA Presentation 2
MVA Presentation 2MVA Presentation 2
MVA Presentation 2
 
MVA Presentation 5
MVA Presentation 5MVA Presentation 5
MVA Presentation 5
 
Manual vaccum Aspiration
Manual vaccum AspirationManual vaccum Aspiration
Manual vaccum Aspiration
 
98 366 mva slides lesson 5
98 366 mva slides lesson 598 366 mva slides lesson 5
98 366 mva slides lesson 5
 
MVA in the management of first trimester abortions
 MVA in the management of first trimester abortions MVA in the management of first trimester abortions
MVA in the management of first trimester abortions
 
98 366 mva slides lesson 7
98 366 mva slides lesson 798 366 mva slides lesson 7
98 366 mva slides lesson 7
 
MANUAL VACUUM ASPIRATION
MANUAL VACUUM ASPIRATIONMANUAL VACUUM ASPIRATION
MANUAL VACUUM ASPIRATION
 
Manual vacuum aspirator
Manual vacuum aspiratorManual vacuum aspirator
Manual vacuum aspirator
 

Similar to MVA slides lesson 2

Unit 2 ppt-idc
Unit 2 ppt-idcUnit 2 ppt-idc
Unit 2 ppt-idc
hiya123jes
 
06 - OSI Model.ppt
06 - OSI Model.ppt06 - OSI Model.ppt
06 - OSI Model.ppt
ssuserf7cd2b
 
06 - OSI Model.ppt
06 - OSI Model.ppt06 - OSI Model.ppt
06 - OSI Model.ppt
ssuserf7cd2b
 
Osi
OsiOsi
Sargation university's open system interconnection
Sargation university's open system interconnectionSargation university's open system interconnection
Sargation university's open system interconnection
KingPinYT
 
lecture 4.pptx
lecture 4.pptxlecture 4.pptx
lecture 4.pptx
MelkamuEndale1
 
Bhargava Presentation.ppt
Bhargava Presentation.pptBhargava Presentation.ppt
Bhargava Presentation.ppt
EnumulaBhargava1
 
Bhargava Presentation.ppt
Bhargava Presentation.pptBhargava Presentation.ppt
Bhargava Presentation.ppt
EnumulaBhargava1
 
lecture 2.pptx
lecture 2.pptxlecture 2.pptx
lecture 2.pptx
MelkamuEndale1
 
Network Protocol and TCP/IP
Network Protocol and TCP/IPNetwork Protocol and TCP/IP
Network Protocol and TCP/IP
Bwsrang Basumatary
 
Protocol layer,OSI model & POP3
Protocol layer,OSI model & POP3Protocol layer,OSI model & POP3
Protocol layer,OSI model & POP3
Zakirul Islam
 
The Theoretical Network
The Theoretical NetworkThe Theoretical Network
The Theoretical Network
zaisahil
 
CN Unit-1 PPT.pptx
CN Unit-1 PPT.pptxCN Unit-1 PPT.pptx
CN Unit-1 PPT.pptx
AnithaVanama1
 
Lecture 1 Network Reference Models Final.pptx
Lecture 1 Network Reference Models Final.pptxLecture 1 Network Reference Models Final.pptx
Lecture 1 Network Reference Models Final.pptx
Ronoh Kennedy
 
OSI Model.pdf
OSI Model.pdfOSI Model.pdf
OSI Model.pdf
Madhumitha Jayaram
 
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)
Tutun Juhana
 
Web technologies: recap on TCP-IP
Web technologies: recap on TCP-IPWeb technologies: recap on TCP-IP
Web technologies: recap on TCP-IPPiero Fraternali
 
CISSP - Chapter 4 - Network Fundamental
CISSP - Chapter 4 - Network FundamentalCISSP - Chapter 4 - Network Fundamental
CISSP - Chapter 4 - Network Fundamental
Karthikeyan Dhayalan
 
TCP/IP model
TCP/IP modelTCP/IP model
TCP/IP model
Krishnkant Pandey
 
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)
Tutun Juhana
 

Similar to MVA slides lesson 2 (20)

Unit 2 ppt-idc
Unit 2 ppt-idcUnit 2 ppt-idc
Unit 2 ppt-idc
 
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
 
Osi
OsiOsi
Osi
 
Sargation university's open system interconnection
Sargation university's open system interconnectionSargation university's open system interconnection
Sargation university's open system interconnection
 
lecture 4.pptx
lecture 4.pptxlecture 4.pptx
lecture 4.pptx
 
Bhargava Presentation.ppt
Bhargava Presentation.pptBhargava Presentation.ppt
Bhargava Presentation.ppt
 
Bhargava Presentation.ppt
Bhargava Presentation.pptBhargava Presentation.ppt
Bhargava Presentation.ppt
 
lecture 2.pptx
lecture 2.pptxlecture 2.pptx
lecture 2.pptx
 
Network Protocol and TCP/IP
Network Protocol and TCP/IPNetwork Protocol and TCP/IP
Network Protocol and TCP/IP
 
Protocol layer,OSI model & POP3
Protocol layer,OSI model & POP3Protocol layer,OSI model & POP3
Protocol layer,OSI model & POP3
 
The Theoretical Network
The Theoretical NetworkThe Theoretical Network
The Theoretical Network
 
CN Unit-1 PPT.pptx
CN Unit-1 PPT.pptxCN Unit-1 PPT.pptx
CN Unit-1 PPT.pptx
 
Lecture 1 Network Reference Models Final.pptx
Lecture 1 Network Reference Models Final.pptxLecture 1 Network Reference Models Final.pptx
Lecture 1 Network Reference Models Final.pptx
 
OSI Model.pdf
OSI Model.pdfOSI Model.pdf
OSI Model.pdf
 
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)
 
Web technologies: recap on TCP-IP
Web technologies: recap on TCP-IPWeb technologies: recap on TCP-IP
Web technologies: recap on TCP-IP
 
CISSP - Chapter 4 - Network Fundamental
CISSP - Chapter 4 - Network FundamentalCISSP - Chapter 4 - Network Fundamental
CISSP - Chapter 4 - Network Fundamental
 
TCP/IP model
TCP/IP modelTCP/IP model
TCP/IP model
 
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)
 

More from Fabio Almeida- Oficina Eletrônica

Curso de Eletrônica Mix Cursos São João del Rei
Curso de Eletrônica Mix Cursos São João del ReiCurso de Eletrônica Mix Cursos São João del Rei
Curso de Eletrônica Mix Cursos São João del Rei
Fabio Almeida- Oficina Eletrônica
 
Curso de Informática
Curso de InformáticaCurso de Informática
Curso de Informática
Fabio Almeida- Oficina Eletrônica
 
Exercício interativo windows 7
Exercício interativo windows 7Exercício interativo windows 7
Exercício interativo windows 7
Fabio Almeida- Oficina Eletrônica
 
Cloud computing- Computação em Nuvem
Cloud computing- Computação em NuvemCloud computing- Computação em Nuvem
Cloud computing- Computação em Nuvem
Fabio Almeida- Oficina Eletrônica
 
MVA slides lesson 6
MVA slides lesson 6MVA slides lesson 6
Conhecendo o sistema operacional windows xp
Conhecendo o sistema operacional windows xpConhecendo o sistema operacional windows xp
Conhecendo o sistema operacional windows xp
Fabio Almeida- Oficina Eletrônica
 
Exercícios de Windows XP Interativo
Exercícios de Windows XP InterativoExercícios de Windows XP Interativo
Exercícios de Windows XP Interativo
Fabio Almeida- Oficina Eletrônica
 

More from Fabio Almeida- Oficina Eletrônica (8)

Curso de Eletrônica Mix Cursos São João del Rei
Curso de Eletrônica Mix Cursos São João del ReiCurso de Eletrônica Mix Cursos São João del Rei
Curso de Eletrônica Mix Cursos São João del Rei
 
Curso de Informática
Curso de InformáticaCurso de Informática
Curso de Informática
 
Exercício interativo windows 7
Exercício interativo windows 7Exercício interativo windows 7
Exercício interativo windows 7
 
Cloud computing- Computação em Nuvem
Cloud computing- Computação em NuvemCloud computing- Computação em Nuvem
Cloud computing- Computação em Nuvem
 
Redes
RedesRedes
Redes
 
MVA slides lesson 6
MVA slides lesson 6MVA slides lesson 6
MVA slides lesson 6
 
Conhecendo o sistema operacional windows xp
Conhecendo o sistema operacional windows xpConhecendo o sistema operacional windows xp
Conhecendo o sistema operacional windows xp
 
Exercícios de Windows XP Interativo
Exercícios de Windows XP InterativoExercícios de Windows XP Interativo
Exercícios de Windows XP Interativo
 

Recently uploaded

Kubernetes & AI - Beauty and the Beast !?! @KCD Istanbul 2024
Kubernetes & AI - Beauty and the Beast !?! @KCD Istanbul 2024Kubernetes & AI - Beauty and the Beast !?! @KCD Istanbul 2024
Kubernetes & AI - Beauty and the Beast !?! @KCD Istanbul 2024
Tobias Schneck
 
Essentials of Automations: Optimizing FME Workflows with Parameters
Essentials of Automations: Optimizing FME Workflows with ParametersEssentials of Automations: Optimizing FME Workflows with Parameters
Essentials of Automations: Optimizing FME Workflows with Parameters
Safe Software
 
Connector Corner: Automate dynamic content and events by pushing a button
Connector Corner: Automate dynamic content and events by pushing a buttonConnector Corner: Automate dynamic content and events by pushing a button
Connector Corner: Automate dynamic content and events by pushing a button
DianaGray10
 
Builder.ai Founder Sachin Dev Duggal's Strategic Approach to Create an Innova...
Builder.ai Founder Sachin Dev Duggal's Strategic Approach to Create an Innova...Builder.ai Founder Sachin Dev Duggal's Strategic Approach to Create an Innova...
Builder.ai Founder Sachin Dev Duggal's Strategic Approach to Create an Innova...
Ramesh Iyer
 
The Future of Platform Engineering
The Future of Platform EngineeringThe Future of Platform Engineering
The Future of Platform Engineering
Jemma Hussein Allen
 
FIDO Alliance Osaka Seminar: Passkeys and the Road Ahead.pdf
FIDO Alliance Osaka Seminar: Passkeys and the Road Ahead.pdfFIDO Alliance Osaka Seminar: Passkeys and the Road Ahead.pdf
FIDO Alliance Osaka Seminar: Passkeys and the Road Ahead.pdf
FIDO Alliance
 
Mission to Decommission: Importance of Decommissioning Products to Increase E...
Mission to Decommission: Importance of Decommissioning Products to Increase E...Mission to Decommission: Importance of Decommissioning Products to Increase E...
Mission to Decommission: Importance of Decommissioning Products to Increase E...
Product School
 
Unsubscribed: Combat Subscription Fatigue With a Membership Mentality by Head...
Unsubscribed: Combat Subscription Fatigue With a Membership Mentality by Head...Unsubscribed: Combat Subscription Fatigue With a Membership Mentality by Head...
Unsubscribed: Combat Subscription Fatigue With a Membership Mentality by Head...
Product School
 
LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...
LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...
LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...
DanBrown980551
 
UiPath Test Automation using UiPath Test Suite series, part 4
UiPath Test Automation using UiPath Test Suite series, part 4UiPath Test Automation using UiPath Test Suite series, part 4
UiPath Test Automation using UiPath Test Suite series, part 4
DianaGray10
 
IOS-PENTESTING-BEGINNERS-PRACTICAL-GUIDE-.pptx
IOS-PENTESTING-BEGINNERS-PRACTICAL-GUIDE-.pptxIOS-PENTESTING-BEGINNERS-PRACTICAL-GUIDE-.pptx
IOS-PENTESTING-BEGINNERS-PRACTICAL-GUIDE-.pptx
Abida Shariff
 
To Graph or Not to Graph Knowledge Graph Architectures and LLMs
To Graph or Not to Graph Knowledge Graph Architectures and LLMsTo Graph or Not to Graph Knowledge Graph Architectures and LLMs
To Graph or Not to Graph Knowledge Graph Architectures and LLMs
Paul Groth
 
Leading Change strategies and insights for effective change management pdf 1.pdf
Leading Change strategies and insights for effective change management pdf 1.pdfLeading Change strategies and insights for effective change management pdf 1.pdf
Leading Change strategies and insights for effective change management pdf 1.pdf
OnBoard
 
Slack (or Teams) Automation for Bonterra Impact Management (fka Social Soluti...
Slack (or Teams) Automation for Bonterra Impact Management (fka Social Soluti...Slack (or Teams) Automation for Bonterra Impact Management (fka Social Soluti...
Slack (or Teams) Automation for Bonterra Impact Management (fka Social Soluti...
Jeffrey Haguewood
 
When stars align: studies in data quality, knowledge graphs, and machine lear...
When stars align: studies in data quality, knowledge graphs, and machine lear...When stars align: studies in data quality, knowledge graphs, and machine lear...
When stars align: studies in data quality, knowledge graphs, and machine lear...
Elena Simperl
 
State of ICS and IoT Cyber Threat Landscape Report 2024 preview
State of ICS and IoT Cyber Threat Landscape Report 2024 previewState of ICS and IoT Cyber Threat Landscape Report 2024 preview
State of ICS and IoT Cyber Threat Landscape Report 2024 preview
Prayukth K V
 
Bits & Pixels using AI for Good.........
Bits & Pixels using AI for Good.........Bits & Pixels using AI for Good.........
Bits & Pixels using AI for Good.........
Alison B. Lowndes
 
GraphRAG is All You need? LLM & Knowledge Graph
GraphRAG is All You need? LLM & Knowledge GraphGraphRAG is All You need? LLM & Knowledge Graph
GraphRAG is All You need? LLM & Knowledge Graph
Guy Korland
 
Knowledge engineering: from people to machines and back
Knowledge engineering: from people to machines and backKnowledge engineering: from people to machines and back
Knowledge engineering: from people to machines and back
Elena Simperl
 
Smart TV Buyer Insights Survey 2024 by 91mobiles.pdf
Smart TV Buyer Insights Survey 2024 by 91mobiles.pdfSmart TV Buyer Insights Survey 2024 by 91mobiles.pdf
Smart TV Buyer Insights Survey 2024 by 91mobiles.pdf
91mobiles
 

Recently uploaded (20)

Kubernetes & AI - Beauty and the Beast !?! @KCD Istanbul 2024
Kubernetes & AI - Beauty and the Beast !?! @KCD Istanbul 2024Kubernetes & AI - Beauty and the Beast !?! @KCD Istanbul 2024
Kubernetes & AI - Beauty and the Beast !?! @KCD Istanbul 2024
 
Essentials of Automations: Optimizing FME Workflows with Parameters
Essentials of Automations: Optimizing FME Workflows with ParametersEssentials of Automations: Optimizing FME Workflows with Parameters
Essentials of Automations: Optimizing FME Workflows with Parameters
 
Connector Corner: Automate dynamic content and events by pushing a button
Connector Corner: Automate dynamic content and events by pushing a buttonConnector Corner: Automate dynamic content and events by pushing a button
Connector Corner: Automate dynamic content and events by pushing a button
 
Builder.ai Founder Sachin Dev Duggal's Strategic Approach to Create an Innova...
Builder.ai Founder Sachin Dev Duggal's Strategic Approach to Create an Innova...Builder.ai Founder Sachin Dev Duggal's Strategic Approach to Create an Innova...
Builder.ai Founder Sachin Dev Duggal's Strategic Approach to Create an Innova...
 
The Future of Platform Engineering
The Future of Platform EngineeringThe Future of Platform Engineering
The Future of Platform Engineering
 
FIDO Alliance Osaka Seminar: Passkeys and the Road Ahead.pdf
FIDO Alliance Osaka Seminar: Passkeys and the Road Ahead.pdfFIDO Alliance Osaka Seminar: Passkeys and the Road Ahead.pdf
FIDO Alliance Osaka Seminar: Passkeys and the Road Ahead.pdf
 
Mission to Decommission: Importance of Decommissioning Products to Increase E...
Mission to Decommission: Importance of Decommissioning Products to Increase E...Mission to Decommission: Importance of Decommissioning Products to Increase E...
Mission to Decommission: Importance of Decommissioning Products to Increase E...
 
Unsubscribed: Combat Subscription Fatigue With a Membership Mentality by Head...
Unsubscribed: Combat Subscription Fatigue With a Membership Mentality by Head...Unsubscribed: Combat Subscription Fatigue With a Membership Mentality by Head...
Unsubscribed: Combat Subscription Fatigue With a Membership Mentality by Head...
 
LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...
LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...
LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...
 
UiPath Test Automation using UiPath Test Suite series, part 4
UiPath Test Automation using UiPath Test Suite series, part 4UiPath Test Automation using UiPath Test Suite series, part 4
UiPath Test Automation using UiPath Test Suite series, part 4
 
IOS-PENTESTING-BEGINNERS-PRACTICAL-GUIDE-.pptx
IOS-PENTESTING-BEGINNERS-PRACTICAL-GUIDE-.pptxIOS-PENTESTING-BEGINNERS-PRACTICAL-GUIDE-.pptx
IOS-PENTESTING-BEGINNERS-PRACTICAL-GUIDE-.pptx
 
To Graph or Not to Graph Knowledge Graph Architectures and LLMs
To Graph or Not to Graph Knowledge Graph Architectures and LLMsTo Graph or Not to Graph Knowledge Graph Architectures and LLMs
To Graph or Not to Graph Knowledge Graph Architectures and LLMs
 
Leading Change strategies and insights for effective change management pdf 1.pdf
Leading Change strategies and insights for effective change management pdf 1.pdfLeading Change strategies and insights for effective change management pdf 1.pdf
Leading Change strategies and insights for effective change management pdf 1.pdf
 
Slack (or Teams) Automation for Bonterra Impact Management (fka Social Soluti...
Slack (or Teams) Automation for Bonterra Impact Management (fka Social Soluti...Slack (or Teams) Automation for Bonterra Impact Management (fka Social Soluti...
Slack (or Teams) Automation for Bonterra Impact Management (fka Social Soluti...
 
When stars align: studies in data quality, knowledge graphs, and machine lear...
When stars align: studies in data quality, knowledge graphs, and machine lear...When stars align: studies in data quality, knowledge graphs, and machine lear...
When stars align: studies in data quality, knowledge graphs, and machine lear...
 
State of ICS and IoT Cyber Threat Landscape Report 2024 preview
State of ICS and IoT Cyber Threat Landscape Report 2024 previewState of ICS and IoT Cyber Threat Landscape Report 2024 preview
State of ICS and IoT Cyber Threat Landscape Report 2024 preview
 
Bits & Pixels using AI for Good.........
Bits & Pixels using AI for Good.........Bits & Pixels using AI for Good.........
Bits & Pixels using AI for Good.........
 
GraphRAG is All You need? LLM & Knowledge Graph
GraphRAG is All You need? LLM & Knowledge GraphGraphRAG is All You need? LLM & Knowledge Graph
GraphRAG is All You need? LLM & Knowledge Graph
 
Knowledge engineering: from people to machines and back
Knowledge engineering: from people to machines and backKnowledge engineering: from people to machines and back
Knowledge engineering: from people to machines and back
 
Smart TV Buyer Insights Survey 2024 by 91mobiles.pdf
Smart TV Buyer Insights Survey 2024 by 91mobiles.pdfSmart TV Buyer Insights Survey 2024 by 91mobiles.pdf
Smart TV Buyer Insights Survey 2024 by 91mobiles.pdf
 

MVA slides lesson 2

  • 1. Defining Networks with the OSI Model Module 2
  • 2. Objectives Skills Concepts Objective Domain Description Objective Domain Number Understanding OSI Basics Defining the Communications Subnetwork Defining the Upper OSI Layers Understand the OSI Model 3.1 Defining the Communications Subnetwork Understand Switches 3.1
  • 3. • Standards are sets of rules that ensure hardware and software released from different companies work together • Examples of Organizations that Coordinate Standards: Standards International Organization for Standardization (ISO) – Federation of standards organizations from multiple nations
  • 4. • The Open Systems Interconnection (OSI) reference model is used to define how data communication occurs between devices • The model is divided into 7 layers, each layer providing services to the layers above and below Open Systems Interconnection (OSI) Layer Defines Layer 7 – Application Layer Enables users and applications to access network services Layer 6 – Presentation Layer Translates data into a common format Layer 5 – Session Layer Establishes a communication session between devices Layer 4 – Transport Layer Manages message fragmentation and reassembly Layer 3 – Network Layer Manages data routing and creating sub networks Layer 2 – Data Link Layer Provides error-free transfer of data frames Layer 1 – Physical Layer Physical network media and signal methods
  • 5. OSI Model Layers Layer Protocol Data Unit (PDU) Application Data Presentation Data Session Data Transport Segment Network Packet Data Link Frame Physical Bits Layer Protocol Data Unit (PDU) Application Data Presentation Data Session Data Transport Segment Network Packet Data Link Frame Physical Bits The Wire
  • 6. • Defines the physical and electrical medium for data transfer • Physical layer components: cables, jacks, patch panels, punch blocks, hubs, and MAUs • Physical layer concepts: topologies, analog versus digital/encoding, bit synchronization, baseband versus broadband, multiplexing, and serial data transfer • Unit of measurement: Bits Layer 1 – Physical Layer
  • 7. • LAN standard providing a communication method for high speed data exchange among devices • Defined Physical and Data Link Layer • 100BASE-T • 100 for 100 Mbps • BASE for baseband • T for twisted-pair cabling • Baseband refers to the fact that devices on the network use digital signaling over a single frequency • Broadband systems use analog signaling over a range of frequencies enabling multiple channels over the same physical medium Ethernet Standards
  • 8. • Establishes, maintains, and decides how transfer is accomplished over the physical layer and ensures error-free transmission over the physical layer • Physical addresses (the hexadecimal address that is burned into the ROM of the NIC), known as the MAC address uniquely identify each hardware device work at the Data Link Layer • Data Link Layer components: network interface cards and bridges • Unit of measurement: frames Layer 2 – Data Link Layer
  • 9. • Network adapters on an Ethernet network have unique Media Access Control (MAC) addresses • MAC addresses are unique identifiers assigned to network adapters by the manufacturer • MAC address is six octets in length written in hexadecimal Media Access Control Address
  • 10. • Layer 2 switches are hardware-based and use the MAC address of each host computer’s network adapter when deciding where to direct data frames • Ports on the switch are mapped to the specific MAC address of the device attached Layer 2 Switches
  • 11. • Layer 2 switching can also allow for a virtual LAN (VLAN) to be implemented. • A VLAN is implemented to segment and organize the network, to reduce collisions, boost performance • IEEE 802.1Q is the standard that supports VLANs • A tag is added to the data frame to identify the VLAN Virtual LAN (VLAN)
  • 12. • Controls the operations of routing and switching information to different networks • Translates logical addresses or names to physical addresses • Internet Protocol (IP) is a Network Layer protocol • Devices that work at the network layer are routers and IP switches • Network Layer components: IP addresses, subnets • Unit of measurement: packets Layer 3 – Network Layer
  • 13. • Switches can also reside on the network layer • A layer 3 switch determines paths for data using logical addressing (IP addresses) instead of physical addressing (MAC addresses for a layer 2 switch) • Layer 3 switches forward packets, whereas layer 2 switches forward frames Layer 3 Switches
  • 14. • This layer ensures messages are delivered error-free, in sequence and with no losses or duplications • Protocols that work at this layer segment messages, ensure correct reassembly at the receiving end, perform message acknowledgement and message traffic control • The Transport Layer contains both connection-oriented and connectionless protocols • Unit of measurement used: segments or messages Layer 4 – Transport Layer
  • 15. • Require both devices involved in the communication establish an end- to-end logical connection before data can be sent • These communications are considered reliable network services • Packets not received by the destination device can be resent by the sender Connection Oriented Communications Hello! I am a PC Hello! I am a Server! Ok, I will watch for it! I want to send you something important!
  • 16. • End-to-end connection is not necessary before data is sent • Every packet that is sent has the destination address in the header • Sufficient to move independent packets, such as in streaming media • Datagram delivery is not guaranteed and lost packets cannot be resent Connectionless Communications LISTEN TO ME!!! AAAaaaahhh!!!! .
  • 17. • The Transport Layer contains both connection-oriented and connectionless protocols • Transmission Control Protocol (TCP) provides a connection-based, reliable, byte-stream service to programs • User Datagram Protocol (UDP) provides a connectionless, unreliable transport service Connection-based Protocols
  • 18. • TCP transport is used for logging on, file and print sharing, replication of information between domain controllers, transfer of browse lists, and other common functions. TCP can only be used for one-to-one communications. • UDP is often used for one-to-many communications, using broadcast or multicast IP datagrams TCP and UDP Protocol Type Example Transmission Control Protocol (TCP) Connection-oriented Web browser User Datagram Protocol (UDP) Connectionless Streaming media
  • 19. • Ports are a Layer 4 protocol that a computer uses for data transmission • Ports act as logical communications endpoint for specific program on computers for delivery of data sent • There are a total of 65,536 ports, numbering between 0 and 65,535 • Ports are defined by the Internet Assigned Numbers Authority or IANA and divided into categories Ports
  • 20. Ports
  • 21. • The Session Layer manages session establishment, maintenance and termination between network devices • Example: when you log on and log off • This layer controls the name and address database for the OS • NetBIOS (Network Basic Input Output System) is a protocol that works at this layer Layer 5 – Session Layer
  • 22. • This layer translates the data format from sender to receiver in the various OSes that may be used • Presentation Layer concepts include: character code conversion, data compression, and data encryption • Redirectors work on this layer, such as mapped network drives that enable a computer to access file shares on a remote computer Layer 6 – Presentation Layer
  • 23. • Serves as a the window for users and application processes to access network services • This layer is where message creation begins • End-user protocols such as FTP, SMTP, Telnet, and RAS work at this layer • This layer is not the application itself, but the protocols that are initiated by this layer Layer 7 – Application Layer
  • 24. OSI Model Revisited Layer Protocol Device 7 – Application FTP, HTTP, POP3, SMTP Gateway 6 – Presentation Compression, Encryption N/A 5 – Session Logon/Logoff N/A 4 – Transport TCP, UDP N/A 3 – Network IP, ICMP, ARP, RIP Routers 2 – Data Link 802.3, 803.5 NICs, Switches, Bridges, WAPs 1 – Physical 100BASE-T, 1000BASE-X Hubs, Patch Panels, RJ45 Jacks
  • 25. • The TCP/IP model is similar to the OSI model • This model is composed of only four layers TCP Model Layer Description Protocols Application Layer Defines TCP/IP application protocols HTTP, Telnet, FTP, SMNP, DNS Transport Layer Provides communication session management TCP, UDP, RTP Internet Layer Packages and routes data IP, ICMP, ARP, RARP Network Interface Details how data is physically sent through the network Ethernet, Token Ring, Frame Relay
  • 26. • The OSI Physical layer is skipped altogether on the TCP model OSI Model compared to TCP Model OSI Model TCP Model Application Layer Application LayerPresentation Layer Session Layer Transport Layer Transport Layer Network Layer Internet Layer Data Link Layer Network Access Layer Physical Layer
  • 27. • Understand the OSI model by defining each of the layers from a theory perspective • Be able to separate the functions of the lower levels of the OSI model, from the upper levels where message creation begins. • Understand the differences between layer 2 and layer 3 switches, and gain a basic understanding of how they operate. • Differentiate between the OSI model and the TCP model. Summary
  • 28. Additional Resources & Next Steps Books • Exam 98-366: MTA Networking Fundamentals (Microsoft Official Academic Course) Instructor-Led Courses • 40033A: Windows Operating System and Windows Server Fundamentals: Training 2-Pack for MTA Exams 98-349 and 98-365 (5 Days) • 40349A: Windows Operating System Fundamentals: MTA Exam 98-349 (3 Days) • 40032A: Networking and Security Fundamentals: Training 2-Pack for MTA Exams 98-366 and 98-367 (5 Days) • 40366A: Networking Fundamentals: MTA Exam 98- 366 Exams & Certifications • Exam 98-366: Networking Fundamentals

Editor's Notes

  1. This should also be a review for the 70-642.
  2. All People Seem To Need Data Processing. That mnemonic progresses from layer 7 to layer 1. For a mnemonic that goes in the opposite direction, try Please Do Not Throw Sausage Pizza Away. Or, just memorize the real layer names! It’s up to you.
  3. Demo “ipconfig /all” to display MAC address
  4. For information about specific TCP/IP port assignments, see RFC 1700 on the Information Sciences Institute Web site at the following location: ftp://ftp.isi.edu/in-notes/rfc1700.txt
  5. Demonstrate using NetStat command
  6. This will display a list of all the connections to and from your computer in numeric format