`
本来不想注册
  • 浏览: 199593 次
  • 性别: Icon_minigender_1
  • 来自: 杭州
社区版块
存档分类
最新评论

Head first Network部分笔记

阅读更多
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

分享到:
评论

相关推荐

    HEAD FIRST JAVA学习笔记

    HEAD FIRST JAVA 学习笔记 本篇笔记是关于 HEAD FIRST JAVA 的学习笔记,涵盖了 Java 的基本概念、面向对象编程、变量、方法、对象之间的交互等知识点。 Java 基本概念 Java 的工作原理是基于源文件、类和方法的...

    笔记_HeadFirst设计模式.pdf

    笔记_HeadFirst设计模式

    Head First Network

    Head First 系列,Head First Networking. - 网络入门学习必选

    HeadFirst设计模式学习笔记

    《HeadFirst设计模式学习笔记》是一份详尽的资料,旨在帮助读者深入理解并掌握设计模式这一编程领域的核心概念。设计模式是软件工程中的一种最佳实践,它在解决常见问题时提供了一种标准的解决方案,使得代码更易于...

    head first networking(英文,全彩非影印)

    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 设计模式学习笔记

    ### Head First 设计模式学习笔记知识点总结 #### 1. 欢迎来到设计模式世界:设计模式入门 - **业务场景**: - **需求背景**:开发一款模拟鸭子的游戏,游戏内包含多种不同种类的鸭子,每种鸭子具有不同的外观...

    Head First Servlet & JSP

    《Head First Servlet & JSP》是一本非常受欢迎的IT教程,专为准备SCWCD(Sun Certified Web Component Developer)认证的读者设计。本书以其独特的学习风格,深入浅出地介绍了Servlet和JSP(JavaServer Pages)这两...

    Head First HTML&CSS 学习笔记.zip

    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 ...

    HeadFirst HTML&CSS学习笔记.zip

    CSS学习笔记HeadFirst HTML&CSS学习笔记 HeadFirst HTML&CSS学习笔记HeadFirst HTML&CSS学习笔记 HeadFirst HTML&CSS学习笔记HeadFirst HTML&CSS学习笔记 HeadFirst HTML&CSS学习笔记Head...

    Head First Android Development 读书笔记

    Head First Android Development 读书笔记

    HeadFirst 设计模式学习笔记1--策略模式Demo

    《HeadFirst设计模式学习笔记1--策略模式Demo》 在软件工程中,设计模式是一种解决常见问题的标准方案,它提供了一种在特定情况下组织代码的模板。策略模式是设计模式中的一种行为模式,它允许在运行时选择算法或...

    head first JavaScript源码

    《Head First JavaScript源码》是2010年出版的一本中文版JavaScript学习书籍的源码,这本书以其独特的视觉设计和易理解的方式深入浅出地介绍了JavaScript编程语言。JavaScript是一种广泛应用于网页和网络应用的脚本...

    scwcd (ocwcd)310-083 真题+head first 串讲笔记+head first 复习笔记

    刚通过了ocwcd310-083 (原名为scwcd310-083), 考试时间为11月1日 2010年,复习时间为两周,分享所有...2,看过一遍书后 看head first 串讲笔记,结合head first 复习笔记,有不懂的再看书 (3 天) 3,看真题 (3天)

    Head First c (中英双版)

    《Head First C》是一本备受推崇的C语言学习书籍,其独特的教学方式使得学习过程既有趣又富有成效。书中的内容旨在让初学者能够轻松掌握C语言的基础知识,并逐步建立起对编程逻辑的理解。 C语言是一种强大的、底层...

    Headfirst系列图书:网络Network

    关于网络的优质电子书。讲得深入浅出,生动形象,很容易零基础的同学入门。

    Head First Python(第2版) 配套源码

    Head First Python(第2版)是Head First知名书系又一力作,是互联网畅销书《Head First JAVA》《Head First 设计模式》姐妹篇。你是不是想学习Python语言但又不想那么费劲地翻阅手册?利用这本《Head First Python...

    HeadFirst设计模式笔记

    《HeadFirst设计模式笔记》是深入理解软件设计思想的一份宝贵资料,主要涵盖了设计模式这一核心编程概念。设计模式是经过实践验证的解决方案模板,用于解决在软件开发中经常遇到的问题,尤其在面向对象设计中。这篇...

    Head First Design Pattern 学习笔记

    著名的《Head First Design Pattern》学习笔记,摘要这本书中的设计思路。由于书本过长,整理出笔记帮助回想起设计模式。文件是docx格式,只能由OFFICE Word 2007之后的版本打开,内附Visio类图文件。本文由个人整理...

    head first 设计模式 高清中文版 pdf 第二部分

    head first 设计模式 高清中文版 pdf

    Head First Java 中文高清版pdf

    《Head First Java》是一本非常受欢迎的Java编程学习书籍,其中文高清版为中国的Java初学者提供了方便的学习资源。这本书以其独特的教学方式,通过丰富的图像、幽默的插图和互动性的设计,帮助读者以轻松有趣的方式...

Global site tag (gtag.js) - Google Analytics