Microsoft enterprise concepts

Slides:



Advertisements
Similar presentations
Client/Server Computing Ajay Kumar Shrivastava. Network Operating System (NOS) It manages the services of the server It exists at the session and presentation.
Advertisements

A+ Guide to Software Managing, Maintaining and Troubleshooting THIRD EDITION Chapter 11 Windows on a Network.
Networking concepts and hardware. Basic Communications Model Standards are needed at all Layers User Layer Application Layer Computer (Transport) Layer.
Hands-On Microsoft Windows Server 2003 Networking Chapter 1 Windows Server 2003 Networking Overview.
Microsoft File Sharing SMB Protocol. In the beginning … (b4 dos) Application BIOS diskvideo BIOS ( basic input output system ) Provided procedures with.
Defining Network Protocols Application Protocols –Application Layer –Presentation Layer –Session Layer Transport Protocols –Transport Layer Network Protocols.
Network Protocols Transmission Control Protocol/Internet Protocol (TCP/IP) Asynchronous Transfer Mode (ATM) NWLink NetBIOS Enhanced User Interface (NetBEUI)
 Different protocols work at different levels of the OSI model. Here, we look at a few of the main protocols for this exam, apply them to the OSI model,
Understanding How Networks Communicate. Copyright © Texas Education Agency, All rights reserved.2 We Will Learn: Basic networked communications.
Network Client Configuration By Nanda Ganesan, Ph.D. © Nanda Ganesan, All Rights Reserved.
Starting Windows NT An overview and introduction Instructor: Professor: Dr. Anvari Students: Li-Yen Chen & Chunwa (Joanna) Chan Southeastern University.
1 Module 12 Configuring Windows NT Protocols. 2  Overview Using the Network Program in Control Panel TCP/IP NWLink NetBEUI Configuring Network Bindings.
Internet Setup in Microsoft Windows Windows Layering Bindings Adding Adapters, Protocols, and Clients TCP/IP Configuration.
1 Chapter Overview Understanding the Windows 2000 Networking Architecture Using Microsoft Management Console.
Introducing Network Standards Open Systems Interconnection (OSI) Model IEEE 802.x Standard Device Drivers and OSI 1.
1 Chapter Overview Network Operating Systems Network Clients Directory Services.
CHAPTER Protocols and IEEE Standards. Chapter Objectives Discuss different protocols pertaining to communications and networking.
Windows 2000 Networking Computing Department, Lancaster University, UK.
NetworkProtocols. Objectives Identify characteristics of TCP/IP, IPX/SPX, NetBIOS, and AppleTalk Understand position of network protocols in OSI Model.
Chapter 3: Planning Network Protocols and Compatibility.
Defining Network Protocols Introduction to Protocols TCP/IP NetWare Protocols Other Common Protocols 1.
Section 5.1 Explain why standards are necessary for networking
Basic LAN techniques IN common with all other computer based systems networks require both HARDWARE and SOFTWARE to function. Networks are often explained.
CHAPTER Windows NT Server Installation. Chapter Objectives Give an overview of the installation process Outline the pre-installation and post- installation.
1 Understanding the TCP/IP Protocol Suite Industry standard Enables enterprise networking and connectivity.
Chapter 7 Low-Level Protocols
15 Semester 1 JEOPARDY IndirectnetworksupportDNSDNSNetworkApps.NetworkApps.MoreNetworkApps.Misc.Misc
Chapter Three Network Protocols By JD McGuire ARP Address Resolution Protocol Address Resolution Protocol The core protocol in the TCP/IP suite that.
Examining Network Protocols. Overview Introduction to Protocols Protocols and Data Transmissions Common Protocols Other Communication Protocols Remote.
Networking Concepts. Week-7 Network Protocols Three Major Components:  Application Interface –Connects programs to network  Global Network Transport.
Configuring Network Services and Protocols Lecture 2.
Addressing Through the Layers  Data Link Layer Address  Network Layer Address.
“Windows Networking” ITL. © Hans Kruse & Shawn Ostermann, Ohio University 2 Overview Networking under Windows Mixture of applications and protocols.
Networking in Windows NT Layered Network Architecture Network Interface Card Network Adapter Card Drivers NDIS InterfaceStreams Transport Protocols.
1 Chapter 3: Multiprotocol Network Design Designs That Include Multiple Protocols IPX Design Concepts AppleTalk Design Concepts SNA Design Concepts.
1 Chapter Overview Understanding the TCP/IP protocol suite Configuring and troubleshooting TCP/IP Installing, configuring, and troubleshooting NWLink Understanding.
Microsoft enterprise concepts. NT Layered Network Architecture Network Interface Card Network Adapter Card Drivers NDIS InterfaceStreams Transport Protocols.
Chapter 4  Configuration: Client/Server Components 1 Chapter 4 Overview  Configure client/server components o Network interface card (NIC) o Windows.
WINDOWS NT Network Architecture Amy, Mei-Hsuan Lu CML/CSIE/NTU August 19, 1998.
Lecture 6: Examples on Windows Operating Systems.
Microsoft Windows XP Professional
Chapter 3 Chapter 3: Planning Network Protocols and Compatibility.
1 © Copyright N Ganesan CHAPTER Exploring the Installed Network Properties.
Module 3 l Objectives –Identify the security risks associated with specific NT Services –Understand the risk introduced by specific protocols –Identify.
Mr C Johnston ICT Teacher G055 - Lecture 10 Network Protocols.
Copyright © 2007 Heathkit Company, Inc. All Rights Reserved PC Fundamentals Presentation 44 – Exploring Network Properties.
LAN Protocols Chapter 5. Learning Objectives Explain the following LAN protocols and how they work with network operating systems: IPX/SPX, NetBEUI, AppleTalk,
Networking on the International Space Station Presentation by Bradley Roach 10/09/2007.
Network architecture model What is an “architecture model”? An architecture model offers a general frame of reference for the problems connected to the.
Some Network Commands n Some useful network commands –ping –finger –nslookup –tracert –ipconfig.
Chapter Objectives In this chapter, you will learn:
Network Protocols Transmission Control Protocol/Internet Protocol (TCP/IP) Asynchronous Transfer Mode (ATM) NWLink NetBIOS Enhanced User Interface (NetBEUI)
Network Communications Technology
70-291: MCSE Guide to Managing a Microsoft Windows Server 2003 Network, Enhanced Chapter 1: Networking Overview.
Application Layer Honolulu Community College
Lecture 4: Windows Operating Systems
Network Operating Systems Examples
Unit OS A: Windows Networking
Broader Perspective A Multiprotocol World.
Chapter Three Network Protocols.
Examining Network Protocols
Chapter 3: Windows7 Part 4.
نماذج من تطبيقات شبكات الحساب مكونات شبكة الحاسب
Telecommunications and Networking
Chapters 1-3 Concepts NT Server Capabilities
Chapter 3: Planning Network Protocols and Compatibility
Chapter 11 Network Operations. Introduction Look at: –Network Operating Systems (11.1) –Software Components of Networking (11.2) –Installing a Network.
Total Standards Picture
Client Communication NIC is Really The physical hardware plus
22. NT, UNIX and Novell NetWare
Presentation transcript:

Microsoft enterprise concepts

Layered Network Architecture 7. Application User Mode 6. Presentation Network Interface Card Network Adapter Card Drivers NDIS Interface Streams Transport Protocols Transport Driver Interface NetBIOS driver Redirectors Servers WinSock driver Kernel Mode 5. Session 4. Transport 3. Network 2. Data Link LLC MAC 1. Physical

Some basic concepts NDIS Interface: Network Driver Specification Interface, wraps NIC drivers and allow communication with multiple protocols, binds a NIC to a protocol. Streams: multiple channels allowing broader bandwidth for data transfer, envelop the protocols. Transport Driver Interface: allows software drivers (server, redirector, etc) to communicate with protocols. Redirectors: software in WS that redirect network drives, printers requests to network I/O requests. Servers: software that allows a device to accept requests from other devices.

Standard protocols NetBEUI - NetBIOS Extended User Interface, “native” Windows protocol, not routable. TCP/IP - implemented through WinSock, routable, supports SNMP, DHCP, WINS. NWLink (IPX/SPX) - used to connect to Novell NetWare, just a protocol, not access. DLC - Data Link Control, used to connect to IBM mainframes and HP printers directly connected to a network (server).