- 浏览: 199593 次
- 性别:
- 来自: 杭州
-
文章分类
最新评论
-
chenhaifeng5:
能详细讲一下么,偶公司做的是反洗钱系统的,是把公司已经 ...
银行IT系统项目 -
jspc:
ok
只不过的是放到相应的plugins的目录中 ok 重启 ...
安装Eclipse的Tomcat插件 -
click_guobin:
反驳你的用户名 幸好你注册了 不然我也看不到想要的,呵呵 ...
Decode -
本来不想注册:
return mapping.findForward(&quo ...
使用poi 从数据库导出生成Excel文件 -
2022228:
书上说的:
1.2版本之前只有启动类装载器和用户自定义的
1. ...
类装载器的体系结构
1. Patch Panel :
什么事Patch Panel? 有什么用?
A patch panel is used to organize the cable and wire connections in your wiring closet. Cables comming from your network devices or wall jacks plug into the back of the patch panel, and these are connected to other devices using short patch cables at the front. It's typically mounted on a network rack, a specialized frame that forms the physical skeleton of your network closet.
A patch panel works like a telephone swithboard, but for cables.
2. Hub 集线器 无MAC地址
A hub is sometimes called a repeater because it repeats the incoming signal using no digital intelligence such as memeory or a processor.
It simply repeats incoming signals on all ports, without making any changes to the signal before broadcasting it.
Hubs don't change the MAC address. A hub sends signal, and sends them everywhere.
3. Switch 交换机
A switch sends frames, and only sends them where they need to go. Switches avoid collisions by storing and forwarding frames on the intranet. Switches are able to do this by using the MAC address of the frame. Instead of repeating the signal on all ports, it sends it on to the device that needs it.
A switch reads the signal as a frame and uses the frame's information to send it where it's supposed to go. Switches are smart.
Switch stores MAC addresses(MAC address tables)
4. Router 路由
Routers have MAC addresses too. If network traffic comes from a router, we can only see the router's MAC address. All the workstations behind that router make up what we call an IP subnet(子网). All a switch needs to look at to get frames to their destination is the MAC address. A router looks at the IP address from the incoming packet and forward it if it is intended for a workstation located on the other network.
Routers are really smart.
5.Q: So why do we have to use a router? Can't the switch connect to the radio?
A: We have to use a router when we connect two networks. The router acts as a 'translator' between the two networks. Simple switches do not have the brains for this.(p226)
Q: What is the router "translating"?
A: In simply terms: network addresses. The two different networks are like 2 different cities. The router moves the data from one network to antoher.
Q: So do I always need to connect a computer to a switch?
A: To a switch or to a hub, but NEVER directly to a router.
Q: But I have a DSL router at home, and my computer is directly connected to it. What is that all about?
A: Good observation观察. There are switches that have routing capability and routers that have switched ports. There is not a real clear line between the two devices. It is more about their primary function. Now, in large networks, there are switching routers. There have software that allow them to work as routers on switched ports. They are great to use and make building large sophisticated network straightforward, but they are very expensive.
6. Only network nodes with the same IP network address can communicate across a switch.
A switch can only deal with MAC addresses. A router is needed to connect two different IP networks.
So why can't a MAC address be used to move traffic from one network to another?
7. Ip addresses give our networks a sence of location, and network nodes a sense of belonging to that location.
8. ARP
Address Resolution Protocol地址解析协议
Find out the MAC addresses by using the IP addresses. It does by using ARP.
9. Q: I thought I just needed a MAC address for a frame to get somewhere.
A: THat's all an Ethernet frame needs to get somewhere. But, remember from the previous chapter that Ethernet frames contain things called packets, and these contain data in the form of protocols. In the case of TCP/IP networks, we need IP addresses to move the packets between networks.
Q: If my computer has an IP address, why does it need a MAC address too?
A: A computer can talk multiple network protocals on the same network. e.g, on my Mac here, it is talking TCP/IP and Appletalk on the same Ethernet line. So the MAC address allows the Ethernet frames to move between network devices like routers and switches. The network protocols allow the computer to talk to devices on the other networks.
10. Network devices have a default gateway in their network setup. This is the router's IP address. It is where the devices send all network traffic bound for other networks.
11. Remember, the only addresses the switch understands are MAC addresses.
An ethernet switch just looks at the MAC address of a frame and forwards that frame to the correct device. It does not modify the frame in any way.
The router has to actually take the packet out of the frame, get the IP address, then modify the frame MAC address if it needs to send it on to a device on another network.
12. router table???
http://en.wikipedia.org/wiki/Routing_table
13. The switch decides where to send traffic based on the MAC address.
THe router decides where to send the traffic based on the IP address.
14. Remember, the only addresses the switch understands are MAC addresses.
An Ethernet switch just looks at the MAC address of a frame and forwards that frame to the correct device. It does not modify the frame in any way.
The router has to actually take the packet out of the frame, get the IP address, then modify the frame MAC address if it needs to send it on to a device on another network.
15.http://loveme23.blog.51cto.com/
16. Routing tables tell routers where to send packets.
17. Use RIP to get routes to update themselves.
RIP Routing Information Protocol is a way for routers to share network addresses. Routers use RIP to talk to each others, sharing their route information and allowing them to keep their tables up-to-date.
18. The Hop-Count is the number of routers a packet must "hop" through to get to a particular IP network. RIP can only use the hop count to find the best route. RIP doesn't know the speed of a particular network line, so it treats all lines equally.
19. how to choose the protocal for
RIP, Static Route Tables, OSPF, EIGRP page293.
20. the domain name system. page305
21. SNMP(Simple Network Management Protocol) is a way to talk to your network devices and get all kinds of information from them without having to connect each device to a laptop.
22.DHCP Dynamic Host Configuration protocol
DHCP allocates IP addresses. DHCP makes our life easy by offering to clients IP addresses it has in its pool of available addresses.
First make sure the client has DHCP turned on...
选中:自动获得IP地址 即可
second make the wireless access point a DHCP server...
23. NAT Network Address Translation
NAT works by reallocating IP addresses. P393
24. oracle_pl_sql_programming_5th_edition.pdf
什么事Patch Panel? 有什么用?
A patch panel is used to organize the cable and wire connections in your wiring closet. Cables comming from your network devices or wall jacks plug into the back of the patch panel, and these are connected to other devices using short patch cables at the front. It's typically mounted on a network rack, a specialized frame that forms the physical skeleton of your network closet.
A patch panel works like a telephone swithboard, but for cables.
2. Hub 集线器 无MAC地址
A hub is sometimes called a repeater because it repeats the incoming signal using no digital intelligence such as memeory or a processor.
It simply repeats incoming signals on all ports, without making any changes to the signal before broadcasting it.
Hubs don't change the MAC address. A hub sends signal, and sends them everywhere.
3. Switch 交换机
A switch sends frames, and only sends them where they need to go. Switches avoid collisions by storing and forwarding frames on the intranet. Switches are able to do this by using the MAC address of the frame. Instead of repeating the signal on all ports, it sends it on to the device that needs it.
A switch reads the signal as a frame and uses the frame's information to send it where it's supposed to go. Switches are smart.
Switch stores MAC addresses(MAC address tables)
4. Router 路由
Routers have MAC addresses too. If network traffic comes from a router, we can only see the router's MAC address. All the workstations behind that router make up what we call an IP subnet(子网). All a switch needs to look at to get frames to their destination is the MAC address. A router looks at the IP address from the incoming packet and forward it if it is intended for a workstation located on the other network.
Routers are really smart.
5.Q: So why do we have to use a router? Can't the switch connect to the radio?
A: We have to use a router when we connect two networks. The router acts as a 'translator' between the two networks. Simple switches do not have the brains for this.(p226)
Q: What is the router "translating"?
A: In simply terms: network addresses. The two different networks are like 2 different cities. The router moves the data from one network to antoher.
Q: So do I always need to connect a computer to a switch?
A: To a switch or to a hub, but NEVER directly to a router.
Q: But I have a DSL router at home, and my computer is directly connected to it. What is that all about?
A: Good observation观察. There are switches that have routing capability and routers that have switched ports. There is not a real clear line between the two devices. It is more about their primary function. Now, in large networks, there are switching routers. There have software that allow them to work as routers on switched ports. They are great to use and make building large sophisticated network straightforward, but they are very expensive.
6. Only network nodes with the same IP network address can communicate across a switch.
A switch can only deal with MAC addresses. A router is needed to connect two different IP networks.
So why can't a MAC address be used to move traffic from one network to another?
7. Ip addresses give our networks a sence of location, and network nodes a sense of belonging to that location.
8. ARP
Address Resolution Protocol地址解析协议
Find out the MAC addresses by using the IP addresses. It does by using ARP.
9. Q: I thought I just needed a MAC address for a frame to get somewhere.
A: THat's all an Ethernet frame needs to get somewhere. But, remember from the previous chapter that Ethernet frames contain things called packets, and these contain data in the form of protocols. In the case of TCP/IP networks, we need IP addresses to move the packets between networks.
Q: If my computer has an IP address, why does it need a MAC address too?
A: A computer can talk multiple network protocals on the same network. e.g, on my Mac here, it is talking TCP/IP and Appletalk on the same Ethernet line. So the MAC address allows the Ethernet frames to move between network devices like routers and switches. The network protocols allow the computer to talk to devices on the other networks.
10. Network devices have a default gateway in their network setup. This is the router's IP address. It is where the devices send all network traffic bound for other networks.
11. Remember, the only addresses the switch understands are MAC addresses.
An ethernet switch just looks at the MAC address of a frame and forwards that frame to the correct device. It does not modify the frame in any way.
The router has to actually take the packet out of the frame, get the IP address, then modify the frame MAC address if it needs to send it on to a device on another network.
12. router table???
http://en.wikipedia.org/wiki/Routing_table
13. The switch decides where to send traffic based on the MAC address.
THe router decides where to send the traffic based on the IP address.
14. Remember, the only addresses the switch understands are MAC addresses.
An Ethernet switch just looks at the MAC address of a frame and forwards that frame to the correct device. It does not modify the frame in any way.
The router has to actually take the packet out of the frame, get the IP address, then modify the frame MAC address if it needs to send it on to a device on another network.
15.http://loveme23.blog.51cto.com/
16. Routing tables tell routers where to send packets.
17. Use RIP to get routes to update themselves.
RIP Routing Information Protocol is a way for routers to share network addresses. Routers use RIP to talk to each others, sharing their route information and allowing them to keep their tables up-to-date.
18. The Hop-Count is the number of routers a packet must "hop" through to get to a particular IP network. RIP can only use the hop count to find the best route. RIP doesn't know the speed of a particular network line, so it treats all lines equally.
19. how to choose the protocal for
RIP, Static Route Tables, OSPF, EIGRP page293.
20. the domain name system. page305
21. SNMP(Simple Network Management Protocol) is a way to talk to your network devices and get all kinds of information from them without having to connect each device to a laptop.
22.DHCP Dynamic Host Configuration protocol
DHCP allocates IP addresses. DHCP makes our life easy by offering to clients IP addresses it has in its pool of available addresses.
First make sure the client has DHCP turned on...
选中:自动获得IP地址 即可
second make the wireless access point a DHCP server...
23. NAT Network Address Translation
NAT works by reallocating IP addresses. P393
24. oracle_pl_sql_programming_5th_edition.pdf
发表评论
-
将远程桌面上的文件拷贝到本地电脑,实现"桌面到桌面"的拷贝.
2012-11-21 09:57 2440在连接远程桌面的时候,点“选项>>”-》“本地资源 ... -
Linux Top 命令解析 比较详细
2012-09-21 14:36 707http://www.jb51.net/LINUXjishu/ ... -
一不小心,桌面上图标都有阴影了,如何去掉
2012-09-07 09:09 850http://blog.163.com/yingang_200 ... -
linux 切换用户之后变成-bash-3.2$ :
2012-07-09 16:09 1075今天在安装部署linux下的Oracle环境时,发现了一个命令 ... -
centOS 下载链接
2012-06-15 08:39 1051http://www.centosmax.com/centos ... -
windows 2003 ie8的奇特之处,变态!
2012-05-03 14:15 1474你所不能了解的事儿 由于升级了ie8,导致其他系统不能正常使 ... -
windows2003普通用户IE8安全级别设置问题
2012-05-03 08:45 1342最近碰到一个问题,在windows2003上升级了IE ... -
linux下的/dev/shm/目录
2012-03-31 14:58 1108/dev/shm/是linux下一个非常有用的目录,因为这个目 ... -
Linux下 su命令与su - 命令有什么区别?
2012-03-28 15:39 878su 是切换到其他用户,但是不切换环境变量(比如说那些expo ... -
fsck 的用法
2012-03-23 09:21 847使用权限 : 超级使用者 使用方式 : fsck [ ... -
打不开chm文件如何是好?
2012-03-22 08:31 1091网络真是个好东西!有时候有一些方法试了很多遍都没用,但是只要不 ... -
导出导入本地计算机本地用户和组
2012-03-21 14:46 9875有时候服务器需要迁徙,需要把用户和组也转移过去,以下是针对wi ... -
移动硬盘插电脑上显示不出来
2012-03-21 08:44 1378插笔记本上直接显示,服务器上显示不出来,不过发现原来是这样的, ... -
Linux var目录
2012-03-15 11:26 1660http://it.greenblogs.org/archiv ... -
cmos bios区别
2012-03-14 12:34 757BIOS是"基本输入输出系统"。是一组固化 ... -
tell init to go to single user mode 什么意思
2012-02-02 09:47 1607tell init to go to single user ... -
如何将虚拟机外的文件拷贝到虚拟机的硬盘上
2011-11-09 09:37 5080我在我的xp系统上装了一个xp的虚拟机,我不是为了玩,我有点吃 ... -
如何在linux上部署j2ee工程(2) Linux下jdk的安装
2011-08-31 10:30 11971.下载:jdk-1_5_0_06-linux-i586-rp ... -
如何在linux上部署j2ee工程(1)
2011-08-30 12:45 995个人租了vps快3个月了,windows的几乎一个星期就会中毒 ...
相关推荐
HEAD FIRST JAVA 学习笔记 本篇笔记是关于 HEAD FIRST JAVA 的学习笔记,涵盖了 Java 的基本概念、面向对象编程、变量、方法、对象之间的交互等知识点。 Java 基本概念 Java 的工作原理是基于源文件、类和方法的...
笔记_HeadFirst设计模式
Head First 系列,Head First Networking. - 网络入门学习必选
《HeadFirst设计模式学习笔记》是一份详尽的资料,旨在帮助读者深入理解并掌握设计模式这一编程领域的核心概念。设计模式是软件工程中的一种最佳实践,它在解决常见问题时提供了一种标准的解决方案,使得代码更易于...
Head First Networking’s unique, visually rich format provides a task-based approach to computer networking that makes it easy to get your brain engaged. You’ll learn the concepts by tying them to ...
### Head First 设计模式学习笔记知识点总结 #### 1. 欢迎来到设计模式世界:设计模式入门 - **业务场景**: - **需求背景**:开发一款模拟鸭子的游戏,游戏内包含多种不同种类的鸭子,每种鸭子具有不同的外观...
《Head First Servlet & JSP》是一本非常受欢迎的IT教程,专为准备SCWCD(Sun Certified Web Component Developer)认证的读者设计。本书以其独特的学习风格,深入浅出地介绍了Servlet和JSP(JavaServer Pages)这两...
CSS 学习笔记Head First HTML&CSS 学习笔记 Head First HTML&CSS 学习笔记Head First HTML&CSS 学习笔记 Head First HTML&CSS 学习笔记Head First HTML&CSS 学习笔记 Head First HTML&CSS ...
CSS学习笔记HeadFirst HTML&CSS学习笔记 HeadFirst HTML&CSS学习笔记HeadFirst HTML&CSS学习笔记 HeadFirst HTML&CSS学习笔记HeadFirst HTML&CSS学习笔记 HeadFirst HTML&CSS学习笔记Head...
Head First Android Development 读书笔记
《HeadFirst设计模式学习笔记1--策略模式Demo》 在软件工程中,设计模式是一种解决常见问题的标准方案,它提供了一种在特定情况下组织代码的模板。策略模式是设计模式中的一种行为模式,它允许在运行时选择算法或...
《Head First JavaScript源码》是2010年出版的一本中文版JavaScript学习书籍的源码,这本书以其独特的视觉设计和易理解的方式深入浅出地介绍了JavaScript编程语言。JavaScript是一种广泛应用于网页和网络应用的脚本...
刚通过了ocwcd310-083 (原名为scwcd310-083), 考试时间为11月1日 2010年,复习时间为两周,分享所有...2,看过一遍书后 看head first 串讲笔记,结合head first 复习笔记,有不懂的再看书 (3 天) 3,看真题 (3天)
《Head First C》是一本备受推崇的C语言学习书籍,其独特的教学方式使得学习过程既有趣又富有成效。书中的内容旨在让初学者能够轻松掌握C语言的基础知识,并逐步建立起对编程逻辑的理解。 C语言是一种强大的、底层...
关于网络的优质电子书。讲得深入浅出,生动形象,很容易零基础的同学入门。
Head First Python(第2版)是Head First知名书系又一力作,是互联网畅销书《Head First JAVA》《Head First 设计模式》姐妹篇。你是不是想学习Python语言但又不想那么费劲地翻阅手册?利用这本《Head First Python...
《HeadFirst设计模式笔记》是深入理解软件设计思想的一份宝贵资料,主要涵盖了设计模式这一核心编程概念。设计模式是经过实践验证的解决方案模板,用于解决在软件开发中经常遇到的问题,尤其在面向对象设计中。这篇...
著名的《Head First Design Pattern》学习笔记,摘要这本书中的设计思路。由于书本过长,整理出笔记帮助回想起设计模式。文件是docx格式,只能由OFFICE Word 2007之后的版本打开,内附Visio类图文件。本文由个人整理...
head first 设计模式 高清中文版 pdf
《Head First Java》是一本非常受欢迎的Java编程学习书籍,其中文高清版为中国的Java初学者提供了方便的学习资源。这本书以其独特的教学方式,通过丰富的图像、幽默的插图和互动性的设计,帮助读者以轻松有趣的方式...