Microsoft enterprise concepts. NT Layered Network Architecture Network Interface Card Network Adapter Card Drivers NDIS InterfaceStreams Transport Protocols.

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

Peer-to-Peer vs. Client/Server Network Operating Systems Instructor: Dr. Najla Al-Nabhan
Chapter 7 LAN Operating Systems LAN Software Software Compatibility Network Operating System (NOP) Architecture NOP Functions NOP Trends.
1 Module 1 The Windows NT 4.0 Environment. 2  Overview The Microsoft Operating System Family Windows NT Architecture Overview Workgroups and Domains.
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.
LAN Protocols and TCP/IP © N. Ganesan, Ph.D.. Module A Preview of Major LAN Protocols.
Homework 3.2 Clients Hub What’s wrong with this picture? Clients Using 100TX.
Overview of Client Configuration By Nanda Ganesan, Ph.D. © Nanda Ganesan.
Understanding Networks I. Objectives Compare client and network operating systems Learn about local area network technologies, including Ethernet, Token.
Network Shares and Accounts Sharing Printers, Drives, Folders – Setup Windows 95/98 Windows NT (2000, XP) Linux – Users – Groups.
Chapter 12 Reading assignment n From “Running Linux”, on reserve at PSU Main library (2-hour checkout) Chapter 1 (pages 1 through 41)Chapter 1 (pages 1.
Microsoft File Sharing SMB Protocol. In the beginning … (b4 dos) Application BIOS diskvideo BIOS ( basic input output system ) Provided procedures with.
Chapter 11 Network Operations.
Understanding How Networks Communicate. Copyright © Texas Education Agency, All rights reserved.2 We Will Learn: Basic networked communications.
Overview of Client Configuration By Nanda Ganesan, Ph.D. © Nanda Ganesan.
Starting Windows NT An overview and introduction Instructor: Professor: Dr. Anvari Students: Li-Yen Chen & Chunwa (Joanna) Chan Southeastern University.
CHAPTER Other Network Protocols and Services. Other Network Protocols and Services DLC Network Monitor Agent Remote Access Service Services for Macintosh.
Introduction to Networks Networking Concepts IST-200 VWCC 1.
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.
Directory services Unit objectives
BASIC NETWORK CONCEPTS (PART 6). Network Operating Systems NNow that you have a general idea of the network topologies, cable types, and network architectures,
1 Chapter Overview Network Operating Systems Network Clients Directory Services.
Network Operating Systems : Tasks and Examples Instructor: Dr. Najla Al-Nabhan
CHAPTER Protocols and IEEE Standards. Chapter Objectives Discuss different protocols pertaining to communications and networking.
Operating Systems on the Network Approaches to managing network resources –Peer-to-peer model All the computers on the LAN have the same authority and.
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.
CHAPTER Windows NT Server Installation. Chapter Objectives Give an overview of the installation process Outline the pre-installation and post- installation.
SYSTEM ADMINISTRATION Chapter 16 Client Workstation Basics.
1 Understanding the TCP/IP Protocol Suite Industry standard Enables enterprise networking and connectivity.
Overview of Client Configuration By Nanda Ganesan, Ph.D. © Nanda Ganesan.
Chapter 4 Server Clients Workstation Operating Systems Workstation Requirements NIC Software Setup Resolve a Resource Conflict Prepare Workstation - Windows.
Networking Concepts. Week-7 Network Protocols Three Major Components:  Application Interface –Connects programs to network  Global Network Transport.
1 Introduction to Microsoft Windows 2000 Windows 2000 Overview Windows 2000 Architecture Overview Windows 2000 Directory Services Overview Logging On to.
Addressing Through the Layers  Data Link Layer Address  Network Layer Address.
Chapter Two Clients and Servers: Who’s the Boss?.
“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.
Introduction to Microsoft Windows 2000 Integrated support for client/server and peer-to-peer networks Increased reliability, availability, and scalability.
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.
Cisco – Chapter 15 Application Layer closest to you as an end-user, when you are interacting with software.
Lecture 6: Examples on Windows Operating Systems.
ITI-510 Computer Networks ITI 510 – Computer Networks Meeting 6 Rutgers University Center for Applied Computer Technologies Instructor: Chris Uriarte.
Chapter 3 Chapter 3: Planning Network Protocols and Compatibility.
1 © Copyright N Ganesan CHAPTER Exploring the Installed Network Properties.
Networking Protocols John R. Durrett ISQS 6343 #1.
Module 3 l Objectives –Identify the security risks associated with specific NT Services –Understand the risk introduced by specific protocols –Identify.
Copyright © 2007 Heathkit Company, Inc. All Rights Reserved PC Fundamentals Presentation 44 – Exploring Network Properties.
Lecture 4: Windows Operating Systems. Symmetric Multiprocessing Memory Operating System User Thread User Thread User Thread User Thread Operating System.
Chapter 6 Server Management: Domains Workgroup Domain Trust Relationship Examples.
LAN Protocols Chapter 5. Learning Objectives Explain the following LAN protocols and how they work with network operating systems: IPX/SPX, NetBEUI, AppleTalk,
Network Operating Systems : Tasks and Examples Instructor: Dr. Najla Al-Nabhan
© Copyright Nanda Ganesan1 CHAPTER NT Domains. © Copyright Nanda Ganesan2 Chapter Objectives Give an overall picture of the NT networking architecture.
Networking Week #10 OBJECTIVES Chapter #6 Questions Review Chapter #8.
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.
Network Communications Technology
Microsoft enterprise concepts
Lecture 4: Windows Operating Systems
Network Operating Systems Examples
Chapter 3: Windows7 Part 4.
نماذج من تطبيقات شبكات الحساب مكونات شبكة الحاسب
Copyright © 2000 John Wiley & Sons, Inc. All rights reserved
Course Name : Network Operating System Course Code: CNET 332 These slides are only meant for course delivery. For all your Exams refer to your text book.
Course Name : Network Operating System Course Code: CNET 332
Presentation transcript:

Microsoft enterprise concepts

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

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

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

Network Resource Access 4 UNC - Universal Naming Convention –machine name: \\mname <= 15 digits –share name: \sname <= 12 digits –example: \\AL200\HP6 –sharing: net share public= c:\temp –using: net use lpt2: \\Al200\public –also graphical 4 Master Browsers - allow to see what resources are available –Win 95/NT use Network Neighborhood 4 MUP driver - Multiple Universal Naming Convention Provider

Workgroups 4 Peer to Peer –a machine joins a group by declaring (Control Panel) –group names <= 15 digits –servers: DOS with add on, Windows for Workgroups, Windows 95, NT WS and Server. –Low security for shares, with one password for a resource, all can see share names, but in NT. 4 NT client-server –local and global (more in Domain) –peer-to-peer and guest, should not be allowed –shares require username and password

Domain 4 Concept: a group of NT machines that share “a security server” - the primary domain controller (PDC VS BDCs) –Windows for Workgroups and Windows 95 can join by selecting as workgroup name the domain name –Users with Windows 95 clients can log on NT server net similarly to NT workstations. –user name <= 20 digits, password <= 14 digits –users have permissions (access) and rights (do something), groups –SAM - Security Account Manager, keep user information 4 Trust relationships: allow an user to be part of more than one domain. –If A trusts C, users in C can access resources in A (one-way) –two-way trusts : users of both both can access the other