SlideShare ist ein Scribd-Unternehmen logo
1 von 40
Exam Prep:
Microsoft Technology Associate 98-366: Networking
Fundamentals
Background
• IT manager and implementer focused on deploying, maintaining and
optimizing networks of all sizes
• IT Consulting projects include Custom SharePoint for Microsoft IT,
Netware/Notes migration to AD/Exchange, Transition to centralized
management (250 clients)
• Instructor and Director of Instruction
• Multiple Microsoft and other industry certifications (MCP, MCTS, MCSA, MCSE,
MCT)
Contact
• christophermva@microsoft.com
• @ChristopherMSL
Meet the Presenters
Christopher Chapman, MCT
Content Project Manager, Microsoft Learning
Meet the Presenters
Thomas Willingham
Content Developer, Cloud and Enterprise
Background
• Taught the Microsoft MCSE and the Novell CNE
certifications, and worked as a network consultant
for almost 10 years
• Courseware Author for MS Learning
• Content developer for Remote Desktop
Virtualization at Microsoft for the last 5 years
Contact
• gotthomas@microsoft.com
Course Topics
Network Fundamentals
01 | Understanding Local Area Networking
02 | Defining Networks with the OSI Model
03 | Understanding Wired and Wireless Networks
04 | Understanding Internet Protocol (IP)
05 | TCP/IP Tools
06 | Network Services
07 | Understanding Wide Area Networks
08 | Defining Network Infrastructure and Security
• Target Audience
• IT Help Desk staff interested in moving into Network/Systems Administration
• Anyone interested in learning more about networking
• Suggested Prerequisites/Supporting Material
• Exam 98-349: Windows Operating System Fundamentals
Setting Expectations
Understanding Local Area Networking
Module 1
Objectives
Skills/Concepts Objective Domain
Description
Objective Domain
Number
Examining Local Area
Networks, Devices and
Data Transfers
Understand local area
networks (LANS)
1.2
Identifying Network
Topologies and
Standards
Understand network
topologies and access
methods
1.5
Network components and Terminology
• Data
• Node
• Client
• Server
• Peer
• Network adapter
• Hub
• Switch
• Router
• Media
• Transport Protocol
• Bandwidth
Local Area Network
A Local Area Network (LAN)
is group of computers
confined to a small
geographic area, such as a
single building
A LAN is a group of
computers or devices that
share a common
communication medium,
such as cabled or wireless
connections
• Networks are used to exchange data
• Reasons for networks include
• Sharing information
• Communication
• Organizing data
Networks
• Network documentation helps describe, define, and
explain the physical and logical method for
connecting devices
• The documentation phase occurs before a network
is built, or when changes are made to the network
• Microsoft Visio is a tool that can be used to
document networks
Network Documentation
• A Hub is the most basic
central connecting
device
• Hubs enable computers
on a network to
communicate
• A host sends data to the
hub. The hub sends the
data to all devices
connected to the hub
Hub
•
•
• Switches work the same
was as a hub, but they
can identify the
intended recipient of
the data
• Switches can send and
receive data at the same
time
Switch
•
•
• Routers enable
computers to
communicate and allow
communication between
two networks – such as
your home network and
the Internet
• This communications link
between the one
network and the other is
where the LAN ends
Router
192.168.1.1
Internet
24.136.72.110
• A network adapter can connect to the network by
using cable (wired) or by air (wireless)
Network Adapter and RJ45 Patch Cable
A network adapter, also known
as a network interface card
(NIC), is the hardware device
that enables you to send and
receive from your computer
RJ45 is the most common type
of network adapter connection
• The wireless access point (WAP) acts as the central
connecting device for the network
• Wireless networks can consist of many types of
devices other than traditional PCs:
• Smart phones
• PDAs
• Tablet computers
• Micro computers
• PCs and laptops equipped with wireless network adapters can connect to these
networks as well
Wireless Access Point
• Device Manager Showing Network Adapters
• Network Adapter Properties
• IP Address
Demo
• Serial data transfer is the transfer of one bit at a
time—in other words, transfer in a single-bit stream,
like a one lane highway
• On the network cable, data travels in a single bit
stream
Serial Data Transfer
• Data transfer rate defines the maximum bits per
second (bps) that can be transmitted over a network
• Rated in bits, and signified with a lowercase b (for
example, 10 Mbps)
• The lowercase b differentiates this unit from data that
is stored on a hard drive, which uses an upper case B
that stands for bytes (for example 10 MB)
• Types of Transfers
• Broadcast sends data to every other host on the
network
• Unicast sends data to a specific host
Data Transfer Rate
• Most every computer and many other devices have
an Internet Protocol (IP) address
• An IP address uniquely identifies your device and
the associated network and allows each device to
send and receive information
• A typical example of an IPv4 address would be
192.168.1.1
• Every IP address is broken down into two parts by a
subnet address
• Network ID 192.168.1
• Host ID 1
IP Address
• Computers and other devices are connected using
copper-based twisted-pair cables or wireless
equipment
LAN
• A virtual LAN (VLAN) is a group of hosts with a common set of
requirements that communicate as if they were connected together in
a normal fashion on one switch, regardless of their physical location.
Virtual LAN
Port 1: VLAN1
Port 2: VLAN1
Port 3: VLAN2
Port 4:
Port 5: VLAN1
Port 6: VLAN1
Port 7: VLAN2
Port 8: VLAN1
Port 9:
Port 10:
• A network topology defines the physical connections of hosts in a
computer network.
• There are several types of physical topologies including:
• Bus
• Ring
• Star
• Mesh
• Tree
Network Topology
• Most Common
topology
• Each computer is
individually wired
to a central
connecting device
(hub, switch or
SOHO router) with
twisted-pair
cabling
Star Topology
• Every computer
connects to every
other computer; no
central connecting
device is needed.
Mesh Topology
• In a LAN environment,
each computer is
connected to the
network using a closed
loop
• Used by Token Ring
and Fiber Distributed
Data Interface (FDDI)
Ring Topology
• A Token Ring network sends data logically in a ring fashion, meaning
that a token goes to each computer, one at a time, and continues on in
cycles
• Physically Token Ring computers are connected in a star fashion
• Namely, all computers in a Token Ring network are connected to a
central connecting device known as a Multistation Access Unit (MAU or
MSAU)
Token Ring
• Institute of Electrical and Electronics Engineers (IEEE) standard (802.3)
that defines how information is sent and received between network
adapters, hubs, switches, and other devices
• Ethernet is the de facto standard and is the most widely-installed local
area network technology
• Common types of Ethernet include:
• 802.3u or Fast Ethernet that runs at 100 Mbps
• 802.3ab or Gigabit Ethernet
Ethernet
• Computers on Ethernet networks communicate via frames
• A frame is a sequence of bits containing a detectable beginning and
end of a packet in the stream of bits
• A frame is a data packet residing on Layer 2 of the OSI model
Frames
frame
crc
(4 bytes)
preamble
(8 bytes)
• Computing is done at a central location using terminals that are
attached to this main system
• Mainframes are a powerful computer and the rest of the devices
connected to the computer are known as terminals (or dumb
terminals)
• Each terminal consisted solely of a keyboard and display with no
processing power
Centralized Computing
• The client/server model is an architecture that distributes applications
between servers and client computers
• Server: System that provides services such as Windows Server 2008 R2
• Client: Device that requests services such as Windows 7
Client/Server Model
• Peer-to-peer networking distributes applications or workloads between
computers
• Peers are both service providers and service requestors
Peer-to-Peer Networking
• Distributive computing includes both client-server and peer-to-peer
networks
• Every device or workstation has its own processing power
Distributed Computing
• Centralized computing has made a comeback of sorts. Remote
Desktop Services and remote sessions to computers are based off of
the centralized computing model
• Thin-client computers do not have a hard drive and store an operating
system in RAM, to be loaded up every time the device is turned on
• All other applications and data are stored centrally, this system is a
blend of centralized and distributive computing
Remote Desktop Services and Remote Sessions
• More powerful computers that provide centralized services:
• File
• Print
• Database
• Network controller
• Messaging/Email
• Web
Servers
Client and Server Operating Systems
Client Operating Systems Server Operating Systems
Windows 8 Windows Server 2012
Windows 7 Windows Server 2008 R2
Windows Server 2008
Windows Vista
Windows XP
Windows Server 2003
Windows 2000 Professional Windows 2000 Server
Windows NT 4.0 Workstation
Windows ME/98/95
Windows NT 4.0 Server
• Peer-to-peer or P2P has recently taking on an additional meaning
• P2P can also refer to file sharing networks
• Examples of file sharing networks
• Napster
• Gnutella
• G2
• Other technologies also take advantage of P2P file sharing:
• Skype
• VoIP
• Cloud computing
P2P
• Understand local area networks (LANs), including but not limited to
LAN elements, design, perimeter networks, IP addressing, and LAN
types
• Understand network topologies and access methods, including
topologies such as star, mesh, and ring; Ethernet architecture; and the
client-server and peer-to-peer networking models
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 1

