Download Introducing Network Standards

Survey
yes no Was this document useful for you?
   Thank you for your participation!

* Your assessment is very important for improving the workof artificial intelligence, which forms the content of this project

Document related concepts

Distributed firewall wikipedia , lookup

Zigbee wikipedia , lookup

Wireless security wikipedia , lookup

Asynchronous Transfer Mode wikipedia , lookup

CAN bus wikipedia , lookup

Zero-configuration networking wikipedia , lookup

Deep packet inspection wikipedia , lookup

Wake-on-LAN wikipedia , lookup

Piggybacking (Internet access) wikipedia , lookup

IEEE 1355 wikipedia , lookup

Computer network wikipedia , lookup

List of wireless community networks by region wikipedia , lookup

Cracking of wireless networks wikipedia , lookup

Network tap wikipedia , lookup

Internet protocol suite wikipedia , lookup

Airborne Networking wikipedia , lookup

Recursive InterNetwork Architecture (RINA) wikipedia , lookup

UniPro protocol stack wikipedia , lookup

Transcript
Introducing
Network Standards

Open Systems Interconnection (OSI) Model

IEEE 802.x Standard

Device Drivers and OSI
1
Open Systems Interconnection
(OSI) Model

Network Communications

OSI Model

Windows NT and the OSI Model
2
Network Communications
Sending Computer Must:

Recognize data

Divide it into manageable chunks

Add information to determine its location and
identify the receiver

Add timing and error-checking information

Put data on the network and send it
3
Seven-Layer OSI Model
4
OSI Layer Relationships
5
Application Layer (7)




Topmost layer
Represents services that directly support user
applications
Window to network services
Handles network access, flow control, and error
recovery
6
Presentation Layer (6)



Network translator
On sending end, determines formatting used to
exchange data among computers and adds
formatting so data can be understood by network
On receiving end, translates data from application
format to a common intermediate format

Manages data compression, translation, encryption

I/O redirectors work to redirect resources to a server
7
Session Layer (5)




Allows two applications on different computers to
open, use, and close connections
Performs name recognition and provides security
Provides synchronization by placing checkpoints in
the data stream
Implements dialog control between communication
processes
8
Transport Layer (4)



Sending end: repackages message, divides long
messages to ship properly over determined route and
arrive error-free
Receiving end: unpacks message, reassembles it, and
acknowledges receipt
Provides flow control, error handling, and solves
transmission problems
9
Network Layer (3)



Addresses the package using network address
scheme
Determines the best route on the network based on
network conditions, priority of service
Performs packet switching, routing, traffic
management, and controls congestion of data
10
Data-Link Layer (2)




Sending end: sends data frames from network layer
to physical layer
Receiving end: packages raw bits from physical layer
into data frames
Parts of data frame: Destination ID, Sender ID,
Control Data
Acknowledges data frames, error checking, and
verification
11
Simple Data Frame
12
Physical Layer (1)





Bottommost Layer
Hardware-oriented, establishes and maintains
physical link between communication computers
Defines how the cable is attached to the NIC
Packet sent as an unstructured raw bit stream over
physical medium
Referred to as the “hardware layer”
13
OSI Model Layer Mnemonics
OSI Layer
Down
Up
Application
All
Away
Presentation
People
Pizza
Session
Seem
Sausage
Transport
To
Throw
Network
Need
Not
Data-Link
Data
Do
Physical
Processing
Please
14
Packet Assembly and
Disassembly Process
15
Windows NT and OSI
16
Software and Protocols
17
Windows NT Architecture
with Boundary Interfaces
18
The IEEE 802.x Standard

The 802 Project Model
19
802 Specifications
Set Standards for:

Network Interface Cards (NICs)

Wide area network (WAN) components

Components used to create twisted-pair and coaxial
cable networks
20
802 Specification Categories
802.1
802.2
802.3
802.4
802.5
802.6
802.7
802.8
802.9
802.10
802.11
802.12
802.13
802.14
802.15
802.16
Internetworking
Logical Link Control (LLC)
MAC layer, Carrier Sense Multiple Access with Collision Detection
(CSMA/CD) LAN (Ethernet)
MAC layer, Token Bus LAN
MAC layer, Token Ring LAN
Metropolitan area Network (MAN)
Broadband Technical Advisory Group
Fiber-Optic Technical Advisory Group
Integrated Voice/Data Networks
Network Security
Wireless Network
Demand Priority Access LAN, 100BaseVG-AnyLAN
Unused
Cable modem standards
Wireless personal area networks (WPAN)
Broadband wireless standards
21
Project 802 LLC and
MAC Sublayers
22
Project 802 LLC and
MAC Standards
23
Device Drivers and OSI

Role of Drivers

Network Environment

Network Driver Interface Specifications (NDIS)

Open Data-Link Interface (ODI)

Bridging NDIS and ODI
24
Role of Drivers
Drivers for nearly every type of device including:

Input devices, such as mouse and keyboard devices

SCSI and IDE disk controllers

Hard and floppy-disk drives

Multimedia devices such as microphones, cameras, and recorders

Network Interface Cards (NICs)

Printers, plotters, tape drives, and so forth
25
Communication Between the
NIC and Network Software
26
Network Driver Interface
Specification (NDIS)
Three types of network software:



Protocol Stack: Provides network communications; generates and disassembles
frames that are sent to and received from network
Adapter Driver: Controls network interface hardware; works in MAC sublayer
and moves frames between protocol stack and interface hardware
Protocol Manager: Controls activity between protocol stack and MAC
27