SlideShare a Scribd company logo
1 of 42
Network Operating System (NOS)
and
Windows Network Concepts
NOS 1
Chapter 2
Network Operating System (NOS)
Definition
Characteristics of NOS
Types of Network Operating System (Architecture)
Popular NOS
NOS 2
Network Operating System (NOS)
Network + Operating System
Network
• is a communication path between two or more systems
Operating System
• program that manages the computer hardware
• provides a basis for application programs and acts as an
intermediary between the user and the hardware
• Types of Operating Systems
(Microsoft Windows, Linux and Unix, Mac OS etc)
NOS 3
NOS 4
NOS 5
NOS 6
Characteristics of NOS
Centrally manage network resources, such as programs, data & devices.
Secure access to a network.
Allow remote users to connect to a network.
Allow users to connect to other networks like the Internet.
Backup data and make sure it's always available.
Allow for simple additions of clients and resources.
NOS 7
Types of Network Operating System (Architecture)
Peer-to-peer NOS
• This system is not based with having a file
server or centralized management source.
NOS 8
Client/Server NOS
• It can be based on a client/server architecture in
which a server enables multiple clients to share
resources.
The most popular NOS
Windows Server
NOS 9
Linux Server
Windows Server
Windows servers are more powerful versions of their desktop
operating system counterparts and are designed to more
efficiently handle corporate networking, Internet/intranet
hosting, databases, enterprise-scale messaging and similar
functions.
Windows Server 2012 R2 is the latest release of Windows
Server, and focuses on cloud computing.
NOS 10
Windows
Microsoft products are regarded as the standard option for most
businesses.
Cost is also an important factor; license fees are expensive.
The more employees you have, the more expensive it will become.
Versions of Windows Server
NOS 11
Windows Server 2012 R2
Windows Server 2012
Windows Server 2008 R2
Windows Server 2008
Windows Server 2003 R2
Windows Server 2003
Windows Server 2000
Windows NT 4.0
Windows NT 3.51
Windows NT 3.5
Windows NT 3.1
Linux Server
A Linux server is a high-powered variant of the Linux open source
operating system that's designed to handle the more demanding
needs of business applications such as network and system
administration, database management and Web services.
Linux servers are frequently selected over other server operating
systems for their stability, security and flexibility advantages.
NOS 12
Linux
You can download, modify it and re-distribute it without spending
any money.
Linux is installed on over 95% of the world's best supercomputers
demonstrating that it is the fastest performing OS with the smallest
resource footprint.
No OS is perfect;
one of the major downsides of Linux is that as it is a lesser
known platform you will find it harder to administrators with the
skills to configure and support the system in-house.
NOS 13
Linux Server Distributions
The followings are Leading Linux server operating systems
(Top 10 Linux Server Distributions of 2017/18)
Source  serverwatch.com
• Ubuntu
• Red Hat Enterprise Linux
• Suse Linux Enterprise Server
• CentOS
• Debian
• Oracle Linux
• Mageia/Mandriva
• ClearOS
• Arch Linux
• Slackware
NOS 14
NOS 15
Which NOS is best for your business?
“Selecting the right platform is important for the health of your
business. It's worth building a test system running your preferred OS
so you can spot any issues and check security and performance prior to
going live, with minimal disruption for your users.”
David Barker is the technical director of 4D Data Centers
NOS 16
Windows Network Concepts
Networking models
The difference between workgroup and domain
Overview of Active Directory Domain Services (AD DS )
Overview of Domain Controllers (DC)
Windows Network Concepts 17
Networking Models
Two networking models:
• Workgroup
• Domain
Windows Network Concepts 18
Workgroup Model
All computers are equal
Also known as peer-to-peer
Each computer maintains own set of
• Resources
• Accounts
• Security information
Windows Network Concepts 19
Workgroup Model
(cont’d)
Windows Network Concepts 20
Table 2:1: Advantages and disadvantages of workgroup networks
Domain Model
Centralizes all shared resources
Single point of administrative and security control
Simpler to manage from administrative and security standpoint
Requires at least one domain controller (DC)
Windows Network Concepts 21
Domain Model (cont’d)
Windows Network Concepts 22
Table 2:2: Advantages and disadvantages of workgroup networks
Overview of AD DS
What Are AD DS Domains?
AD Structure
AD Objects
Windows Network Concepts 23
Overview of AD DS
Windows Network Concepts 24
Without AD
Partner
User
Company
password
10 Character
password
8 Character
password
12 Character
What is AD ?
A database (NTDS.DIT) on a Domain Controller
Based on X.500/LDAP
Uses Kerberos
Consistent synchronization across peer Domain Controllers
Extensible
Interoperates with other Domains /Forests
Windows Network Concepts 25
Windows Network Concepts 26
With AD DS
User
SSO with
Kerberos authentication
AD Structure
Domain
Tree
Forest
Trust
Federation
Windows Network Concepts 27
AD Structure (Domain, Tree)
Windows Network Concepts 28
cci.com iot.com
DIS.cci.com CS.cci.com
DIS users &
Computers
EE.iot.com ME.iot.com
Elec. Eng. dep’t
users & Computers
AD Structure (Forest)
Windows Network Concepts 29
cci.com iot.com
DIS.cci.com CS.cci.com
DIS users &
Computers
EE.iot.com CE.iot.com
Elec. Eng. dep’t
users & Computers
NB: The forest is the totality of all of your AD infrastructures
AD Structure (Trust)
Windows Network Concepts 30
cci.com iot.com
DIS.cci.com CS.cci.com
DIS users &
Computers
EE.iot.com ME.iot.com
Elec. Eng. dep’t
users & Computers
Forest Forest
Manual Trust
AD Structure (Federation)
Windows Network Concepts 31
cci.com iot.com
DIS.cci.com CS.cci.com
DIS users &
Computers
EE.iot.com ME.iot.com
Elec. Eng. dep’t
users & Computers
Federation
Federation allow different domains to access their resources in common
(i.e. it is not domain specific)
AD DS is composed of both physical and logical components
Windows Network Concepts 32
AD DS
Physical components Logical components
• Data store
• Domain controllers (DC)
• Global catalog server
• RODC (Read Only DC)
• Partitions
• Schema
• Domains
• Domain trees
• Forests
• Sites
• OUs (Organizational Units)
AD DS Domains?
AD DS requires one or more domain controllers
All domain controllers hold a copy of the domain
database which is continually synchronized
Windows Network Concepts 33
• The domain is the context within which user,
group, and computer accounts are created
• The domain is a replication boundary
• An administrative center for configuring and
managing objects
• Any domain controller can authenticate any logon
in the domain
AD Objects
User
Group
Computer
Sites, Site
Links
Windows Network Concepts 34
Organizational Unit (OU)
AD Objects (OUs )
Containers that can be used to group objects
within a domain
Create OUs to:
• Delegate administrative permissions
• Apply Group Policy
Windows Network Concepts 35
What Are OUs?
AD Objects (Sites and Site Links)
Windows Network Concepts 36
Harar
HU
Overview of Domain Controllers
What Is a Domain Controller?
What Is the Global Catalog?
The AD DS Logon Process
Windows Network Concepts 37
What Is a Domain Controller?
Servers that host the Active Directory database (NTDS.DIT) and SYSVOL
Kerberos authentication service and KDC services perform authentication
•Kerberos is a security mechanism built into the AD (not invented by
Microsoft but also used in other many authentication scheme as well)
•Advantage: it doesn't transfer the actual password over the network
•when user is logged on, it provides Ticket grant system (TGT)
Best practices:
• Availability: At least two domain controllers in a domain
• Security: RODC and BitLocker
Windows Network Concepts 38
What Is the Global Catalog?
Windows Network Concepts
39
Domain B
Domain A
Configuration
Schema
Domain A
Configuration
Schema
Domain B
Configuration
Schema
Domain B
Configuration
Schema
Global catalog:
Hosts a partial attribute set for other
domains in the forest Supports queries
for objects throughout the forest
Global catalog server
The AD DS Logon Process
Windows Network Concepts 40
DC1
SVR
1
WKS
1
The AD DS logon process:
1. User Account is authenticated to DC1
2. DC1 returns TGT back to client
3. Client uses TGT to apply for access to
WKS1
4. DC1 grants access to WKS1
5. Client uses TGT to apply for access to
SVR1
6. DC1 returns access to SVR1
Get start lab session by installing
Windows Network Concepts 41
 Virtualization software (Vmware or virtual box)
 MS Server 2012 R2
