尊敬的 微信汇率:1円 ≈ 0.046166 元 支付宝汇率:1円 ≈ 0.046257元 [退出登录]
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

Simple Mail Transfer Protocol
Simple Mail Transfer ProtocolSimple Mail Transfer Protocol
Simple Mail Transfer Protocol
Maitree Patel
 
Ccna lab manual
Ccna lab manual Ccna lab manual
Ccna lab manual
aibad ahmed
 
Ip addressing
Ip addressingIp addressing
Ip addressing
Online
 
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
 
Isdn
IsdnIsdn
Dynamic Routing IGRP
Dynamic Routing IGRPDynamic Routing IGRP
Dynamic Routing IGRP
Kishore Kumar
 
CCNA Basic Switching and Switch Configuration
CCNA Basic Switching and Switch ConfigurationCCNA Basic Switching and Switch Configuration
CCNA Basic Switching and Switch Configuration
Dsunte Wilson
 
Router and routing
Router  and routingRouter  and routing
Router and routing
Iran-Gul Mukhlis
 
Application Layer
Application LayerApplication Layer
Application Layer
Sweta Kumari Barnwal
 
Network modem
Network modemNetwork modem
Network modem
Online
 
CCCNA R&S-02-The TCP-IP and OSI Networking Models
CCCNA R&S-02-The TCP-IP and OSI Networking ModelsCCCNA R&S-02-The TCP-IP and OSI Networking Models
CCCNA R&S-02-The TCP-IP and OSI Networking Models
Amir Jafari
 
3 capa de red
3 capa de red3 capa de red
Ipv6
Ipv6Ipv6
Ports & sockets
Ports  & sockets Ports  & sockets
Ports & sockets
myrajendra
 
Topic: Virtual circuit & message switching
Topic: Virtual circuit & message switchingTopic: Virtual circuit & message switching
Topic: Virtual circuit & message switching
Dr Rajiv Srivastava
 
CCNA v6.0 ITN - Chapter 10
CCNA v6.0 ITN - Chapter 10CCNA v6.0 ITN - Chapter 10
CCNA v6.0 ITN - Chapter 10
Irsandi Hasan
 
Easy IP Addressing and Subnetting Manual for Starters
Easy IP Addressing and Subnetting Manual for StartersEasy IP Addressing and Subnetting Manual for Starters
Easy IP Addressing and Subnetting Manual for Starters
S Khawaja
 
ASYNCHRONOUS TRANSFER MODE (ATM)
ASYNCHRONOUS TRANSFER MODE (ATM)ASYNCHRONOUS TRANSFER MODE (ATM)
ASYNCHRONOUS TRANSFER MODE (ATM)
ZillayHuma Mehmood
 
Pstn (Public Switched Telephone Networks)
Pstn (Public Switched Telephone Networks)Pstn (Public Switched Telephone Networks)
Pstn (Public Switched Telephone Networks)
rahuldaredia21
 
Ospf.ppt
Ospf.pptOspf.ppt

What's hot (20)

Simple Mail Transfer Protocol
Simple Mail Transfer ProtocolSimple Mail Transfer Protocol
Simple Mail Transfer Protocol
 
Ccna lab manual
Ccna lab manual Ccna lab manual
Ccna lab manual
 
Ip addressing
Ip addressingIp addressing
Ip addressing
 
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
 
Isdn
IsdnIsdn
Isdn
 
Dynamic Routing IGRP
Dynamic Routing IGRPDynamic Routing IGRP
Dynamic Routing IGRP
 
CCNA Basic Switching and Switch Configuration
CCNA Basic Switching and Switch ConfigurationCCNA Basic Switching and Switch Configuration
CCNA Basic Switching and Switch Configuration
 
Router and routing
Router  and routingRouter  and routing
Router and routing
 
Application Layer
Application LayerApplication Layer
Application Layer
 
Network modem
Network modemNetwork modem
Network modem
 
CCCNA R&S-02-The TCP-IP and OSI Networking Models
CCCNA R&S-02-The TCP-IP and OSI Networking ModelsCCCNA R&S-02-The TCP-IP and OSI Networking Models
CCCNA R&S-02-The TCP-IP and OSI Networking Models
 
