The job of delivering the data in a transport-layer segment to the correct socket is called demultiplexing.
The job of gathering date chunks at the source host from different sockets, encapsulating each data chunk with header information to create segments, and passing the segments to the network layer is called multiplexing.
Filtering
Filtering is the switch function that determines whether a frame should be forwarded to some interface or should just be dropped.
Processing delay
The time required to examine the packet’s header and determine where to direct the packet is part of the processing delay. The processing delay can also include other factors, such as the time needed to check for bit-level errors in the packet that occurred in transmitting the packet’s bits from the upstream node to router A.
round-trip time(RTT)
The round-trip time (RTT), which is the time it takes for a small packet to travel from client to server and then back to the client.
Term Interpretation
IP
The internet protocol.
CDMA
Code division multiple access
HTTP
Hyper Text Transfer protocol
POP
Post Office Protocol
ARP
Address Resolution Protocol
MAC
Media access control
PPP
The Point-to-Point Protocol
EDC
Error Detection and Correction Techniques
VCs
Virtual Circuits 虚拟电路
RFC
Request for comment
UDP
User Datagram Protocol
TCP
Transmission Control Protocol
DNS
Domain Name server
TDM
Time Division Multiplexing
SNR
Signal to Noise Rate 信噪比,信噪比是指信号与噪声的比值
NIC
Network Interface Card
DIFS
Distributed Inter-frame Space
Translation
Hosts associated with a base station are often referred to as operating in infrastructure mode, since all traditional network services (e.g., address assignment and routing) are provided by the network to which a host is connected via the base station. In ad hoc networks, wireless hosts have no such infrastructure with which to connect. In the absence of such infrastructure, the hosts themselves must provide for services such as routing, address assignment, DNS-like name translation, and more.
Over the years, dozens of multiple access protocols have been implemented in avariety of link-layer technologies. Nevertheless, we can classify just about any multiple access protocol as belonging to one of three categories: channel partitioning protocols, random access protocols, and taking-turns protocols. The time-division multiplexing (TDM) and frequency-division multiplexing (FDM) are two techniques that can be used to partition a broadcast channel’s bandwidth among all nodes sharing that channel. A third channel partitioning protocol is code division multiple access (CDMA).
Inspired by the great success of Ethernet and its random access protocol, the designers of 802.11 chose a random access protocol for 802.11 wireless Lans. This random access protocol is called conflict-avoidance CSMA, or more succinctly CSMA/CA. Like Ethernet's CSMA/CD, the "CSMA" in CSMA/CA stands for "carrier detection multiple access," meaning that each station detects the channel before sending it and does not send it when the channel is detected busy.
Short Answer Question
Why the IP datagram need be fragmented?
Cause every different trans protocol has its own MTU, to satisfy different MTU it's needed to be segmented to small fragments.
What services can be offered by the Link Layer protocol?
Ethernet, 802.11 WLAN, token ring, PPP.
Please describe the relationship of the BER, SNR and modulation technique