Realmente essa questão tem as letras D e E erradas. Justifico abaixo:
Complementando o correto comentário do Paulo Marcelo sobre a letra D.
O checksum da camada de rede é feito somente para o cabeçalho e na camada de transporte para todo o segmento.
Segmento = Cabeçalho + Dados
TCP = Cabeçalho TCP + Dados;
UDP = Cabeçalho UDP + Dados.
Quanto à letra E, o limite de hops não é fixo... pode ser configurado de 1 à 255 e ele é decrementado à medida que passa pelos roteadores.
Time-to-live (TTL) is a value in an Internet Protocol (IP) packet that tells a network router whether or not the packet has been in the network too long and should be discarded. In IPv6 the TTL field in each packet has been renamed the hop limit
An IP TTL is set initially by the system sending the packet. It can be set to any value between 1 and 255; different operating systems set different defaults. Each router that receives the packet subtracts at least 1 from the count; if the count remains greater than 0, the router forwards the packet, otherwise it discards it and sends an Internet Control Message Protocol (ICMP) message back to the originating host, which may trigger a resend.
Fonte: http://searchnetworking.techtarget.com/definition/time-to-live