Weitere ähnliche Inhalte

Was ist angesagt?

Public Switched Telephone Network
Public Switched Telephone NetworkPublic Switched Telephone Network
Public Switched Telephone NetworkHaither Mithath
 
Internet stack protocol
Internet stack protocolInternet stack protocol
Internet stack protocolYash Patel
 
Network and Protocol
 Network and Protocol Network and Protocol
Network and ProtocolSaif Muttair
 
Internet Protocols
Internet ProtocolsInternet Protocols
Internet ProtocolsMohamed Daif
 
Physical layer OSI Model & Transmission Media
Physical layer OSI Model & Transmission MediaPhysical layer OSI Model & Transmission Media
Physical layer OSI Model & Transmission MediaMukesh Chinta
 
Delay tolerant networking
Delay tolerant networkingDelay tolerant networking
Delay tolerant networkingApoorva Hebbar
 
Voice Over IP (VoIP)
Voice Over IP (VoIP)Voice Over IP (VoIP)
Voice Over IP (VoIP)habib_786
 
ASYNCHRONOUS TRANSFER MODE (ATM)
ASYNCHRONOUS TRANSFER MODE (ATM)ASYNCHRONOUS TRANSFER MODE (ATM)
ASYNCHRONOUS TRANSFER MODE (ATM)ZillayHuma Mehmood
 
