Internet Technologe
Store and Forward Networking
Efficient Message Transmission:Packet Switching(分组交换)
- Challenge: in a simple approach, like store-and-forward, large messages block small ones(延迟问题)
- Break each message into packets(大化小)
- Can allow the packets from a single message to travel over different paths, dynamically adjusting for use(可不同路径)
- Use special-purpose computers, called routers, for the traffic control(路由器来控制数据移动)
Shared Network
- In order to keep cost low and the connections short geographically - data would be forwarded through several routers.
- Network Connection
- Host A-->Router-->Router-->Host B
- Getting across the country usually takes about 10 “hops”
Layered Network Model
- A layered approach allows the problem of designing a network to be broken into more manageable sub problems(大问题拆分为小问题)
- Best-known model: TCP/IP—the “Internet Protocol Suite”(TCP/IP模型)
- There was also a 7 layer OSI: Open System Interconnection Model(7层模型)
Internet Standards
- The standards for all of the Internet protocols (inner workings) are developed by an organization——Internet Engineering Task Force (IETF)
- Standards are called “RFCs” - “Request for Comments”(个人可以查看RFC并提出建议,建议-->草案-->审核通过-->新标准)
Layered Architecture
- The Physical and Internet Layers are like trucks and trains - they haul stuff and get it to the right loading dock - it takes multiple steps
- The Transport layer checks to see if the trucks made it and send the stuff again if necessary
Link Layer(aka Physical Layer)
- phisical
- the lowest layer in the Internet Protocol Suite
- described in RFC 1122 and RFC 1123
- Link Layer Addresses
- Many physical layer devices have addresses built in to them by the manufacturer(制造时就有)
- Wireless Ethernet (Wifi)
Sharing Nicely - Avoiding Chaos
- To avoid garbled messages, systems must observe “rules” (Protocols)
- Ethernet rules are simple
- steps(步骤 !!!)
- Wait for silence
- Begin Transmitting data
- Listen for your own data
- If you cannot hear your own data clearly, assume a collision, stop and wait before trying again
- Each system waits a different amount of time to avoid “too much politeness”
Ethernet(第一个本地计算机网络)
- Invented at PARC (Xerox)
- The first Local-Area-Network
- Connected PC's to laser printers
- Inspired by an earlier wireless network called Aloha from the University of Hawaii
Internetwork Layer(IP)
Internet Protocol Layer(实际移动)
- Goal: Gets your data from this computer to the other computer half way across the world
- Each router knows about nearby routers
- IP Is best effort - it is OK to drop data if things go bad...(丢弃)
IP Addresses
- The IP address is the worldwide number which is associated with one particular workstation or server(全球性)
- network number(6 bit) + computer number within network(6 bit)
Router tables
The best outbound route for each router record to reach another router, dynamic update, an index
DHCP(dynamic host configuraton protocol动态主机配置协议)
- is given a temporary address (被给了临时地址)
- it can not run in the Internet network. It only applies to local network,
- such as 192.168.xxx.xxxx and so on.
- the non-routable website.(不可路由地址)
TTL(Time-to-live)
- to control the count of hop
- Abandoned from 255 to 0(减到0时认为无法到达,便舍弃)
Transport Layer(负责移动的可靠性)
TCP(Transport Protocol)
- built on the IP Layer.
- function:to solve some problems that may arise in the IP layer.(弥补Link Layer的不足)
- steps(过程):
- Send and receive feedback(先确认一下)
- acknowledged --> Discard acknowledged packets(确认接受后丢弃)
- Not confirmed --> again(未确认则再发知道成功确认)
Slow Start Algorithm(慢启动算法)(看不太懂)
- First send slowly, then slowly increase the speed.
DNS(Domain Name System)(域名系统)
- A way to remember more easily than an IP address.
- IP:left to right : DNS:right to left
- such as:www.si.umich.edu
Application Layer(应用层)
Application Protocol
port
- Ports are dependent on IP, similar to branch paths of IP addresses. Different ports correspond to different functions and services.
- such as:80 , 45
HTTP(Hyper Text Transfer Protocol)
- base on TCP/IP
- client --> click link--> generate links to server --> look up server --> show
- "Hacking" HTTP:pretend browers ,ues "get" commond
Internet Technologe的更多相关文章
- Internet History,Tecchnology and Security
Internet History Internet Technologe Internet Secure
- internet协议入门
前言 劳于读书,逸于作文. 原文地址:internet协议入门 博主博客地址:Damonare的个人博客 博主之前写过一篇博客:网络协议分析,在这篇博客里通过抓包,具体的分析了不同网络协议的传送的数据 ...
- DOS下命令符开启wifi无internet访问解决办法
先按win+R 输入cmd netsh wlan set host mode=allow ssid=nothing key=323435435 (ssid后面的可以任意,key后面最少8个字符) 我的 ...
- 三星首次更新Gear VR虚拟现实浏览器Samsung Internet
通过VR浏览网页不是问题,不过你需要一个专门的VR浏览器,而GearVR的虚拟现实应用名为"Samsung Internet for Gear VR".继去年12月份上线后,迎来了 ...
- 企业IT管理员IE11升级指南【1】—— Internet Explorer 11增强保护模式 (EPM) 介绍
企业IT管理员IE11升级指南 系列: [1]—— Internet Explorer 11增强保护模式 (EPM) 介绍 [2]—— Internet Explorer 11 对Adobe Flas ...
- 企业IT管理员IE11升级指南【2】—— Internet Explorer 11 对Adobe Flash的支持
企业IT管理员IE11升级指南 系列: [1]—— Internet Explorer 11增强保护模式 (EPM) 介绍 [2]—— Internet Explorer 11 对Adobe Flas ...
- 企业IT管理员IE11升级指南【6】—— Internet Explorer 11面向IT专业人员的常见问题
企业IT管理员IE11升级指南 系列: [1]—— Internet Explorer 11增强保护模式 (EPM) 介绍 [2]—— Internet Explorer 11 对Adobe Flas ...
- ASP.NET MVC - 创建Internet 应用程序
为了学习 ASP.NET MVC,我们将构建一个 Internet 应用程序. 第 1 部分:创建应用程序. 我们将构建什么 我们将构建一个支持添加.编辑.删除和列出数据库存储信息的 Internet ...
- Internet网
Internet网是世界上最大的基于IP的网络.它是世界上所有计算机使用IP相互对话的一个无组织的集合.Internet上每台计算机都至少有一个IP地址来标识该计算机. 节点与主机 连接到Intern ...
随机推荐
- HTML+jq简单轮播图
.main{ width: 100%; min-width: 1100px; display: table; margin: 0 auto; text-align: ce ...
- mongodb副本集的docker化安装
1. 定义 一般只要生产环境就需要考虑冗余设计,保证在某一台服务器由于某种原因宕机后服务还可以正常运行. mongo副本集是一组服务器,其中有一个主服务器(primary),用于处理客户端请求:还有多 ...
- kafka初步学习
消息系统 什么是消息系统? 消息系统负责将数据从一个应用程序传输到另一个应用程序,因此应用程序可以专注于数据,但不担心如何共享它.分布式消息传递给予可靠消息队列的概念.消息在客户端应用程序和消息传递系 ...
- Leecode刷题之旅-C语言/python-121买卖股票的最佳时机
/* * @lc app=leetcode.cn id=121 lang=c * * [121] 买卖股票的最佳时机 * * https://leetcode-cn.com/problems/best ...
- 009---linux进程管理
进程管理 top 查看运行状态:top 查看cpu核心数:top and 1 查看cpu占用率最大:top and P free 查看内存状态:free 以M为单位:free -m 以G为单位:fre ...
- Alexander的Python机器学习 之目录分析。
无聊,顺应一下潮流,学习一下python机器学习吧. 买了一本书,首先分析一下目录吧. 1.第一章是 Python机器学习的生态系统. 1.1.数据科学或机器学习的工作流程. 然后又分成6点进行详细说 ...
- 北京Uber优步司机奖励政策(10月5日~10月11日)
用户组:优步北京人民优步A组(适用于10月5日-10月11日) 滴快车单单2.5倍,注册地址:http://www.udache.com/ 如何注册Uber司机(全国版最新最详细注册流程)/月入2万/ ...
- 苏州Uber优步司机奖励政策(8月31日至9月6日)
当周最新司机奖励(8月31日至9月6日) 滴滴快车单单2.5倍,注册地址:http://www.udache.com/ 如何注册Uber司机(全国版最新最详细注册流程)/月入2万/不用抢单:http: ...
- ASCII、Unicode、UTF-8编码关系
由于计算机是美国人发明的,因此,最早只有127个字符被编码到计算机里,也就是大小写英文字母.数字和一些符号,这个编码表被称为ASCII编码,比如大写字母A的编码是65,小写字母z的编码是122.但是要 ...
- JS学习 函数的理解
ECMAScript 的函数实际上是功能完整的对象. 函数的理解 用 Function 类直接创建函数,格式如下.可理解为Function构造器. var function_name = new Fu ...