CCNA的网络基础模块包括网络模型及IP,以及路由器入门操作
网络模型包括
OSI 7层模型:应用层、表示层、会话层、传输层、网络层、数据链路层、物理层
TCP/IP 4层模型:应用层、传输层、Internet层、接入层
组网 3层模型:接入层、汇聚层、核心层
数据结构如下:
目的MAC/源MAC|源IP/目的IP|源端口/目的端口|DATA
常见应用程序对应的端口如下:
HTTP TCP80
FTP TCP20、21
POP TCP110
SMTP TCP25
Telnet TCP23
MSTSC TCP3389
DNS TCP/UDP 53
TFTP UDP69
TCP与UDP的比较,可靠性方面、效率方面
TCP三次握手过程,及潜在危险
TCP滑动窗口机制
ARP过程,广播请求,单播回应。
ARP存在的风险。
Hub、Bridge、Switch、Router在冲突域、广播域方面的计算。
网线知识。分类、使用场合、线序、制作注意事项。
IP。表示方式。分类。特殊地址。VLSM。
GNS3模拟器的使用。
路由器基本配置:
enable
configure
hostname
interface fastethernet 0/0
ip address 10.1.1.1 255.255.255.252
no shutdown
exit
line vty 0 4
login
password 123
exit
line vty 0 4
login local
exit
username cisco password 123
line vty 0 4
no login
exit
show ip interface brief
show cdp neighbor
show tech-support
show running-config
show startup-config
copy running-config startup-config
write
show cdp neighbor
show line
who
clear line 130
show session
disconnet 1
ping 10.1.1.2
show ip route
no ip routing
ip default-gateway 10.1.1.254