Working A Level
Working A Level
FORM 5
TOPICS TO BE COVERED
Open Systems Interconnection (OSI) Model
Transmission Control Protocol
(TCP)/Internet Protocol(IP)
Model
IP Addressing
Domain Name Systems
Routing Protocols
1. Open Systems Interconnection (OSI)
Model
Objectives
Design principles
Advantages
OSI Model( Open System Interconnection
Reference Model).
The osi model is designed to overcome the
interconnection difficulties and low efficiency
issues associated with using various protocols
by defining an open and interconnected
network.
The OSI reference model forms basis for
computer networking communication.
Principles of the designs of the OSI model.
- There are no clear boundaries to facilitate
understanding.
- Each layer implements specific functions and does
not affect each other.
- Each layer is a service provider and a service user.
- Each layer provides services to its upper layer and
uses services provided by its lower layer.
- The division of layers encourages the development
of standardized protocols.
7 Layers of the OSI Model
APDU Application layer 7 Provides communications
Top between applications.
three PPDU Presentation layer 6 Processes data formats and
layers encrypts data.
Sender Recipient
Encapsulation Decapsulation
1010101101010100101010001110
Mapping Between TCP/IP and OSI
• The TCP/IP protocol stack has a simple hierarchical design and a clear mapping relationship with the OSI
model.
OSI TCP/IP
Application layer
Session layer
Physical layer
2. Explain the format of an IP address
IP addressing is a hardware-independent convention which in principle
allows every computer attached to the Internet to be given a unique logical
address
IP address
- an identifier for a computer or device on a TCP/IP network.
- TCP/IP protocol networks route messages based on the IP address of the
destination.
IP address Format
- The format of an IP address is a 32-bit numeric address written as four
numbers separated by periods with each number ranging from zero to 255
eg, 1.160.10.240 could be an IP address.
- The four numbers in an IP address are used in different ways to identify a
particular network and a host on that network.
Originally IP addresses were divided into five classes as shown below. Classes A, B and
C are the most important: the initial bits determine which class an address belongs to,
and the classes differ in how much of the address is taken up with the network address
and how much with the host address.
Class A - supports 16 million hosts on each of 126 networks
Class B - supports 65,000 hosts on each of 16,000 networks
Class C - supports 254 hosts on each of 2 million networks
- The number of unassigned Internet addresses is running out, therefore the
system based on classes A, B, and C is gradually being replaced by
adoption of IPv6.
- In IPv6 the IP address size is increased from 32 bits to 128 bits.