SlideShare a Scribd company logo
1 of 62
Download to read offline
Unit - 1
Installing Windows Server :
Prepare an installation plan, Prepare the server
hardware, Set up the server hardware, Install
an operating system
Systems Administrator
• A system administrator is a professional who maintains computer systems,
servers, and networks of their clients.
• They are required to understand the specific requirement of their clients and
accordingly recommend or suggest computer systems designs for them.
Systems Administrator Job Roles and
Responsibilities
• Systems administrators are responsible for managing the
server and network hardware lifecycles, documentation, and security.
• The sysadmin may also advise the business on emerging
technologies and may have a role in capacity planning.
• The primary skill of a systems administrator is problem-solving.
• Sysadmins typically have a variety of skills and work with a
wide range of technologies.
Common Sysadmin Responsibilities
• Installing, configuring, and managing server hardware,
applications, and network components
• Managing the server lifecycle
• Monitoring server performance
• Providing capacity planning and growth
• Managing user and group accounts for access control
• Troubleshooting
Common Sysadmin Responsibilities
• Working with other information technology (IT) teams, possibly
including the service desk, developers, desktop support
• Accepting escalated service desk tickets
• Managing different technologies, such as databases, virtualization,
cloud, backups, disaster recovery
• Managing network services, such as web, email, name resolution,
Internet protocol (IP) address configuration
• Providing documentation
• Advising the business on security policies, and implementing those
policies
Servers Versus Workstations
• Workstations are usually assigned to end users.
• These devices do not tend to have redundant hardware and often do not have high-
performance capabilities.
• Workstations also typically have a client OS installed.
• These OSs are optimized for a single user
• Server hardware is designed for high performance and redundancy.
• Often, a server includes multiple network interface cards (NICs), power supplies, and
HDDs.
• The server may also have a great deal of random access memory (RAM) and multiple
powerful central processing units (CPUs).
• The server’s form factor may be measured in 1.75 inch (44.45 mm) units that permit
it to be installed into standardized server racks.
• The server will be 19” wide and one or more units high. Servers typically have a
server OS installed.
Servers Versus Workstations
Server Lifecycle
• Server administrators are responsible for the lifecycle of the server.
• The term "lifecycle" normally specifies four phases: procurement,
usage, end of life, and disposal/recycling.
The Four Major Subsystems
• Computer systems are specified based on the four major
subsystems, which are also us
• The four subsystems are the following:
• Processor—the CPU represents the amount of processing power the
system has available.
• Memory—the RAM represents storage capacity available to the CPU for
quick access to data.eful measurements for the system’s performance.
The Four Major Subsystems
• Storage—the storage drives represent storage capacity and access speeds
available for the OS and user data.
•Network—the capacity for sending and receiving information across the
network.
Installation of Windows
Server 2012 R2 in VMWare
• Select a Server with a GUI option
Question 1
What are the four phases of the server lifecycle?
Question 1
What are the four phases of the server lifecycle?
Purchase, install/deploy, maintain/update, decommission
Question 2
What are the four main subsystems of a computer?
Question 2
What are the four main subsystems of a computer?
Processor, memory, storage, network
Configuring Network
• Manage network cabling,
• Configure network interface cards,
• Implement IP addressing and network infrastructure services
Manage network cabling,
• To connect two or more computers or networking devices in a
network, network cables are used. There are three types of network
cables;
• coaxial
• twisted-pair
• fiber-optic
Coaxial cable
• This cable contains a conductor, insulator, braiding, and sheath. The
sheath covers the braiding, braiding covers the insulation, and the
insulation covers the conductor.
• Coaxial cables are no longer used to build any type of computer
network.
Twisted-pair cables
• Usually, there are four pairs. Each pair has one solid color and one stripped color
wire. Solid colors are blue, brown, green and orange. In stripped color, the solid
color is mixed with the white color.
• There are two types of twisted-pair cable
• UTP and STP
Fiber optic cable
• This cable consists of core, cladding, buffer, and jacket. The core is made from the
thin strands of glass or plastic that can carry data over the long distance. The core
is wrapped in the cladding; the cladding is wrapped in the buffer, and the buffer is
wrapped in the jacket.
IP Address Review
• IP addresses are configured on each network node. At its most simple, the IP address contains
two parts: the Network ID and the Host ID. The Network ID identifies which network segment or
subnet the host belongs to, and the Host ID uniquely identifies a specific node within the subnet
• Subnet masks allow administrators and computers to recognize which portion of the IP address is
the Network ID and which portion is the Host ID.
NAT
• The reserved IP address ranges are for use inside company (and home) networks. The
addresses in this range are not routable on the public Internet.
• NAT is a service on some servers and routers that substitutes the organization’s single
public IP address for any traffic originating from or addressed to internal devices that
have reserved IP addresses.
Reserved IP Address Ranges
• The Request for Comment (RFC) that defines IP version 4 addresses divides the roughly
4.3 billion available addresses into five classes. Three of the five classes (Classes A, B, and
C) are commonly used in networking.
IPv6 Addresses
• IPv6 addresses are 128 bits in length, providing approximately 3.4 x 1038 addresses, and
the addresses are allocated more efficiently.
Network Devices
Routers operate at Layer 3 of the OSI model, function based on IP addresses, filter traffic,
and link together one or more network segments.
Switches operate at Layer 2 of the OSI model, function based on Media Access Control
(MAC) addresses, link network nodes that are near each other, and filter traffic between
one or more network VLANs.
Gateways link two or more networks and may translate between network protocols.
Routers are a type of gateway.
WAPs are gateways that link wireless devices together and attach the wireless
network to the wired network.
Media consists of the network cabling that links computers to routers, switches, and
gateways. Common media types include twisted pair Ethernet cable, co-ax cable,
and fiber optic cable.
Network Firewalls
• Firewalls filter network traffic, allowing administrators to control traffic that moves
between two networks, between two network segments, or even in and out of an
individual workstation or server. Firewalls may be software running as a service on a
computer or a dedicated hardware device.
• Most firewalls generate log files. Regularly review these log files for suspicious activity,
for frequently blocked connection attempts, and to ensure the accepted connections are
from expected sources using expected protocols. Some firewalls can alert administrators
to suspicious activity.
• Network firewalls are found between network segments or between two separate
networks. For example, an administrator might implement a simple packet filtering
firewall between the Financial Department's segment and the Engineering Department's
segment.
Host-Based Firewalls
• Host-based firewalls control traffic flow in and out of the host server's NIC. Host-based
firewalls protect the server from different threats than do network firewalls. Network
firewalls protect the perimeter, while host-based firewalls protect each individual host
inside the perimeter. Both are important.
Network Access Control (NAC)
• NAC defines rules for valid computer configuration and then enforces those rules when a
device attempts to connect to the network.
Question
• What is the difference between a host-based firewall and a network
based firewall?
• What are the Class A, B, and C reserved IP address ranges, and what
is their purpose?
NIC Teaming
• NIC teaming allows you to combine multiple physical network adapters into a
virtual NIC, which will then be presented to the operating system (OS) as a single
NIC. All the incoming traffic from the OS will pass through the virtual NIC and be
load-balanced across the assigned physical network connections.
• This technology offers system administrators a simple solution for link
aggregation, load balancing, failover, and Software-Defined Networking (SDN).
Benefits of NIC Teaming
• Increase of load-balancing capabilities.
• Breakup of network traffic across multiple connections.
• Strengthens failover, reducing single points of failure and creating redundancy
when an NIC is designated as a hot spare.
• Increases network reliability and continuity.
• Ensures server availability and increases bandwidth.
• Simplifies network configurations.
NIC Teaming Modes
• Switch Independent Mode
If this mode is on, you can connect different network adapters to different switches. This is the
only teaming mode that doesn’t require configuration changes on the connected switches.
Switch Independent Mode uses media access control (MAC) addresses to manage incoming
data.
• LACP Mode
This mode requires enabling LACP on both the team and the switches. LACP mode provides
load balancing and failover for both inbound and outbound traffic, and it supports dynamic
changes in the team membership or switch configuration.
• Static Mode
Static Mode requires you to manually configure the ports on the switch that connects with the
NIC team. These ports should be configured into a Link Aggregation Group (LAG).
How to Set Up NIC Teaming on Windows
Servers
1. Open the Server Manager and click on Local Server.
• NIC Teaming is disabled by default on Windows Server. To enable it, find the Properties
pane, locate NIC Teaming, and then click Disabled to the right. The NIC Teaming dialog
box will open.
3. In the bottom right, under Adapters and Interfaces, select the network adapters you
want to add to an NIC Team.
4. Now, Click TASKS and select Add to New Team from the drop-down menu.
5. The New Team box will open and display the network adapters and team members.
Type in the Team name for your new NIC Team.
6. At the bottom of the New Team box, click on Additional properties and select the NIC
Teaming mode you want to use: Switch Independent, Static Mode, or LACP Mode. In
this step, you can also select the load-balancing mode. Experts recommend it to be set
to Dynamic for best performance.
7. When you’re done, click OK. Your new NIC Team will be created.
8. You can configure or assign a VLAN number to the new NIC Team you created. To do
this, click the link to the right of the Primary team interface. The New team interface
dialog box will open. Now click on Specific VLAN and type the VLAN data.
9. Update IP address of your NIC Team.
10. Ping from Client machine to the Server.

