Networking Fundametals
Networking Fundametals
Networking
Home About Contact
Fundamentals
Physical Layer & Number Systems
Presented by:
Ivan Corral
Angel Solis
Angel Santillan
David Alanis
Jesus Aldana
Josue Fragoso
Introduction
The physical layer of the OSI model sits at the bottom of
the stack. It is part of the Network Access layer of the
TCP/IP model.
Understanding these information well will help us to apply
the theory during practices where these foundamental
concepts are involved
This layer accepts a complete frame from the data link layer and encodes
it as a series of signals that are transmitted to the local media
The physical layer encodes the frames and creates the electrical, optical,
or radio wave signals that represent the bits in each frame
The destination node physical
layer retrieves these individual
signals from the media, restores
them to their bit representations,
and passes the bits up to the data
link layer as a complete frame.
Physical Layer Characteristics
The services and protocols in the TCP/IP suite are defined by the Internet Engineering Task Force (IETF).
Physical Components
The physical components are the electronic hardware devices, media, and other connectors that transmit the signals that represent the
bits. Hardware components such as NICs, interfaces and connectors, cable materials, and cable designs are all specified in standards
associated with the physical layer.
Encoding
Signaling
The physical layer must generate the electrical, optical, or wireless signals that
represent the "1" and "0" on the media. The way that bits are represented is called the
signaling method. The physical layer standards must define what type of signal
represents a "1" and what type of signal represents a "0". This can be as simple as a
change in the level of an electrical signal or optical pulse. For example, a long pulse
might represent a 1 whereas a short pulse might represent a 0.
Bandwidth
Bandwidth is the capacity at which a medium can carry data. Digital bandwidth measures the amount of data that can flow from
one place to another in a given amount of time.
Bandwidth is typically measured in kilobits per second (kbps), megabits per second (Mbps), or gigabits per second (Gbps).
Bandwidth Terminology
Latency
It refers to the amount of time, including delays, for data to travel from one given point to another.
Throughput
It is the measure of the transfer of bits across the media over a given period of time.
Goodput
It is the measure of usable data transferred over a given period of time. Goodput is throughput minus traffic overhead for
establishing sessions, acknowledgments, encapsulation, and retransmitted bits. Goodput is always lower than throughput,
which is generally lower than the bandwidth.
Ivan Home About Contact
Types of
Connections
Ivan Home About Contact
Copper Cabling
Characteristics:
Inexpensive, easy to install, but limited by
distance and interference.
Susceptible to electromagnetic interference (EMI)
and crosstalk.
Types:
UTP Cabling
Properties:
Consists of color-coded twisted copper wire
pairs.
Utilizes cancellation and varying twists to reduce
crosstalk.
Fiber-Optic Cabling
Properties:
Transmits data via light impulses over long
distances with minimal signal loss.
Classified into single-mode fiber (SMF) and
multimode fiber (MMF).
Usage:
Deployed in enterprise networks, fiber-to-the-home (FTTH),
long-haul networks, and submarine cable networks.
Wireless Media
Properties:
Utilizes radio or microwave frequencies for data
transmission.
Provides mobility but faces limitations in
coverage, interference, and security.
Types:
Wi-Fi (IEEE 802.11), Bluetooth (IEEE 802.15), WiMAX (IEEE 802.16),
Zigbee (IEEE 802.15.4).
Properties and
limitations
Coverage area......
Interference.....
Security .....
Shared medium.....
Types of wireless media.
The IEEE and telecommunications industry standards for wireless data communications cover both
the data link and physical layers. In each of these standards, physical layer specifications are applied
to areas that include the following:
Wireless Access Point (AP) - These concentrate the wireless signals from
users and connect to the existing copper-based network infrastructure,
such as Ethernet. Home and small business wireless routers integrate the
functions of a router, switch, and access point into one device, as shown in
the figure.
Wireless NIC adapters - These provide wireless communication capability
to network hosts.
Larana, Inc.
Binary is a numbering system that consists of the digits 0 and 1 called bits.
In contrast, the decimal numbering system consists of 10 digits consisting
of the digits 0 – 9.
Binary to decimal
Decimal to binary
Home About Contact
Hexadecimal and IPV6 Adresses.
First of all, to understand IPv6 addresses, you must be able to convert hexadecimal to decimal and vice versa.
Just as decimal is a base ten number system, hexadecimal is a base sixteen system. The base sixteen number
system uses the digits 0 to 9 and the letters A to F.
The hexadecimal numbering system is used in networking to represent IP Version 6 addresses and Ethernet MAC
addresses.
IPV6
IPv6 addresses are 128 bits in length and every 4 bits is represented by a single hexadecimal digit; for a total
of 32 hexadecimal values. IPv6 addresses are not case-sensitive and can be written in either lowercase or
uppercase.
As shown in the figure, the preferred format for writing an IPv6 address is x:x:x:x:x:x:x:x, with each “x” consisting of four
hexadecimal values. When referring to 8 bits of an IPv4 address we use the term octet. In IPv6, a hextet is the
unofficial term used to refer to a segment of 16 bits or four hexadecimal values. Each “x” is a single hextet, 16 bits, or
four hexadecimal digits.
Decimal to Hexadecimal Conversions
Converting decimal numbers to hexadecimal values is straightforward. Follow the steps listed:
For example, 168 converted into hex using the three-step process.
Thank You
For Your Attention