FMUSER Wirless Transmit Video And Audio More Easier !
es.fmuser.org
it.fmuser.org
fr.fmuser.org
de.fmuser.org
af.fmuser.org ->Afrikaans
sq.fmuser.org ->Albanian
ar.fmuser.org ->Arabic
hy.fmuser.org ->Armenian
az.fmuser.org ->Azerbaijani
eu.fmuser.org ->Basque
be.fmuser.org ->Belarusian
bg.fmuser.org ->Bulgarian
ca.fmuser.org ->Catalan
zh-CN.fmuser.org ->Chinese (Simplified)
zh-TW.fmuser.org ->Chinese (Traditional)
hr.fmuser.org ->Croatian
cs.fmuser.org ->Czech
da.fmuser.org ->Danish
nl.fmuser.org ->Dutch
et.fmuser.org ->Estonian
tl.fmuser.org ->Filipino
fi.fmuser.org ->Finnish
fr.fmuser.org ->French
gl.fmuser.org ->Galician
ka.fmuser.org ->Georgian
de.fmuser.org ->German
el.fmuser.org ->Greek
ht.fmuser.org ->Haitian Creole
iw.fmuser.org ->Hebrew
hi.fmuser.org ->Hindi
hu.fmuser.org ->Hungarian
is.fmuser.org ->Icelandic
id.fmuser.org ->Indonesian
ga.fmuser.org ->Irish
it.fmuser.org ->Italian
ja.fmuser.org ->Japanese
ko.fmuser.org ->Korean
lv.fmuser.org ->Latvian
lt.fmuser.org ->Lithuanian
mk.fmuser.org ->Macedonian
ms.fmuser.org ->Malay
mt.fmuser.org ->Maltese
no.fmuser.org ->Norwegian
fa.fmuser.org ->Persian
pl.fmuser.org ->Polish
pt.fmuser.org ->Portuguese
ro.fmuser.org ->Romanian
ru.fmuser.org ->Russian
sr.fmuser.org ->Serbian
sk.fmuser.org ->Slovak
sl.fmuser.org ->Slovenian
es.fmuser.org ->Spanish
sw.fmuser.org ->Swahili
sv.fmuser.org ->Swedish
th.fmuser.org ->Thai
tr.fmuser.org ->Turkish
uk.fmuser.org ->Ukrainian
ur.fmuser.org ->Urdu
vi.fmuser.org ->Vietnamese
cy.fmuser.org ->Welsh
yi.fmuser.org ->Yiddish
1. Background
The early network was based on the OSI (Open Systems Internet, generally called OSI Reference Model) model, which was formulated by the ISO International Standards Organization and included seven layers (application layer, presentation layer, session layer, transport layer, network layer) , Data link layer, physical layer), which is complicated and impractical, so that it attracted a lot of criticism. Therefore, at that time, a group of technicians developed a new set of protocols, TCP/IP, in order to facilitate development and improve efficiency. Protocol, in the simplified computer network OSI model, she has completed the functions specified by the fourth layer of the transport layer.
2. Concept
The TCP/IP protocol (Transmission Control Protocol), translated as the Transmission Control Protocol, is a connection-oriented, reliable, byte stream-based transport layer communication protocol. Contains four layers (application layer, transport layer, internet layer, network interface layer), but in essence, the TCP/IP protocol has only the top three layers, because the bottom network interface layer is basically the same as the general communication chain There is not much difference in the function of the road .
Application layer: Responsible for handling specific application details. Contains various application protocols, such as: Telnet remote login, FTP file transfer protocol, SMTP simple mail transfer protocol, SNMP simple network management protocol.
Transport layer: Provides flow control, error control and confirmation services for the network. In the TCP/IP protocol suite, there are two different transmission protocols: TCP and UDP, which will be explained later.
Internet layer: Provides logical addressing independent of hardware to realize the conversion between physical address and logical address. Internet layer (also called network layer) protocols include IP protocol, ICMP protocol and OGMP protocol (Internet Group Management Protocol).
Network interface layer: usually includes the device driver in the operating system and the corresponding network interface card in the computer, which together deal with the details of the physical interface with the cable or other human-protected transmission media. The corresponding equipment includes transmission media, network cards, and switches.
3. TCP and UDP
TCP and UDP are the two most famous transport layer protocols. Both use IP as the network layer protocol. Although both TCP and UDP use the same network layer (IP), TCP provides completely different services to the application layer than UDP.
(1) TCP
TCP, Transmission Control Protocol, connection-oriented protocol, reliable byte stream service. Connection-oriented means that two applications using TCP (usually a client and a server) must establish a TCP connection before exchanging data with each other.
Features: 1)Only supports one-to-one transmission (end-to-end transmission); 2)Unlimited data size; 3)Establish a connection channel Slow speed, but high reliability.
(2) UDP
User Datagram Protocol is a connectionless transport layer protocol in the OSI reference model. It provides simple and unreliable transaction-oriented information transmission services. UDP provides connectionless communication and is suitable for transmitting a small amount of data at a time. UDP packets are not reliable. Guarantee, sequence guarantee and flow control fields, etc., have poor reliability. However, because the UDP protocol has fewer control options, the delay in data transmission is small, and the data transmission efficiency is high. It is suitable for applications that do not require high reliability, or applications that can guarantee reliability, such as DNS, TFTP, and SNMP.
① Features: 1) One-to-one, one-to-many, many-to-one and many-to-many interactive communication is possible; 2) Fast speed, but low reliability; 3) The data has a size limit (64k) 4) No need to establish a connection
② application: Generally used in real-time chats such as QQ and WeChat.
(3)The difference between TCP and UDP
1) TCP is connection-oriented (such as dialing to establish a connection before making a call), UDP is connectionless, that is, there is no need to establish a connection before sending data.
2) TCP provides reliable services, that is to say, the data transmitted through the TCP connection has no errors, no loss, no repetition, and arrives in order; TCP realizes reliable transmission through checksum retransmission control, sequence number identification, sliding window, and confirmation response . For example, the retransmission control when the packet is lost, the order can also be controlled for the out-of-order sub-packets. UDP does its best to deliver, that is, reliable delivery is not guaranteed.
3) UDP has better real-time performance, higher work efficiency than TCP, suitable for high-speed transmission and real-time communication or broadcast communication.
4) Each TCP connection can only be point-to-point, UDP supports one-to-one, one-to-many, many-to-one and many-to-many interactive communication.
5) TCP requires more system resources, while UDP requires less system resources.
|
Enter email to get a surprise
es.fmuser.org
it.fmuser.org
fr.fmuser.org
de.fmuser.org
af.fmuser.org ->Afrikaans
sq.fmuser.org ->Albanian
ar.fmuser.org ->Arabic
hy.fmuser.org ->Armenian
az.fmuser.org ->Azerbaijani
eu.fmuser.org ->Basque
be.fmuser.org ->Belarusian
bg.fmuser.org ->Bulgarian
ca.fmuser.org ->Catalan
zh-CN.fmuser.org ->Chinese (Simplified)
zh-TW.fmuser.org ->Chinese (Traditional)
hr.fmuser.org ->Croatian
cs.fmuser.org ->Czech
da.fmuser.org ->Danish
nl.fmuser.org ->Dutch
et.fmuser.org ->Estonian
tl.fmuser.org ->Filipino
fi.fmuser.org ->Finnish
fr.fmuser.org ->French
gl.fmuser.org ->Galician
ka.fmuser.org ->Georgian
de.fmuser.org ->German
el.fmuser.org ->Greek
ht.fmuser.org ->Haitian Creole
iw.fmuser.org ->Hebrew
hi.fmuser.org ->Hindi
hu.fmuser.org ->Hungarian
is.fmuser.org ->Icelandic
id.fmuser.org ->Indonesian
ga.fmuser.org ->Irish
it.fmuser.org ->Italian
ja.fmuser.org ->Japanese
ko.fmuser.org ->Korean
lv.fmuser.org ->Latvian
lt.fmuser.org ->Lithuanian
mk.fmuser.org ->Macedonian
ms.fmuser.org ->Malay
mt.fmuser.org ->Maltese
no.fmuser.org ->Norwegian
fa.fmuser.org ->Persian
pl.fmuser.org ->Polish
pt.fmuser.org ->Portuguese
ro.fmuser.org ->Romanian
ru.fmuser.org ->Russian
sr.fmuser.org ->Serbian
sk.fmuser.org ->Slovak
sl.fmuser.org ->Slovenian
es.fmuser.org ->Spanish
sw.fmuser.org ->Swahili
sv.fmuser.org ->Swedish
th.fmuser.org ->Thai
tr.fmuser.org ->Turkish
uk.fmuser.org ->Ukrainian
ur.fmuser.org ->Urdu
vi.fmuser.org ->Vietnamese
cy.fmuser.org ->Welsh
yi.fmuser.org ->Yiddish
FMUSER Wirless Transmit Video And Audio More Easier !
Contact
Address:
No.305 Room HuiLan Building No.273 Huanpu Road Guangzhou China 510620
Categories
Newsletter