CSE24NFE - Chapter 2
CSE24NFE - Chapter 2
Chapter 2
Communicating the Messages
Communication begins with a message, or information, that
must be sent from one individual or device to another.
People exchange ideas using many different
communication methods.
All of these methods have three elements in common.
Sender / Message source
Receiver / Message destination
Channel: The media that provides the pathway over which the
message can travel from the source to detonation
Communicating the Messages
Messages has different sizes
If messages are sent one message at a time, large
messages can consume the network resources for
long periods
To solve this issue, segmentation is used in
which all messages are broken into smaller
pieces
Communicating the Messages
Segmenting message benefits
Different conversations can be included
Increased reliability of network communications
Segmenting message disadvantage
Increased level of complexity
Components of a Network
There are three categories of network components:
Devices
Media
Protocols
Components of Network
Devices:
End Devices: PC, Laptop, Workstation, Server
Intermediary devices: Switch, Router
Media:
Wired: cabling connecting the devices
▪ Electrical signals propagating through copper (usually) cables
▪ Optical signals propagating through fiber optics cables
Wireless: electromagnetic waves in atmosphere/vacuum
Services: Communication programs which are called software that
run on network devices. E.g. Web hosting service, email hosting
service
Processes: Functionality that moves messages through the network
End Devices
End devices refer to the piece of equipment that is
the source or the destination of a message
Users usually only interact with end devices such:
Computers (Laptops, servers, workstations)
Network Printers
VoIP phones
Handheld Devices (PDAs, Smartphones, Scanners)
Intermediary Devices
Intermediary Devices
Intermediary Devices
Devices interconnected between end users
Intermediary devices pass the messages among them based
on the destination host address until it reaches the destination
Processes in intermediary devices performs various tasks
such as:
Regenerate and retransmit data signals
Maintain information about what pathways exist through the
network and internetwork
Notify other devices of errors and communication failures
Direct data along alternate pathways when there is a link failure
Classify and direct messages according to QoS priorities
Permit or deny the flow of data, based on security settings
Intermediary Devices
Intermediary Devices
19
Shielded Twisted-Pair (STP) cable
25
Material is based on ‘Network Fundamentals, CCNA Exploration Companion Guide’ , 6th Edition
Network Sizes
Networks of Many Sizes
Networks Sizes
Networks infrastructures can vary greatly
in terms of:
The size of the area covered
The number of users connected
The number and types of services available
Types of Networks
Network Protocols
Chapter 2 Part II
Rules that Govern Communications
Communication Process
Protocol Data Units & Encapsulation
67
Protocol Data Units & Encapsulation
70
Encapsulation
71
Decapsulation
72
Addressing in the Network
There are various types of addresses that must be included to
successfully deliver the data from a source application running
on one host to the correct destination application running on
another. Using the OSI model as a guide, we can see the different
addresses and identifiers that are necessary at each layer.
Getting the Data to the End Device
During the process of encapsulation, address identifiers are added
to the data as it travels down the protocol stack on the source host .
The first identifier, the host physical address, is contained in the header of the
Layer 2 PDU, called a frame.
Getting the Data to the End Device