More Related Content

Similar to windows server installation procedure or

Synapseindia revirews about networking
Synapseindia revirews about networkingSynapseindia revirews about networking
Synapseindia revirews about networkingsaritasingh19866
 
Network security chapter 6 and 7 internet architecture
Network security chapter  6 and 7 internet   architectureNetwork security chapter  6 and 7 internet   architecture
Network security chapter 6 and 7 internet architectureMuhammad ismail Shah
 
Introduction to computer networking chapter 2
Introduction to computer networking chapter 2Introduction to computer networking chapter 2
Introduction to computer networking chapter 2binakasehun2026
 
CNE CHP1.pdf
CNE CHP1.pdfCNE CHP1.pdf
CNE CHP1.pdfNehaam3
 
CCS335 - Cloud architecture model and infrastructure
CCS335 - Cloud architecture model and infrastructureCCS335 - Cloud architecture model and infrastructure
CCS335 - Cloud architecture model and infrastructureNiviV4
 
internet network for o level
 internet network for o level  internet network for o level
internet network for o level Samit Singh
 
window configuration & Administration.pptx
window   configuration  & Administration.pptxwindow   configuration  & Administration.pptx
window configuration & Administration.pptxTadeseBeyene
 
ITN6_Instructor_Materials_Chapter11.pdf
ITN6_Instructor_Materials_Chapter11.pdfITN6_Instructor_Materials_Chapter11.pdf
ITN6_Instructor_Materials_Chapter11.pdfThangDang53
 