IP adress and routing(networking)
IP adress and routing(networking)IP adress and routing(networking)
IP adress and routing(networking)welcometofacebook
 
Transport layer services
Transport layer servicesTransport layer services
Transport layer servicesMelvin Cabatuan
 
Cisco's Three-tier Hierarchical Network Model
Cisco's Three-tier Hierarchical Network ModelCisco's Three-tier Hierarchical Network Model
Cisco's Three-tier Hierarchical Network ModelNetProtocol Xpert
 
Structure cabling technologies for networking
Structure cabling technologies for networkingStructure cabling technologies for networking
Structure cabling technologies for networkingRumesh Hapuarachchi
 
Traffic-adaptive Medium Access Protocol
Traffic-adaptive Medium Access ProtocolTraffic-adaptive Medium Access Protocol
Traffic-adaptive Medium Access ProtocolGaurav Chauhan
 

Was ist angesagt? (20)

Public Switched Telephone Network
Public Switched Telephone NetworkPublic Switched Telephone Network
Public Switched Telephone Network
 
WLAN
WLANWLAN
WLAN
 
Internet stack protocol
Internet stack protocolInternet stack protocol
Internet stack protocol
 
WiFi 802.11
WiFi 802.11WiFi 802.11
WiFi 802.11
 
DHCP
DHCPDHCP
DHCP
 
TCP/IP Basics
TCP/IP BasicsTCP/IP Basics
TCP/IP Basics
 
Network and Protocol
 Network and Protocol Network and Protocol
Network and Protocol
 
Internet Protocols
Internet ProtocolsInternet Protocols
Internet Protocols
 
Physical layer OSI Model & Transmission Media
Physical layer OSI Model & Transmission MediaPhysical layer OSI Model & Transmission Media
Physical layer OSI Model & Transmission Media
 
Delay tolerant networking
Delay tolerant networkingDelay tolerant networking
Delay tolerant networking
 
Voice Over IP (VoIP)
Voice Over IP (VoIP)Voice Over IP (VoIP)
Voice Over IP (VoIP)
 
ASYNCHRONOUS TRANSFER MODE (ATM)
ASYNCHRONOUS TRANSFER MODE (ATM)ASYNCHRONOUS TRANSFER MODE (ATM)
ASYNCHRONOUS TRANSFER MODE (ATM)
 
IP adress and routing(networking)
IP adress and routing(networking)IP adress and routing(networking)
IP adress and routing(networking)
 
Routing protocols
Routing protocolsRouting protocols
Routing protocols
 
Transport layer services
Transport layer servicesTransport layer services
Transport layer services
 
