Upload files to "/"
This commit is contained in:
parent
1c174b0c98
commit
b258a8da54
BIN
Windows_server_i_dhcp.pdf
Normal file
BIN
Windows_server_i_dhcp.pdf
Normal file
Binary file not shown.
115
Windows_server_i_dhcp.tex.txt
Normal file
115
Windows_server_i_dhcp.tex.txt
Normal file
@ -0,0 +1,115 @@
|
||||
\documentclass{beamer}
|
||||
\usepackage[utf8]{inputenc}
|
||||
\usepackage{polski}
|
||||
\usepackage{graphicx}
|
||||
\usetheme{CambridgeUS}
|
||||
|
||||
\title{\textbf{Windows Server i DHCP}}
|
||||
\author{Oliwier}
|
||||
\date{\today}
|
||||
|
||||
\begin{document}
|
||||
|
||||
\begin{frame}
|
||||
\titlepage
|
||||
\end{frame}
|
||||
|
||||
\begin{frame}{Plan prezentacji}
|
||||
\tableofcontents
|
||||
\end{frame}
|
||||
|
||||
\section{Windows Server - wprowadzenie}
|
||||
\begin{frame}{Czym jest Windows Server?}
|
||||
\begin{itemize}
|
||||
\item System operacyjny firmy Microsoft.
|
||||
\item Przeznaczony do zarządzania sieciami i usługami w firmach.
|
||||
\item Obsługuje role takie jak: kontroler domeny, serwer plików, serwer DHCP, DNS itd.
|
||||
|
||||
\begin{figure}
|
||||
\centering
|
||||
\includegraphics[width=0.5\linewidth]{obraz_2025-04-09_233702797.png}
|
||||
|
||||
\label{fig:enter-label}
|
||||
\end{figure}
|
||||
\end{itemize}
|
||||
\end{frame}
|
||||
|
||||
\section{Rola DHCP}
|
||||
\begin{frame}{Czym jest DHCP?}
|
||||
\begin{block}{DHCP - Dynamic Host Configuration Protocol}
|
||||
To protokół sieciowy, który automatycznie przypisuje urządzeniom w sieci:
|
||||
\begin{itemize}
|
||||
\item adres IP – unikalny numer identyfikujący urządzenie w sieci,
|
||||
\item maskę podsieci – określa zakres adresów IP w danej sieci,
|
||||
\item bramę domyślną – adres routera, przez który urządzenie łączy się z Internetem,
|
||||
\item adres(y) serwera DNS – do tłumaczenia nazw stron (np. google.com) na adresy IP.
|
||||
\end{itemize}
|
||||
\end{block}
|
||||
\vspace{0.5cm}
|
||||
\begin{alertblock}{Dlaczego to ważne?}
|
||||
Dzięki DHCP nie trzeba ręcznie ustawiać tych parametrów na każdym komputerze.
|
||||
Wystarczy, że komputer połączy się z siecią – reszta dzieje się automatycznie!
|
||||
\end{alertblock}
|
||||
\end{frame}
|
||||
|
||||
\begin{frame}{Jak działa DHCP?}
|
||||
\begin{enumerate}
|
||||
\item Urządzenie wysyła żądanie DHCP Discover (szuka serwera).
|
||||
\item Serwer DHCP odpowiada ofertą (DHCP Offer).
|
||||
\item Urządzenie akceptuje ofertę (DHCP Request).
|
||||
\item Serwer potwierdza przypisanie (DHCP Acknowledgment).
|
||||
\end{enumerate}
|
||||
\vspace{0.3cm}
|
||||
\begin{itemize}
|
||||
\item Cały proces trwa zaledwie ułamki sekundy.
|
||||
\item Może być powtarzany co jakiś czas – tzw. odnowienie dzierżawy IP.
|
||||
\end{itemize}
|
||||
\end{frame}
|
||||
|
||||
\section{Konfiguracja DHCP w Windows Server}
|
||||
\begin{frame}{Kroki konfiguracji DHCP}
|
||||
\begin{itemize}
|
||||
\item Otwórz Menedżera serwera.
|
||||
\item Dodaj rolę „DHCP Server”.
|
||||
\item Autoryzuj serwer w Active Directory.
|
||||
\item Skonfiguruj nowy zakres (ang. „scope”) adresów IP:
|
||||
\begin{itemize}
|
||||
\item zakres adresów IP,
|
||||
\item długość dzierżawy (np. 8 dni),
|
||||
\item domyślna brama i DNS.
|
||||
\end{itemize}
|
||||
\end{itemize}
|
||||
\end{frame}
|
||||
|
||||
\begin{frame}{Zalety korzystania z DHCP}
|
||||
\begin{itemize}
|
||||
\item Automatyczna konfiguracja adresów IP.
|
||||
\item Mniejsze ryzyko błędów i konfliktów IP.
|
||||
\item Szybkie podłączanie nowych urządzeń do sieci.
|
||||
\item Centralne zarządzanie adresacją IP.
|
||||
\end{itemize}
|
||||
\end{frame}
|
||||
|
||||
\section{Podsumowanie}
|
||||
\begin{frame}{Podsumowanie}
|
||||
\begin{itemize}
|
||||
\item Windows Server to potężne narzędzie do zarządzania siecią.
|
||||
\item DHCP znacznie ułatwia pracę administratora.
|
||||
\item Połączenie tych technologii pozwala tworzyć sprawne i łatwe w zarządzaniu sieci.
|
||||
\end{itemize}
|
||||
\end{frame}
|
||||
|
||||
\begin{frame}{}
|
||||
\centering
|
||||
|
||||
\textbf{Dziękuję za Uwagę}
|
||||
\begin{figure}
|
||||
\centering
|
||||
\includegraphics[width=0.75\linewidth]{obraz_2025-04-09_233920015.png}
|
||||
|
||||
|
||||
\end{figure}
|
||||
|
||||
\end{frame}
|
||||
|
||||
\end{document}
|
||||
Loading…
Reference in New Issue
Block a user