Lab report Q: What's the network interface of PC1 and what are the MTU (maximun transmittion units) values of the interfaces ? A: Interfaces: eth0 -> MTU=1500, lo -> MTU=16436 Q: How many IP datagrams, ICMP messages, UDP datagrams and TCP segments has PC1 transmitted and receveid since it was last rebooted ? A: TIPO Transmitidos Recebidos IP 2252 2234 ICMP 177 252 UDP 201 47 TCP 1799 1777 Q: Explain the role of interface lo, the loopback interface. In the output of netstat -in why are the values of RX-OK (packets receveid) and TX-OK (packets transmitted) different for interface eth0 but identical for interface lo ? A: Todos quadros enviados para o mesmo computador (mesmo ip) sao recebidos por ele mesmo, mas pela interface lo (loopback), nao chegando a passar pela intercae no qual o ip dele mesmo esta setado (eth0), e no caso da interface eth0 nao necessariamente todos pacotes enviados sao recebidos (ex. ping para host inexistentes).