Cisco's Three-tier Hierarchical Network Model
Cisco's Three-tier Hierarchical Network ModelCisco's Three-tier Hierarchical Network Model
Cisco's Three-tier Hierarchical Network Model
 
Structure cabling technologies for networking
Structure cabling technologies for networkingStructure cabling technologies for networking
Structure cabling technologies for networking
 
Frame relay
Frame relayFrame relay
Frame relay
 
DHCP
DHCPDHCP
DHCP
 
Traffic-adaptive Medium Access Protocol
Traffic-adaptive Medium Access ProtocolTraffic-adaptive Medium Access Protocol
Traffic-adaptive Medium Access Protocol
 

Andere mochten auch

98 366 mva slides lesson 8
98 366 mva slides lesson 898 366 mva slides lesson 8
98 366 mva slides lesson 8suddenven
 
98 366 mva slides lesson 7
98 366 mva slides lesson 798 366 mva slides lesson 7
98 366 mva slides lesson 7suddenven
 
View Transcript 2016
View Transcript 2016View Transcript 2016
View Transcript 2016Dhunsyam Daji
 
98 366 mva slides lesson 5
98 366 mva slides lesson 598 366 mva slides lesson 5
98 366 mva slides lesson 5suddenven
 
98 374 Lesson 01-slides
98 374 Lesson 01-slides98 374 Lesson 01-slides
98 374 Lesson 01-slidesTracie King
 
98 374 Lesson 06-slides
98 374 Lesson 06-slides98 374 Lesson 06-slides
98 374 Lesson 06-slidesTracie King
 
MVA Presentation 2
MVA Presentation 2MVA Presentation 2
MVA Presentation 2Bryan Chung
 
Networking fundamentals
Networking fundamentalsNetworking fundamentals
Networking fundamentalsjpprakash
 

Andere mochten auch (8)

98 366 mva slides lesson 8
98 366 mva slides lesson 898 366 mva slides lesson 8
98 366 mva slides lesson 8
 
98 366 mva slides lesson 7
98 366 mva slides lesson 798 366 mva slides lesson 7
98 366 mva slides lesson 7
 
View Transcript 2016
View Transcript 2016View Transcript 2016
View Transcript 2016
 
98 366 mva slides lesson 5
98 366 mva slides lesson 598 366 mva slides lesson 5
98 366 mva slides lesson 5
 
98 374 Lesson 01-slides
98 374 Lesson 01-slides98 374 Lesson 01-slides
98 374 Lesson 01-slides
 
98 374 Lesson 06-slides
98 374 Lesson 06-slides98 374 Lesson 06-slides
98 374 Lesson 06-slides
 
MVA Presentation 2
MVA Presentation 2MVA Presentation 2
MVA Presentation 2
 
Networking fundamentals
Networking fundamentalsNetworking fundamentals
Networking fundamentals
 

Ähnlich wie MVA slides lesson 1

A Deep Dive in the World of IT Networking (part 1)
A Deep Dive in the World of IT Networking (part 1)A Deep Dive in the World of IT Networking (part 1)
A Deep Dive in the World of IT Networking (part 1)Tuan Yang
 
network fundamentals
network fundamentalsnetwork fundamentals
network fundamentalsSithu PM
 
Networkprotocolstructurescope 130719081246-phpapp01
Networkprotocolstructurescope 130719081246-phpapp01Networkprotocolstructurescope 130719081246-phpapp01
Networkprotocolstructurescope 130719081246-phpapp01Gaurav Goyal
 
Network protocol structure scope
Network protocol structure scopeNetwork protocol structure scope
Network protocol structure scopeSanat Maharjan
 
KRISHNA_COMPUTER_PROJECT.pptx
KRISHNA_COMPUTER_PROJECT.pptxKRISHNA_COMPUTER_PROJECT.pptx
KRISHNA_COMPUTER_PROJECT.pptxADITYAKUMAR554673
 
Networks-Internet-and-Internet-Protocols.pptx
Networks-Internet-and-Internet-Protocols.pptxNetworks-Internet-and-Internet-Protocols.pptx
Networks-Internet-and-Internet-Protocols.pptxHaythanSunday
 
IT2255 Web Essentials - Unit I Website Basics
IT2255 Web Essentials - Unit I  Website BasicsIT2255 Web Essentials - Unit I  Website Basics
IT2255 Web Essentials - Unit I Website Basicspkaviya
 
