cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
290
Views
5
Helpful
2
Replies

Is the book answer wrong on TCP Header Compression?

news2010a
Level 3
Level 3

Hi, can you help me on this?

Question:

If the command below is issued on the s0/0 interface,

what is the correct behavior.

router(config-if)#ip tcp header-compression passive

a)The router will only compress outgoing TCP packets if incoming

TCP packets on the same interface are compressed.

b) The L2 header will be compressed and therefore cannot be used

for WAN switching networks such as Frame Relay.

c) The L2 header will be left intact and therefore can can be used

for WAN networks such as Frame Relay.

I thought that options a) and c) are correct.

However, the book states that a) and b) are the answer for this exercise.

According to the "BCRAN", Cisco Press book, I see that the L2 header

information is left intact when tcp header-compression is used.

What I am missing?

1 Accepted Solution

Accepted Solutions

pkhatri
Level 11
Level 11

Hi,

Options (a) and (c) are indeed correct. TCP header compression does not have any impact on the L2 header at all. Obviously, there is an error in the book.

Paresh

PS. Pls do remember to rate posts

View solution in original post

2 Replies 2

pkhatri
Level 11
Level 11

Hi,

Options (a) and (c) are indeed correct. TCP header compression does not have any impact on the L2 header at all. Obviously, there is an error in the book.

Paresh

PS. Pls do remember to rate posts

smothuku
Level 7
Level 7

Hi ,

TCP/IP header compression, as described by RFC 1144, is designed to improve the efficiency of bandwidth utilization over low-speed serial links. A typical TCP/IP packet includes a 40-byte datagram header. Once a connection is established, the header information is redundant and need not be repeated in every packet that is sent. Reconstructing a smaller header that identifies the connection and indicates the fields that have changed and the amount of change reduces the number of bytes transmitted. The average compressed header is 10 bytes long.

For this algorithm to function, packets must arrive in order. If packets arrive out of order, the reconstruction will appear to create regular TCP/IP packets but the packets will not match the original. Because priority queueing changes the order in which packets are transmitted, enabling priority queueing on the interface is not recommended.

check the below link.

http://www.cisco.com/univercd/cc/td/doc/product/software/ios122/122cgcr/fwan_c/wcffrely.htm#wp1002801

Hope it helps you.

Thanks,

satish

Review Cisco Networking products for a $25 gift card