…..
Questions

More Related Content

Similar to Chapter_2_Network_Operating_System_NOS_and_Windows_Network_Concepts.pptx

Mcts chapter 1 (1)
Mcts chapter 1 (1)Mcts chapter 1 (1)
Mcts chapter 1 (1)Ankit Kumar
 
Server interview[1]
Server interview[1]Server interview[1]
Server interview[1]sourav nanda
 
29041329 interview-questions-for-server-2003
29041329 interview-questions-for-server-200329041329 interview-questions-for-server-2003
29041329 interview-questions-for-server-2003rafiq123
 
Windows Operating System.pptx
Windows Operating System.pptxWindows Operating System.pptx
Windows Operating System.pptxOnyemaobiAmarachi
 
128692851-Introducing-Windows-Azure.ppt
128692851-Introducing-Windows-Azure.ppt128692851-Introducing-Windows-Azure.ppt
128692851-Introducing-Windows-Azure.pptSaraNawghare
 
lec3_10.ppt
lec3_10.pptlec3_10.ppt
lec3_10.pptImXaib
 
Computing And Information Technology Programmes Essay
Computing And Information Technology Programmes EssayComputing And Information Technology Programmes Essay
Computing And Information Technology Programmes EssayLucy Nader
 
Cs 704 d set4distributedcomputing-1funda
Cs 704 d set4distributedcomputing-1fundaCs 704 d set4distributedcomputing-1funda
Cs 704 d set4distributedcomputing-1fundaDebasis Das
 
Linux and Windows Server CritiqueTeam CPOS 420June 25, 2012.docx
Linux and Windows Server CritiqueTeam CPOS 420June 25, 2012.docxLinux and Windows Server CritiqueTeam CPOS 420June 25, 2012.docx
Linux and Windows Server CritiqueTeam CPOS 420June 25, 2012.docxSHIVA101531
 
PLNOG 17 - Andrzej Jeruzal - Dell Networking OS10: sieciowy system operacyjny...
PLNOG 17 - Andrzej Jeruzal - Dell Networking OS10: sieciowy system operacyjny...PLNOG 17 - Andrzej Jeruzal - Dell Networking OS10: sieciowy system operacyjny...
PLNOG 17 - Andrzej Jeruzal - Dell Networking OS10: sieciowy system operacyjny...PROIDEA
 
Reply 1 neededThere are a couple of options available when upg.docx
Reply 1 neededThere are a couple of options available when upg.docxReply 1 neededThere are a couple of options available when upg.docx
Reply 1 neededThere are a couple of options available when upg.docxsodhi3
 
Using samba
Using sambaUsing samba
Using sambaAli Abdo
 
WEEK 1_ IT Network Engineering Class.pptx
WEEK 1_ IT Network Engineering Class.pptxWEEK 1_ IT Network Engineering Class.pptx
WEEK 1_ IT Network Engineering Class.pptxdclmict1
 
ISBG 2015 - Infrastructure Assessment - Analyze, Visualize and Optimize
ISBG 2015 - Infrastructure Assessment - Analyze, Visualize and OptimizeISBG 2015 - Infrastructure Assessment - Analyze, Visualize and Optimize
ISBG 2015 - Infrastructure Assessment - Analyze, Visualize and OptimizeChristoph Adler
 

Similar to Chapter_2_Network_Operating_System_NOS_and_Windows_Network_Concepts.pptx (20)

WINDOWS SERVER 2008
WINDOWS SERVER 2008WINDOWS SERVER 2008
WINDOWS SERVER 2008
 
Mcts chapter 1 (1)
Mcts chapter 1 (1)Mcts chapter 1 (1)
Mcts chapter 1 (1)
 
Server interview[1]
Server interview[1]Server interview[1]
Server interview[1]
 
29041329 interview-questions-for-server-2003
29041329 interview-questions-for-server-200329041329 interview-questions-for-server-2003
29041329 interview-questions-for-server-2003
 
CA_Module_3.pptx
CA_Module_3.pptxCA_Module_3.pptx
CA_Module_3.pptx
 
Windows Operating System.pptx
Windows Operating System.pptxWindows Operating System.pptx
Windows Operating System.pptx
 
Network operating system
Network operating systemNetwork operating system
Network operating system
 
128692851-Introducing-Windows-Azure.ppt
128692851-Introducing-Windows-Azure.ppt128692851-Introducing-Windows-Azure.ppt
128692851-Introducing-Windows-Azure.ppt
 
Active directoryfinal
Active directoryfinalActive directoryfinal
Active directoryfinal
 
lec3_10.ppt
lec3_10.pptlec3_10.ppt
lec3_10.ppt
 
Moving to Design
Moving to DesignMoving to Design
Moving to Design
 
Computing And Information Technology Programmes Essay
Computing And Information Technology Programmes EssayComputing And Information Technology Programmes Essay
Computing And Information Technology Programmes Essay
 
Computer Port IT Solutions JNTU Lecture
Computer Port IT Solutions JNTU LectureComputer Port IT Solutions JNTU Lecture
Computer Port IT Solutions JNTU Lecture
 
Cs 704 d set4distributedcomputing-1funda
Cs 704 d set4distributedcomputing-1fundaCs 704 d set4distributedcomputing-1funda
Cs 704 d set4distributedcomputing-1funda
 
Linux and Windows Server CritiqueTeam CPOS 420June 25, 2012.docx
Linux and Windows Server CritiqueTeam CPOS 420June 25, 2012.docxLinux and Windows Server CritiqueTeam CPOS 420June 25, 2012.docx
Linux and Windows Server CritiqueTeam CPOS 420June 25, 2012.docx
 
PLNOG 17 - Andrzej Jeruzal - Dell Networking OS10: sieciowy system operacyjny...
PLNOG 17 - Andrzej Jeruzal - Dell Networking OS10: sieciowy system operacyjny...PLNOG 17 - Andrzej Jeruzal - Dell Networking OS10: sieciowy system operacyjny...
PLNOG 17 - Andrzej Jeruzal - Dell Networking OS10: sieciowy system operacyjny...
 
Reply 1 neededThere are a couple of options available when upg.docx
Reply 1 neededThere are a couple of options available when upg.docxReply 1 neededThere are a couple of options available when upg.docx
Reply 1 neededThere are a couple of options available when upg.docx
 
Using samba
Using sambaUsing samba
Using samba
 
WEEK 1_ IT Network Engineering Class.pptx
WEEK 1_ IT Network Engineering Class.pptxWEEK 1_ IT Network Engineering Class.pptx
WEEK 1_ IT Network Engineering Class.pptx
 
ISBG 2015 - Infrastructure Assessment - Analyze, Visualize and Optimize
ISBG 2015 - Infrastructure Assessment - Analyze, Visualize and OptimizeISBG 2015 - Infrastructure Assessment - Analyze, Visualize and Optimize
ISBG 2015 - Infrastructure Assessment - Analyze, Visualize and Optimize
 

More from gadisaAdamu

Chapter 1. Introduction to Software Engineering.pptx
Chapter 1. Introduction to Software Engineering.pptxChapter 1. Introduction to Software Engineering.pptx
Chapter 1. Introduction to Software Engineering.pptxgadisaAdamu
 
Chapter_2_Software_Development_Life_Cycle_and_Process_Models.pptx
Chapter_2_Software_Development_Life_Cycle_and_Process_Models.pptxChapter_2_Software_Development_Life_Cycle_and_Process_Models.pptx
Chapter_2_Software_Development_Life_Cycle_and_Process_Models.pptxgadisaAdamu
 
Chapter 4 Software Project Planning.pptx
Chapter 4 Software Project Planning.pptxChapter 4 Software Project Planning.pptx
Chapter 4 Software Project Planning.pptxgadisaAdamu
 
Chapter 5 Software Design of software engineering.pptx
Chapter 5 Software Design of software engineering.pptxChapter 5 Software Design of software engineering.pptx
Chapter 5 Software Design of software engineering.pptxgadisaAdamu
 
Chapter 7 - Resource Monitoring & Management.ppt
Chapter 7 - Resource Monitoring & Management.pptChapter 7 - Resource Monitoring & Management.ppt
Chapter 7 - Resource Monitoring & Management.pptgadisaAdamu
 
Chapter 8 - nsa Introduction to Linux.ppt
Chapter 8 -  nsa Introduction to Linux.pptChapter 8 -  nsa Introduction to Linux.ppt
Chapter 8 - nsa Introduction to Linux.pptgadisaAdamu
 
Derartu Habtamu research Presentation.pptx
Derartu Habtamu  research Presentation.pptxDerartu Habtamu  research Presentation.pptx
Derartu Habtamu research Presentation.pptxgadisaAdamu
 
Chapter five software Software Design.pptx
Chapter five software  Software Design.pptxChapter five software  Software Design.pptx
Chapter five software Software Design.pptxgadisaAdamu
 
OSI open system interconnection LAYERS.pdf
OSI open system interconnection LAYERS.pdfOSI open system interconnection LAYERS.pdf
OSI open system interconnection LAYERS.pdfgadisaAdamu
 
computer network and chapter 7 OSI layers.pptx
computer network and chapter 7 OSI layers.pptxcomputer network and chapter 7 OSI layers.pptx
computer network and chapter 7 OSI layers.pptxgadisaAdamu
 
IP Address in data communication and computer notework.ppt
IP Address in data communication and computer notework.pptIP Address in data communication and computer notework.ppt
IP Address in data communication and computer notework.pptgadisaAdamu
 
ERROR DETECTION data communication and computer network.pptx
ERROR DETECTION data communication and computer network.pptxERROR DETECTION data communication and computer network.pptx
ERROR DETECTION data communication and computer network.pptxgadisaAdamu
 
Ch1Intro.pdf Computer organization and org.
Ch1Intro.pdf Computer organization and org.Ch1Intro.pdf Computer organization and org.
Ch1Intro.pdf Computer organization and org.gadisaAdamu
 
Computer application-chapter four lecture note. pptx
Computer application-chapter four lecture note. pptxComputer application-chapter four lecture note. pptx
Computer application-chapter four lecture note. pptxgadisaAdamu
 
Computer application lecture note-Chapter-5.pptx
Computer application lecture note-Chapter-5.pptxComputer application lecture note-Chapter-5.pptx
Computer application lecture note-Chapter-5.pptxgadisaAdamu
 
Chapter 03-Number System-Computer Application.pptx
Chapter 03-Number System-Computer Application.pptxChapter 03-Number System-Computer Application.pptx
Chapter 03-Number System-Computer Application.pptxgadisaAdamu
 
Chapter one-Introduction to Computer.pptx
Chapter one-Introduction to Computer.pptxChapter one-Introduction to Computer.pptx
Chapter one-Introduction to Computer.pptxgadisaAdamu
 
Chapter Three, four, five and six.ppt ITEtx
Chapter Three, four, five and six.ppt ITEtxChapter Three, four, five and six.ppt ITEtx
Chapter Three, four, five and six.ppt ITEtxgadisaAdamu
 
Chapter One & Two.pptx introduction to emerging Technology
Chapter One & Two.pptx introduction to emerging TechnologyChapter One & Two.pptx introduction to emerging Technology
Chapter One & Two.pptx introduction to emerging TechnologygadisaAdamu
 
Compiler chapter six .ppt course material
Compiler chapter six .ppt course materialCompiler chapter six .ppt course material
Compiler chapter six .ppt course materialgadisaAdamu
 

More from gadisaAdamu (20)

Chapter 1. Introduction to Software Engineering.pptx
Chapter 1. Introduction to Software Engineering.pptxChapter 1. Introduction to Software Engineering.pptx
Chapter 1. Introduction to Software Engineering.pptx
 
Chapter_2_Software_Development_Life_Cycle_and_Process_Models.pptx
Chapter_2_Software_Development_Life_Cycle_and_Process_Models.pptxChapter_2_Software_Development_Life_Cycle_and_Process_Models.pptx
Chapter_2_Software_Development_Life_Cycle_and_Process_Models.pptx
 
Chapter 4 Software Project Planning.pptx
Chapter 4 Software Project Planning.pptxChapter 4 Software Project Planning.pptx
Chapter 4 Software Project Planning.pptx
 
Chapter 5 Software Design of software engineering.pptx
Chapter 5 Software Design of software engineering.pptxChapter 5 Software Design of software engineering.pptx
Chapter 5 Software Design of software engineering.pptx
 
Chapter 7 - Resource Monitoring & Management.ppt
Chapter 7 - Resource Monitoring & Management.pptChapter 7 - Resource Monitoring & Management.ppt
Chapter 7 - Resource Monitoring & Management.ppt
 
Chapter 8 - nsa Introduction to Linux.ppt
Chapter 8 -  nsa Introduction to Linux.pptChapter 8 -  nsa Introduction to Linux.ppt
Chapter 8 - nsa Introduction to Linux.ppt
 
Derartu Habtamu research Presentation.pptx
Derartu Habtamu  research Presentation.pptxDerartu Habtamu  research Presentation.pptx
Derartu Habtamu research Presentation.pptx
 
Chapter five software Software Design.pptx
Chapter five software  Software Design.pptxChapter five software  Software Design.pptx
Chapter five software Software Design.pptx
 
OSI open system interconnection LAYERS.pdf
OSI open system interconnection LAYERS.pdfOSI open system interconnection LAYERS.pdf
OSI open system interconnection LAYERS.pdf
 
computer network and chapter 7 OSI layers.pptx
computer network and chapter 7 OSI layers.pptxcomputer network and chapter 7 OSI layers.pptx
computer network and chapter 7 OSI layers.pptx
 
IP Address in data communication and computer notework.ppt
IP Address in data communication and computer notework.pptIP Address in data communication and computer notework.ppt
IP Address in data communication and computer notework.ppt
 
ERROR DETECTION data communication and computer network.pptx
ERROR DETECTION data communication and computer network.pptxERROR DETECTION data communication and computer network.pptx
ERROR DETECTION data communication and computer network.pptx
 
Ch1Intro.pdf Computer organization and org.
Ch1Intro.pdf Computer organization and org.Ch1Intro.pdf Computer organization and org.
Ch1Intro.pdf Computer organization and org.
 
Computer application-chapter four lecture note. pptx
Computer application-chapter four lecture note. pptxComputer application-chapter four lecture note. pptx
Computer application-chapter four lecture note. pptx
 
Computer application lecture note-Chapter-5.pptx
Computer application lecture note-Chapter-5.pptxComputer application lecture note-Chapter-5.pptx
Computer application lecture note-Chapter-5.pptx
 
Chapter 03-Number System-Computer Application.pptx
Chapter 03-Number System-Computer Application.pptxChapter 03-Number System-Computer Application.pptx
Chapter 03-Number System-Computer Application.pptx
 
Chapter one-Introduction to Computer.pptx
Chapter one-Introduction to Computer.pptxChapter one-Introduction to Computer.pptx
Chapter one-Introduction to Computer.pptx
 
Chapter Three, four, five and six.ppt ITEtx
Chapter Three, four, five and six.ppt ITEtxChapter Three, four, five and six.ppt ITEtx
Chapter Three, four, five and six.ppt ITEtx
 
Chapter One & Two.pptx introduction to emerging Technology
Chapter One & Two.pptx introduction to emerging TechnologyChapter One & Two.pptx introduction to emerging Technology
Chapter One & Two.pptx introduction to emerging Technology
 
Compiler chapter six .ppt course material
Compiler chapter six .ppt course materialCompiler chapter six .ppt course material
Compiler chapter six .ppt course material
 

Recently uploaded

“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...Marc Dusseiller Dusjagr
 
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdfssuser54595a
 
Hierarchy of management that covers different levels of management
Hierarchy of management that covers different levels of managementHierarchy of management that covers different levels of management
Hierarchy of management that covers different levels of managementmkooblal
 
KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...
KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...
KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...M56BOOKSTORE PRODUCT/SERVICE
 
How to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptxHow to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptxmanuelaromero2013
 
Framing an Appropriate Research Question 6b9b26d93da94caf993c038d9efcdedb.pdf
Framing an Appropriate Research Question 6b9b26d93da94caf993c038d9efcdedb.pdfFraming an Appropriate Research Question 6b9b26d93da94caf993c038d9efcdedb.pdf
Framing an Appropriate Research Question 6b9b26d93da94caf993c038d9efcdedb.pdfUjwalaBharambe
 
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPTECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPTiammrhaywood
 
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17Celine George
 
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptxECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptxiammrhaywood
 
Meghan Sutherland In Media Res Media Component
Meghan Sutherland In Media Res Media ComponentMeghan Sutherland In Media Res Media Component
Meghan Sutherland In Media Res Media ComponentInMediaRes1
 
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxPOINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxSayali Powar
 
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️9953056974 Low Rate Call Girls In Saket, Delhi NCR
 
Presiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha electionsPresiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha electionsanshu789521
 
DATA STRUCTURE AND ALGORITHM for beginners
DATA STRUCTURE AND ALGORITHM for beginnersDATA STRUCTURE AND ALGORITHM for beginners
DATA STRUCTURE AND ALGORITHM for beginnersSabitha Banu
 
Employee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxEmployee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxNirmalaLoungPoorunde1
 
Proudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptxProudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptxthorishapillay1
 

Recently uploaded (20)

“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
 
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
 
Hierarchy of management that covers different levels of management
Hierarchy of management that covers different levels of managementHierarchy of management that covers different levels of management
Hierarchy of management that covers different levels of management
 
KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...
KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...
KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...
 
How to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptxHow to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptx
 
Framing an Appropriate Research Question 6b9b26d93da94caf993c038d9efcdedb.pdf
Framing an Appropriate Research Question 6b9b26d93da94caf993c038d9efcdedb.pdfFraming an Appropriate Research Question 6b9b26d93da94caf993c038d9efcdedb.pdf
Framing an Appropriate Research Question 6b9b26d93da94caf993c038d9efcdedb.pdf
 
ESSENTIAL of (CS/IT/IS) class 06 (database)
ESSENTIAL of (CS/IT/IS) class 06 (database)ESSENTIAL of (CS/IT/IS) class 06 (database)
ESSENTIAL of (CS/IT/IS) class 06 (database)
 
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPTECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
 
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
 
9953330565 Low Rate Call Girls In Rohini Delhi NCR
9953330565 Low Rate Call Girls In Rohini  Delhi NCR9953330565 Low Rate Call Girls In Rohini  Delhi NCR
9953330565 Low Rate Call Girls In Rohini Delhi NCR
 
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
 
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptxECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
 
