HCNA 1 - Introduction and Protoctocol Stack Models
HCNA 1 - Introduction and Protoctocol Stack Models
Introduction
Instructor
Email: [email protected]
Office: F 05
Office Hours:
Wednesday/Thursday 11:00 AM - 12:00 PM
Course Execution
• Three lectures of two hour every week
• Lab + Lecture combined
Data Communication
• Communications are the exchange of data between two devices via some
form of transmission medium.
• Half-Duplex:
– Each station can both transmit and receive, but not at the same time
– When one device is sending, the other can only receive, and vice versa.
• Full-Duplex or Duplex:
– Both stations can transmit and receive simultaneously.
Networks
Networks
• A network is the interconnection of a set of devices capable of
communication.
• Nodes:
– Computers
– Printers
– Other devices that can send and receive data.
– Also known as host
• Links:
– Paths or connections that connects nodes.
– Also known as communication channels.
Network Criteria
Network Criteria
• Performance of the Network:
– Number of Users
– Types of Transmission Medium
– Hardware
Network Topology
• A network topology can be termed as the way in which a
network is laid out physically.
Network Topology
• Mesh • Star
• Bus
• Ring
Network Types
Network Models
Protocol Layering
PROTOCOL LAYERING
• Defined the term “protocol” in earlier while discussing “Basic
Components of Communication”.
– A protocol defines the rules that both the sender and receiver and all
intermediate devices need to follow to be able to communicate
effectively.
Network Models -
OSI Model
Network Models
• There are two network models widely used:
– TCP/IP model .
– OSI (Open System Interconnection) Model.
OSI Model
• There are seven layers in OSI model on both sides of the communication
Mnemonics Mnemonics
(Top-Down) (Bottom-Up)
----------------------------------------------------------------------------------------
All Away
People Pizza
Seem Sausage
To Throw
Need Not
Data Do
Processing Please
OSI Model
Summary
TCP/IP Model
• Presented before OSI model.
• Originally Four Layer Model. But last layer can be
thought of as two layers: data link and physical.
• At the destination host, each layer only decapsulates the packet received,
removes the payload (message), and delivers the payload to the next-higher
layer protocol until the message reaches the application layer.
Addressing
• Port Address
– Physical and Logical addresses are necessary for transmitting the data
from source host to destination host.
– There are multiple applications running at any instant in the network.
– In order to label the different addresses we need port addresses.
– A port number is a 16-bit unsigned integer, thus ranging from 0 to
65535.
– For receiving Email port address is 25; HTTP port is 80; HTTPS port is
443 and so on.