Chip123 科技應用創新平台

 找回密碼
 申請會員

QQ登錄

只需一步,快速開始

Login

用FB帳號登入

搜索
1 2 3 4
查看: 2318|回復: 1
打印 上一主題 下一主題

[好康相報] 8/15、16「計算機網路-開放源碼導向」短期課程

[複製鏈接]
跳轉到指定樓層
1#
發表於 2011-8-2 14:08:40 | 只看該作者 回帖獎勵 |倒序瀏覽 |閱讀模式
為何通訊協定是以這種特殊方式設計而成的背後原因比通訊協定如何運作來得更重要,本課程將解釋協定的行為,並同時傳達關鍵概念和基層原理。為了進一步彌補設計和實作之間長久以來的落差,以Linux系統為例,說明了在系統裡何處以及如何實作通訊協定的設計。透過一組全方面且實際運作中的56個開放源程式碼之實作,其範圍橫跨了硬體(8B/10B、OFDM、CRC32、CSMA/CD及crypto)、驅動程式(Ethernet和PPP)、系統核心(Longest Prefix Matching、Checksum和、NAT、TCP Congestion Control、socket、shaper、scheduler、firewall及VPN)以及Daemon(RIP/OSPF/BGP、DNS、FTP、SMTP/POP3/IMAP4、HTTP、SNMP、SIP、streaming、及P2P)。本課程將計算機網路原48小時課程濃縮於兩天12小時,特別適合網路產業之研發工程師或資訊電機相關科系有基礎網路概念的學生。
" i% N/ L# f3 G' K8 T% t& o% t6 x; @7 V
師資:林盈達教授 /交通大學資訊工程系教授
% ~  T" X: Y, a: r7 X課程時間與地點:100年8月15日、16日上午9時至下午4時於淡江大學台北校園(台北市大安區金華街199巷5號,近永康街
4 Y. q( u% Z: a報名方式:; @7 ?' I! s3 y( ?2 G- ~7 t
1.     線上註冊http://www2.tku.edu.tw/~fa/online.htm% ?# X# f; B, F5 u+ @+ k
2.     學費及繳費:2,600元(含補充講義200元;不含教科書費)
, O; w4 d: G7 w& ~' b' w        ATM或匯款:戶名:財團法人私立淡江大學,帳號:第一銀行信義分行162-10-004528。! K' h% [+ f2 ?: a/ }0 V8 y
3.     前述1、2項均完成方為報名完成。
+ v6 j- S: k+ q6 P0 U; G: Z
' E: N8 P5 W& Z: D/ A' b% B招收名額:' D6 s+ S2 y& R! a; X
●實體班名額50名:傳統面授課程。
$ m9 K: N/ v  H7 `* A0 I- n●如無法配合上課地點請選:同步即時網路班名額150名:網路線上即時授課。, s# \  X: T$ I8 J8 F
●如無法配合上課時間請選:非同步網路班名額300名:100年8月18日至9月2日任何時間均可。
1 D* \8 y8 r1 v4 g: K- L- x教科書:Computer Networks: An Open Source Approach. 開發圖書,訂價1,050元﹝團購九折﹞。自由購買。
* M3 |' z+ j! o! L證書:完成課程且出席率達三分之二者,發給推廣教育證明書。
分享到:  QQ好友和群QQ好友和群 QQ空間QQ空間 騰訊微博騰訊微博 騰訊朋友騰訊朋友
收藏收藏 分享分享 頂 踩 分享分享
2#
 樓主| 發表於 2011-8-2 14:09:18 | 只看該作者
課程大綱:
2 e* A3 h2 q& H8 x$ W
1 Fundamentals
7 _3 T( n2 T, x6 Q4 Q/ o1.1 Requirements of Networking 0 G+ I& h9 U$ _( J0 `& _/ c# _: a
1.2 Underlying Principles
' z8 u  Y% w# d0 Y' o. ^1.3 The Internet Architecture
' s: q3 c: A  j# i1.4 Open Source Implementations
& P2 v1 h8 o5 \: d1.5 Book Roadmap: A Packet’s Life 0 f  p; V" o. j
Appendix B Linux Kernel Overview 7 @5 h+ F* w/ Z
B.1 Kernel Source Tree 4 m) Y; z& t" T- ?+ D" G
B.2 Source Code of Networking : G7 Z! ~& i6 N( F
B.3 Tools for Source Code Tracing , A! D5 S0 ^4 s- O0 x9 N2 U
Appendix C Development Tools
8 B/ k0 i: [" d# @2 }C.1 Programming
; d  p. o, K' @/ bC.2 Debugging
$ O( }/ ]$ v. J& i( r0 MC.3 Maintaining - k8 _- N) ~1 X. x* l
C.4 Profiling ) {. @/ O8 u. j5 {( V
C.5 Embedding
  y# s; L4 Y/ g1 W% |Appendix D Network Utilities 0 _2 {& ~( w. _' K
D.1 Name-Addressing
* I/ a4 p' O- eD.2 Perimeter-Probing
7 d+ |" l6 y9 g4 t8 N2 z) Z( ^D.3 Traffic-Monitoring   X# n5 ~; b$ R3 ^) l
D.4 Benchmarking : o  G& G. i. z7 U6 X' L/ I
D.5 Simulation and Emulation
- V" ~1 L  R; `, g3 \, s2 K* QD.6 Hacking + ]# {& W+ P6 |2 [7 v
2 Physical Layer
7 t7 Q) T, @6 ^- b3 n) t% J) ZGeneral Issues
2 j1 p, B6 V4 o- ?* rOpen Source Implementation 2.1: 8B/10B Encoder
& c$ c8 z: f* |+ S8 C0 j* r  [9 vOpen Source Implementation 2.2: IEEE 802.11a Transmitter with OFDM / f5 L7 G4 i/ D6 V$ h& ?( P
3 Link Layer " o$ G& f7 {+ r0 a
General Issues
# ?2 ?' K, ^2 m( k; ~* iOpen Source Implementation 3.1: Checksum
, R6 ~" E* l* H+ y% u5 `8 R# X/ bOpen Source Implementation 3.2: Hardware CRC32   p* C4 M( J0 X" w* N, I. E7 R2 N9 l! V
Open Source Implementation 3.3: Link-Layer Packet Flows in Call Graphs
; z9 C8 c4 P7 C# y. Y4 kOpen Source Implementation 3.4: PPP
" i: F3 b( R4 c; Q; @1 EOpen Source Implementation 3.5: CSMA/CD - ~4 y2 n/ F, l9 Z) B* [
Open Source Implementation 3.6: IEEE 802.11 MAC Simulation with NS-2
  B* C  [+ I4 P# sOpen Source Implementation 3.7: Self-Learning Bridging
6 ~% O. L, A4 `, r1 v7 ]4 w3 i+ @Open Source Implementation 3.8: Spanning Tree
0 h' d3 J) l/ ^8 n  k. Y- nOpen Source Implementation 3.9: Probing I/O ports, Interrupt Handling and DMA   y# U8 H  n+ c
Open Source Implementation 3.10: The Network Device Driver in Linux 0 O0 r6 d/ e! Y' m. R( S
4 Internet Protocol Layer
; l7 n5 V6 L# K& E5 w/ sGeneral Issues 6 H. ]( o3 v' ~/ F% L, ?1 a
Open Source Implementation 4.1: IP-Layer Packet Flows in Call Graphs
$ U: M. L% {, D% i, R6 FOpen Source Implementation 4.2: IPv4 Packet Forwarding
. h, S0 l2 y8 Z; A* J: [$ V7 [Open Source Implementation 4.3: IPv4 Checksum in Assembly
& i2 `- K# b4 }* ^  ?Open Source Implementation 4.4: IPv4 Fragmentation
; u4 L6 R+ ]8 }1 A( _! a$ Y( g  SOpen Source Implementation 4.5: NAT
/ q+ S3 @( H3 r; V* U5 [9 {. dOpen Source Implementation 4.6: ARP
4 q9 j8 A5 K9 Y. G5 ]Open Source Implementation 4.7: DHCP . |. ]/ t% P9 r) D- d2 v
Open Source Implementation 4.8: ICMP
" z- E- t/ I( T+ {- FOpen Source Implementation 4.9: RIP
: {9 P" i# ?+ e% T2 nOpen Source Implementation 4.10: OSPF
1 c8 f' w( R0 g6 k& SOpen Source Implementation 4.11: BGP 6 y$ L+ c3 f! t" R5 s  G% B' J5 @. ^; B4 K
Open Source Implementation 4.12: Mrouted
1 j$ k  G: Q! h# O1 Q5 Transport Layer : \7 z# V2 t6 \
General Issues
# ~; y6 s& K2 |' C# Y0 l# ]Open Source Implementation 5.1: Transport-Layer Packet Flows in Call Graphs
" w( _' k. w. D# C6 `7 sOpen Source Implementation 5.2: UDP and TCP Checksum & ]: Q8 G5 t8 r- ]5 O# `
Open Source Implementation 5.3: TCP Sliding Window Flow Control 3 ?: w, u. N9 n2 D) k; C  c
Open Source Implementation 5.4: TCP Slow Start and Congestion Avoidance 4 \4 N5 U5 J5 H) i, i
Open Source Implementation 5.5: TCP Retransmit Timer 7 u! A! d, v1 M  A) s6 @. f
Open Source Implementation 5.6: TCP Persistence Timer and Keepalive Timer * ]3 q: |8 h' B, \& X7 l
Open Source Implementation 5.7: Socket Read/Write Inside out
" X9 Y: C; d) ?+ m9 L6 w8 OOpen Source Implementation 5.8: Bypassing the Transport Layer $ ~. {, U" o, t
Open Source Implementation 5.9: Making Myself Promiscuous ' W9 J! R" w; q$ [" P" z; I6 p
Open Source Implementation 5.10: Linux Socket Filter
! ^% E  L( J9 M$ l# }6 Application Layer
" Y! R7 U/ Q+ k# T! e; u! wGeneral Issues 9 J8 `4 a8 E  f) N% t1 j* K# e: i1 F
Open Source Implementation 6.1: BIND 3 O4 Z5 u  K% D8 S8 z. y
Open Source Implementation 6.2: qmail
1 I" b+ E5 o( J5 M; R' AOpen Source Implementation 6.3: Apache ' ~- v0 J( r: H2 x. |5 R
Open Source Implementation 6.4: wu-ftpd
0 w) Z+ M5 N) x5 iOpen Source Implementation 6.5: Net-SNMP ) l. v) w+ l0 G" j
Open Source Implementation 6.6: Asterisk $ y" o: K2 n( @4 M
Open Source Implementation 6.7: Darwin 2 B4 ?) Q) m) u% y- T; c
Open Source Implementation 6.8: BitTorrent ' H+ \8 e/ Q9 c- k4 }$ r) E
7 Internet QoS
- \9 t- t  o8 |5 d4 y7 U3 kGeneral Issues
0 H# ?5 A/ e, HOpen Source Implementation 7.1: Traffic Control Elements in Linux
$ E+ e* ?9 |0 z, B+ Y, uOpen Source Implementation 7.2: Traffic Estimator
% X, f, d* `5 R2 ?7 BOpen Source Implementation 7.3: Flow Identification
4 z$ }7 S3 W% R9 ~% \Open Source Implementation 7.4: Token Bucket 3 G% v) }3 i( _, b2 ]$ y  G
Open Source Implementation 7.5: Packet Scheduling 0 y. g5 Z8 l$ d5 j
Open Source Implementation 7.6: Random Early Detection (RED) 6 L2 b$ f" D# n7 f) V
8 Network Security
' s% b( N; \, h' v! l! {General Issues ; k% n4 o% j0 N, [3 u
Open Source Implementation 8.1: Hardware 3DES : g( Z( h& s& }$ Y1 ]0 L
Open Source Implementation 8.2: MD5 , v4 }' ?, F# X0 }* `$ R# z
Open Source Implementation 8.3: AH and ESP in IPSec
0 P7 o2 H1 g/ aOpen Source Implementation 8.4: Netfilter and iptables
/ ~/ J2 h; L$ Y! z3 a6 K* X* ?Open Source Implementation 8.5: FireWall Toolkit (FWTK) 3 s% }: c$ k9 T1 K/ ~9 ^
Open Source Implementation 8.6: ClamAV
9 c5 _  H$ w! H8 r! T3 lOpen Source Implementation 8.7: Snort # Q% e/ X7 c, W/ ~' A% f" z$ u
Open Source Implementation 8.8: SpamAssassin
# u# S) m  a: l" U4 c' g
2小時
7 h' u  |* I! q$ p0 K0 N. d. q6 Q# g7 n: T# M: w% D. v( _5 ~7 M
& s: r+ S  Y$ V: X# D1 S. S