CCNA (R & S) Module 01 - Introduction to Networks - Chapter 11
CCNA (R & S) Module 01 - Introduction to Networks - Chapter 11CCNA (R & S) Module 01 - Introduction to Networks - Chapter 11
CCNA (R & S) Module 01 - Introduction to Networks - Chapter 11Waqas Ahmed Nawaz
 
Networking Today Chapter 1 Networking Today Chapter 1
Networking Today  Chapter 1 Networking Today  Chapter 1Networking Today  Chapter 1 Networking Today  Chapter 1
Networking Today Chapter 1 Networking Today Chapter 1TnNguyn57021
 
Networking for MBA
Networking for MBANetworking for MBA
Networking for MBAKK Bajpai
 
Cp7101 design and management of computer networks -network
Cp7101 design and management of computer networks -networkCp7101 design and management of computer networks -network
Cp7101 design and management of computer networks -networkDr Geetha Mohan
 
A Deep Dive in the World of IT Networking (part 1)
A Deep Dive in the World of IT Networking (part 1)A Deep Dive in the World of IT Networking (part 1)
A Deep Dive in the World of IT Networking (part 1)Tuan Yang
 
ITN_Module_17.pptx
ITN_Module_17.pptxITN_Module_17.pptx
ITN_Module_17.pptxssuserf7cd2b
 
Unit 4_Introduction to Server Farms.pptx
Unit 4_Introduction to Server Farms.pptxUnit 4_Introduction to Server Farms.pptx
Unit 4_Introduction to Server Farms.pptxRahul Borate
 
08. networking-part-2
08. networking-part-208. networking-part-2
08. networking-part-2Muhammad Ahad
 

Similar to windows server installation procedure or (20)

Synapseindia revirews about networking
Synapseindia revirews about networkingSynapseindia revirews about networking
Synapseindia revirews about networking
 
Network security chapter 6 and 7 internet architecture
Network security chapter  6 and 7 internet   architectureNetwork security chapter  6 and 7 internet   architecture
Network security chapter 6 and 7 internet architecture
 
Introduction to computer networking chapter 2
Introduction to computer networking chapter 2Introduction to computer networking chapter 2
Introduction to computer networking chapter 2
 
CNE CHP1.pdf
CNE CHP1.pdfCNE CHP1.pdf
CNE CHP1.pdf
 
CCS335 - Cloud architecture model and infrastructure
CCS335 - Cloud architecture model and infrastructureCCS335 - Cloud architecture model and infrastructure
CCS335 - Cloud architecture model and infrastructure
 
internet network for o level
 internet network for o level  internet network for o level
internet network for o level
 
window configuration & Administration.pptx
window   configuration  & Administration.pptxwindow   configuration  & Administration.pptx
window configuration & Administration.pptx
 
Computer network
Computer networkComputer network
Computer network
 
ITN6_Instructor_Materials_Chapter11.pdf
ITN6_Instructor_Materials_Chapter11.pdfITN6_Instructor_Materials_Chapter11.pdf
ITN6_Instructor_Materials_Chapter11.pdf
 
Networking
Networking Networking
Networking
 
CCNA 4 Hierarchical Network Design
CCNA 4 Hierarchical Network DesignCCNA 4 Hierarchical Network Design
CCNA 4 Hierarchical Network Design
 
CCNA (R & S) Module 01 - Introduction to Networks - Chapter 11
CCNA (R & S) Module 01 - Introduction to Networks - Chapter 11CCNA (R & S) Module 01 - Introduction to Networks - Chapter 11
CCNA (R & S) Module 01 - Introduction to Networks - Chapter 11
 
