D-Link DGS-3308 Series User Manual page 48

8-port gigabit layer 3 switch
Hide thumbs Also See for DGS-3308 Series:
Table of Contents

Advertisement

8-port Gigabit Ethernet Switch User's Guide
TCP/IP
Transmission Control Protocol/Internet Protocol (TCP/IP) is the official name of a suite of protocols designed to allow
computers to communicate and share resources across a network. TCP and IP are only the two best known protocols of the
suite, but TCP/IP is used to refer to the entire suite.
TCP/IP is itself a layered set of protocols. For two computers to communicate across a network, there is first a protocol that
defines a set of commands used by the two computers to identify the sender, the recipient, and the content of the message.
The application then relies on TCP/IP to actually transmit and receive the packets that make up the message.
TCP keeps track of what was sent and received, and retransmits any lost or corrupted packets. If the message is too large
for a single packet, TCP divides the message into as many packets as are necessary. TCP also makes sure these packets
are receive and reassembled in the correct order.
IP routes the packets generated by TCP from their source to their destinations. This may require the packets to cross other
networks. IP can route packets through networks connected with gateways so that a user on one network can communicate
with any user on any connected network.
IP is not aware of the relationship between individual packets, or the contents of the packet – except for the source and
destination IP addresses. This is called demultiplexing.
The information required by IP is contained in a series of headers which are added to or removed from the packet as it
travels from network to network. A header is a few octets of data added to the beginning of a packet to keep track of it. As
more data is required for the packet to cross a network, a new header is added. When the data is no longer required, the
header is removed and the data in the previous header is used to forward the packet. This process is called encapsulation.
To send a packet over the internet, many levels of encapsulation may be used, and IP does all of this transparently to the
user.
TCP and UDP Well-Known Ports
Network devices and computers connected to a network can have multiple connections with other devices and computers
simultaneously. Received packets must be directed to the appropriate application at the receiving end. TCP and UDP use
IP addresses to keep track of which devices are part of the connection, and port numbers to keep track of which applications
within each device are communicating.
To retrieve a file from a server using the File Transfer Protocol (FTP), a connection from the user, at 10.0.0.1 (for example)
to an FTP Server, at 10.0.0.2 (for example). TCP then opens a connection on the user's computer using some random port
number, 1234. The connection on the FTP server is opened using the well-known port number 21 for the FTP application.
So, FTP is running on 10.0.0.1 port number 1234, and FTP Server is running on 10.0.0.1 port number 21 (the well-known
port for FTP). There is a published list of well-known ports (sometimes called sockets) for many applications.
There is no need for a well-known port to be chosen for 10.0.0.1. It is only necessary for TCP to know which port has been
chosen. The FTP Server, on the o ther hand, must have a well-known port number so that connections can be made,
commands sent, and messages exchanged.
Note that the connection is actually described by a set of four numbers, the IP address and the TCP port number for the
local end and the IP address and the TCP port number for the remote end. The Internet address is in the IP header and the
TCP port number is in the TCP header.
No two connections can have the same set of numbers, but only one number of the four must be different. This allows two
different users to send files to the same destination, at the same time.
Internet addresses
Two FTP Server
TCP
Connections
ports
38

Advertisement

Table of Contents
loading

Table of Contents