+ I. U: @; L$ V( c& E: }
  H4 Q- ~! l4 i* s; d9 i
, I; s/ z' t# T( [, r8 ~4 l0.5小時
/ P  f5 {$ [3 q  c0 {( _: c& R7 U+ [, [/ T  e( {0 m

; G$ v' x' {. r* u' p$ P( J6 F) T+ D1 y& Z
0.25小時
8 [0 \" v( G' ?, I! O) m' _( a% o( r$ H% |

' M6 K& s3 T2 E" \9 O2 _6 [" _) @/ N: {. @

/ c: t  b0 F( }5 L+ E* v4 P/ K/ j$ f2 H  w% a
0.25小時
# ^! z- ^/ j5 p
9 ~: s% z$ B! o: L4 w# q" ~! o3 `
2 L9 a$ d1 O) j3 R/ M7 }1 \2 R* {- H2 R# ?
2 K, F, ^+ `: E% v" J: l
3 B! [+ C: s$ l% F

2 K7 N" G; o! x3 F6 S0.5小時
0 D/ R4 @3 M3 r9 O! G% L' o5 C  O" M4 H1 p; H* Z0 X; q

$ W# ~5 A7 x5 R3 K/ s
# j  @% l7 i4 L2 F8 g1小時 3 Q9 w" f# N( u/ I, _% z

  w& H  V% T  D; P! K+ d9 |
3 t" U8 l2 g( d/ E+ A
' |/ O: w$ O- V# S6 {2 ~  V$ P6 U6 [2 A2 l7 `" G6 Z, x  p7 V$ t

$ g: @$ o" }% q2 S' Y5 m, X' [* h) ^5 x# i

" n1 s. P0 o$ m6 l7 k) W0 f. D) K5 C! F+ h3 T
- b+ O  {/ C7 ]6 D+ \

& A" `" z2 b8 z6 L% J" |1 e6 l  H9 a. y( \8 k) D: k7 n
6 W9 d5 \7 F! m" `
1.5小時
5 {8 i$ @3 o7 X6 M& J  ~. Z; w2 S( a! f# T$ k9 O
" R1 |- s4 P# z* @- D

: `; s( ]; h6 H* @
+ C" L8 L5 R  E2 b  ?% R8 b# C& g/ E/ \' F8 I5 q

* G0 G1 p8 R/ ?7 g/ o0 e. ^5 A7 v9 P+ [3 |. \  r) @* J
5 I) _# t0 S3 t: C

$ v4 N1 U+ A( {' F. e# M$ c- V5 L  |0 F: V% L9 `* l
" f2 p0 e4 Y* e, i2 v" W) P6 a- S2 B
" t) m- m, A+ g

0 k4 e! b' B: l1小時 : s4 T4 D) `: D; f( q' L# W

) {3 C+ n  v, E& w  O3 r; U0 d
$ i9 X# J* a3 ~- O7 ~/ A/ U  m: }* O5 k

8 g* b4 x) l/ l7 E: z9 ]$ g. y' e$ ~0 h

) |; V, `2 [+ M; x% L
8 v+ z  p+ N9 c' p* F/ r
* ~: T) d" t2 a7 u
. k3 Q  s  \4 j- w' u) W$ l- Q5 T8 m9 I
6 l$ G* p9 R1 U- g5 m  ]

! k$ V# T! D+ }$ m# e. ^  C/ X1 r# ~2小時 / f' @5 l, Z- @
& e1 |0 r' ^& O8 a: k3 [. z% o# ~
) _: W; q+ O$ j2 |6 k; f! B4 h1 P
, W- y3 q. _  [6 s+ |- b; y1 n% E

+ T) [  s3 ]* Y9 ?+ \
9 Q7 J5 R6 `' b1 c1 m6 {$ g( @. r0 n  |% f+ Y

! v5 |! {" ?/ A* w- O( C& V3 b6 a6 B6 G, z# L5 U
* d9 c4 o5 ]7 E& d! }
1小時
- @, W: Z) \6 `( t$ f
' b$ S6 ~1 T; h" C& l9 f7 A3 O4 _. y% D* A. a

1 {; a$ v: B* e, n+ i4 y6 K
" z! N/ Z+ u9 s6 F" s  J4 N. n
: V7 Z7 R* l3 t$ k
* ]% }- G3 c: ?4 j5 [, _1 @' U5 b6 y( w7 R, v" m
2小時   I- Q+ z! U) t$ I

, u) @- d4 a, u
您需要登錄後才可以回帖 登錄 | 申請會員

本版積分規則

首頁|手機版|Chip123 科技應用創新平台 |新契機國際商機整合股份有限公司

GMT+8, 2025-2-21 03:15 AM , Processed in 0.160000 second(s), 17 queries .

Powered by Discuz! X3.2

© 2001-2013 Comsenz Inc.

快速回復 返回頂部 返回列表