Networking Today Chapter 1 Networking Today Chapter 1
Networking Today  Chapter 1 Networking Today  Chapter 1Networking Today  Chapter 1 Networking Today  Chapter 1
Networking Today Chapter 1 Networking Today Chapter 1
 
Networking for MBA
Networking for MBANetworking for MBA
Networking for MBA
 
4. system models
4. system models4. system models
4. system models
 
Cp7101 design and management of computer networks -network
Cp7101 design and management of computer networks -networkCp7101 design and management of computer networks -network
Cp7101 design and management of computer networks -network
 
A Deep Dive in the World of IT Networking (part 1)
A Deep Dive in the World of IT Networking (part 1)A Deep Dive in the World of IT Networking (part 1)
A Deep Dive in the World of IT Networking (part 1)
 
ITN_Module_17.pptx
ITN_Module_17.pptxITN_Module_17.pptx
ITN_Module_17.pptx
 
Unit 4_Introduction to Server Farms.pptx
Unit 4_Introduction to Server Farms.pptxUnit 4_Introduction to Server Farms.pptx
Unit 4_Introduction to Server Farms.pptx
 
08. networking-part-2
08. networking-part-208. networking-part-2
08. networking-part-2
 

Recently uploaded

Russian Call Girls in Kolkata Ishita 🤌 8250192130 🚀 Vip Call Girls Kolkata
Russian Call Girls in Kolkata Ishita 🤌  8250192130 🚀 Vip Call Girls KolkataRussian Call Girls in Kolkata Ishita 🤌  8250192130 🚀 Vip Call Girls Kolkata
Russian Call Girls in Kolkata Ishita 🤌 8250192130 🚀 Vip Call Girls Kolkataanamikaraghav4
 
VIP Call Girls Kolkata Ananya 🤌 8250192130 🚀 Vip Call Girls Kolkata
VIP Call Girls Kolkata Ananya 🤌  8250192130 🚀 Vip Call Girls KolkataVIP Call Girls Kolkata Ananya 🤌  8250192130 🚀 Vip Call Girls Kolkata
VIP Call Girls Kolkata Ananya 🤌 8250192130 🚀 Vip Call Girls Kolkataanamikaraghav4
 
定制(CC毕业证书)美国美国社区大学毕业证成绩单原版一比一
定制(CC毕业证书)美国美国社区大学毕业证成绩单原版一比一定制(CC毕业证书)美国美国社区大学毕业证成绩单原版一比一
定制(CC毕业证书)美国美国社区大学毕业证成绩单原版一比一3sw2qly1
 
Call Girls In Mumbai Central Mumbai ❤️ 9920874524 👈 Cash on Delivery
Call Girls In Mumbai Central Mumbai ❤️ 9920874524 👈 Cash on DeliveryCall Girls In Mumbai Central Mumbai ❤️ 9920874524 👈 Cash on Delivery
Call Girls In Mumbai Central Mumbai ❤️ 9920874524 👈 Cash on Deliverybabeytanya
 
Contact Rya Baby for Call Girls New Delhi
Contact Rya Baby for Call Girls New DelhiContact Rya Baby for Call Girls New Delhi
Contact Rya Baby for Call Girls New Delhimiss dipika
 
Call Girls in Uttam Nagar Delhi 💯Call Us 🔝8264348440🔝
Call Girls in Uttam Nagar Delhi 💯Call Us 🔝8264348440🔝Call Girls in Uttam Nagar Delhi 💯Call Us 🔝8264348440🔝
Call Girls in Uttam Nagar Delhi 💯Call Us 🔝8264348440🔝soniya singh
 
定制(Lincoln毕业证书)新西兰林肯大学毕业证成绩单原版一比一
定制(Lincoln毕业证书)新西兰林肯大学毕业证成绩单原版一比一定制(Lincoln毕业证书)新西兰林肯大学毕业证成绩单原版一比一
定制(Lincoln毕业证书)新西兰林肯大学毕业证成绩单原版一比一Fs
 
VIP Kolkata Call Girl Salt Lake 👉 8250192130 Available With Room
VIP Kolkata Call Girl Salt Lake 👉 8250192130  Available With RoomVIP Kolkata Call Girl Salt Lake 👉 8250192130  Available With Room
VIP Kolkata Call Girl Salt Lake 👉 8250192130 Available With Roomishabajaj13
 
Chennai Call Girls Alwarpet Phone 🍆 8250192130 👅 celebrity escorts service
Chennai Call Girls Alwarpet Phone 🍆 8250192130 👅 celebrity escorts serviceChennai Call Girls Alwarpet Phone 🍆 8250192130 👅 celebrity escorts service
Chennai Call Girls Alwarpet Phone 🍆 8250192130 👅 celebrity escorts servicevipmodelshub1
 