3 capa de red
3 capa de red3 capa de red
3 capa de red
 
Ipv6
Ipv6Ipv6
Ipv6
 
Ports & sockets
Ports  & sockets Ports  & sockets
Ports & sockets
 
Topic: Virtual circuit & message switching
Topic: Virtual circuit & message switchingTopic: Virtual circuit & message switching
Topic: Virtual circuit & message switching
 
CCNA v6.0 ITN - Chapter 10
CCNA v6.0 ITN - Chapter 10CCNA v6.0 ITN - Chapter 10
CCNA v6.0 ITN - Chapter 10
 
Easy IP Addressing and Subnetting Manual for Starters
Easy IP Addressing and Subnetting Manual for StartersEasy IP Addressing and Subnetting Manual for Starters
Easy IP Addressing and Subnetting Manual for Starters
 
ASYNCHRONOUS TRANSFER MODE (ATM)
ASYNCHRONOUS TRANSFER MODE (ATM)ASYNCHRONOUS TRANSFER MODE (ATM)
ASYNCHRONOUS TRANSFER MODE (ATM)
 
Pstn (Public Switched Telephone Networks)
Pstn (Public Switched Telephone Networks)Pstn (Public Switched Telephone Networks)
Pstn (Public Switched Telephone Networks)
 
Ospf.ppt
Ospf.pptOspf.ppt
Ospf.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-IP
Piero 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
 
Redes
RedesRedes
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

Facilitation Skills - When to Use and Why.pptx
Facilitation Skills - When to Use and Why.pptxFacilitation Skills - When to Use and Why.pptx
Facilitation Skills - When to Use and Why.pptx
Knoldus Inc.
 
ScyllaDB Leaps Forward with Dor Laor, CEO of ScyllaDB
ScyllaDB Leaps Forward with Dor Laor, CEO of ScyllaDBScyllaDB Leaps Forward with Dor Laor, CEO of ScyllaDB
ScyllaDB Leaps Forward with Dor Laor, CEO of ScyllaDB
ScyllaDB
 
Day 2 - Intro to UiPath Studio Fundamentals
Day 2 - Intro to UiPath Studio FundamentalsDay 2 - Intro to UiPath Studio Fundamentals
Day 2 - Intro to UiPath Studio Fundamentals
UiPathCommunity
 
Call Girls Chandigarh🔥7023059433🔥Agency Profile Escorts in Chandigarh Availab...
Call Girls Chandigarh🔥7023059433🔥Agency Profile Escorts in Chandigarh Availab...Call Girls Chandigarh🔥7023059433🔥Agency Profile Escorts in Chandigarh Availab...
Call Girls Chandigarh🔥7023059433🔥Agency Profile Escorts in Chandigarh Availab...
manji sharman06
 
APJC Introduction to ThousandEyes Webinar
APJC Introduction to ThousandEyes WebinarAPJC Introduction to ThousandEyes Webinar
APJC Introduction to ThousandEyes Webinar
ThousandEyes
 
DynamoDB to ScyllaDB: Technical Comparison and the Path to Success
DynamoDB to ScyllaDB: Technical Comparison and the Path to SuccessDynamoDB to ScyllaDB: Technical Comparison and the Path to Success
DynamoDB to ScyllaDB: Technical Comparison and the Path to Success
ScyllaDB
 
MySQL InnoDB Storage Engine: Deep Dive - Mydbops
MySQL InnoDB Storage Engine: Deep Dive - MydbopsMySQL InnoDB Storage Engine: Deep Dive - Mydbops
MySQL InnoDB Storage Engine: Deep Dive - Mydbops
Mydbops
 
Real-Time Persisted Events at Supercell
Real-Time Persisted Events at  SupercellReal-Time Persisted Events at  Supercell
Real-Time Persisted Events at Supercell
ScyllaDB
 
An All-Around Benchmark of the DBaaS Market
An All-Around Benchmark of the DBaaS MarketAn All-Around Benchmark of the DBaaS Market
An All-Around Benchmark of the DBaaS Market
ScyllaDB
 
Poznań ACE event - 19.06.2024 Team 24 Wrapup slidedeck
Poznań ACE event - 19.06.2024 Team 24 Wrapup slidedeckPoznań ACE event - 19.06.2024 Team 24 Wrapup slidedeck
Poznań ACE event - 19.06.2024 Team 24 Wrapup slidedeck
FilipTomaszewski5
 
