Communication Protocols
Communication Protocols
and
Communications
Malaka Pathirana
MSc – Cyber Security (Reading), BSc in IT, Cisco Certified CCNA Instructor
What is Communication?
Rule Establishment
▪ Protocols are necessary for effective
communication and include:
• An identified sender and receiver
• Common language and grammar
• Speed and timing of delivery
• Confirmation or acknowledgement
requirements
• Access Method
• Defines the technique that is used to store and retrieve data
• Flow Control
• Ensures that the transmitting device does not send more data to
the receiving device than it can handle
• Response Timeout
• An option that lets you decide how long you are willing to wait
for an operation in a Workstation client before your request for
that operation is cancelled (timed out) on a network
Message Delivery Options
Network Standards
Я говорю
我只会说中文 только на
китайском
• Protocol –
A set of rules defining how network devices and software should
work
Protocol refers to logical rules about how devices should communicate, not
physical.
Network Protocols
DNS IPSec
FTP
The Benefits of Using a Layered Model
Encapsulation De-
Transport Layer Transport Layer
encapsulation
• ARPANET was funded by the U.S. Department of Defense for use by universities
and research laboratories. Bolt, Beranek and Newman (BBN) was the contractor
that did much of the initial development of the ARPANET, including creating the
first router known as an Interface Message Processor (IMP).
• In 1973, Robert Kahn and Vinton Cerf began work on TCP to develop the next
generation of the ARPANET. TCP was designed to replace ARPANET’s current
Network Control Program (NCP).
• In 1978, TCP was divided into two protocols: TCP and IP. Later, other protocols
were added to the TCP/IP suite of protocols including Telnet, FTP, DNS, and many
others.
Protocol Suites
TCP/IP Protocol Suite and Communication
Standards Organizations
IEEE
• 38 societies
• 130 journals
• 1,300 conferences each year
• 1,300 standards and projects
• 400,000 members
• 160 countries
• IEEE 802.3
• IEEE 802.11
The TCP/IP Reference Model
Benefits of Using a Layered Model
Comparing the OSI and TCP/IP Models
Other Standards Organization
• Segmenting message
benefits
• Different conversations
can be interleaved
• Increased reliability of
network communications
• Segmenting message
disadvantage
• Increased level of
complexity
Protocol Data Units (PDUs)
• Data
• Segment
• Packet
• Frame
• Bits
Accessing Local Resources
Communicating with Device / Same
Network
MAC and IP Addresses
ARP
Request
S1 R1
R1
192.168.1.1
11-11-11-11-11-11
PC1
192.168.1.110
AA-AA-AA-AA-AA-AA
PC2
192.168.1.111 FTP Server
BB-BB-BB-BB-BB-BB 192.168.1.9
CC-CC-CC-CC-CC-CC
Default Gateway
Communicating Device / Remote Network
Thank You