A Good Girl's Guide to Murder (A Good Girl's Guide to Murder, #1)
A Good Girl's Guide to Murder (A Good Girl's Guide to Murder, #1)A Good Girl's Guide to Murder (A Good Girl's Guide to Murder, #1)
A Good Girl's Guide to Murder (A Good Girl's Guide to Murder, #1)Christopher H Felton
 
办理(UofR毕业证书)罗切斯特大学毕业证成绩单原版一比一
办理(UofR毕业证书)罗切斯特大学毕业证成绩单原版一比一办理(UofR毕业证书)罗切斯特大学毕业证成绩单原版一比一
办理(UofR毕业证书)罗切斯特大学毕业证成绩单原版一比一z xss
 
Complet Documnetation for Smart Assistant Application for Disabled Person
Complet Documnetation   for Smart Assistant Application for Disabled PersonComplet Documnetation   for Smart Assistant Application for Disabled Person
Complet Documnetation for Smart Assistant Application for Disabled Personfurqan222004
 
VIP Kolkata Call Girl Alambazar 👉 8250192130 Available With Room
VIP Kolkata Call Girl Alambazar 👉 8250192130  Available With RoomVIP Kolkata Call Girl Alambazar 👉 8250192130  Available With Room
VIP Kolkata Call Girl Alambazar 👉 8250192130 Available With Roomdivyansh0kumar0
 
Font Performance - NYC WebPerf Meetup April '24
Font Performance - NYC WebPerf Meetup April '24Font Performance - NYC WebPerf Meetup April '24
Font Performance - NYC WebPerf Meetup April '24Paul Calvano
 
Packaging the Monolith - PHP Tek 2024 (Breaking it down one bite at a time)
Packaging the Monolith - PHP Tek 2024 (Breaking it down one bite at a time)Packaging the Monolith - PHP Tek 2024 (Breaking it down one bite at a time)
Packaging the Monolith - PHP Tek 2024 (Breaking it down one bite at a time)Dana Luther
 
Sushant Golf City / best call girls in Lucknow | Service-oriented sexy call g...
Sushant Golf City / best call girls in Lucknow | Service-oriented sexy call g...Sushant Golf City / best call girls in Lucknow | Service-oriented sexy call g...
Sushant Golf City / best call girls in Lucknow | Service-oriented sexy call g...akbard9823
 
Git and Github workshop GDSC MLRITM
Git and Github  workshop GDSC MLRITMGit and Github  workshop GDSC MLRITM
Git and Github workshop GDSC MLRITMgdsc13
 
The Intriguing World of CDR Analysis by Police: What You Need to Know.pdf
The Intriguing World of CDR Analysis by Police: What You Need to Know.pdfThe Intriguing World of CDR Analysis by Police: What You Need to Know.pdf
The Intriguing World of CDR Analysis by Police: What You Need to Know.pdfMilind Agarwal
 

Recently uploaded (20)

Russian Call Girls in Kolkata Ishita 🤌 8250192130 🚀 Vip Call Girls Kolkata
Russian Call Girls in Kolkata Ishita 🤌  8250192130 🚀 Vip Call Girls KolkataRussian Call Girls in Kolkata Ishita 🤌  8250192130 🚀 Vip Call Girls Kolkata
Russian Call Girls in Kolkata Ishita 🤌 8250192130 🚀 Vip Call Girls Kolkata
 
VIP Call Girls Kolkata Ananya 🤌 8250192130 🚀 Vip Call Girls Kolkata
VIP Call Girls Kolkata Ananya 🤌  8250192130 🚀 Vip Call Girls KolkataVIP Call Girls Kolkata Ananya 🤌  8250192130 🚀 Vip Call Girls Kolkata
VIP Call Girls Kolkata Ananya 🤌 8250192130 🚀 Vip Call Girls Kolkata
 
定制(CC毕业证书)美国美国社区大学毕业证成绩单原版一比一
定制(CC毕业证书)美国美国社区大学毕业证成绩单原版一比一定制(CC毕业证书)美国美国社区大学毕业证成绩单原版一比一
定制(CC毕业证书)美国美国社区大学毕业证成绩单原版一比一
 
Model Call Girl in Jamuna Vihar Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in  Jamuna Vihar Delhi reach out to us at 🔝9953056974🔝Model Call Girl in  Jamuna Vihar Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Jamuna Vihar Delhi reach out to us at 🔝9953056974🔝
 
Call Girls In Mumbai Central Mumbai ❤️ 9920874524 👈 Cash on Delivery
Call Girls In Mumbai Central Mumbai ❤️ 9920874524 👈 Cash on DeliveryCall Girls In Mumbai Central Mumbai ❤️ 9920874524 👈 Cash on Delivery
Call Girls In Mumbai Central Mumbai ❤️ 9920874524 👈 Cash on Delivery
 