Fuxnet [EN] .pdf
Fuxnet [EN]                                   .pdfFuxnet [EN]                                   .pdf
Fuxnet [EN] .pdf
Overkill Security
 
Radically Outperforming DynamoDB @ Digital Turbine with SADA and Google Cloud
Radically Outperforming DynamoDB @ Digital Turbine with SADA and Google CloudRadically Outperforming DynamoDB @ Digital Turbine with SADA and Google Cloud
Radically Outperforming DynamoDB @ Digital Turbine with SADA and Google Cloud
ScyllaDB
 
Discover the Unseen: Tailored Recommendation of Unwatched Content
Discover the Unseen: Tailored Recommendation of Unwatched ContentDiscover the Unseen: Tailored Recommendation of Unwatched Content
Discover the Unseen: Tailored Recommendation of Unwatched Content
ScyllaDB
 
From NCSA to the National Research Platform
From NCSA to the National Research PlatformFrom NCSA to the National Research Platform
From NCSA to the National Research Platform
Larry Smarr
 
So You've Lost Quorum: Lessons From Accidental Downtime
So You've Lost Quorum: Lessons From Accidental DowntimeSo You've Lost Quorum: Lessons From Accidental Downtime
So You've Lost Quorum: Lessons From Accidental Downtime
ScyllaDB
 
QA or the Highway - Component Testing: Bridging the gap between frontend appl...
QA or the Highway - Component Testing: Bridging the gap between frontend appl...QA or the Highway - Component Testing: Bridging the gap between frontend appl...
QA or the Highway - Component Testing: Bridging the gap between frontend appl...
zjhamm304
 
intra-mart Accel series 2024 Spring updates_En
intra-mart Accel series 2024 Spring updates_Enintra-mart Accel series 2024 Spring updates_En
intra-mart Accel series 2024 Spring updates_En
NTTDATA INTRAMART
 
Automation Student Developers Session 3: Introduction to UI Automation
Automation Student Developers Session 3: Introduction to UI AutomationAutomation Student Developers Session 3: Introduction to UI Automation
Automation Student Developers Session 3: Introduction to UI Automation
UiPathCommunity
 
Call Girls Kochi 💯Call Us 🔝 7426014248 🔝 Independent Kochi Escorts Service Av...
Call Girls Kochi 💯Call Us 🔝 7426014248 🔝 Independent Kochi Escorts Service Av...Call Girls Kochi 💯Call Us 🔝 7426014248 🔝 Independent Kochi Escorts Service Av...
Call Girls Kochi 💯Call Us 🔝 7426014248 🔝 Independent Kochi Escorts Service Av...
dipikamodels1
 
Guidelines for Effective Data Visualization
Guidelines for Effective Data VisualizationGuidelines for Effective Data Visualization
Guidelines for Effective Data Visualization
UmmeSalmaM1
 

Recently uploaded (20)

Facilitation Skills - When to Use and Why.pptx
Facilitation Skills - When to Use and Why.pptxFacilitation Skills - When to Use and Why.pptx
Facilitation Skills - When to Use and Why.pptx
 
ScyllaDB Leaps Forward with Dor Laor, CEO of ScyllaDB
ScyllaDB Leaps Forward with Dor Laor, CEO of ScyllaDBScyllaDB Leaps Forward with Dor Laor, CEO of ScyllaDB
ScyllaDB Leaps Forward with Dor Laor, CEO of ScyllaDB
 
Day 2 - Intro to UiPath Studio Fundamentals
Day 2 - Intro to UiPath Studio FundamentalsDay 2 - Intro to UiPath Studio Fundamentals
Day 2 - Intro to UiPath Studio Fundamentals
 
Call Girls Chandigarh🔥7023059433🔥Agency Profile Escorts in Chandigarh Availab...
Call Girls Chandigarh🔥7023059433🔥Agency Profile Escorts in Chandigarh Availab...Call Girls Chandigarh🔥7023059433🔥Agency Profile Escorts in Chandigarh Availab...
Call Girls Chandigarh🔥7023059433🔥Agency Profile Escorts in Chandigarh Availab...
 
