版權(quán)說明:本文檔由用戶提供并上傳,收益歸屬內(nèi)容提供方,若內(nèi)容存在侵權(quán),請進行舉報或認領(lǐng)
文檔簡介
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等.壓縮文件請下載最新的WinRAR軟件解壓。
- 2. 本站的文檔不包含任何第三方提供的附件圖紙等,如果需要附件,請聯(lián)系上傳者。文件的所有權(quán)益歸上傳用戶所有。
- 3. 本站RAR壓縮包中若帶圖紙,網(wǎng)頁內(nèi)容里面會有圖紙預(yù)覽,若沒有圖紙預(yù)覽就沒有圖紙。
- 4. 未經(jīng)權(quán)益所有人同意不得將文件中的內(nèi)容挪作商業(yè)或盈利用途。
- 5. 人人文庫網(wǎng)僅提供信息存儲空間,僅對用戶上傳內(nèi)容的表現(xiàn)方式做保護處理,對用戶上傳分享的文檔內(nèi)容本身不做任何修改或編輯,并不能對任何下載內(nèi)容負責(zé)。
- 6. 下載文件中如有侵權(quán)或不適當(dāng)內(nèi)容,請與我們聯(lián)系,我們立即糾正。
- 7. 本站不保證下載資源的準(zhǔn)確性、安全性和完整性, 同時也不承擔(dān)用戶因使用這些下載資源對自己和他人造成任何形式的傷害或損失。
最新文檔
- 人教版八年級物理下冊《7.3重力》同步測試題含答案
- 蘇教版一年級上學(xué)期語文教案
- 浙江省2024年初中學(xué)業(yè)水平考試模擬試卷數(shù)學(xué)附答案
- 可持續(xù)發(fā)展視角下的綠色餐飲營銷
- 高一化學(xué)鞏固練習(xí):配制一定物質(zhì)的量濃度的溶液基礎(chǔ)
- 2024高中地理第2章區(qū)域可持續(xù)發(fā)展第3節(jié)流域綜合治理與開發(fā)-以田納西河流域為例學(xué)案湘教版必修3
- 2024高中語文第5單元莊子蚜第4課尊生練習(xí)含解析新人教版選修先秦諸子蚜
- 2024高中語文第六單元文無定格貴在鮮活第30課自主賞析子路曾皙冉有公西華侍坐課時作業(yè)含解析新人教版選修中國古代詩歌散文欣賞
- 2024高考化學(xué)一輪復(fù)習(xí)專練34金屬的腐蝕與防護含解析新人教版
- 2024高考化學(xué)一輪復(fù)習(xí)第一部分考點22化學(xué)反應(yīng)速率及其影響因素強化訓(xùn)練含解析
- 工傷保險待遇及案例分析PPT課件
- 自控工程識圖
- 底總結(jié)報告2017年初開場計劃策劃模版圖文可隨意編輯修改課件
- 詢問調(diào)查筆錄內(nèi)容來自dedecms - 稅務(wù)局(稽查局)
- 石油化工中心化驗室設(shè)計規(guī)范
- 自己總結(jié)的清華斯維爾節(jié)能問題解答(共21頁)
- 烹飪專業(yè)課程及課表設(shè)置
- 美國UNF和unc螺紋標(biāo)準(zhǔn)
- 汽車修理工(初級)評分記錄表
- 工程結(jié)算單(樣本)
- 日常物業(yè)管理服務(wù)流程圖
評論
0/150
提交評論