Open In App

What is Maximum Segment Size?

In the establishment of a TCP connection, Maximum Segment Size (MSS) is vital. MSS refers to a field in the TCP header, that denotes the largest amount of data, in Bytes, that the device can receive in TCP segment. Consider the structure of the frame in the data link layer.

What is Maximum Segment Size?

The maximum segment size, or MSS, sets a restriction on the size of data packets that can be sent over a network like the Internet. Every bit of data that moves across a network is divided up into packets. Multiple headers, each containing information about the contents and destination, are appended to packets. The payload, or non-header portion of a packet, is measured by MSS.



MSS is like a scale that measures only the trailer if a data packet is like a transport vehicle, where the payload is the trailer and freight and the header is the truck itself. The truck is not permitted to go to its destination if the trailer weighs too much.

Structure of frame format in Data link layer

Example – Ethernet



Note: Thus, Maximum Segment Size refers to highest payload size, an end device is ready to accept within single packet. The maximum Transmission Unit is highest size of packet that can flow through network without being divided.

Calculating Maximum Segment Size

Another measure of packet size that determines MSS is the maximum transmission unit (MTU), which includes the TCP and IP (Internet Protocol) headers. To keep the example going, MTU weighs the vehicle, trailer, and cargo combined, not just the trailer and cargo alone. In essence, the MSS is the MTU less the sizes of the IP and TCP headers:

MTU – (IP header + TCP header) = Maximum Segment Size (MSS)

A significant distinction between MTU and MSS is that a packet is “fragmented,” or divided into smaller pieces, if it exceeds a device’s MTU. On the other hand, a packet is dropped and not delivered if it exceeds the MSS.

What is TCP?

Transmission Control Protocol is referred to as TCP. It is a transport layer protocol that makes it easier for packets to travel from one place to another. Being a connection-oriented protocol, it creates the link before any communication takes place among the computer devices connected to the network.

TCP header is a facts structure this is brought to the beginning of each TCP phase to offer manage data about the transmitted data. The TCP header contains numerous fields that specify information inclusive of the supply and vacation spot ports, series numbers, acknowledgment numbers, window length, checksum, and flags. Here are the important thing fields discovered in a TCP header:

Size of TCP and IP Header

The length of a TCP header is typically 20 bytes*. IP headers are 20 bytes long and contain information like the source and destination IP addresses. Although optional header fields are available in both TCP and IP packets, they are hardly ever used.

A byte is a unit of memory size used in computer science that is equivalent to eight binary digits, or a combination of 8 ones and zeroes.

What Effects Does IPsec have on MSS?

The Maximum Segment Size (MSS) is a parameter in TCP (Transmission Control Protocol) that specifies the maximum amount of statistics that may be included in a unmarried TCP segment. It represents the biggest payload length that may be despatched in a single packet with out fragmentation. The MSS cost is negotiated during the TCP handshake manner and is generally determined with the aid of the maximum transmission unit (MTU) size of the community path. When IPsec (Internet Protocol Security) is used, it could effect the MSS within the following methods:

MSS Clamping

One way to make sure packets still get to their destination in this case is to make incoming packet payloads smaller. This can be accomplished by setting up the server to apply an MSS clamp, which allows the server to “clamp” the maximum payload size from the other server during the TCP handshake by signalling the MSS for packets it is willing to receive. When servers A and B initiate a TCP connection, for instance, and server B transmits a message with a maximum payload size of 1,436 bytes, server A will transmit packets with a maximum payload size of 1,436 bytes for the length of the connection.

Frequently Asked Questions on Maxmum Segment Size – FAQs

Why is MSS important in TCP/IP?

Network performance can be improved by allowing endpoints to negotiate the largest packet size that can be utilised for data transfer through the usage of the Maximum TCP segment size.

Can MSS be adjusted during a TCP connection?

To prevent truncation, set the MSS value on the intermediate router of the SYN packets using the ip tcp adjust-mss command in interface configuration mode.

What is the default MSS Size?

The default value of MSS for a PC is 1500 Bytes.


Article Tags :