Book Image

Understanding TCP/IP

By : CP Books a.s.
Book Image

Understanding TCP/IP

By: CP Books a.s.

Overview of this book

This book covers in detail the Open System Interconnection (OSI) reference model and the TCP/IP protocols that operate that different layers. Its coverage includes various application protocols. The authors explain in an easy-to-read style networking concepts and protocols, with examples that make the book a practical guide in addition to its coverage of theory.
Table of Contents (20 chapters)
19
Index

2.4 Homework

You should now be ready to experiment with Network Monitor or Ethereal. It is recommended that you try to capture your own password as the first exercise. (The authors strongly discourage you from trying to capture somebody else’s password—after all, this would not be possible without switching your network card into promiscuous mode or using switched Ethernet.) Try these two exercises:

  1. Telnet protocol: You do not even need an account on a server. Choose whatever server you like that works with Telnet. Start up Network Monitor and, using Telnet, try to establish a connection and choose your username and password. The server will refuse the connection, but stop Network Monitor and use the frame search to find the username and password that you entered. You should be patient, since the terminal first tries to set the terminal characteristics using the<IAC> command of the Telnet application protocol. You should just skip this dialogue. In Ethereal, this process...