APJC Introduction to ThousandEyes Webinar
APJC Introduction to ThousandEyes WebinarAPJC Introduction to ThousandEyes Webinar
APJC Introduction to ThousandEyes Webinar
 
DynamoDB to ScyllaDB: Technical Comparison and the Path to Success
DynamoDB to ScyllaDB: Technical Comparison and the Path to SuccessDynamoDB to ScyllaDB: Technical Comparison and the Path to Success
DynamoDB to ScyllaDB: Technical Comparison and the Path to Success
 
MySQL InnoDB Storage Engine: Deep Dive - Mydbops
MySQL InnoDB Storage Engine: Deep Dive - MydbopsMySQL InnoDB Storage Engine: Deep Dive - Mydbops
MySQL InnoDB Storage Engine: Deep Dive - Mydbops
 
Real-Time Persisted Events at Supercell
Real-Time Persisted Events at  SupercellReal-Time Persisted Events at  Supercell
Real-Time Persisted Events at Supercell
 
An All-Around Benchmark of the DBaaS Market
An All-Around Benchmark of the DBaaS MarketAn All-Around Benchmark of the DBaaS Market
An All-Around Benchmark of the DBaaS Market
 
Poznań ACE event - 19.06.2024 Team 24 Wrapup slidedeck
Poznań ACE event - 19.06.2024 Team 24 Wrapup slidedeckPoznań ACE event - 19.06.2024 Team 24 Wrapup slidedeck
Poznań ACE event - 19.06.2024 Team 24 Wrapup slidedeck
 
Fuxnet [EN] .pdf
Fuxnet [EN]                                   .pdfFuxnet [EN]                                   .pdf
Fuxnet [EN] .pdf
 
Radically Outperforming DynamoDB @ Digital Turbine with SADA and Google Cloud
Radically Outperforming DynamoDB @ Digital Turbine with SADA and Google CloudRadically Outperforming DynamoDB @ Digital Turbine with SADA and Google Cloud
Radically Outperforming DynamoDB @ Digital Turbine with SADA and Google Cloud
 
Discover the Unseen: Tailored Recommendation of Unwatched Content
Discover the Unseen: Tailored Recommendation of Unwatched ContentDiscover the Unseen: Tailored Recommendation of Unwatched Content
Discover the Unseen: Tailored Recommendation of Unwatched Content
 
From NCSA to the National Research Platform
From NCSA to the National Research PlatformFrom NCSA to the National Research Platform
From NCSA to the National Research Platform
 
So You've Lost Quorum: Lessons From Accidental Downtime
So You've Lost Quorum: Lessons From Accidental DowntimeSo You've Lost Quorum: Lessons From Accidental Downtime
So You've Lost Quorum: Lessons From Accidental Downtime
 
QA or the Highway - Component Testing: Bridging the gap between frontend appl...
QA or the Highway - Component Testing: Bridging the gap between frontend appl...QA or the Highway - Component Testing: Bridging the gap between frontend appl...
QA or the Highway - Component Testing: Bridging the gap between frontend appl...
 
intra-mart Accel series 2024 Spring updates_En
intra-mart Accel series 2024 Spring updates_Enintra-mart Accel series 2024 Spring updates_En
intra-mart Accel series 2024 Spring updates_En
 
Automation Student Developers Session 3: Introduction to UI Automation
Automation Student Developers Session 3: Introduction to UI AutomationAutomation Student Developers Session 3: Introduction to UI Automation
Automation Student Developers Session 3: Introduction to UI Automation
 
Call Girls Kochi 💯Call Us 🔝 7426014248 🔝 Independent Kochi Escorts Service Av...
Call Girls Kochi 💯Call Us 🔝 7426014248 🔝 Independent Kochi Escorts Service Av...Call Girls Kochi 💯Call Us 🔝 7426014248 🔝 Independent Kochi Escorts Service Av...
Call Girls Kochi 💯Call Us 🔝 7426014248 🔝 Independent Kochi Escorts Service Av...
 
Guidelines for Effective Data Visualization
Guidelines for Effective Data VisualizationGuidelines for Effective Data Visualization
Guidelines for Effective Data Visualization
 

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
  翻译: