SlideShare ist ein Scribd-Unternehmen logo
1 von 43
Windows Network Concepts
CHAPTER 2
2. Windows Network concepts
Server Management
2
 Microsoft Windows LAN is configured using
one of these two models:
 Workgroup
 Domain
 The model determines how users are
organized.
2.1 Workgroups
 In computer networking, a workgroup is a collection of
computers on a local area network (LAN) that share
common resources and responsibilities.
 The term is most commonly associated with Microsoft
Windows workgroups but also applies to other
environments.
 Windows workgroups can be found in homes, schools and
small businesses.
Cont. ..
Server Management
4
 Treats each computer in the network as an
equal, or peer
 Also called peer-to-peer networking
 Each computer is a client and a server
 When you allow others to access resources on your
computer, your computer is acting as a server
 When you access resources on another computer,
your computer is acting as a client
 Appropriate for networks with 10 or less
computers
Cont. ..
Server Management
5
 Disadvantages:
 Most users do not want to administer resources on
their computer.
 Need user names and passwords of users who
need resources.
 Difficult to keep track of changing passwords.
2.2 Server Domain
 Windows domains support client-server local networks.
 A specially configured computer called the Domain
Controller running a Windows Server operating system
serves as a central server for all clients.
 Windows domains can handle much more computers than
workgroups due to maintaining centralized resource sharing
and access control.
 A client PC can belong only to a workgroup or to a
Windows domain but not both - assigning a computer to the
domain automatically removes it from the workgroup.
Cont. ..
Server Management
7
 One or more servers centralized control
 Computers are part of a domain
 Single, centralized logon
 Single point of control
 Users can be given access to resources anywhere
in the domain
2.3 Domain Controller
 A domain controller is a server that responds to
authentication requests and verifies users on
computer networks.
 Domains are a hierarchical way of organizing
users and computers that work together on the
same network. The domain controller keeps all of
that data organized and secured.
Cont. ..
 The primary responsibility of the DC is to
authenticate and validate user access on the
network.
 When users log into their domain, the DC checks
their username, password, and other credentials
to either allow or deny access for that user.
 Domain controllers contain the data that
determines and validates access to your network,
including any group policies and all computer
names.
Benefits and limitation of Domain
controller
Benefits Limitation
 Centralized user
management .
 Enable resource
sharing for files and
printers.
 Avoid redundancy.
 Distributed and
replicated across
large network.
 Provide encryption for
user data.
 Target for cyber
attack.
 Network is dependent
of Domain controller
uptime.
 OS should be
maintained to be
stable, secure and
up-to-date.
 Hardware/software
requirements.
11
Directory Services
Active Directory
 Three main parts
 Domain
 Tree
 Forest
12
Domains
 Client/server network with a shared database
 Domain - Group of users, servers, and other
resources
 Share centralized account and security information in a
database
 Active Directory
 Contains domain database with objects, attributes and
schema
 Makes it easier to organize and manage resources and
security
13
Active Directory - Domains
 Domain not confined by geographical boundaries
 Domain controller servers
 Contains directory information about objects in a
domain
 Member servers
 Do not store directory information, can’t be used to
authenticate users
 Replication
 Process of copying directory data to multiple domain
controllers
14
Domains
Domain model on a Windows Server 2008 network
15
Domains
Multiple domains in one organization
Trees
 Directory structure above domains
 Large organizations use multiple domains
 Domain tree
 Organizes multiple domains hierarchically
 Root domain
 Active Directory tree base
 Child domains
 Branch off from root domain
16
17
Trust Relationships
 Domains within same tree
 Share common Active Directory database
 Relationship between two domains
 One domain allows another domain to authenticate its
users
 Active Directory supports two trust relationship types
– allows users to authenticate
 Two-way transitive trusts
 Explicit one-way trusts
18
Two-way trusts between domains in a tree
Trust Relationships
19
Trust Relationships
Explicit one-way trust between domains in different trees
Chapter-6
Namespaces
System and Network Administration
Namespaces
● Some namespaces are flat
– there are no duplicate names
● Some namespaces are hierarchical
– duplicate items within different branches of a tree
● Need policies to govern namespaces
– Ideally, written policies
● Can become training for new SAs
● Needed to enforce adherence to policy
System and Network Administration
Namespace policies
● Naming policy
– What names are permitted/not permitted?
● Technology – specific syntax
● Organizational – not offensive
● Standards compliance
– How are names selected?
– How are collisions resolved?
– How do you merge namespaces?
● Technological and political concerns
System and Network Administration
Namespace policies (2)
– Naming policy
● How are names selected?
– Formulaic
● e.g., hostname: pc-0418; user-id: xyz210
– Thematic
● e.g., using planet names for servers; coffee for printers
– Functional
● e.g., specific-purpose accounts: admin, secretary, guest;
hostnames dns1, web3; disk partitions /finance, /devel
– Descriptive
● e.g., location, object type (pl122-ps)
– No method
● Everyone picks their own, first-come first-serve
● Once you choose one scheme, difficult to change –
choose well!
System and Network Administration
Namespace policies (3)
● Protection policy
– What kind of protection does the namespace
require?
● password list
● UIDs
● login IDs, e-mail addresses
– Who can add/delete/change an entry?
● Need backups or change management to roll
back a
change
System and Network Administration
Namespace policies (4)
● Scope policy
– Where is the namespace to be used?
● How widely (geographically) shall it be used?
– Global authentication is possible with RADIUS
– NIS often provides a different space per cluster
● How many services will use it? (thickness)
– ID might serve for login, email, VPN, name on modem
pools
– Across different authentication services
● ActiveDirectory, NIS, RADIUS (even with different pw)
● What happens when a user must span namespaces?
– Different IDs? Confusing, lead to collisions
● Single flat namespace is appealing; not always
needed
System and Network Administration
Namespace policies (5)
● Consistency policy
– Where the same name is used in multiple
namespaces, which attributes are also retained?
● E.g., UNIX name, requires same (real) person,
same
UID, but not same password for email, login
● Reuse policy
– How soon after deletion can the name be
reused?
● Sometimes want immediate re-use (new printer)
● Sometimes long periods (prevent confusion and
old
email from being sent to new user)
System and Network Administration
DNS – The Domain Name
System
– What does DNS do?
– The DNS namespace
– How DNS works
– Testing and debugging (tools)
System and Network Administration
What does DNS do?
– Provides hostname – IP lookup services
● www.lehigh.edu = 128.180.2.57
– DNS defines
● A hierarchical namespace for hosts and IP
addresses
● A “resolver” – library routines that query this
database
● Improved routing for email
● A mechanism for finding services on a network
● A protocol for exchanging naming information
– DNS is essential for any org using the Internet
System and Network Administration
What uses DNS?
● Any application that operates over the Internet
● Such as
– email
● Spam filters
– WWW
– FTP
– IRC,
– Windows update
– telnet, ssh
System and Network Administration
The DNS namespace
– A tree of “domains”
– Root is “.” (dot), followed
by top-level (root-level)
domains
– Two branches of tree
● One maps hostnames to IP addresses
● Other maps IP address back to hostnames
– Two types of top-level domain names used today
● gTLDs: generic top-level domains
● ccTLDs: country code top-level domains
Some illustrations from
O'Reilly's DNS & Bind
System and Network Administration
Generic top-level domains
But today there are an abundance of top-level domains
– .black, .blue, .airforce, .agency, .audio, etc.
● See http://www.iana.org/domains/root/db/
System and Network Administration
System and Network Administration
Domain name management
● Network Solutions (now VeriSign) used to
manage .com, .org, .net, and .edu directly
● VeriSign now manages infrastructure for
.com, .net, .tv, .name and .cc
– Dozens of others manage country codes and
other top-level domains
● Organizations can now register with many
different registrars (even when VeriSign manages
the underlying database)
● Domain holders must have two name servers
authoritative for the domain
System and Network Administration
Selecting a domain name
● Most good (short) names in .com and other old
gTLDs are already in use
● Domain names are up to 63 characters per
segment (but a 12 character length limit is
recommended), and up to 255 chars overall
● Identify two authoritative name servers
● Select a registrar, and pay ~$1-$35/year for
registration
System and Network Administration
How DNS works
– A client calls gethostbyname(), which is part of
the resolver library
– The resolver library sends a lookup request to the
first nameserver that it knows about (from
/etc/resolv.conf)
– If the nameserver knows the answer, it sends it
back to the client
– If the nameserver doesn't know, it either
● asks the next server, or
● returns a failure, and suggests that the client
contact the
next server
System and Network Administration
What servers know
● All servers know about the 13 root servers
– hardcoded (rarely changes!), or in hint file
– a.root-servers.net ... m.root-servers.net
● Each root server knows about servers for every
top-level domain (.com, .net, .uk, etc.)
● Each top-level domain knows the servers for
each second-level domain within the toplevel
domain
● Authoritative servers know about their hosts
System and Network Administration
Example resolution
System and Network Administration
Types of name servers
● Recursive vs. nonrecursive servers
– Servers that allow recursive queries will do all
the work
– Nonrecursive servers will only return referrals or
answers
● Authoritative vs. caching-only servers
– Authoritative servers have the original data
– Caching servers retain data previously seen for
future use
System and Network Administration
IP-to-hostname resolution
– IP resolution works essentially the same as hostname
resolution
– Query for
15.16.192.152
● Rendered as
query for
152.192.16.
15.in-addr.arpa
– Each layer can
delegate to the
next
System and Network Administration
DNS on Linux
● Linux uses /etc/nsswitch.conf to determine what
sources to use for name lookups
# /etc/nsswitch.conf
# passwd: files nisplus
shadow: files nisplus
group: files nisplus
hosts: files dns
● Configuration is in /etc/named.conf
● Other files in /var/named
System and Network Administration
Testing and debugging (tools)
● named supports lots of logging options
● typical BIND tools
– nslookup (old, possibly deprecated)
● whois – find domain and network registration
info
System and Network Administration
Other Issues
● Many aspects of DNS haven't been covered
in lecture
– Lots of details!
– Security issues
– IPv6
– Internationalization – now supported!
● DNS is generally case-insensitive
● VeriSign Site Finder product
– See http://cyber.law.harvard.edu/tlds/sitefinder/
System and Network Administration
End of chapter
Two

Weitere ähnliche Inhalte

Was ist angesagt?

Presentation On Group Policy in Windows Server 2012 R2 By Barek-IT
Presentation On Group Policy in Windows Server 2012 R2 By Barek-ITPresentation On Group Policy in Windows Server 2012 R2 By Barek-IT
Presentation On Group Policy in Windows Server 2012 R2 By Barek-IT
Md. Abdul Barek
 

Was ist angesagt? (20)

Network and System Administration chapter 2
Network and System Administration chapter 2Network and System Administration chapter 2
Network and System Administration chapter 2
 
Intro to DNS
Intro to DNSIntro to DNS
Intro to DNS
 
Windows Server 2012 Managing Active Directory Domain
Windows Server 2012 Managing  Active Directory DomainWindows Server 2012 Managing  Active Directory Domain
Windows Server 2012 Managing Active Directory Domain
 
Networking in linux
Networking in linuxNetworking in linux
Networking in linux
 
Network security at_osi_layers
Network security at_osi_layersNetwork security at_osi_layers
Network security at_osi_layers
 
Users and groups in Linux
Users and groups in LinuxUsers and groups in Linux
Users and groups in Linux
 
Domain name system
Domain name systemDomain name system
Domain name system
 
Mcsa certification 410
Mcsa certification 410Mcsa certification 410
Mcsa certification 410
 
Linux User Management
Linux User ManagementLinux User Management
Linux User Management
 
Dhcp
DhcpDhcp
Dhcp
 
Basics about IP address, DNS and DHCP.
Basics about IP address, DNS and DHCP.Basics about IP address, DNS and DHCP.
Basics about IP address, DNS and DHCP.
 
Dns ppt
Dns pptDns ppt
Dns ppt
 
Active Directory
Active Directory Active Directory
Active Directory
 
DHCP & DNS
DHCP & DNSDHCP & DNS
DHCP & DNS
 
Understanding the Windows Server Administration Fundamentals (Part-1)
Understanding the Windows Server Administration Fundamentals (Part-1)Understanding the Windows Server Administration Fundamentals (Part-1)
Understanding the Windows Server Administration Fundamentals (Part-1)
 
DHCP
DHCPDHCP
DHCP
 
Presentation on Domain Name System
Presentation on Domain Name SystemPresentation on Domain Name System
Presentation on Domain Name System
 
Presentation On Group Policy in Windows Server 2012 R2 By Barek-IT
Presentation On Group Policy in Windows Server 2012 R2 By Barek-ITPresentation On Group Policy in Windows Server 2012 R2 By Barek-IT
Presentation On Group Policy in Windows Server 2012 R2 By Barek-IT
 
User and groups administrator
User  and  groups administratorUser  and  groups administrator
User and groups administrator
 
1 introduction to windows server 2016
1  introduction to windows server 20161  introduction to windows server 2016
1 introduction to windows server 2016
 

Ähnlich wie Windows Network concepts

PowerPoint Presentation
PowerPoint PresentationPowerPoint Presentation
PowerPoint Presentation
webhostingguy
 
Activedirecotryfundamentals
ActivedirecotryfundamentalsActivedirecotryfundamentals
Activedirecotryfundamentals
Shekhar Singh
 
Discussion # 6Operating-System StructureA system as large an.docx
Discussion # 6Operating-System StructureA system as large an.docxDiscussion # 6Operating-System StructureA system as large an.docx
Discussion # 6Operating-System StructureA system as large an.docx
lynettearnold46882
 

Ähnlich wie Windows Network concepts (20)

Directory Services Nma Unit-1
Directory Services Nma Unit-1Directory Services Nma Unit-1
Directory Services Nma Unit-1
 
PowerPoint Presentation
PowerPoint PresentationPowerPoint Presentation
PowerPoint Presentation
 
Final domain control policy
Final domain control policy  Final domain control policy
Final domain control policy
 
Activedirecotryfundamentals
ActivedirecotryfundamentalsActivedirecotryfundamentals
Activedirecotryfundamentals
 
Security and LDAP integration in InduSoft Web Studio
Security and LDAP integration in InduSoft Web StudioSecurity and LDAP integration in InduSoft Web Studio
Security and LDAP integration in InduSoft Web Studio
 
O.s. lab all_experimets
O.s. lab all_experimetsO.s. lab all_experimets
O.s. lab all_experimets
 
Application Layer.pptx
Application Layer.pptxApplication Layer.pptx
Application Layer.pptx
 
Active directory
Active directoryActive directory
Active directory
 
Ctive directory interview question and answers
Ctive directory interview question and answersCtive directory interview question and answers
Ctive directory interview question and answers
 
Active directoryfinal
Active directoryfinalActive directoryfinal
Active directoryfinal
 
Server interview[1]
Server interview[1]Server interview[1]
Server interview[1]
 
Discussion # 6Operating-System StructureA system as large an.docx
Discussion # 6Operating-System StructureA system as large an.docxDiscussion # 6Operating-System StructureA system as large an.docx
Discussion # 6Operating-System StructureA system as large an.docx
 
Lecture 4 -_internet_infrastructure_2_updated_2011
Lecture 4 -_internet_infrastructure_2_updated_2011Lecture 4 -_internet_infrastructure_2_updated_2011
Lecture 4 -_internet_infrastructure_2_updated_2011
 
server notes for beginners
server notes for beginners server notes for beginners
server notes for beginners
 
Basic of Networking
Basic of NetworkingBasic of Networking
Basic of Networking
 
Lecture 6
Lecture 6Lecture 6
Lecture 6
 
Lecture 6
Lecture 6Lecture 6
Lecture 6
 
Name Services and Domain Name System
Name Services and Domain Name SystemName Services and Domain Name System
Name Services and Domain Name System
 
Lesson 5: Configuring Name Resolution
Lesson 5: Configuring Name ResolutionLesson 5: Configuring Name Resolution
Lesson 5: Configuring Name Resolution
 
Distributed Operating System.pptx
Distributed Operating System.pptxDistributed Operating System.pptx
Distributed Operating System.pptx
 

Mehr von Duressa Teshome (6)

Data center security
Data center securityData center security
Data center security
 
Resource Monitoring and Management II
Resource Monitoring and Management IIResource Monitoring and Management II
Resource Monitoring and Management II
 
User administration concepts and mechanisms
User administration concepts and mechanismsUser administration concepts and mechanisms
User administration concepts and mechanisms
 
Introduction to Network and System Administration
Introduction to Network and System AdministrationIntroduction to Network and System Administration
Introduction to Network and System Administration
 
Resource Monitoring and management
Resource Monitoring and management  Resource Monitoring and management
Resource Monitoring and management
 
Course Outline
Course OutlineCourse Outline
Course Outline
 

Kürzlich hochgeladen

Vip Mumbai Call Girls Kalyan Call On 9920725232 With Body to body massage wit...
Vip Mumbai Call Girls Kalyan Call On 9920725232 With Body to body massage wit...Vip Mumbai Call Girls Kalyan Call On 9920725232 With Body to body massage wit...
Vip Mumbai Call Girls Kalyan Call On 9920725232 With Body to body massage wit...
amitlee9823
 
CALL GIRLS IN Saket 83778-77756 | Escort Service In DELHI NcR
CALL GIRLS IN Saket 83778-77756 | Escort Service In DELHI NcRCALL GIRLS IN Saket 83778-77756 | Escort Service In DELHI NcR
CALL GIRLS IN Saket 83778-77756 | Escort Service In DELHI NcR
dollysharma2066
 
怎样办理圣芭芭拉分校毕业证(UCSB毕业证书)成绩单留信认证
怎样办理圣芭芭拉分校毕业证(UCSB毕业证书)成绩单留信认证怎样办理圣芭芭拉分校毕业证(UCSB毕业证书)成绩单留信认证
怎样办理圣芭芭拉分校毕业证(UCSB毕业证书)成绩单留信认证
ehyxf
 
Vip Mumbai Call Girls Andheri East Call On 9920725232 With Body to body massa...
Vip Mumbai Call Girls Andheri East Call On 9920725232 With Body to body massa...Vip Mumbai Call Girls Andheri East Call On 9920725232 With Body to body massa...
Vip Mumbai Call Girls Andheri East Call On 9920725232 With Body to body massa...
amitlee9823
 
Abort pregnancy in research centre+966_505195917 abortion pills in Kuwait cyt...
Abort pregnancy in research centre+966_505195917 abortion pills in Kuwait cyt...Abort pregnancy in research centre+966_505195917 abortion pills in Kuwait cyt...
Abort pregnancy in research centre+966_505195917 abortion pills in Kuwait cyt...
drmarathore
 
一比一原版(nyu毕业证书)纽约大学毕业证学历认证靠谱办理
一比一原版(nyu毕业证书)纽约大学毕业证学历认证靠谱办理一比一原版(nyu毕业证书)纽约大学毕业证学历认证靠谱办理
一比一原版(nyu毕业证书)纽约大学毕业证学历认证靠谱办理
bbhul52a
 
