ch-4 & 5 lect note_DDC
ch-4 & 5 lect note_DDC
- The above figure has both the Bipolar NRZ and RZ waveforms
- The pulse duration and symbol bit duration are equal in NRZ type, while the pulse
duration is half of the symbol bit duration in RZ type
******
Charactristic
- Data communication is the exchange of data between two devices by using
transmission medium (Wire or Wireless)
- The effectiveness of a data communications system depends on some fundamental
factors:
o Delivery
o Accuracy
o Timeliness
o Jitter
o Error detection & Correction
Delivery
- System must deliver the data to the correct destination
- (MAC address, IP Address)
Accuracy
- The system must deliver the data accurately
- Altered data is unusable
Timeliness
- In the case of video and audio, late delivery is useless
- Communication system must deliver data in a timely manner
- Timely means delivering data without any delay (real-time transmission)
Jitter
- Variation in the packet arrival time
- It is the delay in the delivery of audio or video data packets. an uneven quality in the
video is the result
Error Detection & Correction
- Parity check
- Checksum
- CRC
Component
- A Data communication system is made up of the following components:
Message
- A message is a piece of information that is to be transmitted from one person to
another. It could be a text file, an audio file, a video file, etc
Sender
- It is simply a device that sends data messages
- It can be a computer, mobile, telephone, laptop, video camera, or workstation, etc
Receiver
- It is a device that receives messages
- It can be a computer, telephone mobile, workstation, etc
Transmission Medium / Communication Channels
- Communication channels are the medium that connect two or more workstations
- Workstations can be connected by either wired media or wireless media
Set of rules (Protocol)
- When someone sends the data (The sender), it should be understandable to the
receiver also otherwise it is meaningless
- For example, Sonali sends a message to Chetan
- If Sonali writes in Hindi and Chetan cannot understand Hindi, it is a meaningless
conversation
- Therefore, there are some set of rules (protocols) that is followed by every computer
connected to the internet and they are:
TCP(Transmission Control Protocol)
- It is responsible for dividing messages into packets on the source computer and
reassembling the received packet at the destination or recipient computer
- It also makes sure that the packets have the information about the source of the
message data, the destination of the message data, the sequence in which the message
data should be re-assembled, and checks if the message has been sent correctly to the
specific destination
IP(Internet Protocol)
- Do You ever wonder how computer determines which packet belongs to which device
- What happens if the message you sent to your friend is received by your father? Scary
Right
- Well! IP is responsible for handling the address of the destination computer so that
each packet is sent to its proper destination
Simplex Mode
- In Simplex mode, the communication is unidirectional, as on a one-way street
- Only one of the two devices on a link can transmit, the other can only receive
- The simplex mode can use the entire capacity of the channel to send data in one
direction
- Example: Keyboard and traditional monitors
- The keyboard can only introduce input, the monitor can only give the output
Advantages
- Simplex mode is the easiest and most reliable mode of communication
- It is the most cost-effective mode, as it only requires one communication channel
- There is no need for coordination between the transmitting and receiving devices,
which simplifies the communication process
- Simplex mode is particularly useful in situations where feedback or response is not
required, such as broadcasting or surveillance
Disadvantages
- Only one-way communication is possible
- There is no way to verify if the transmitted data has been received correctly
- Simplex mode is not suitable for applications that require bidirectional
communication
Half-Duplex Mode
- In half-duplex mode, 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
- The half-duplex mode is used in cases where there is no need for communication in
both directions at the same time
- The entire capacity of the channel can be utilized for each direction
- Example: Walkie-talkie in which message is sent one at a time and messages are sent
in both directions
- Channel capacity = Bandwidth * Propagation Delay
Advantages
- Half-duplex mode allows for bidirectional communication, which is useful in
situations where devices need to send and receive data
- It is a more efficient mode of communication than simplex mode, as the channel can
be used for both transmission and reception
- Half-duplex mode is less expensive than full-duplex mode, as it only requires one
communication channel
Disadvantages
- Half-duplex mode is less reliable than Full-Duplex mode, as both devices cannot
transmit at the same time
- There is a delay between transmission and reception, which can cause problems in
some applications
- There is a need for coordination between the transmitting and receiving devices,
which can complicate the communication process
Full-Duplex Mode
- In full-duplex mode, both stations can transmit and receive simultaneously
- In full-duplex mode, signals going in one direction share the capacity of the link with
signals going in another direction, this sharing can occur in two ways
- Either the link must contain two physically separate transmission paths, one for
sending and the other for receiving
- Or the capacity is divided between signals traveling in both directions
- Full-duplex mode is used when communication in both directions is required all the
time
- The capacity of the channel, however, must be divided between the two directions
- Example: Telephone Network in which there is communication between two persons
by a telephone line, through which both can talk and listen at the same time
- Channel Capacity = 2* Bandwidth*propagation Delay
Advantages
- Full-duplex mode allows for simultaneous bidirectional communication, which is
ideal for real-time applications such as video conferencing or online gaming
- It is the most efficient mode of communication, as both devices can transmit and
receive data simultaneously
- Full-duplex mode provides a high level of reliability and accuracy, as there is no need
for error correction mechanisms
Disadvantages
- Full-duplex mode is the most expensive mode, as it requires two communication
channels
- It is more complex than simplex and half-duplex modes, as it requires two physically
separate transmission paths or a division of channel capacity
- Full-duplex mode may not be suitable for all applications, as it requires a high level of
bandwidth and may not be necessary for some types of communication
Difference between Simplex, Half duplex and Full Duplex Transmission Modes
- In simplex mode, the signal is sent in one direction
- In half duplex mode, the signal is sent in both directions, but one at a time
- In full duplex mode, the signal is sent in both directions at the same time
- In simplex mode, only one device can transmit the signal
- In half duplex mode, both devices can transmit the signal, but one at a time
- In full duplex mode, both devices can transmit the signal at the same time
- Full duplex performs better than half duplex, and half duplex in turn performs better
than simplex
o point-to-multipoint
o multipoint-to-multipoint
- Data transmission can either be analogue or digital, but is mostly earmarked for
sending and receiving digital data
- As such, data transmission is also referred to as digital transmission or digital
communications
- It works when a device aims to transmit a data object or file to one or multiple
recipient devices
- The digital data comes from the source device in the form of digital bitstreams
- These data streams are positioned over a communication medium for transmission to
the destination device
- An outward signal can either be a baseband or a passband
- Aside from external communication, data transmission may be done internally,
between different parts of the same device
- The sending of data to a processor from the random access memory (RAM) or hard
disk is a form of data transmission
- There are two methods used for transferring data between computers which are given
below
o Serial data transmission
Synchronous
Asynchronous
o Parallel data transmission
- Synchronous transmission
- No extra bit is added to each byte
- Data is transferred in batches, each of which contains multiple bytes
- In Asynchronous Transmission, data is sent in form of byte or character
- This transmission is the half-duplex type transmission
- In this transmission start bits and stop bits are added with data
- It does not require synchronization
- Example:
o Email
o Forums
o Letters
Representation of data
- The representation of data in this method is done by converting at least one part of a
knowledge graph into a vector form
- Data is can be anything which represents the specific result or any number, text,
image, audio, video etc
- For example, If you will take an example of human being then data for a human being
such that name, personal id, country, profession, bank account details etc. are the
important data
- Data can be divide into three categories such that data can be personal, public and
private
- At present Information comes in different forms such as follows.
o Numbers
o Text
o Images
o Audio
o Video
Numbers
- Numbers are not represented as ASCII but by bit patterns
- Numbers are directly converted into binary representation to specify mathematical
operations
- The 0s and 1s used to represent digital data
- The number system that humans normally use is in base 10
- Number File Formats are as follow:
o Integer
o Fixed point
o Date
o Boolean
o Binary, Octal, Decimal, Hex
Text
- Text is also represented as bit pattern or sequence of bits(such as 0001111)
- Various types of bits are assigned to represent text symbols
- A code where each number represents a character can be used to convert text into
binary
- Text File Formats are as foloow:
o DOC
o DOCX
o PDF
o RTF
o TXT
Audio
- Audio signal is a representation of sound or music
- Audio differs from all i.e. from text, number and images
- Audio is a series of binary numbers for digital signals
- It is continuous but not discrete
- Audio File Formats are as follow:
o MP3
o M4A
o FLAC
o WAV
o WMA
o AAC
- Video
- Video refers to the recording, broadcasting, copying or playback
- Video can either be produced or it is continuous and sometimes it is a combination of
multiple images produced in motion
- Video File Formats are as follow:
o MP4
o MOV
o AVI
o FLV
Images
- Images are also represented as bit patterns
- An image is composed of matrix of pixels with different values of pixels each where
each pixel is represented as dots
- Size of the picture is dependent on its resolution
- Consider a simple black and white image
- If 1 is black (or on) and 0 is white (or off), then a simple black and white picture can
be created using binary
- Image File Formats are as follow:
o JPEG
o PNG
o TIFF
o GIF
Multimedia Application
- Multimedia indicates that, in addition to text, graphics/drawings, and photographs,
computer information can be represented using audio, video, and animation
Education
- In the subject of education, multimedia is becoming increasingly popular
- It is often used to produce study materials for pupils and to ensure that they have a
thorough comprehension of various disciplines
Entertainment
- The usage of multimedia in films creates a unique auditory and video impression
- Multimedia is the only way to achieve difficult effects and actions
- The entertainment sector makes extensive use of multimedia
- It’s particularly useful for creating special effects in films and video games
- The most visible illustration of the emergence of multimedia in entertainment is music
and video apps
- Interactive games become possible thanks to the use of multimedia in the gaming
business
- Video games are more interesting because of the integrated audio and visual effects.
Business
- Marketing, advertising, product demos, presentation, training, networked
communication, etc. are applications of multimedia that are helpful in many
businesses
- The audience can quickly understand an idea when multimedia presentations are used.
- It’s also utilized to encourage clients to buy things in business marketing
Technology & Science
- It can communicate audio, films, and other multimedia documents in a variety of
formats
- Only multimedia can make live broadcasting from one location to another possible
- Plans can be produced more efficiently to cut expenses and problems
Fine Arts
- Multimedia artists work in the fine arts, combining approaches employing many
media and incorporating viewer involvement in some form
- Digital painters make digital paintings, matte paintings, and vector graphics of many
varieties using computer applications
Engineering
- Multimedia is frequently used by software engineers in computer simulations for
military or industrial training
- It’s also used for software interfaces created by creative experts and software
engineers in partnership
- Only multimedia is used to perform all the minute calculations
There are five basic elements of multimedia
- text, images, audio, video and animation
- Example - Text in fax, Photographic images, Geographic information system maps,
Voice commands, Audio messages, Music, Graphics, Moving graphics animation,
Full-motion stored and live video, Holographic images
o Databases
o Portfolios
o Text messaging
o Network communications
o Voicemail messages
o Teleconferencing
Audio formats
- MP3
- MP3 is a popular format for music due to good compression and good audio quality
- Files have an .mp3 file extension and usually play in most browsers
- The MIME type is audio/mpeg.
- WAVE
- It was developed by IBM and Microsoft, and is supported by most web browsers
- Files have the .wav file extension
- It does not use compression, so its quality is better than MP3 but for which good-
quality speakers are needed
- Due to uncompressed format its file sizes is very large
- Its MIME type is audio/x-wav
- MID
- It stores a score in music which tells about how to play a piece of music, and not the
audio
Video Formats
- FLV or Flash video
- It is the most popular format due to flash player plug-in is installed on most
computers
- Creating video needs the flash authoring software which can also create video players
for playback thus facilitating in control of look and feel of the player
- It uses flv or swf file extension and it has good compression and thus lower files size
- MPEG
- It is a video format developed by the Motion Picture Experts Group (MPEG)
- Most computers have a windows media player or quicktime player which plays
MPEG video format files
- It has mpg file extension and its file size is larger than flash
- WMV or Windows Media Video
- It requires windows media player to play it and has wmv file extension
- MOV
- This files are based on quicktime movie file format which can have file extension of
MP4 or mov and has small file size
- AVI (audio/video interleaved)
- It is known as a container format as in it video is compressed with another codec thus
some AVI files may play, and not others. Its file extension is avi
- RS -232 9-pin and 25-pin diagram and connection are given bellow
RS - 422 standard
- The RS422 interface is used for multi drop configuration and supports up to 10
devices at a time
- It is used in balanced differential mode
- It supports data rate from 100 kbps to about 10 Mbps
- The following document describes the functions of the pins on the RS422 9 and 37
pin Sub-D connectors used in serial communications
- Pin diagram and connection are given bellow
RS - 485 standard
- The RS485 interface supports higher data rate and distance compare to RS232
- It supports distance of 10 meters for 30-35 Mbps and 1200 meters for the data rate of
about 100 kbps
- It is a balanced differential interface used mainly for multi drop configuration
- Figure depicts pin configurations of RS485 interface in a 9 pin DB9 connector
USB
- USB stands for Universal Serial Bus, an industry standard for short-distance digital
data communications
- USB ports allow USB devices to be connected to each other with and transfer digital
data over USB cables
- They can also supply electric power across the cable to devices that need it
- Different type of USB port are given bellow
o USB – A
o USB –B
o USB –C
o USB 3.0
USB-A
- A USB-A port exists on many devices, such as laptops, gaming consoles and TVs
- It's recognizable as both a common port on computers and as the rectangular port for
many charging cords for mobile devices
- You can charge a device's battery and transfer data at a relatively high speed using this
type of port, such as a phone cord and USB-A port in your car
- You can also charge your phone and simultaneously play stored or streamed music
USB-B
- A USB-B port commonly connects a computer and a large peripheral device, such as
a printer
- Often, the device has a USB-B port, which you connect to your computer through one
of its USB-A or USB 3.0 ports
- This allows your component to communicate with the device and share data, such as
sending files to the printer to create physical copies
USB-C
- The USB-C port is oval and significantly smaller than the USB-A or USB-B ports
- It's the standard for transmitting both data and power over a single cable for many
electronics industries
- The port has no up or down orientation, which can help to reduce wear, as you don't
need to plug it in with the same orientation each time
- You may connect to it using a cord with a USB-A or a double-sided USB-C cord to
maximize the value of its increased capabilities
USB 3.0
- A USB 3.0 port is an updated version of the USB-A port
- It has the same shape, allowing you to connect either type of cord
- This port provides higher transfer speeds, similar to a USB-C
- Many USB devices on the market have a USB 3.0 port
- By combining a USB 3.0 cord with a compatible cord or connector, you can
maximize the benefit of the port
- Ports, such as a high-speed charger or fast data-transfer port, may also specialize in
data or charging
HDMI
- High-Definition Multimedia Interface (HDMI) is a proprietary audio/video interface
for transmitting uncompressed video data and compressed or uncompressed digital
audio data from an HDMI-compliant source device, such as a display controller, to a
compatible computer monitor, video projector, digital television
- HDMI ports accept connections from HDMI cables, which transmit and receive high-
definition audio and visual signals
- Computers, televisions and other multimedia devices often have HDMI ports to
transfer images and sound onto another device
- Many modern monitors use HDMI due to its high quality, so a modern computer will
likely have one or more HDMI out ports
RCA
- The RCA connector is a type of electrical connector commonly used to carry audio
and video signals
- The name RCA derives from the company Radio Corporation of America, which
introduced the design in the 1930s
- The connector's male plug and female jack are called RCA plug and RCA jack
- RCA cables have many of the same capabilities as HDMI cables, but they use a
method of transmission in which the audio and video signals transmit separately
- These ports and cables are typically color-coded to indicate the correct port for audio
and video cable insertion, with red and white cables for stereo sound and yellow
cables for video
- Many older gaming systems and multimedia devices, like DVD players, use RCA
cables to transfer audio and visual data, and RCA ports may allow your computer to
interact with them
3.5mm audio
- This port is for audio transmission only and exists on many media players, mobile
devices, computers and cars
- Any device that plays audio or allows for a headphone connection may have a 3.5mm
audio jack
- Cords that plug into these ports may attach to a device directly or have another 3.5mm
audio jack on the other end of the cord for connections to many devices
Ethernet
- Ethernet ports are for transmitting wired internet connections
- These ports allow connections from ethernet cables, which also connect to routers or
modems, allowing internet capabilities
- Ethernet cables may enable faster internet connections than wireless connections, but
many Wi-Fi connections can achieve similar speeds to wired connections
Industrial standards
- Industry standards are voluntary agreements that establish requirements for products,
practices, or operations in a given field
- Industry standards are documents that contain requirements that have been agreed on
by groups of companies and people working in specific industries or on specific types
of products
- The standards address product performance, safety, reliability, and the methods for
evaluating product performance, reliability, and safety
Cross-Industry Standards
American National Standards Institute (ANSI)
- This organization that has served as administrator and coordinator of the U. S. private
sector standardization system for 80+ years
- ANSI does not develop standards; it examines and approves standards developed by
others. Search using NSSN
American Society for Testing and Materials (ASTM)
- Raynor Reference TA401 .A64
- ASTM provides for the development and publication of voluntary standards for
materials, products, systems and services
- The library owns the print version of the 2019 edition
- Standards can be copied or scanned at nearby Printwise stations
IEEE Standards
- Browse by number or search by title keyword for approved, unapproved and draft
standards published by the Institute of Electrical and Electronics Engineers
- Full text of standards is included
National Information Standards Organization (NISO)
- NISO is a non-profit association accredited by the American National Standards
Institute (ANSI) that identifies, develops, maintains, and publishes technical standards
to manage information; for content publishers, libraries, and software developers, etc.
Occupational Health and Safety (OSHA)
- Searchable site of U.S. gov't workplace safety standards and regulations
- Link to full text
Industry-Specific Standards/Codes
AASHTO LRFD Bridge Design Specifications
- Several editions of AASHTO Load Resistance Factor Design standards
ACI Manual of Concrete Practice
- Raynor Reference TA439 .A25x
- This multi-volume set contains the standards, guides, and reports most widely used by
designers, concrete suppliers, and contractors for nearly every phase of concrete and
masonry design and concrete construction
W3C
- Define an Open Web Platform for application development enabling developers to
create interactive experiences available on any device
Organization
Purpose Examples
Name
EN 50155 ensures rail system
ENs is documents that have been ratified
interoperability and covers the
European by one of the three European
electronic equipment used on
Standards (ENs) Standardization Organizations (ESOs) –
rolling stock for railway
CEN, CENELEC or ETSI.
applications.
The ETG brings Ether CAT device
manufacturers, technology providers and
Ether CAT Both Ether CAT and Safety over
users together to further the technology
Technology Ether CAT are IEC Standards
and keep it open for all potential users.
Group (ETG) (IEC 61158 and IEC 61784).
The ETG is an official partner of the IEC
(see below)
The IEC is the international standards
International IEC 61850-3 enables the
and conformity assessment body for
Electrotechnical intelligent electronic devices in
electric and electronic products, systems
Commission electrical substation automation
and services, collectively known as
(IEC) systems to communicate.
electrotechnology.
IEEE is the world’s largest technical IEEE 802.11 is a set of media
professional organization dedicated to access control (MAC) and
advancing technology through its highly- physical layer (PHY)
IEEE
cited publications, conferences, specifications for implementing
technology standards, and professional wireless LANs across several
and educational activities. frequency bands.
ISO is an independent, non-governmental
ISO 14000 is a family of
International international organization that promotes
standards related to environmental
Organization for worldwide proprietary, industrial and
management to help companies
Standardization commercial standards. ISO develops
minimize their negative impact on
(ISO) voluntary, consensus-based, market
the environment.
relevant International Standards.
National NEMA is the largest trade association of NEMA TS-2 covers traffic
Electrical electrical equipment manufacturers in the signalling equipment used to
Manufacturers U.S. NEMA has published more than 600 facilitate and expedite the safe
Association standards, application guides and movement of pedestrians and
(NEMA) technical papers. vehicular traffic.
ODVA was founded in 1995 and is a ODVA oversees technology and
global trade and standard development standards for EtherNet/IP,
ODVA organization whose members are DeviceNet, CompoNet,
suppliers of devices for industrial ControlNet, Common Industrial
automation applications. Protocol (CIP) and Conformance.
The PROFIBUS Nutzerorganisation e.V.
PNO oversees certifications and
(PROFIBUS User Organization, or PNO)
standards related to PROFINET,
PROFIBUS User is comprised of 25 regional associations,
PROFIBUS, PROFIsafe,
Organization including automation vendors, service
PROFIdrive & Encoder,
(PNO) suppliers and end-users, who work
PROFIenergy, IO-LINK and Field
together to create ideas that will become
Device Integration (FDI).
standards.
The UL 60950-1 standard is
UL is a global independent safety science applicable to information
company and has developed more than technology equipment designed
1,500 standards. UL supports the for use as telecommunication
UL Standards
responsible design, production, marketing terminal equipment and network
and purchase of goods, solutions and infrastructure equipment in order
innovations. to reduce the risk of injury or
damage
Industry Organizations
- American Association of State Highway and Transportation Officials
- American Concrete Institute
- American Public Works Association
- ASHRAE - American Society of Heating Refrigeration and Airconditioning Engineers
- ASME - American Society of Mechanical Engineers
- AWWA - American Water Works Association
- American Welding Society
- Construction Specifications Institute
- International Electrochemical Commission
- International Telecommunication Union
- National Fire Protection Association
- Society of Automotive Engineers
- Underwriters Laboratories
******
Working
- The communication satellites are similar to the space mirrors that help us bounce
signals such as radio, internet data, and television from one side of the earth to
another
- Three stages are involved, which explain the working of satellite communications
o Uplink
o Transponders
o Downlink
- Let’s consider an example of signals from a television
- In the first stage, the signal from the television broadcast on the other side of the earth
is first beamed up to the satellite from the ground station on the earth
- This process is known as uplink
- The second stage involves transponders such as radio receivers, amplifiers, and
transmitters
- These transponders boost the incoming signal and change its frequency so that the
outgoing signals are not altered
- Depending on the incoming signal sources, the transponders vary
- The final stage involves a downlink in which the data is sent to the other end of the
receiver on the earth
- It is important to understand that usually, there is one uplink and multiple downlinks
User
- The user who actually sends or receives the information or data
- The user may be a sender or a receiver. Here, we have shown the two-way
communication system
Terrestrial System
- It is the local geometrical communication system between earth stations
- They did not use satellites for communication
- Terrestrial communication uses both analog and digital signals for data transmission
- The terrestrial communication system is used to connect local earth stations
- This system also all the local users to an earth station
Earth Stations
- Earth stations are those from where signals are sent to the satellite and received
signals from the satellite
- Earth stations collect data from all the users and make it ready to transmit through the
satellite
- Earth stations have all the required circuits such as an oscillator, amplifier, modulator,
demodulator, etc
- Earth stations do all the major works of the communication system such as it
amplifies the signal before sending or after receiving
- It removes all the noise and corrects all the errors in the signals
Antenna
- The antenna is a device that sends and receives the signal in the form of a radio wave
or microwave
- It creates a medium between the circuit and space for the transmission of signals
- The antenna is a crucial component of satellite communication systems and is
commonly used for television broadcasting, internet connectivity, and other
applications
- A satellite antenna has some important parts and components such as Dish, LNB
(Low-Noise Block downconverter), Feedhorn, Mounting Assembly, Cables,
Connectors, etc
- When setting up a satellite antenna, it is essential to align it properly to the desired
satellite
- This alignment ensures optimal signal reception and minimizes interference
- It's important to note that the specific design and configuration of satellite antennas
can vary depending on the intended application, such as Direct-to-Home (DTH)
television reception, VSAT (Very Small Aperture Terminal) systems for internet
connectivity, or specialized communication systems for military or scientific purposes
Uplink and Downlink
- The Uplink is the transmission channel through which the signal is transmitted from
the Earth station to the satellite
- Downlink is the transmission channel through which the signal is transmitted from the
satellite to the Earth station
- The frequency at which the signal is transmitted from the earth station to the satellite
is called uplink frequency
- On the other hand, the frequency at which the signal is transmitted from the satellite
to the Earth station is called Downlink frequency
Transponder
- The transponder is a device available in the satellite which actually does the
communication with the earth stations
- A satellite consists of thousand of transponders
- The transponder receives the signal from the earth stations at a frequency, then it
converts those signals into another frequency and then sends them to the other earth
stations
Satellite Subsystems
- Satellite subsystems can be broadly divided into four categories
o Power Supply section
o Attitute and Orbital Control
o Telemetry Tracking and Command
o Communication Section
- you can see four columns have been shown in diagram
Disadvantages
- Initial expenditure is expensive
- There are chances of blockage of frequencies
- Propagation and interference
Applications
- Telephone
- Television
- Digital cinema
- Radio broadcasting
- Amateur radio
- Internet access
- Military
- Disaster Management
Major Advantages
Fast
- Imagine being able to download a full HD movie in less than 3 seconds
- This is the download speed on 5G
- 5G will deliver speeds of up to 20 Gbps, increasing traffic capacity and network
efficiency by a factor of 100
Low latency
- In addition, mm Wave can also achieve latency as low as 1 ms
- This establishes a connection instantly and reduces network traffic afterwards
State-of-the-art technology foundation
- 5G’s full potential is envisioned to provide speeds that enable real-time reproduction
of augmented reality
- This will further lead to the development of more hardware to work with augmented
reality
- This technology is also the basis for virtual reality, autonomous driving, and the
Internet of Things
Ripple Effect
- The benefits of 5g will not only improve the smartphone experience but also open up
opportunities for progress in other areas such as healthcare, infrastructure, and even
manufacturing
- This means that more users can connect to the network simultaneously
- Core Network
- The Core Network manages all the data and internet connections for the 5G Wireless
Technology
- And a big advantage of the 5G Core Network is that it can integrate with the internet
much more efficiently and it also provides additional services like cloud-based
services, distributed servers that improve response times, etc
- Another advanced feature of the Core Network is network slicing (Which we talked
about earlier!!!)
Advantages of FHSS
- Synchronization is not greatly dependent on distance
- Processing Gain is higher than DSSS
Disadvantages of FHSS
- The bandwidth of the FHSS system is too large (in GHz)
- Complex and expensive Digital frequency synthesizers are required
Edge Computing
Introduction
- Edge Technology aims at making Internet Of Things (IOT) with 100 thousand of
sensors in next decade, with the increased usage and manipulation of large data it
becomes important to get used to this technology which refers to computing on sensor
itself
- 2019 is predicted as the year of edge technology and will remain so in the coming
years
- In a variety of situations, edge computing is deployed. One is when IOT devices is
centrally connected to cloud due to poor connectivity of devices
- By the year 2020, there will be approximately 1.5 GB worth of data is generated per
day. With many devices connected to the internet and generating data, its not possible
for cloud alone to handle this huge data all by itself
- Edge can relate to the data processing as well as the local processing of real-time data
- The various edge components that can be counted upon are Data processing, Rule
Engine, Local Database
- Cloud is more concerned with big data processing and data warehousing
Distributed
- The distributed ledger is shared and updated with every incoming transaction among
the nodes connected to the Blockchain
- All this is done in real time as there is no central server controlling the data
Secure
- There is no unauthorized access to Blockchain made possible through Permissions
and Cryptography
Transparent
- Because every node or participant in Blockchain has a copy of the Blockchain data,
they have access to all transaction data
- They themselves can verify the identities without the need for mediators
Consensus-based
- All relevant network participants must agree that a transaction is valid
- This is achieved through the use of consensus algorithms
Flexible
- Smart Contracts which are executed based on certain conditions can be written into
the platform
- Blockchain Networks can evolve in pace with business processes
- According to the latest estimation 328.77 million terabytes are generated every day so
just think of how large the volume is. , this data may also consist of your data such as
your Identity cards or your Banking information or it may be any other Data
- Just imagine if someone misuses your data
- You may be thinking of how other people will get my data right?
******