Working with Sniffers for monitoring network communication (Ethereal)


telecommunications network is a collection of terminal nodeslinks and any intermediate nodes which are connected so as to enable telecommunication between the terminals.
The transmission links connect the nodes together. The nodes use circuit switchingmessage switching or packet switching to pass the signal through the correct links and nodes to reach the correct destination terminal.
Each terminal in the network usually has a unique address so messages or connections can be routed to the correct recipients. The collection of addresses in the network is called the address space.
Examples of telecommunications networks are:
·        computer networks
·        the Internet
·        the telephone network
·        the global Telex network
·        the aeronautical ACARS network
The data network is used extensively throughout the world to connect individuals and organizations. Data networks can be connected to allow users seamless access to resources that are hosted outside of the particular provider they are connected to. The Internet is the best example of many data networks from different organizations all operating under a single address space.
Terminals attached to TCP/IP networks are addressed using IP addresses. There are different types of IP address, but the most common is IP Version 4. Each unique address consists of 4 integers between 0 and 255, usually separated by dots when written down, e.g. 82.131.34.56.
TCP/IP are the fundamental protocols that provide the control and routing of messages across the data network. There are many different network structures that TCP/IP can be used across to efficiently route messages, for example:
·        wide area networks (WAN)
·        metropolitan area networks (MAN)
·        local area networks (LAN)
·        Internet area networks (IAN)
·        campus area networks (CAN)
·        virtual private networks (VPN)

Comments