Makarba ( Call Girls ) Ahmedabad ✔ 6297143586 ✔ Hot Model With Sexy Bhabi Rea...
Makarba ( Call Girls ) Ahmedabad ✔ 6297143586 ✔ Hot Model With Sexy Bhabi Rea...Makarba ( Call Girls ) Ahmedabad ✔ 6297143586 ✔ Hot Model With Sexy Bhabi Rea...
Makarba ( Call Girls ) Ahmedabad ✔ 6297143586 ✔ Hot Model With Sexy Bhabi Rea...
Naicy mandal
 
Call Now ≽ 9953056974 ≼🔝 Call Girls In Yusuf Sarai ≼🔝 Delhi door step delevry≼🔝
Call Now ≽ 9953056974 ≼🔝 Call Girls In Yusuf Sarai ≼🔝 Delhi door step delevry≼🔝Call Now ≽ 9953056974 ≼🔝 Call Girls In Yusuf Sarai ≼🔝 Delhi door step delevry≼🔝
Call Now ≽ 9953056974 ≼🔝 Call Girls In Yusuf Sarai ≼🔝 Delhi door step delevry≼🔝
9953056974 Low Rate Call Girls In Saket, Delhi NCR
 
CHEAP Call Girls in Hauz Quazi (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICE
CHEAP Call Girls in Hauz Quazi  (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICECHEAP Call Girls in Hauz Quazi  (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICE
CHEAP Call Girls in Hauz Quazi (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICE
9953056974 Low Rate Call Girls In Saket, Delhi NCR
 

Kürzlich hochgeladen (20)

Vip Mumbai Call Girls Kalyan Call On 9920725232 With Body to body massage wit...
Vip Mumbai Call Girls Kalyan Call On 9920725232 With Body to body massage wit...Vip Mumbai Call Girls Kalyan Call On 9920725232 With Body to body massage wit...
Vip Mumbai Call Girls Kalyan Call On 9920725232 With Body to body massage wit...
 
Book Paid Lohegaon Call Girls Pune 8250192130Low Budget Full Independent High...
Book Paid Lohegaon Call Girls Pune 8250192130Low Budget Full Independent High...Book Paid Lohegaon Call Girls Pune 8250192130Low Budget Full Independent High...
Book Paid Lohegaon Call Girls Pune 8250192130Low Budget Full Independent High...
 
CALL GIRLS IN Saket 83778-77756 | Escort Service In DELHI NcR
CALL GIRLS IN Saket 83778-77756 | Escort Service In DELHI NcRCALL GIRLS IN Saket 83778-77756 | Escort Service In DELHI NcR
CALL GIRLS IN Saket 83778-77756 | Escort Service In DELHI NcR
 
NO1 Verified Amil Baba In Karachi Kala Jadu In Karachi Amil baba In Karachi A...
NO1 Verified Amil Baba In Karachi Kala Jadu In Karachi Amil baba In Karachi A...NO1 Verified Amil Baba In Karachi Kala Jadu In Karachi Amil baba In Karachi A...
NO1 Verified Amil Baba In Karachi Kala Jadu In Karachi Amil baba In Karachi A...
 
Develop Keyboard Skill.pptx er power point
Develop Keyboard Skill.pptx er power pointDevelop Keyboard Skill.pptx er power point
Develop Keyboard Skill.pptx er power point
 
Call Girls Pimple Saudagar Call Me 7737669865 Budget Friendly No Advance Booking
Call Girls Pimple Saudagar Call Me 7737669865 Budget Friendly No Advance BookingCall Girls Pimple Saudagar Call Me 7737669865 Budget Friendly No Advance Booking
Call Girls Pimple Saudagar Call Me 7737669865 Budget Friendly No Advance Booking
 
(INDIRA) Call Girl Napur Call Now 8617697112 Napur Escorts 24x7
(INDIRA) Call Girl Napur Call Now 8617697112 Napur Escorts 24x7(INDIRA) Call Girl Napur Call Now 8617697112 Napur Escorts 24x7
(INDIRA) Call Girl Napur Call Now 8617697112 Napur Escorts 24x7
 
Call Girls Kothrud Call Me 7737669865 Budget Friendly No Advance Booking
Call Girls Kothrud Call Me 7737669865 Budget Friendly No Advance BookingCall Girls Kothrud Call Me 7737669865 Budget Friendly No Advance Booking
Call Girls Kothrud Call Me 7737669865 Budget Friendly No Advance Booking
 
怎样办理圣芭芭拉分校毕业证(UCSB毕业证书)成绩单留信认证
怎样办理圣芭芭拉分校毕业证(UCSB毕业证书)成绩单留信认证怎样办理圣芭芭拉分校毕业证(UCSB毕业证书)成绩单留信认证
怎样办理圣芭芭拉分校毕业证(UCSB毕业证书)成绩单留信认证
 
Top Rated Pune Call Girls Chakan ⟟ 6297143586 ⟟ Call Me For Genuine Sex Serv...
Top Rated  Pune Call Girls Chakan ⟟ 6297143586 ⟟ Call Me For Genuine Sex Serv...Top Rated  Pune Call Girls Chakan ⟟ 6297143586 ⟟ Call Me For Genuine Sex Serv...
Top Rated Pune Call Girls Chakan ⟟ 6297143586 ⟟ Call Me For Genuine Sex Serv...
 
Vip Mumbai Call Girls Andheri East Call On 9920725232 With Body to body massa...
Vip Mumbai Call Girls Andheri East Call On 9920725232 With Body to body massa...Vip Mumbai Call Girls Andheri East Call On 9920725232 With Body to body massa...
Vip Mumbai Call Girls Andheri East Call On 9920725232 With Body to body massa...
 
VVIP Pune Call Girls Balaji Nagar (7001035870) Pune Escorts Nearby with Compl...
VVIP Pune Call Girls Balaji Nagar (7001035870) Pune Escorts Nearby with Compl...VVIP Pune Call Girls Balaji Nagar (7001035870) Pune Escorts Nearby with Compl...
VVIP Pune Call Girls Balaji Nagar (7001035870) Pune Escorts Nearby with Compl...
 
(ISHITA) Call Girls Service Aurangabad Call Now 8617697112 Aurangabad Escorts...
(ISHITA) Call Girls Service Aurangabad Call Now 8617697112 Aurangabad Escorts...(ISHITA) Call Girls Service Aurangabad Call Now 8617697112 Aurangabad Escorts...
(ISHITA) Call Girls Service Aurangabad Call Now 8617697112 Aurangabad Escorts...
 
Abort pregnancy in research centre+966_505195917 abortion pills in Kuwait cyt...
Abort pregnancy in research centre+966_505195917 abortion pills in Kuwait cyt...Abort pregnancy in research centre+966_505195917 abortion pills in Kuwait cyt...
Abort pregnancy in research centre+966_505195917 abortion pills in Kuwait cyt...
 
一比一原版(nyu毕业证书)纽约大学毕业证学历认证靠谱办理
一比一原版(nyu毕业证书)纽约大学毕业证学历认证靠谱办理一比一原版(nyu毕业证书)纽约大学毕业证学历认证靠谱办理
一比一原版(nyu毕业证书)纽约大学毕业证学历认证靠谱办理
 
Makarba ( Call Girls ) Ahmedabad ✔ 6297143586 ✔ Hot Model With Sexy Bhabi Rea...
Makarba ( Call Girls ) Ahmedabad ✔ 6297143586 ✔ Hot Model With Sexy Bhabi Rea...Makarba ( Call Girls ) Ahmedabad ✔ 6297143586 ✔ Hot Model With Sexy Bhabi Rea...
Makarba ( Call Girls ) Ahmedabad ✔ 6297143586 ✔ Hot Model With Sexy Bhabi Rea...
 
SM-N975F esquematico completo - reparación.pdf
SM-N975F esquematico completo - reparación.pdfSM-N975F esquematico completo - reparación.pdf
SM-N975F esquematico completo - reparación.pdf
 
9004554577, Get Adorable Call Girls service. Book call girls & escort service...
9004554577, Get Adorable Call Girls service. Book call girls & escort service...9004554577, Get Adorable Call Girls service. Book call girls & escort service...
9004554577, Get Adorable Call Girls service. Book call girls & escort service...
 
Call Now ≽ 9953056974 ≼🔝 Call Girls In Yusuf Sarai ≼🔝 Delhi door step delevry≼🔝
Call Now ≽ 9953056974 ≼🔝 Call Girls In Yusuf Sarai ≼🔝 Delhi door step delevry≼🔝Call Now ≽ 9953056974 ≼🔝 Call Girls In Yusuf Sarai ≼🔝 Delhi door step delevry≼🔝
Call Now ≽ 9953056974 ≼🔝 Call Girls In Yusuf Sarai ≼🔝 Delhi door step delevry≼🔝
 
CHEAP Call Girls in Hauz Quazi (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICE
CHEAP Call Girls in Hauz Quazi  (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICECHEAP Call Girls in Hauz Quazi  (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICE
CHEAP Call Girls in Hauz Quazi (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICE
 

Windows Network concepts

  • 2. 2. Windows Network concepts Server Management 2  Microsoft Windows LAN is configured using one of these two models:  Workgroup  Domain  The model determines how users are organized.
  • 3. 2.1 Workgroups  In computer networking, a workgroup is a collection of computers on a local area network (LAN) that share common resources and responsibilities.  The term is most commonly associated with Microsoft Windows workgroups but also applies to other environments.  Windows workgroups can be found in homes, schools and small businesses.
  • 4. Cont. .. Server Management 4  Treats each computer in the network as an equal, or peer  Also called peer-to-peer networking  Each computer is a client and a server  When you allow others to access resources on your computer, your computer is acting as a server  When you access resources on another computer, your computer is acting as a client  Appropriate for networks with 10 or less computers
  • 5. Cont. .. Server Management 5  Disadvantages:  Most users do not want to administer resources on their computer.  Need user names and passwords of users who need resources.  Difficult to keep track of changing passwords.
  • 6. 2.2 Server Domain  Windows domains support client-server local networks.  A specially configured computer called the Domain Controller running a Windows Server operating system serves as a central server for all clients.  Windows domains can handle much more computers than workgroups due to maintaining centralized resource sharing and access control.  A client PC can belong only to a workgroup or to a Windows domain but not both - assigning a computer to the domain automatically removes it from the workgroup.
  • 7. Cont. .. Server Management 7  One or more servers centralized control  Computers are part of a domain  Single, centralized logon  Single point of control  Users can be given access to resources anywhere in the domain
  • 8. 2.3 Domain Controller  A domain controller is a server that responds to authentication requests and verifies users on computer networks.  Domains are a hierarchical way of organizing users and computers that work together on the same network. The domain controller keeps all of that data organized and secured.
  • 9. Cont. ..  The primary responsibility of the DC is to authenticate and validate user access on the network.  When users log into their domain, the DC checks their username, password, and other credentials to either allow or deny access for that user.  Domain controllers contain the data that determines and validates access to your network, including any group policies and all computer names.
  • 10. Benefits and limitation of Domain controller Benefits Limitation  Centralized user management .  Enable resource sharing for files and printers.  Avoid redundancy.  Distributed and replicated across large network.  Provide encryption for user data.  Target for cyber attack.  Network is dependent of Domain controller uptime.  OS should be maintained to be stable, secure and up-to-date.  Hardware/software requirements.
  • 11. 11 Directory Services Active Directory  Three main parts  Domain  Tree  Forest
  • 12. 12 Domains  Client/server network with a shared database  Domain - Group of users, servers, and other resources  Share centralized account and security information in a database  Active Directory  Contains domain database with objects, attributes and schema  Makes it easier to organize and manage resources and security
  • 13. 13 Active Directory - Domains  Domain not confined by geographical boundaries  Domain controller servers  Contains directory information about objects in a domain  Member servers  Do not store directory information, can’t be used to authenticate users  Replication  Process of copying directory data to multiple domain controllers
  • 14. 14 Domains Domain model on a Windows Server 2008 network
  • 15. 15 Domains Multiple domains in one organization
  • 16. Trees  Directory structure above domains  Large organizations use multiple domains  Domain tree  Organizes multiple domains hierarchically  Root domain  Active Directory tree base  Child domains  Branch off from root domain 16
  • 17. 17 Trust Relationships  Domains within same tree  Share common Active Directory database  Relationship between two domains  One domain allows another domain to authenticate its users  Active Directory supports two trust relationship types – allows users to authenticate  Two-way transitive trusts  Explicit one-way trusts
  • 18. 18 Two-way trusts between domains in a tree Trust Relationships
  • 19. 19 Trust Relationships Explicit one-way trust between domains in different trees
  • 21. Namespaces ● Some namespaces are flat – there are no duplicate names ● Some namespaces are hierarchical – duplicate items within different branches of a tree ● Need policies to govern namespaces – Ideally, written policies ● Can become training for new SAs ● Needed to enforce adherence to policy System and Network Administration
  • 22. Namespace policies ● Naming policy – What names are permitted/not permitted? ● Technology – specific syntax ● Organizational – not offensive ● Standards compliance – How are names selected? – How are collisions resolved? – How do you merge namespaces? ● Technological and political concerns System and Network Administration
  • 23. Namespace policies (2) – Naming policy ● How are names selected? – Formulaic ● e.g., hostname: pc-0418; user-id: xyz210 – Thematic ● e.g., using planet names for servers; coffee for printers – Functional ● e.g., specific-purpose accounts: admin, secretary, guest; hostnames dns1, web3; disk partitions /finance, /devel – Descriptive ● e.g., location, object type (pl122-ps) – No method ● Everyone picks their own, first-come first-serve ● Once you choose one scheme, difficult to change – choose well! System and Network Administration
  • 24. Namespace policies (3) ● Protection policy – What kind of protection does the namespace require? ● password list ● UIDs ● login IDs, e-mail addresses – Who can add/delete/change an entry? ● Need backups or change management to roll back a change System and Network Administration
  • 25. Namespace policies (4) ● Scope policy – Where is the namespace to be used? ● How widely (geographically) shall it be used? – Global authentication is possible with RADIUS – NIS often provides a different space per cluster ● How many services will use it? (thickness) – ID might serve for login, email, VPN, name on modem pools – Across different authentication services ● ActiveDirectory, NIS, RADIUS (even with different pw) ● What happens when a user must span namespaces? – Different IDs? Confusing, lead to collisions ● Single flat namespace is appealing; not always needed System and Network Administration
  • 26. Namespace policies (5) ● Consistency policy – Where the same name is used in multiple namespaces, which attributes are also retained? ● E.g., UNIX name, requires same (real) person, same UID, but not same password for email, login ● Reuse policy – How soon after deletion can the name be reused? ● Sometimes want immediate re-use (new printer) ● Sometimes long periods (prevent confusion and old email from being sent to new user) System and Network Administration
  • 27. DNS – The Domain Name System – What does DNS do? – The DNS namespace – How DNS works – Testing and debugging (tools) System and Network Administration
  • 28. What does DNS do? – Provides hostname – IP lookup services ● www.lehigh.edu = 128.180.2.57 – DNS defines ● A hierarchical namespace for hosts and IP addresses ● A “resolver” – library routines that query this database ● Improved routing for email ● A mechanism for finding services on a network ● A protocol for exchanging naming information – DNS is essential for any org using the Internet System and Network Administration
  • 29. What uses DNS? ● Any application that operates over the Internet ● Such as – email ● Spam filters – WWW – FTP – IRC, – Windows update – telnet, ssh System and Network Administration
  • 30. The DNS namespace – A tree of “domains” – Root is “.” (dot), followed by top-level (root-level) domains – Two branches of tree ● One maps hostnames to IP addresses ● Other maps IP address back to hostnames – Two types of top-level domain names used today ● gTLDs: generic top-level domains ● ccTLDs: country code top-level domains Some illustrations from O'Reilly's DNS & Bind System and Network Administration
  • 31. Generic top-level domains But today there are an abundance of top-level domains – .black, .blue, .airforce, .agency, .audio, etc. ● See http://www.iana.org/domains/root/db/ System and Network Administration
  • 32. System and Network Administration
  • 33. Domain name management ● Network Solutions (now VeriSign) used to manage .com, .org, .net, and .edu directly ● VeriSign now manages infrastructure for .com, .net, .tv, .name and .cc – Dozens of others manage country codes and other top-level domains ● Organizations can now register with many different registrars (even when VeriSign manages the underlying database) ● Domain holders must have two name servers authoritative for the domain System and Network Administration
  • 34. Selecting a domain name ● Most good (short) names in .com and other old gTLDs are already in use ● Domain names are up to 63 characters per segment (but a 12 character length limit is recommended), and up to 255 chars overall ● Identify two authoritative name servers ● Select a registrar, and pay ~$1-$35/year for registration System and Network Administration
  • 35. How DNS works – A client calls gethostbyname(), which is part of the resolver library – The resolver library sends a lookup request to the first nameserver that it knows about (from /etc/resolv.conf) – If the nameserver knows the answer, it sends it back to the client – If the nameserver doesn't know, it either ● asks the next server, or ● returns a failure, and suggests that the client contact the next server System and Network Administration
  • 36. What servers know ● All servers know about the 13 root servers – hardcoded (rarely changes!), or in hint file – a.root-servers.net ... m.root-servers.net ● Each root server knows about servers for every top-level domain (.com, .net, .uk, etc.) ● Each top-level domain knows the servers for each second-level domain within the toplevel domain ● Authoritative servers know about their hosts System and Network Administration
  • 37. Example resolution System and Network Administration
  • 38. Types of name servers ● Recursive vs. nonrecursive servers – Servers that allow recursive queries will do all the work – Nonrecursive servers will only return referrals or answers ● Authoritative vs. caching-only servers – Authoritative servers have the original data – Caching servers retain data previously seen for future use System and Network Administration
  • 39. IP-to-hostname resolution – IP resolution works essentially the same as hostname resolution – Query for 15.16.192.152 ● Rendered as query for 152.192.16. 15.in-addr.arpa – Each layer can delegate to the next System and Network Administration
  • 40. DNS on Linux ● Linux uses /etc/nsswitch.conf to determine what sources to use for name lookups # /etc/nsswitch.conf # passwd: files nisplus shadow: files nisplus group: files nisplus hosts: files dns ● Configuration is in /etc/named.conf ● Other files in /var/named System and Network Administration
  • 41. Testing and debugging (tools) ● named supports lots of logging options ● typical BIND tools – nslookup (old, possibly deprecated) ● whois – find domain and network registration info System and Network Administration
  • 42. Other Issues ● Many aspects of DNS haven't been covered in lecture – Lots of details! – Security issues – IPv6 – Internationalization – now supported! ● DNS is generally case-insensitive ● VeriSign Site Finder product – See http://cyber.law.harvard.edu/tlds/sitefinder/ System and Network Administration