Networking presentationNetworking presentation.pptNetworking presentation.ppt...
Networking presentationNetworking presentation.pptNetworking presentation.ppt...Networking presentationNetworking presentation.pptNetworking presentation.ppt...
Networking presentationNetworking presentation.pptNetworking presentation.ppt...nesarahmad37
 
uniti-websitebasics-230517110223-12e31dbc (1).pptx
uniti-websitebasics-230517110223-12e31dbc (1).pptxuniti-websitebasics-230517110223-12e31dbc (1).pptx
uniti-websitebasics-230517110223-12e31dbc (1).pptxbmit1
 
internet network for o level
 internet network for o level  internet network for o level
internet network for o level Samit Singh
 
E-Management, Archival and Retrieval of documents/Office Networking System
E-Management, Archival and Retrieval of documents/Office Networking SystemE-Management, Archival and Retrieval of documents/Office Networking System
E-Management, Archival and Retrieval of documents/Office Networking SystemVaughan Olufemi ACIB, AICEN, ANIM
 
09 Systems Software Programming-Network Programming.pptx
09 Systems Software Programming-Network Programming.pptx09 Systems Software Programming-Network Programming.pptx
09 Systems Software Programming-Network Programming.pptxKushalSrivastava23
 

Ähnlich wie MVA slides lesson 1 (20)

Understanding local area networking
Understanding local area networkingUnderstanding local area networking
Understanding local area networking
 
A Deep Dive in the World of IT Networking (part 1)
A Deep Dive in the World of IT Networking (part 1)A Deep Dive in the World of IT Networking (part 1)
A Deep Dive in the World of IT Networking (part 1)
 
network fundamentals
network fundamentalsnetwork fundamentals
network fundamentals
 
Networking
Networking Networking
Networking
 
Networkprotocolstructurescope 130719081246-phpapp01
Networkprotocolstructurescope 130719081246-phpapp01Networkprotocolstructurescope 130719081246-phpapp01
Networkprotocolstructurescope 130719081246-phpapp01
 
Network protocol structure scope
Network protocol structure scopeNetwork protocol structure scope
Network protocol structure scope
 
KRISHNA_COMPUTER_PROJECT.pptx
KRISHNA_COMPUTER_PROJECT.pptxKRISHNA_COMPUTER_PROJECT.pptx
KRISHNA_COMPUTER_PROJECT.pptx
 
Lesson 3 - Networking
Lesson 3 - NetworkingLesson 3 - Networking
Lesson 3 - Networking
 
Networks-Internet-and-Internet-Protocols.pptx
Networks-Internet-and-Internet-Protocols.pptxNetworks-Internet-and-Internet-Protocols.pptx
Networks-Internet-and-Internet-Protocols.pptx
 
Networking basics
Networking basicsNetworking basics
Networking basics
 
Networks Intro.ppt
Networks Intro.pptNetworks Intro.ppt
Networks Intro.ppt
 
IT2255 Web Essentials - Unit I Website Basics
IT2255 Web Essentials - Unit I  Website BasicsIT2255 Web Essentials - Unit I  Website Basics
IT2255 Web Essentials - Unit I Website Basics
 
Networking presentationNetworking presentation.pptNetworking presentation.ppt...
Networking presentationNetworking presentation.pptNetworking presentation.ppt...Networking presentationNetworking presentation.pptNetworking presentation.ppt...
Networking presentationNetworking presentation.pptNetworking presentation.ppt...
 
uniti-websitebasics-230517110223-12e31dbc (1).pptx
uniti-websitebasics-230517110223-12e31dbc (1).pptxuniti-websitebasics-230517110223-12e31dbc (1).pptx
uniti-websitebasics-230517110223-12e31dbc (1).pptx
 
Computing 9
Computing 9Computing 9
Computing 9
 
internet network for o level
 internet network for o level  internet network for o level
internet network for o level
 
Networking.pptx
Networking.pptxNetworking.pptx
Networking.pptx
 
E-Management, Archival and Retrieval of documents/Office Networking System
E-Management, Archival and Retrieval of documents/Office Networking SystemE-Management, Archival and Retrieval of documents/Office Networking System
E-Management, Archival and Retrieval of documents/Office Networking System
 
09 Systems Software Programming-Network Programming.pptx
09 Systems Software Programming-Network Programming.pptx09 Systems Software Programming-Network Programming.pptx
09 Systems Software Programming-Network Programming.pptx
 
