Chapter1 Figures Updated

merge-requests/2/head^2
Jeff Chen 4 years ago
parent ce9a8f94c4
commit 7a0f161a0d

@ -137,7 +137,7 @@ IP地址长度为4字节。每个字段的含义如下
\begin{figure}[!htp]
\centering
\includegraphics[width=11cm]{c1_wireshark-boot-ui}
\includegraphics[width=16cm]{c1_wireshark-boot-ui}
\caption{Wireshark软件启动界面}
\label{fig:c1_wireshark-boot-ui}
\end{figure}
@ -149,14 +149,14 @@ IP地址长度为4字节。每个字段的含义如下
\begin{figure}[!htp]
\centering
\includegraphics[width=11cm]{c1_wireshark-main-ui}
\includegraphics[width=16cm]{c1_wireshark-main-ui}
\caption{Wireshark主窗口界面}
\label{fig:c1_wireshark-main-ui}
\end{figure}
\begin{figure}[!htp]
\centering
\includegraphics[width=11cm]{c1_wireshark-setup-ui}
\includegraphics[width=16cm]{c1_wireshark-setup-ui}
\caption{Wireshark的设置界面}
\label{fig:c1_wireshark-setup-ui}
\end{figure}
@ -180,7 +180,7 @@ IP地址长度为4字节。每个字段的含义如下
\begin{figure}[!htp]
\centering
\includegraphics[width=11cm]{c1_wireshark-filters}
\includegraphics[width=16cm]{c1_wireshark-filters}
\caption{显示过滤规则的示例}
\label{fig:c1_wireshark-filters}
\end{figure}
@ -190,7 +190,7 @@ IP地址长度为4字节。每个字段的含义如下
\begin{figure}[!htp]
\centering
\includegraphics[width=11cm]{c1_wireshark-save}
\includegraphics[width=16cm]{c1_wireshark-save}
\caption{操作主菜单保存数据文件}
\label{fig:c1_wireshark-save}
\end{figure}
@ -205,7 +205,7 @@ IP地址长度为4字节。每个字段的含义如下
\begin{figure}[!htp]
\centering
\includegraphics[width=11cm]{c1_wireshark-special-type}
\includegraphics[width=16cm]{c1_wireshark-special-type}
\caption{选中特定的捕获类型}
\label{fig:c1_wireshark-special-type}
\end{figure}
@ -217,7 +217,7 @@ IP地址长度为4字节。每个字段的含义如下
\begin{figure}[!htp]
\centering
\includegraphics[width=11cm]{c1_wireshark-statistic}
\includegraphics[width=16cm]{c1_wireshark-statistic}
\caption{统计功能}
\label{fig:c1_wireshark-statistic}
\end{figure}
@ -232,7 +232,7 @@ IP地址长度为4字节。每个字段的含义如下
\begin{figure}[!htp]
\centering
\includegraphics[width=11cm]{c1_eth-frame-detail}
\includegraphics[width=16cm]{c1_eth-frame-detail}
\caption{以太网帧结构展开界面}
\label{fig:c1_eth-frame-detail}
\end{figure}

@ -113,7 +113,7 @@ ICMP询问报文有回送请求和应答、时间戳请求和应答、
\begin{figure}[!htp]
\centering
\includegraphics[width=10cm]{c1_icmp-structure}
\includegraphics[width=12cm]{c1_icmp-structure}
\caption{ICMP报文结构示意图}
\label{c1_icmp-structure}
\end{figure}
@ -235,7 +235,7 @@ tracert命令Linux格式和常用参数如图\ref{fig:tracert-cmd}所示
\begin{figure}[!htp]
\centering
\includegraphics[width=11cm]{c1_wireshark-monitor}
\includegraphics[width=16cm]{c1_wireshark-monitor}
\caption{Wireshark监视器界面}
\label{fig:c1_wireshark-monitor}
\end{figure}
@ -245,7 +245,7 @@ tracert命令Linux格式和常用参数如图\ref{fig:tracert-cmd}所示
\begin{figure}[!htp]
\centering
\includegraphics[width=11cm]{c1_ip-view}
\includegraphics[width=16cm]{c1_ip-view}
\caption{查看IP数据报}
\label{fig:c1_ip-view}
\end{figure}
@ -255,7 +255,7 @@ tracert命令Linux格式和常用参数如图\ref{fig:tracert-cmd}所示
\begin{figure}[!htp]
\centering
\includegraphics[width=11cm]{c1_echo-request}
\includegraphics[width=16cm]{c1_echo-request}
\caption{Echo request示例}
\label{fig:c1_echo-request}
\end{figure}
@ -289,7 +289,7 @@ tracert命令Linux格式和常用参数如图\ref{fig:tracert-cmd}所示
\begin{figure}[!htp]
\centering
\includegraphics[width=11cm]{c1_wireshark-filter-setup}
\includegraphics[width=16cm]{c1_wireshark-filter-setup}
\caption{在Wireshark中设置过滤条件}
\label{fig:c1_wireshark-filter-setup}
\end{figure}
@ -299,8 +299,8 @@ tracert命令Linux格式和常用参数如图\ref{fig:tracert-cmd}所示
\begin{figure}[!htp]
\centering
\includegraphics[width=11cm]{c1_traceroute-exec}
\caption{Wireshark中设置过滤条件}
\includegraphics[width=16cm]{c1_traceroute-exec}
\caption{终端中执行traceroute命令示例}
\label{fig:c1_traceroute-exec}
\end{figure}

@ -358,7 +358,7 @@ CUBIC的关键特征是cwnd窗口的增长依赖两次丢包的时间。
\begin{enumerate}
\item 编写一对简单的TCP连接程序
也可以直接运行指导书提供的Python程序(见附件)
也可以直接运行指导书提供的Python程序(见附件)
在客户端快速发送数据给服务端,而服务端则有意缓慢地接收数据,
观察TCP如何用窗口大小值进行流量控制。虚拟机两端分别运行
\texttt{python3 server.py}\texttt{python3 client.py}
@ -468,7 +468,7 @@ CUBIC的关键特征是cwnd窗口的增长依赖两次丢包的时间。
\item (10分)记录自己在本次实验中所遇到的问题,以及心得感悟实验总结。
\end{enumerate}
\subsection{}
\subsection{}
\label{subsec:c1_s3_additionalprg}
1 Python3 TCP socket通信程序。
\ 服务端 server.py
@ -501,7 +501,7 @@ CUBIC的关键特征是cwnd窗口的增长依赖两次丢包的时间。
s.close()
\end{lstlisting}
\\
\ 客户端
\ 客户端 client.py
\lstset{language=python3}
\begin{lstlisting}
import socket

Binary file not shown.

Before

Width:  |  Height:  |  Size: 49 KiB

After

Width:  |  Height:  |  Size: 34 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.5 KiB

After

Width:  |  Height:  |  Size: 5.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 26 KiB

After

Width:  |  Height:  |  Size: 2.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 92 KiB

After

Width:  |  Height:  |  Size: 9.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 42 KiB

After

Width:  |  Height:  |  Size: 89 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 61 KiB

After

Width:  |  Height:  |  Size: 49 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 120 KiB

After

Width:  |  Height:  |  Size: 83 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 138 KiB

After

Width:  |  Height:  |  Size: 68 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 280 KiB

After

Width:  |  Height:  |  Size: 325 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 63 KiB

After

Width:  |  Height:  |  Size: 21 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 145 KiB

After

Width:  |  Height:  |  Size: 79 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 145 KiB

After

Width:  |  Height:  |  Size: 92 KiB

Loading…
Cancel
Save