版權(quán)說明:本文檔由用戶提供并上傳,收益歸屬內(nèi)容提供方,若內(nèi)容存在侵權(quán),請(qǐng)進(jìn)行舉報(bào)或認(rèn)領(lǐng)
文檔簡(jiǎn)介
1、chapter 2 Application and Layered Architectures,2.1 The OSI Reference Model 2.1.1 The seven-layer OSI Reference Model 2.1.2 Unified View of Layers, Protocols, and Services 2.2 Overview of TCP/IP Architecture 2.2.1 TCP/IP Architecture 2.2.2 TCP/IP Protocol: how the layers Work Together 2.2.3 Protocol
2、 Overview 2.3 ATM Architecture 2.4 MPLS Architecture 2.5 WCDMA Protocol Structure,Tasks for communication: Process process ( machines) Routing and forwarding (multiple hops) Frame exchange (physical interface) Network architecture: a set of protocols that specify how every layer is to function Flexi
3、bility to any services layers A set of protocols,preface,Layer: Service: provided by each layer to the layer above through the interface Interface: between layers, service is requested and result is conveyed Each layer invokes a service from layer below without regard to how the service is implement
4、ed, flexibility,preface,Why Layering?,Layering simplifies design, implementation, and testing by partitioning overall communications process into parts Protocol in each layer can be designed separately from those in other layers Protocol makes “calls” for services from layer below Layering provides
5、flexibility for modifying and evolving protocols and services without having to change layers below Monolithic non-layered architectures are costly, inflexible, and soon obsolete,2.1 THE OSI REFERENCE MODEL,ISO: International Organization of Standardization OSI: Open System Interconnection Protocol
6、stack: a list of protocols used by a certain system, one protocol per layer, is called a protocol stack Protocol: an agreement between the communicating parties on how communication proceed,2.1.1 The Seven-Layer OSI Reference Model,Application Layer,Presentation Layer,Session Layer,Transport Layer,N
7、etwork Layer,Data Link Layer,Physical Layer,Application Layer,Presentation Layer,Session Layer,Transport Layer,Network Layer,Data Link Layer,Physical Layer,Network Layer,Application,Application,Data Link Layer,Physical Layer,Network Layer,Data Link Layer,Physical Layer,Communicating End Systems,One
8、or More Network Nodes,End-to-End Protocols,Physical Layer,Transfers bits across link (channel) Definition Retransmission of frames link connection: Activation, maintenance, n+1: DNS, n: UDP ). Confirmed or unconfirmed IDU: Interface Data Unit :data passed through SAP between adjacent layers; ICI: In
9、terface Control Information: control information in IDU PCI : Protocol Control Information , exchanged between peer layer n entities,Some Terminologies:,Layers, Services connectionless service can be confirmed or unconfirmed.,n-PDU,Segmentation corresponds to the part of the OSI network layer a sing
10、le service: best-effort connectionless packet transfer TCP/IP network interface layer: the network-specific aspects of the transfer of packets; a clear separation of the internet layer from the technology-dependent network interface layer,2.2.1 TCP/IP Architecture,(ICMP, ARP),Diverse network technol
11、ogies,Reliable stream service,User datagram service,Distributed applications,HTTP,SMTP,RTP,TCP,UDP,DNS,Best-effort connectionless packet transfer,Internet Protocol Approach,IP packets transfer information across Internet Host A IP router router router Host B IP IP layer in each router determines nex
12、t hop (router) Network interfaces transfer IP packets across networks,Host B,Internet layer and network interface layer,Internet Names second 24 bits are serial number 00:90:27:96:68:07 12 hex numbers,2.2.2 TCP/IP Protocol: How the Layers Work Together,We show: Examples of each of the layers How the
13、 layers interact across the interface between them How the PDUs of a layer are built and what key info is in the header The relationship between physical address and IP address How an IP packet or datagram is routed across several networks,2.2.2 TCP/IP Protocol: How the Layers Work Together,For exam
14、ple: Figure: a server, a workstation, a router, Ethernet LAN, a remote PC with a p2p link NOTE: from the view of IP, the Ethernet LAN and the p2p link constitute two different networks,A example of an internet _Ethernet and p2p link,Example internet,(1,1),s,(1,2),w,(2,1),(1,3) r,(2,2),PPP Net id=2,E
15、thernet (net id=1),PC,Server,Router,Workstation,*PPP does not use addresses,IP ADDRESSES and PHYSICAL ADDRESSES,In the Internet each host is identified by a globally unique IP address, which identifies the hosts network interface. Router: two IP addresses, two network interfaces IP address: a networ
16、k ID and a host ID, (1, 1), (1, 3) In a LAN: Physical address: Ethernet, NIC, 48-bit address. r, s, w,Encapsulation,IP header: source and destination IP address, other info Ethernet header: source and destination physical addresses network protocol type (e.g. IP),IP packet from workstation to server
17、,IP packet has (1,2) IP address for source and (1,1) IP address for destination IP table at workstation indicates (1,1) connected to same network, so IP packet is encapsulated in Ethernet frame with addresses w and s Ethernet frame is broadcast by workstation NIC and captured by server NIC NIC exami
18、nes protocol type field and then delivers packet to its IP layer,(1,1),s,(1,2),w,(2,1),(1,3) r,(2,2),PPP,Ethernet,PC,Server,Router,Workstation,IP packet from server to PC,(1,1),s,(1,2),w,(2,1),(1,3) r,(2,2),PC,Server,Router,Workstation,IP packet has (1,1) and (2,2) as IP source and destination addre
19、sses IP table at server indicates packet should be sent to router, so IP packet is encapsulated in Ethernet frame with addresses s and r Ethernet frame is broadcast by server NIC and captured by router NIC NIC examines protocol type field and then delivers packet to its IP layer IP layer examines IP
20、 packet destination address and determines IP packet should be routed to (2,2) Routers table indicates (2,2) is directly connected via PPP link IP packet is encapsulated in PPP frame and delivered to PC PPP at PC examines protocol type field and delivers packet to PC IP layer,How the layers work tog
21、ether,Network interface,IP,TCP,HTTP,Network interface,IP,Network interface,IP,TCP,HTTP,Router,(1,1),s,(2,1),(1,3) r,(2,2),PPP,Ethernet,(a),(b),Server,PC,PC,Server,Router,TCP uses node-to-node Unreliable packet transfer of IP Server IP address transport protocol type,Ethernet Header contains source n
22、etwork protocol type,PROCESS-to-PROCESS,Socket address: the port number, the IP address, and the protocol type. A process-to-process: uniquely specified by the source and dest socket addresses For example: the sources socket: (TCP, (2,2), C) The dests socket: (TCP, (1,1), 80) The combination: (TCP,
23、(2,2), C, (1,1), 80),TCP provides a service to the application layer which is: connection-oriented: connection established before communication takes place, terminated when done. reliable: no-loss, no-duplicates, no-data-corruption, and Ordered bidirectional,Service provided by TCP,UDP provides a se
24、rvice to the application layer which is: connectionless: no connection established before communication takes place, directly delivery unreliable: loss, duplicates, data-corruption, and Unordered,Service provided by UDP,2.3 ATM Architecture,ATMAsynchronous transfer mode User Plane: transfer of user
25、information; flow control; error recovery Control Plane: setting up, management, and release of connections Layer Management Plane: management of layer entities a connection-oriented packet-switching technique; combines features of packet switching and TDM circuit switching; has QoS attributes, suitable for an integrated services network, converting all traffic that flows in the network into 53-byte bloc
溫馨提示
- 1. 本站所有資源如無特殊說明,都需要本地電腦安裝OFFICE2007和PDF閱讀器。圖紙軟件為CAD,CAXA,PROE,UG,SolidWorks等.壓縮文件請(qǐng)下載最新的WinRAR軟件解壓。
- 2. 本站的文檔不包含任何第三方提供的附件圖紙等,如果需要附件,請(qǐng)聯(lián)系上傳者。文件的所有權(quán)益歸上傳用戶所有。
- 3. 本站RAR壓縮包中若帶圖紙,網(wǎng)頁內(nèi)容里面會(huì)有圖紙預(yù)覽,若沒有圖紙預(yù)覽就沒有圖紙。
- 4. 未經(jīng)權(quán)益所有人同意不得將文件中的內(nèi)容挪作商業(yè)或盈利用途。
- 5. 人人文庫網(wǎng)僅提供信息存儲(chǔ)空間,僅對(duì)用戶上傳內(nèi)容的表現(xiàn)方式做保護(hù)處理,對(duì)用戶上傳分享的文檔內(nèi)容本身不做任何修改或編輯,并不能對(duì)任何下載內(nèi)容負(fù)責(zé)。
- 6. 下載文件中如有侵權(quán)或不適當(dāng)內(nèi)容,請(qǐng)與我們聯(lián)系,我們立即糾正。
- 7. 本站不保證下載資源的準(zhǔn)確性、安全性和完整性, 同時(shí)也不承擔(dān)用戶因使用這些下載資源對(duì)自己和他人造成任何形式的傷害或損失。
最新文檔
- 創(chuàng)新保安服務(wù)合同解讀
- 長期信用借款保證書模版
- 教師與家長攜手承諾發(fā)展
- 鏈家改進(jìn)版房屋買賣協(xié)議
- 版供水工程勞務(wù)分包合同
- 文明停車維護(hù)市容的使命
- 葡萄購銷合同模板
- 景觀石料購買協(xié)議
- 招標(biāo)信息酒店建設(shè)項(xiàng)目
- 啤酒花購銷合約
- 營銷渠道和營銷渠道管理概述
- 夕會(huì)教案:養(yǎng)成課間文明的好習(xí)慣
- 精品在線開放課程建設(shè)與評(píng)價(jià)標(biāo)準(zhǔn)
- 自主研究開發(fā)項(xiàng)目計(jì)劃書
- 第二十章曲線積分-ppt課件
- 3Q模板IQOQPQ驗(yàn)證方案模版
- T∕CCOA 24-2020 棕櫚仁餅(粕)
- 聚酰亞胺基礎(chǔ)知識(shí)-1(橫田力男)
- 聚乙烯天然氣管道施工技術(shù)交底(完整版)
- 小學(xué)四年級(jí)奧數(shù)-變化規(guī)律(一)
- 萬達(dá)集團(tuán)薪酬管理制度
評(píng)論
0/150
提交評(píng)論