Model Call Girl in Bikash Puri Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Bikash Puri  Delhi reach out to us at 🔝9953056974🔝Model Call Girl in Bikash Puri  Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Bikash Puri Delhi reach out to us at 🔝9953056974🔝
 
Meghan Sutherland In Media Res Media Component
Meghan Sutherland In Media Res Media ComponentMeghan Sutherland In Media Res Media Component
Meghan Sutherland In Media Res Media Component
 
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxPOINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
 
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
 
Presiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha electionsPresiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha elections
 
DATA STRUCTURE AND ALGORITHM for beginners
DATA STRUCTURE AND ALGORITHM for beginnersDATA STRUCTURE AND ALGORITHM for beginners
DATA STRUCTURE AND ALGORITHM for beginners
 
Employee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxEmployee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptx
 
Proudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptxProudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptx
 

Chapter_2_Network_Operating_System_NOS_and_Windows_Network_Concepts.pptx

  • 1. Network Operating System (NOS) and Windows Network Concepts NOS 1 Chapter 2
  • 2. Network Operating System (NOS) Definition Characteristics of NOS Types of Network Operating System (Architecture) Popular NOS NOS 2
  • 3. Network Operating System (NOS) Network + Operating System Network • is a communication path between two or more systems Operating System • program that manages the computer hardware • provides a basis for application programs and acts as an intermediary between the user and the hardware • Types of Operating Systems (Microsoft Windows, Linux and Unix, Mac OS etc) NOS 3
  • 7. Characteristics of NOS Centrally manage network resources, such as programs, data & devices. Secure access to a network. Allow remote users to connect to a network. Allow users to connect to other networks like the Internet. Backup data and make sure it's always available. Allow for simple additions of clients and resources. NOS 7
  • 8. Types of Network Operating System (Architecture) Peer-to-peer NOS • This system is not based with having a file server or centralized management source. NOS 8 Client/Server NOS • It can be based on a client/server architecture in which a server enables multiple clients to share resources.
  • 9. The most popular NOS Windows Server NOS 9 Linux Server
  • 10. Windows Server Windows servers are more powerful versions of their desktop operating system counterparts and are designed to more efficiently handle corporate networking, Internet/intranet hosting, databases, enterprise-scale messaging and similar functions. Windows Server 2012 R2 is the latest release of Windows Server, and focuses on cloud computing. NOS 10
  • 11. Windows Microsoft products are regarded as the standard option for most businesses. Cost is also an important factor; license fees are expensive. The more employees you have, the more expensive it will become. Versions of Windows Server NOS 11 Windows Server 2012 R2 Windows Server 2012 Windows Server 2008 R2 Windows Server 2008 Windows Server 2003 R2 Windows Server 2003 Windows Server 2000 Windows NT 4.0 Windows NT 3.51 Windows NT 3.5 Windows NT 3.1
  • 12. Linux Server A Linux server is a high-powered variant of the Linux open source operating system that's designed to handle the more demanding needs of business applications such as network and system administration, database management and Web services. Linux servers are frequently selected over other server operating systems for their stability, security and flexibility advantages. NOS 12
  • 13. Linux You can download, modify it and re-distribute it without spending any money. Linux is installed on over 95% of the world's best supercomputers demonstrating that it is the fastest performing OS with the smallest resource footprint. No OS is perfect; one of the major downsides of Linux is that as it is a lesser known platform you will find it harder to administrators with the skills to configure and support the system in-house. NOS 13
  • 14. Linux Server Distributions The followings are Leading Linux server operating systems (Top 10 Linux Server Distributions of 2017/18) Source  serverwatch.com • Ubuntu • Red Hat Enterprise Linux • Suse Linux Enterprise Server • CentOS • Debian • Oracle Linux • Mageia/Mandriva • ClearOS • Arch Linux • Slackware NOS 14
  • 15. NOS 15 Which NOS is best for your business? “Selecting the right platform is important for the health of your business. It's worth building a test system running your preferred OS so you can spot any issues and check security and performance prior to going live, with minimal disruption for your users.” David Barker is the technical director of 4D Data Centers
  • 17. Windows Network Concepts Networking models The difference between workgroup and domain Overview of Active Directory Domain Services (AD DS ) Overview of Domain Controllers (DC) Windows Network Concepts 17
  • 18. Networking Models Two networking models: • Workgroup • Domain Windows Network Concepts 18
  • 19. Workgroup Model All computers are equal Also known as peer-to-peer Each computer maintains own set of • Resources • Accounts • Security information Windows Network Concepts 19
  • 20. Workgroup Model (cont’d) Windows Network Concepts 20 Table 2:1: Advantages and disadvantages of workgroup networks
  • 21. Domain Model Centralizes all shared resources Single point of administrative and security control Simpler to manage from administrative and security standpoint Requires at least one domain controller (DC) Windows Network Concepts 21
  • 22. Domain Model (cont’d) Windows Network Concepts 22 Table 2:2: Advantages and disadvantages of workgroup networks
  • 23. Overview of AD DS What Are AD DS Domains? AD Structure AD Objects Windows Network Concepts 23 Overview of AD DS
  • 24. Windows Network Concepts 24 Without AD Partner User Company password 10 Character password 8 Character password 12 Character
  • 25. What is AD ? A database (NTDS.DIT) on a Domain Controller Based on X.500/LDAP Uses Kerberos Consistent synchronization across peer Domain Controllers Extensible Interoperates with other Domains /Forests Windows Network Concepts 25
  • 26. Windows Network Concepts 26 With AD DS User SSO with Kerberos authentication
  • 28. AD Structure (Domain, Tree) Windows Network Concepts 28 cci.com iot.com DIS.cci.com CS.cci.com DIS users & Computers EE.iot.com ME.iot.com Elec. Eng. dep’t users & Computers
  • 29. AD Structure (Forest) Windows Network Concepts 29 cci.com iot.com DIS.cci.com CS.cci.com DIS users & Computers EE.iot.com CE.iot.com Elec. Eng. dep’t users & Computers NB: The forest is the totality of all of your AD infrastructures
  • 30. AD Structure (Trust) Windows Network Concepts 30 cci.com iot.com DIS.cci.com CS.cci.com DIS users & Computers EE.iot.com ME.iot.com Elec. Eng. dep’t users & Computers Forest Forest Manual Trust
  • 31. AD Structure (Federation) Windows Network Concepts 31 cci.com iot.com DIS.cci.com CS.cci.com DIS users & Computers EE.iot.com ME.iot.com Elec. Eng. dep’t users & Computers Federation Federation allow different domains to access their resources in common (i.e. it is not domain specific)
  • 32. AD DS is composed of both physical and logical components Windows Network Concepts 32 AD DS Physical components Logical components • Data store • Domain controllers (DC) • Global catalog server • RODC (Read Only DC) • Partitions • Schema • Domains • Domain trees • Forests • Sites • OUs (Organizational Units)
  • 33. AD DS Domains? AD DS requires one or more domain controllers All domain controllers hold a copy of the domain database which is continually synchronized Windows Network Concepts 33 • The domain is the context within which user, group, and computer accounts are created • The domain is a replication boundary • An administrative center for configuring and managing objects • Any domain controller can authenticate any logon in the domain
  • 34. AD Objects User Group Computer Sites, Site Links Windows Network Concepts 34 Organizational Unit (OU)
  • 35. AD Objects (OUs ) Containers that can be used to group objects within a domain Create OUs to: • Delegate administrative permissions • Apply Group Policy Windows Network Concepts 35 What Are OUs?
  • 36. AD Objects (Sites and Site Links) Windows Network Concepts 36 Harar HU
  • 37. Overview of Domain Controllers What Is a Domain Controller? What Is the Global Catalog? The AD DS Logon Process Windows Network Concepts 37
  • 38. What Is a Domain Controller? Servers that host the Active Directory database (NTDS.DIT) and SYSVOL Kerberos authentication service and KDC services perform authentication •Kerberos is a security mechanism built into the AD (not invented by Microsoft but also used in other many authentication scheme as well) •Advantage: it doesn't transfer the actual password over the network •when user is logged on, it provides Ticket grant system (TGT) Best practices: • Availability: At least two domain controllers in a domain • Security: RODC and BitLocker Windows Network Concepts 38
  • 39. What Is the Global Catalog? Windows Network Concepts 39 Domain B Domain A Configuration Schema Domain A Configuration Schema Domain B Configuration Schema Domain B Configuration Schema Global catalog: Hosts a partial attribute set for other domains in the forest Supports queries for objects throughout the forest Global catalog server
  • 40. The AD DS Logon Process Windows Network Concepts 40 DC1 SVR 1 WKS 1 The AD DS logon process: 1. User Account is authenticated to DC1 2. DC1 returns TGT back to client 3. Client uses TGT to apply for access to WKS1 4. DC1 grants access to WKS1 5. Client uses TGT to apply for access to SVR1 6. DC1 returns access to SVR1
  • 41. Get start lab session by installing Windows Network Concepts 41  Virtualization software (Vmware or virtual box)  MS Server 2012 R2 …..