Contact Rya Baby for Call Girls New Delhi
Contact Rya Baby for Call Girls New DelhiContact Rya Baby for Call Girls New Delhi
Contact Rya Baby for Call Girls New Delhi
 
Call Girls in Uttam Nagar Delhi 💯Call Us 🔝8264348440🔝
Call Girls in Uttam Nagar Delhi 💯Call Us 🔝8264348440🔝Call Girls in Uttam Nagar Delhi 💯Call Us 🔝8264348440🔝
Call Girls in Uttam Nagar Delhi 💯Call Us 🔝8264348440🔝
 
定制(Lincoln毕业证书)新西兰林肯大学毕业证成绩单原版一比一
定制(Lincoln毕业证书)新西兰林肯大学毕业证成绩单原版一比一定制(Lincoln毕业证书)新西兰林肯大学毕业证成绩单原版一比一
定制(Lincoln毕业证书)新西兰林肯大学毕业证成绩单原版一比一
 
VIP Kolkata Call Girl Salt Lake 👉 8250192130 Available With Room
VIP Kolkata Call Girl Salt Lake 👉 8250192130  Available With RoomVIP Kolkata Call Girl Salt Lake 👉 8250192130  Available With Room
VIP Kolkata Call Girl Salt Lake 👉 8250192130 Available With Room
 
Chennai Call Girls Alwarpet Phone 🍆 8250192130 👅 celebrity escorts service
Chennai Call Girls Alwarpet Phone 🍆 8250192130 👅 celebrity escorts serviceChennai Call Girls Alwarpet Phone 🍆 8250192130 👅 celebrity escorts service
Chennai Call Girls Alwarpet Phone 🍆 8250192130 👅 celebrity escorts service
 
A Good Girl's Guide to Murder (A Good Girl's Guide to Murder, #1)
A Good Girl's Guide to Murder (A Good Girl's Guide to Murder, #1)A Good Girl's Guide to Murder (A Good Girl's Guide to Murder, #1)
A Good Girl's Guide to Murder (A Good Girl's Guide to Murder, #1)
 
办理(UofR毕业证书)罗切斯特大学毕业证成绩单原版一比一
办理(UofR毕业证书)罗切斯特大学毕业证成绩单原版一比一办理(UofR毕业证书)罗切斯特大学毕业证成绩单原版一比一
办理(UofR毕业证书)罗切斯特大学毕业证成绩单原版一比一
 
Complet Documnetation for Smart Assistant Application for Disabled Person
Complet Documnetation   for Smart Assistant Application for Disabled PersonComplet Documnetation   for Smart Assistant Application for Disabled Person
Complet Documnetation for Smart Assistant Application for Disabled Person
 
VIP Kolkata Call Girl Alambazar 👉 8250192130 Available With Room
VIP Kolkata Call Girl Alambazar 👉 8250192130  Available With RoomVIP Kolkata Call Girl Alambazar 👉 8250192130  Available With Room
VIP Kolkata Call Girl Alambazar 👉 8250192130 Available With Room
 
Font Performance - NYC WebPerf Meetup April '24
Font Performance - NYC WebPerf Meetup April '24Font Performance - NYC WebPerf Meetup April '24
Font Performance - NYC WebPerf Meetup April '24
 
Packaging the Monolith - PHP Tek 2024 (Breaking it down one bite at a time)
Packaging the Monolith - PHP Tek 2024 (Breaking it down one bite at a time)Packaging the Monolith - PHP Tek 2024 (Breaking it down one bite at a time)
Packaging the Monolith - PHP Tek 2024 (Breaking it down one bite at a time)
 
Sushant Golf City / best call girls in Lucknow | Service-oriented sexy call g...
Sushant Golf City / best call girls in Lucknow | Service-oriented sexy call g...Sushant Golf City / best call girls in Lucknow | Service-oriented sexy call g...
Sushant Golf City / best call girls in Lucknow | Service-oriented sexy call g...
 
Git and Github workshop GDSC MLRITM
Git and Github  workshop GDSC MLRITMGit and Github  workshop GDSC MLRITM
Git and Github workshop GDSC MLRITM
 
young call girls in Uttam Nagar🔝 9953056974 🔝 Delhi escort Service
young call girls in Uttam Nagar🔝 9953056974 🔝 Delhi escort Serviceyoung call girls in Uttam Nagar🔝 9953056974 🔝 Delhi escort Service
young call girls in Uttam Nagar🔝 9953056974 🔝 Delhi escort Service
 
The Intriguing World of CDR Analysis by Police: What You Need to Know.pdf
The Intriguing World of CDR Analysis by Police: What You Need to Know.pdfThe Intriguing World of CDR Analysis by Police: What You Need to Know.pdf
The Intriguing World of CDR Analysis by Police: What You Need to Know.pdf
 

