计算机网络英文课件:2-1 Physical Layer
- 格式:ppt
- 大小:7.94 MB
- 文档页数:48
计算机网络Computer NetworkTopics include internetworking philosophies, unicast and multicast routing, congestion control, network quality of service, mobile networking, router architectures, network-aware applications, content dissemination systems, network security, and performance issues.Coverage:…Switching technology:marked free●Means for applications to access OSI TCP/IP Protocol SuiteFive layers:OSI vs TCP/IPMultiplexing: Channel sharingMultiplexer (Mux):Combine multiple streamsDe-Multiplexer (DeMux):Pick out one/more streams out of the aggregationMUXEDMUXbufferData Link LayerThe PDU at the Data Link Layer (DL PDU) is typically called a Frame. A Frame has a header, a data field, and a trailer.Error ControlTwo basic approaches to handle bit errors:●Error correcting codesUsed if retransmission of the data is not possibleData are encoded with sufficient redundancy to correct bit errorsExamples: Hamming Codes Reed Solomon Codes etc …●Error-detecting codes plus retransmissionUsed if retransmission of corrupted data is feasibleReceiver detects error and requests retransmission of a frameFlow ControlFlow Control is a technique for speed-matching of transmitter and receiver. Flow control ensures that a transmitting station does not overflow a receiving station with data.We will discuss two protocols for flow control:●Stop-and-Wait Protocol●Sliding Window ProtocolARQ Error Control。