Osi
Osi
A network is two or more computer systems that are linked by a transmission medium and
share one or more protocols that enable them to exchange data. (Network in terms of nodes
and links)
The main purpose of networking is to all two hosts to share data with one another.
The nodes are devices that send, receive, and forward data and the links are the
communications pathways between them.
Open Systems Interconnection (OSI) reference model was created by the International
Organization for Standardization (ISO).
To create a universal standard of communication between devices
The OSI model was meant to help technology vendors create interoperable network devices
and software in the form of protocols so that different vendor networks could work in
peaceable accord with each other.
OSI model is the primary architectural model for networks. It describes how data and
network information are communicated from an application on one computer through the
network media to an application on another computer.
OSI model addresses all the processes required for effective communication and divides
them into logical groupings called seven layers.
8
The OSI model
sender Receiver
9
At each level (except the physical layer), the sending node adds a header to the data payload, (i.e.
the data to be transmitted) forming a “chunk” of data called a protocol data unit (PDU). This is the
process of encapsulation.
10
Authentication: is the process of verifying who you are. (by using User name and
Password)
Authorization: is the process use by server to determine if you have a permission to assess
a file
Layer 4 Transport: This controls the reliability of communication to
Segmentation. Data are divided into small data unit called segments.
o Segments: This contains a port number and sequence number. Port number help to
direct each segment into correct application while sequence number help to
reassemble segment to form correct message at the receiver
Flow Control: Control amount of data transmitted. (Also help in system performance
Error Control: If some data transmitted fails to reach the destination transport layer use
Automatic Repeat Request to re-transmit the loose data.
Protocol at transportation layer include:
Transmission Control Protocol (TCP)
o Connection-oriented Transmission
User Datagram Protocol (UDP)
o Connectionless Transmission
Also, the transport layer is to identify each type of network application by assigning it a port
number. For example, data requested from an HTTP web application can be identified as port 80,
while data sent to an email server can be identified as port 25
Layer 3 Network: This is responsible for moving data around a network of networks, known as
an internetwork or the Internet.
Moves information around an internetwork by using logical network and host IDs.
The main appliance working at layer 3 is the router.
Data unit in Network layer are called Packets
Perform Logical addressing (IPv4 & IPv6), Routing and Path determination
11
Layer 2 Data Link: is responsible for transferring data between nodes on the same logical
segment. The data link layer organizes the stream of bits arriving from the physical layer into
structured units called frames.
At the Data Link layer, a segment is one where all nodes can send traffic to one another
using hardware addresses, regardless of whether they share access to the same media.
The data link layer adds control information to the payload in the form of header fields.
These fields include source and destination hardware addresses, plus a basic error check to
test if the frame was received intact.
Devices that operate at the data link layer include:
12
Layer 1 Physical: is responsible for the transmission and receipt of the signals that represent bits
of data from one node to another node. The transmission media types:
Cabled
Wireless
The Physical layer specifies the following:
Physical topology and segments
Physical interface and transmission of signals
Modulation and encoding
Devices that operate at the Physical layer include:
Transceiver: The part of a network interface that sends and receives signals over the
network media
Repeater: A device that amplifies an electronic signal to extend the maximum allowable
distance for a media type.
Hub: A multiport repeater, deployed as the central point of connection for nodes
Media converter: A device that converts one media signaling type to another
13
Modem: A device that performs some type of signal modulation and demodulation, such
as sending digital data over an analog line.
14
Configure SOHO Networks
Small office/home office (SOHO) is a category of LAN with a small number of computing hosts
that typically rely on a single integrated appliance for local and Internet connectivity.
Physical Layer Functions
Starting at layer 1, the SOHO router provides the following physical connections:
A number of RJ-45 ports (typically four) to connect to a local cabled network. These are
typically labeled as the LAN ports.
Radio antennas to transmit and receive wireless signals.
15
Network Layer Functions
At layer 3, the network layer, the routing part of the SOHO router makes forwarding decisions
between the local private network and public Internet. These zones are distinguished by internet
protocol (IP) addresses. The local network uses a private. IP address range, such as 192.168.1.0/24.
The router runs a dynamic host configuration protocol (DHCP) server to allocate a unique address
to each host that connects to it over either an Ethernet port or via the wireless access point. T
16
17