直接放模板代码
\documentclass{beamer}
% There are many different themes available for Beamer. A comprehensive
% list with examples is given here:
% http://deic.uab.es/~iblanes/beamer_gallery/index_by_theme.html
% You can uncomment the themes below if you would like to use a different
% one:
%\usetheme{AnnArbor}
%\usetheme{Antibes}
%\usetheme{Bergen}
%\usetheme{Berkeley}
%\usetheme{Berlin}
%\usetheme{Boadilla}
%\usetheme{boxes}
\usetheme{CambridgeUS}
%\usetheme{Copenhagen}
%\usetheme{Darmstadt}
%\usetheme{default}
%\usetheme{Frankfurt}
%\usetheme{Goettingen}
%\usetheme{Hannover}
%\usetheme{Ilmenau}
%\usetheme{JuanLesPins}
%\usetheme{Luebeck}
%\usetheme{Madrid}
%\usetheme{Malmoe}
%\usetheme{Marburg}
%\usetheme{Montpellier}
%\usetheme{PaloAlto}
%\usetheme{Pittsburgh}
%\usetheme{Rochester}
%\usetheme{Singapore}
%\usetheme{Szeged}
%\usetheme{Warsaw}
\usepackage{ctex}
%use lualatex to compile the pdf!
\begin{document}
\title{从NAS到西电睿思}
% A subtitle is optional and this may be deleted
\subtitle{网络存储技术}
\author{16030130096 田宝林}
% - Give the names in the same order as the appear in the paper.
% - Use the \inst{?} command only if the authors have different
% affiliation.
\institute[] % (optional, but mostly needed)
{
{\href{http://babydragon.top}{babydragon.top}}
%\and
%\inst{2}%
%ACM基地}
}
% - Use the \inst command only if there are several affiliations.
% - Keep it simple, no one is interested in your street address.
\date{\today}
% - Either use conference name or its abbreviation.
% - Not really informative to the audience, more for people (including
% yourself) who are reading the slides online
\subject{Theoretical Computer Science}
% This is only inserted into the PDF information catalog. Can be left
% out.
% If you have a file called "university-logo-filename.xxx", where xxx
% is a graphic format that can be processed by latex or pdflatex,
% resp., then you can add a logo as follows:
% \pgfdeclareimage[height=0.5cm]{university-logo}{university-logo-filename}
% \logo{\pgfuseimage{university-logo}}
% Delete this, if you do not want the table of contents to pop up at
% the beginning of each subsection:
\AtBeginSubsection[]
{
\begin{frame}<beamer>{Outline}
\tableofcontents[currentsection,currentsubsection]
\end{frame}
}
% Let's get started
\begin{frame}
\titlepage
\end{frame}
\begin{frame}{Outline}
\tableofcontents
% You might wish to add the option [pausesections]
\end{frame}
% Section and subsections will appear in the presentation overview
% and table of contents.
\section{NAS概念}
\subsection{初步的认识及需求}
\begin{frame}{什么是NAS}{}
\quad \quad NAS(Network Attached Storage:网络附属存储)按字面简单说就是连接在网络上,具备资料存储功能的装置,因此也称为“网络存储器”。它是一种专用数据存储服务器。它以数据为中心,将存储设备与服务器彻底分离,集中管理数据,从而释放带宽、提高性能、降低总拥有成本、保护投资。其成本远远低于使用服务器存储,而效率却远远高于后者。
\end{frame}
% You can reveal the parts of a slide one at a time
% with the \pause command:
\begin{frame}{为什么我们需要NAS?}
\begin{itemize}
\item {
数据安全
\pause % The slide will pause after showing the first item
}
\item <2->{
下载的速度快,便于自己索引
}
\end{itemize}
\end{frame}
\begin{frame}{永远不要低估一台正在高速公路上飞驰又满载硬碟的卡车}
\qquad 虽然说现有的光纤骨干技术频宽也很可观,但当要传送的资料量大到一定的程度时,依然不是光纤技术所能负荷的。这时候「实体」的传输 -- 将装满资料的存储设备从一地移到另一地 -- 就成了唯一的选择。针对有大量的资料需要转移到 AWS 的客户,亚马逊开始提供名为 AWS Snowmobile 的服务,在根本上就是一台有着巨大容量的移动资料中心卡车。
\qquad 在 Snowmobile 之前,亚马逊已经有提供名为「Snowball」,容量为 80TB 的移动资料箱,配备有完整的资料安全防护,可以用传统的方式寄送。但对许多客户来说,80TB 根本不够用,所以就有了 Snowmobile 的产生。照亚马逊的设计,Snowmobile 可以提供高达 100PB(100,000TB)的容量,从洛彬矶跑到纽约一趟,连着资料传输的时间,大约一共要十天左右。相较之下,同样的资料通过光纤网络可能要花上 20 年之久。
\end{frame}
\begin{frame}{为什么我们需要NAS?}
\begin{itemize}
\item {
数据安全
}
\item{
下载的速度快,便于自己索引
}
\item <1->{
数据完全自己掌握
}
\item<2->{24*7}
\item<3->{收藏爱好}
% You can also specify when the content should appear
% by using <n->:
\end{itemize}
\end{frame}
\begin{frame}{为什么我们需要NAS?}
\begin{itemize}
\item {
数据安全
% The slide will pause after showing the first item
}
\item {
下载的速度快,便于自己索引
}
\item {
数据完全自己掌握
}
\item{24*7}
\item{收藏爱好}
% You can also specify when the content should appear
% by using <n->:
\item<1->{数据备份}
\item<2->{数据备份}
\item<3->{数据备份(重要的事情说三遍)}
\end{itemize}
\end{frame}
\section{解决的方案}
\subsection{云主机}
\begin{frame}{云主机}
优点:\\
\begin{itemize}
\item <1->{价格实惠}
\item <2->{有多种服务}
\end{itemize}
\quad \\
缺点:
\begin{itemize}
\item <3->{访问速度慢}
\item<4->{容量小}
\item<5->{性价比很低}
\end{itemize}
\end{frame}
\subsection{树莓派}
\begin{frame}{树莓派+硬盘}
优点:\\
\begin{itemize}
\item <1->{拥有小型计算机}
\item <2->{可以提高自己的搞机水平}
\item <3->{节能环保,比较的方便,充电宝也可以供电}
\end{itemize}
\quad \\
缺点:\\
\begin{itemize}
\item <4->{IO访问慢}
\end{itemize}
\end{frame}
\subsection{专业集成套件}
\begin{frame}{群辉}
优点:\\
\begin{itemize}
\item <1->{非常的专业,常见于公司}
\item <2->{多种服务,便于分工与合作}
\end{itemize}
\quad \\
缺点:\\
\begin{itemize}
\item <3->{贵}
\item<4->{还是贵}
\item<5->{贫穷使我哭泣}
\end{itemize}
\end{frame}
\begin{frame}{总结}
%\centering \includegraphics[width=0.9\linewidth, height = 0.5\linewidth]{ll.pdf}
\end{frame}
\section{外网访问}
\subsection{内网穿透}
\begin{frame}{内网穿透概念}
\qquad 内网穿透,即NAT穿透,网络连接时术语,计算机是局域网内时,外网与内网的计算机节点需要连接通信,有时就会出现不支持内网穿透。\\
\qquad 简单来说,就是外部的ip地址能够访问局域网内的ip.
\end{frame}
\begin{frame}{演示}
\begin{itemize}[<default overlay specification>]
\item <1->{
开启一个服务
}
\item <2->{
开启外网访问
}
\end{itemize}
\end{frame}
\section{超级局域网——睿思}
\subsection{原理介绍}
\begin{frame}{原理的介绍}
\begin{itemize}
\item {
种子
\pause % The slide will pause after showing the first item
}
\item <2->{
P2P
}
\item <3->{
运作的机制
\pause % The slide will pause after showing the first item
}
\end{itemize}
\end{frame}
\begin{frame}{提问与闲聊}
畅所欲言吧
\end{frame}
\end{document}
手机扫一扫
移动阅读更方便
你可能感兴趣的文章