CH1-LECTURE_1.pdf
CH1-LECTURE_1.pdfCH1-LECTURE_1.pdf
CH1-LECTURE_1.pdf
 

Mehr von 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
 

Kürzlich hochgeladen

TrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data PrivacyTrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data PrivacyTrustArc
 
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptxThe Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptxLoriGlavin3
 
"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii Soldatenko"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii SoldatenkoFwdays
 
What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024Stephanie Beckett
 
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024BookNet Canada
 
The State of Passkeys with FIDO Alliance.pptx
The State of Passkeys with FIDO Alliance.pptxThe State of Passkeys with FIDO Alliance.pptx
The State of Passkeys with FIDO Alliance.pptxLoriGlavin3
 
WordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your BrandWordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your Brandgvaughan
 
The Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and ConsThe Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and ConsPixlogix Infotech
 
What is DBT - The Ultimate Data Build Tool.pdf
What is DBT - The Ultimate Data Build Tool.pdfWhat is DBT - The Ultimate Data Build Tool.pdf
What is DBT - The Ultimate Data Build Tool.pdfMounikaPolabathina
 
Unraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfUnraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfAlex Barbosa Coqueiro
 
Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 3652toLead Limited
 
Gen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfGen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfAddepto
 
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptxMerck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptxLoriGlavin3
 
From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .Alan Dix
 
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024BookNet Canada
 
Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!Commit University
 
SALESFORCE EDUCATION CLOUD | FEXLE SERVICES
SALESFORCE EDUCATION CLOUD | FEXLE SERVICESSALESFORCE EDUCATION CLOUD | FEXLE SERVICES
SALESFORCE EDUCATION CLOUD | FEXLE SERVICESmohitsingh558521
 
Digital Identity is Under Attack: FIDO Paris Seminar.pptx
Digital Identity is Under Attack: FIDO Paris Seminar.pptxDigital Identity is Under Attack: FIDO Paris Seminar.pptx
Digital Identity is Under Attack: FIDO Paris Seminar.pptxLoriGlavin3
 
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Mark Simos
 

Kürzlich hochgeladen (20)

TrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data PrivacyTrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data Privacy
 
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptxThe Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
 
"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii Soldatenko"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii Soldatenko
 
What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024
 
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
 
The State of Passkeys with FIDO Alliance.pptx
The State of Passkeys with FIDO Alliance.pptxThe State of Passkeys with FIDO Alliance.pptx
The State of Passkeys with FIDO Alliance.pptx
 
WordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your BrandWordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your Brand
 
The Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and ConsThe Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and Cons
 
DMCC Future of Trade Web3 - Special Edition
DMCC Future of Trade Web3 - Special EditionDMCC Future of Trade Web3 - Special Edition
DMCC Future of Trade Web3 - Special Edition
 
What is DBT - The Ultimate Data Build Tool.pdf
What is DBT - The Ultimate Data Build Tool.pdfWhat is DBT - The Ultimate Data Build Tool.pdf
What is DBT - The Ultimate Data Build Tool.pdf
 
Unraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfUnraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdf
 
Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365
 
Gen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfGen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdf
 
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptxMerck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptx
 
From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .
 
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
 
Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!
 
SALESFORCE EDUCATION CLOUD | FEXLE SERVICES
SALESFORCE EDUCATION CLOUD | FEXLE SERVICESSALESFORCE EDUCATION CLOUD | FEXLE SERVICES
SALESFORCE EDUCATION CLOUD | FEXLE SERVICES
 
Digital Identity is Under Attack: FIDO Paris Seminar.pptx
Digital Identity is Under Attack: FIDO Paris Seminar.pptxDigital Identity is Under Attack: FIDO Paris Seminar.pptx
Digital Identity is Under Attack: FIDO Paris Seminar.pptx
 
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
 