windows server installation procedure or

  • 1. Unit - 1 Installing Windows Server : Prepare an installation plan, Prepare the server hardware, Set up the server hardware, Install an operating system
  • 2. Systems Administrator • A system administrator is a professional who maintains computer systems, servers, and networks of their clients. • They are required to understand the specific requirement of their clients and accordingly recommend or suggest computer systems designs for them.
  • 3. Systems Administrator Job Roles and Responsibilities • Systems administrators are responsible for managing the server and network hardware lifecycles, documentation, and security. • The sysadmin may also advise the business on emerging technologies and may have a role in capacity planning. • The primary skill of a systems administrator is problem-solving. • Sysadmins typically have a variety of skills and work with a wide range of technologies.
  • 4. Common Sysadmin Responsibilities • Installing, configuring, and managing server hardware, applications, and network components • Managing the server lifecycle • Monitoring server performance • Providing capacity planning and growth • Managing user and group accounts for access control • Troubleshooting
  • 5. Common Sysadmin Responsibilities • Working with other information technology (IT) teams, possibly including the service desk, developers, desktop support • Accepting escalated service desk tickets • Managing different technologies, such as databases, virtualization, cloud, backups, disaster recovery • Managing network services, such as web, email, name resolution, Internet protocol (IP) address configuration • Providing documentation • Advising the business on security policies, and implementing those policies
  • 6. Servers Versus Workstations • Workstations are usually assigned to end users. • These devices do not tend to have redundant hardware and often do not have high- performance capabilities. • Workstations also typically have a client OS installed. • These OSs are optimized for a single user • Server hardware is designed for high performance and redundancy. • Often, a server includes multiple network interface cards (NICs), power supplies, and HDDs. • The server may also have a great deal of random access memory (RAM) and multiple powerful central processing units (CPUs). • The server’s form factor may be measured in 1.75 inch (44.45 mm) units that permit it to be installed into standardized server racks. • The server will be 19” wide and one or more units high. Servers typically have a server OS installed.
  • 8. Server Lifecycle • Server administrators are responsible for the lifecycle of the server. • The term "lifecycle" normally specifies four phases: procurement, usage, end of life, and disposal/recycling.
  • 9. The Four Major Subsystems • Computer systems are specified based on the four major subsystems, which are also us • The four subsystems are the following: • Processor—the CPU represents the amount of processing power the system has available. • Memory—the RAM represents storage capacity available to the CPU for quick access to data.eful measurements for the system’s performance.
  • 10. The Four Major Subsystems • Storage—the storage drives represent storage capacity and access speeds available for the OS and user data. •Network—the capacity for sending and receiving information across the network.
  • 11. Installation of Windows Server 2012 R2 in VMWare
  • 12.
  • 13.
  • 14.
  • 15.
  • 16.
  • 17.
  • 18.
  • 19.
  • 20.
  • 21.
  • 22.
  • 23.
  • 24.
  • 25.
  • 26. • Select a Server with a GUI option
  • 27.
  • 28.
  • 29.
  • 30.
  • 31.
  • 32.
  • 33. Question 1 What are the four phases of the server lifecycle?
  • 34. Question 1 What are the four phases of the server lifecycle? Purchase, install/deploy, maintain/update, decommission
  • 35. Question 2 What are the four main subsystems of a computer?
  • 36. Question 2 What are the four main subsystems of a computer? Processor, memory, storage, network
  • 37. Configuring Network • Manage network cabling, • Configure network interface cards, • Implement IP addressing and network infrastructure services
  • 38. Manage network cabling, • To connect two or more computers or networking devices in a network, network cables are used. There are three types of network cables; • coaxial • twisted-pair • fiber-optic
  • 39. Coaxial cable • This cable contains a conductor, insulator, braiding, and sheath. The sheath covers the braiding, braiding covers the insulation, and the insulation covers the conductor.
  • 40. • Coaxial cables are no longer used to build any type of computer network.
  • 41. Twisted-pair cables • Usually, there are four pairs. Each pair has one solid color and one stripped color wire. Solid colors are blue, brown, green and orange. In stripped color, the solid color is mixed with the white color. • There are two types of twisted-pair cable • UTP and STP
  • 42. Fiber optic cable • This cable consists of core, cladding, buffer, and jacket. The core is made from the thin strands of glass or plastic that can carry data over the long distance. The core is wrapped in the cladding; the cladding is wrapped in the buffer, and the buffer is wrapped in the jacket.
  • 43. IP Address Review • IP addresses are configured on each network node. At its most simple, the IP address contains two parts: the Network ID and the Host ID. The Network ID identifies which network segment or subnet the host belongs to, and the Host ID uniquely identifies a specific node within the subnet • Subnet masks allow administrators and computers to recognize which portion of the IP address is the Network ID and which portion is the Host ID.
  • 44. NAT • The reserved IP address ranges are for use inside company (and home) networks. The addresses in this range are not routable on the public Internet. • NAT is a service on some servers and routers that substitutes the organization’s single public IP address for any traffic originating from or addressed to internal devices that have reserved IP addresses.
  • 45. Reserved IP Address Ranges • The Request for Comment (RFC) that defines IP version 4 addresses divides the roughly 4.3 billion available addresses into five classes. Three of the five classes (Classes A, B, and C) are commonly used in networking.
  • 46. IPv6 Addresses • IPv6 addresses are 128 bits in length, providing approximately 3.4 x 1038 addresses, and the addresses are allocated more efficiently.
  • 47. Network Devices Routers operate at Layer 3 of the OSI model, function based on IP addresses, filter traffic, and link together one or more network segments. Switches operate at Layer 2 of the OSI model, function based on Media Access Control (MAC) addresses, link network nodes that are near each other, and filter traffic between one or more network VLANs. Gateways link two or more networks and may translate between network protocols. Routers are a type of gateway. WAPs are gateways that link wireless devices together and attach the wireless network to the wired network. Media consists of the network cabling that links computers to routers, switches, and gateways. Common media types include twisted pair Ethernet cable, co-ax cable, and fiber optic cable.
  • 48. Network Firewalls • Firewalls filter network traffic, allowing administrators to control traffic that moves between two networks, between two network segments, or even in and out of an individual workstation or server. Firewalls may be software running as a service on a computer or a dedicated hardware device. • Most firewalls generate log files. Regularly review these log files for suspicious activity, for frequently blocked connection attempts, and to ensure the accepted connections are from expected sources using expected protocols. Some firewalls can alert administrators to suspicious activity.
  • 49. • Network firewalls are found between network segments or between two separate networks. For example, an administrator might implement a simple packet filtering firewall between the Financial Department's segment and the Engineering Department's segment.
  • 50. Host-Based Firewalls • Host-based firewalls control traffic flow in and out of the host server's NIC. Host-based firewalls protect the server from different threats than do network firewalls. Network firewalls protect the perimeter, while host-based firewalls protect each individual host inside the perimeter. Both are important.
  • 51. Network Access Control (NAC) • NAC defines rules for valid computer configuration and then enforces those rules when a device attempts to connect to the network.
  • 52. Question • What is the difference between a host-based firewall and a network based firewall? • What are the Class A, B, and C reserved IP address ranges, and what is their purpose?
  • 53. NIC Teaming • NIC teaming allows you to combine multiple physical network adapters into a virtual NIC, which will then be presented to the operating system (OS) as a single NIC. All the incoming traffic from the OS will pass through the virtual NIC and be load-balanced across the assigned physical network connections. • This technology offers system administrators a simple solution for link aggregation, load balancing, failover, and Software-Defined Networking (SDN).
  • 54. Benefits of NIC Teaming • Increase of load-balancing capabilities. • Breakup of network traffic across multiple connections. • Strengthens failover, reducing single points of failure and creating redundancy when an NIC is designated as a hot spare. • Increases network reliability and continuity. • Ensures server availability and increases bandwidth. • Simplifies network configurations.
  • 55. NIC Teaming Modes • Switch Independent Mode If this mode is on, you can connect different network adapters to different switches. This is the only teaming mode that doesn’t require configuration changes on the connected switches. Switch Independent Mode uses media access control (MAC) addresses to manage incoming data. • LACP Mode This mode requires enabling LACP on both the team and the switches. LACP mode provides load balancing and failover for both inbound and outbound traffic, and it supports dynamic changes in the team membership or switch configuration. • Static Mode Static Mode requires you to manually configure the ports on the switch that connects with the NIC team. These ports should be configured into a Link Aggregation Group (LAG).
  • 56. How to Set Up NIC Teaming on Windows Servers 1. Open the Server Manager and click on Local Server.
  • 57. • NIC Teaming is disabled by default on Windows Server. To enable it, find the Properties pane, locate NIC Teaming, and then click Disabled to the right. The NIC Teaming dialog box will open.
  • 58.
  • 59. 3. In the bottom right, under Adapters and Interfaces, select the network adapters you want to add to an NIC Team. 4. Now, Click TASKS and select Add to New Team from the drop-down menu.
  • 60. 5. The New Team box will open and display the network adapters and team members. Type in the Team name for your new NIC Team.
  • 61. 6. At the bottom of the New Team box, click on Additional properties and select the NIC Teaming mode you want to use: Switch Independent, Static Mode, or LACP Mode. In this step, you can also select the load-balancing mode. Experts recommend it to be set to Dynamic for best performance. 7. When you’re done, click OK. Your new NIC Team will be created. 8. You can configure or assign a VLAN number to the new NIC Team you created. To do this, click the link to the right of the Primary team interface. The New team interface dialog box will open. Now click on Specific VLAN and type the VLAN data.
  • 62. 9. Update IP address of your NIC Team. 10. Ping from Client machine to the Server.