MVA slides lesson 1

  • 1. Exam Prep: Microsoft Technology Associate 98-366: Networking Fundamentals
  • 2. Background • IT manager and implementer focused on deploying, maintaining and optimizing networks of all sizes • IT Consulting projects include Custom SharePoint for Microsoft IT, Netware/Notes migration to AD/Exchange, Transition to centralized management (250 clients) • Instructor and Director of Instruction • Multiple Microsoft and other industry certifications (MCP, MCTS, MCSA, MCSE, MCT) Contact • christophermva@microsoft.com • @ChristopherMSL Meet the Presenters Christopher Chapman, MCT Content Project Manager, Microsoft Learning
  • 3. Meet the Presenters Thomas Willingham Content Developer, Cloud and Enterprise Background • Taught the Microsoft MCSE and the Novell CNE certifications, and worked as a network consultant for almost 10 years • Courseware Author for MS Learning • Content developer for Remote Desktop Virtualization at Microsoft for the last 5 years Contact • gotthomas@microsoft.com
  • 4. Course Topics Network Fundamentals 01 | Understanding Local Area Networking 02 | Defining Networks with the OSI Model 03 | Understanding Wired and Wireless Networks 04 | Understanding Internet Protocol (IP) 05 | TCP/IP Tools 06 | Network Services 07 | Understanding Wide Area Networks 08 | Defining Network Infrastructure and Security
  • 5. • Target Audience • IT Help Desk staff interested in moving into Network/Systems Administration • Anyone interested in learning more about networking • Suggested Prerequisites/Supporting Material • Exam 98-349: Windows Operating System Fundamentals Setting Expectations
  • 6. Understanding Local Area Networking Module 1
  • 7. Objectives Skills/Concepts Objective Domain Description Objective Domain Number Examining Local Area Networks, Devices and Data Transfers Understand local area networks (LANS) 1.2 Identifying Network Topologies and Standards Understand network topologies and access methods 1.5
  • 8. Network components and Terminology • Data • Node • Client • Server • Peer • Network adapter • Hub • Switch • Router • Media • Transport Protocol • Bandwidth
  • 9. Local Area Network A Local Area Network (LAN) is group of computers confined to a small geographic area, such as a single building A LAN is a group of computers or devices that share a common communication medium, such as cabled or wireless connections
  • 10. • Networks are used to exchange data • Reasons for networks include • Sharing information • Communication • Organizing data Networks
  • 11. • Network documentation helps describe, define, and explain the physical and logical method for connecting devices • The documentation phase occurs before a network is built, or when changes are made to the network • Microsoft Visio is a tool that can be used to document networks Network Documentation
  • 12. • A Hub is the most basic central connecting device • Hubs enable computers on a network to communicate • A host sends data to the hub. The hub sends the data to all devices connected to the hub Hub • •
  • 13. • Switches work the same was as a hub, but they can identify the intended recipient of the data • Switches can send and receive data at the same time Switch • •
  • 14. • Routers enable computers to communicate and allow communication between two networks – such as your home network and the Internet • This communications link between the one network and the other is where the LAN ends Router 192.168.1.1 Internet 24.136.72.110
  • 15. • A network adapter can connect to the network by using cable (wired) or by air (wireless) Network Adapter and RJ45 Patch Cable A network adapter, also known as a network interface card (NIC), is the hardware device that enables you to send and receive from your computer RJ45 is the most common type of network adapter connection
  • 16. • The wireless access point (WAP) acts as the central connecting device for the network • Wireless networks can consist of many types of devices other than traditional PCs: • Smart phones • PDAs • Tablet computers • Micro computers • PCs and laptops equipped with wireless network adapters can connect to these networks as well Wireless Access Point
  • 17. • Device Manager Showing Network Adapters • Network Adapter Properties • IP Address Demo
  • 18. • Serial data transfer is the transfer of one bit at a time—in other words, transfer in a single-bit stream, like a one lane highway • On the network cable, data travels in a single bit stream Serial Data Transfer
  • 19. • Data transfer rate defines the maximum bits per second (bps) that can be transmitted over a network • Rated in bits, and signified with a lowercase b (for example, 10 Mbps) • The lowercase b differentiates this unit from data that is stored on a hard drive, which uses an upper case B that stands for bytes (for example 10 MB) • Types of Transfers • Broadcast sends data to every other host on the network • Unicast sends data to a specific host Data Transfer Rate
  • 20. • Most every computer and many other devices have an Internet Protocol (IP) address • An IP address uniquely identifies your device and the associated network and allows each device to send and receive information • A typical example of an IPv4 address would be 192.168.1.1 • Every IP address is broken down into two parts by a subnet address • Network ID 192.168.1 • Host ID 1 IP Address
  • 21. • Computers and other devices are connected using copper-based twisted-pair cables or wireless equipment LAN
  • 22. • A virtual LAN (VLAN) is a group of hosts with a common set of requirements that communicate as if they were connected together in a normal fashion on one switch, regardless of their physical location. Virtual LAN Port 1: VLAN1 Port 2: VLAN1 Port 3: VLAN2 Port 4: Port 5: VLAN1 Port 6: VLAN1 Port 7: VLAN2 Port 8: VLAN1 Port 9: Port 10:
  • 23. • A network topology defines the physical connections of hosts in a computer network. • There are several types of physical topologies including: • Bus • Ring • Star • Mesh • Tree Network Topology
  • 24. • Most Common topology • Each computer is individually wired to a central connecting device (hub, switch or SOHO router) with twisted-pair cabling Star Topology
  • 25. • Every computer connects to every other computer; no central connecting device is needed. Mesh Topology
  • 26. • In a LAN environment, each computer is connected to the network using a closed loop • Used by Token Ring and Fiber Distributed Data Interface (FDDI) Ring Topology
  • 27. • A Token Ring network sends data logically in a ring fashion, meaning that a token goes to each computer, one at a time, and continues on in cycles • Physically Token Ring computers are connected in a star fashion • Namely, all computers in a Token Ring network are connected to a central connecting device known as a Multistation Access Unit (MAU or MSAU) Token Ring
  • 28. • Institute of Electrical and Electronics Engineers (IEEE) standard (802.3) that defines how information is sent and received between network adapters, hubs, switches, and other devices • Ethernet is the de facto standard and is the most widely-installed local area network technology • Common types of Ethernet include: • 802.3u or Fast Ethernet that runs at 100 Mbps • 802.3ab or Gigabit Ethernet Ethernet
  • 29. • Computers on Ethernet networks communicate via frames • A frame is a sequence of bits containing a detectable beginning and end of a packet in the stream of bits • A frame is a data packet residing on Layer 2 of the OSI model Frames frame crc (4 bytes) preamble (8 bytes)
  • 30. • Computing is done at a central location using terminals that are attached to this main system • Mainframes are a powerful computer and the rest of the devices connected to the computer are known as terminals (or dumb terminals) • Each terminal consisted solely of a keyboard and display with no processing power Centralized Computing
  • 31. • The client/server model is an architecture that distributes applications between servers and client computers • Server: System that provides services such as Windows Server 2008 R2 • Client: Device that requests services such as Windows 7 Client/Server Model
  • 32. • Peer-to-peer networking distributes applications or workloads between computers • Peers are both service providers and service requestors Peer-to-Peer Networking
  • 33. • Distributive computing includes both client-server and peer-to-peer networks • Every device or workstation has its own processing power Distributed Computing
  • 34. • Centralized computing has made a comeback of sorts. Remote Desktop Services and remote sessions to computers are based off of the centralized computing model • Thin-client computers do not have a hard drive and store an operating system in RAM, to be loaded up every time the device is turned on • All other applications and data are stored centrally, this system is a blend of centralized and distributive computing Remote Desktop Services and Remote Sessions
  • 35. • More powerful computers that provide centralized services: • File • Print • Database • Network controller • Messaging/Email • Web Servers
  • 36. Client and Server Operating Systems Client Operating Systems Server Operating Systems Windows 8 Windows Server 2012 Windows 7 Windows Server 2008 R2 Windows Server 2008 Windows Vista Windows XP Windows Server 2003 Windows 2000 Professional Windows 2000 Server Windows NT 4.0 Workstation Windows ME/98/95 Windows NT 4.0 Server
  • 37. • Peer-to-peer or P2P has recently taking on an additional meaning • P2P can also refer to file sharing networks • Examples of file sharing networks • Napster • Gnutella • G2 • Other technologies also take advantage of P2P file sharing: • Skype • VoIP • Cloud computing P2P
  • 38. • Understand local area networks (LANs), including but not limited to LAN elements, design, perimeter networks, IP addressing, and LAN types • Understand network topologies and access methods, including topologies such as star, mesh, and ring; Ethernet architecture; and the client-server and peer-to-peer networking models Summary
  • 39. 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

Hinweis der Redaktion

  1. 1 minute
  2. 1 minute
  3. 1 minute
  4. 1 minute
  5. This should also be a review for the 70-642.
  6. This adapter might be integrated into the motherboard or act as a separate device that connects to a PCI slot or perhaps a PC card slot or USB port.