Computer Network 2
Computer Network 2
Networks - 11
Network
1) Modem
Devices
Modem stands for Modulator/Demodulator.
The modem is defined as a networking device that is used to
connect devices connected in the network to the internet.
The main function of a modem is to convert the analog
signals that come from telephone wire into a digital form (0s
and 1s).
The modem can perform both the task of modulation and
demodulation simultaneously.
The modem is also known as a signal translator as it
translates one signal into another signal by modulating
the digital signal into an analog signal for transmission and
then demodulates receiving analog signals into digital
signals.
Modulation is the process of sending data on a wave, 3
types of modulation techniques are used:
AM (Amplitude Modulation)
FM (Frequency Modulation)
PM (Phase Modulation)
Modems are in 2 varieties:
Internal Modems
External Modems
An internal modem is a modem that fits inside of a computer.
Internal modems typically ship with the computer and come
pre-installed.
For
Building a
Small
LAN
For
Connecting
Offices and
Department
s
(Optional)
(ISDN/Leased Line etc.)
For
Connecting
Dispersed
Office Sites
Other factors………
Analog transmissions (amplifiers required every
5 to 6 km).
Digital transmissions (repeaters required every
2 or 3 km).
Susceptible to interference and noise.
Choose Coaxial cable when………:
Television signal distribution (Ariel to TV, Cable
TV)
Long distance telephone transmission – can carry
10000 voice calls simultaneously.
Short distance computer system links required.
LAN to be formed among some computers.
Other factors………
Analog transmissions (amplifiers required every
5 to 6 km).
Digital transmissions (repeaters required every
1 km).
Choose Radio waves
Choose Fiber Optics when………:
Long distances are to
when………:
Greater data capacity be covered.
Signals must be able to
required – Data rates of
hundreds of Gbps penetrate walls,
Lower attenuation is buildings
Transmission must be
required.
Secure transmission. omnidirectional.
Most expensive
Other factors………
Other factors……… Health
Choose Infrared
hazards
Greater repeater when………:
No license needed to
spacing – 10s of km
at least transmit
Other factors………
Cannot penetrate
Choose Microwave Choose Satellite
when………: when………:
Transmission should be Transmission has to
in directional. take place over a very
Cheaper than other large area of earth.
unguided media. Long distance
Long distance television distribution
telephone service. and telephone
transmission.
Other factors………
Requires Repeater Other factors………
every 30 miles Expensive tower and
because of Line-of- repeaters.
sight transmission. Subject to
interference such as
passing airplanes
Example:
Fantastic corporation caters to many high profile clients and
has 5 buildings where it runs its operations
[185]
[55] [60]
50 mts 30 mts 2
Grey Wiz
Pro Cell ard
Total cable length
required to connect
65
ts buildings through this
m
m
layout = 155 m
ts
45
Rob Mas
o ter
Grey Wiz
Total cable length Pro Cell ard
required to connect
buildings through this
layout = 190 m
Rob Mas
o ter
Answer the following questions on the basis of given
information:
Answer:
To minimize traffic, we should try to stop data broadcast
and for this bridge is ideally suited. This is because a bridge
does not broadcast data rather it identifies the destination
segment depending upon the receiver MAC address.
Network
Protocols
A protocol is a formal description of message formats and
the rules that two or more machines must follow to
exchange those messages.
HTTP:
HTTP provides a standard between a web browser and a
web server to establish communication.
Data such as text, images, and other multimedia files are
shared on the World Wide Web. Whenever a web user
opens their web browser, the user indirectly uses HTTP.
It is an application protocol that is used for distributed,
collaborative, hypermedia information systems.
Hypertext Transfer Protocol Secure (HTTPS)
It is used for secure communication.
In most cases, the HTTPS protocol must be used while
entering bank account information.
The HTTPS protocols based on distinct markings like
padlock and secure https.
HTTPS employs an encryption mechanism called Secure
Sockets Layer (SSL), also known as Transport Layer
Security, to enable encryption.
FTP:
File transfer protocol (FTP) is an Internet tool provided by
TCP/IP.
It helps to transfer files from one computer to another by
providing access to directories or folders on remote
computers and allows software, data, text file to be
transferred between different kinds of computers.
The end-user in the connection is known as localhost and
the server which provides data is known as the remote
host.
Addressing:
TCP sends the messages through packets and equips them with
address at destination and traverse through transport layer.
Mapping:
It deliver the packets best by mapping to destination address
like IP address which might be lost or delayed sometimes.
Acknowledgement:
Once the packets reaches to destination, it sorts and arrange
and re transmits, if any. Finally it delivers to the port number.
SLIP/PPP:
The SLIP is short for the Serial Line Internet Protocol and is
limited.
It was conceived as a natural sequence to how the IP
datagrams should be forwarded across a point-to-point
serial link.
SLIP is relatively simple and compact and therefore is well
suited for use.
PPP:
The Point-to-Point protocol (PPP) is a data link protocol
commonly used in establishing a direct connection between
two networking nodes and establishing IP communication
over this direct connection.
PPP allows interoperability among the remote access
software of different manufacturers.
PPP has additional features such as authentication, error
control, and the protocol of network layer independence.
It is most sought-after for setting up end-to-end channels
over the serial link joined in a range of networking
settings.
Similarities between SLIP and PPP
Both are used to establish a point-to-point connection
between two network devices.
Both are widely used in various communication systems
and have been standardized by international
organizations.
Both are used for transmitting data over serial
connections.
Both can be used with a variety of networking hardware,
including modems and serial cables.
IMAP:
IMAP stands for Internet Message Access Protocol.
It is an application layer protocol which is used to receive the
emails from the mail server.
It also follows the client/server model. On one side, we have
an IMAP client, which is a process running on a computer. On
the other side, we have an IMAP server, which is also a
process running on another computer. Both computers are
connected through a network.
POP3:
POP 3 stands for Post Office Protocol Version 3.
POP3 protocol is used to provide access to the mail inbox
that is stored in the email server.
POP3 protocol can download and delete messages.
Once the POP3 client has established a connection with the
mail server it can easily retrieve all the messages from the
server.
The user can access the messages locally even if the user is
offline.
The protocol does not inherently support real-time
synchronization or automatic checking for new messages;
users can configure their email clients to check for new
messages at intervals or manually.
SMTP (Simple Mail Transfer Protocol):
SMTP is an application layer protocol.
The client who wants to send the mail opens a TCP
connection to the SMTP server and then sends the mail
across the connection.
The SMTP server is an always-on listening mode.
As soon as it listens for a TCP connection from any client, the
SMTP process initiates a connection through port 25.
After successfully establishing a TCP connection the client
process sends the mail instantly.
VOIP:
Voice over Internet Protocol (VoIP) is a technology that
allows voice communication over the internet.
By converting voice signals into digital data packets, VoIP
enables users to make calls from computers, smartphones,
or VoIP phones.
Key benefits include lower costs for long-distance
calls, additional features like video conferencing, and the
flexibility to communicate from anywhere with an internet
connection.
VoIP has revolutionized communication by providing
versatile and cost-effective voice services.
TELNET:
TELNET stands for Teletype Network.
It is a client/server application protocol that provides access
to virtual terminals of remote systems on local area
networks or the Internet.
The local computer uses a telnet client program and the
remote computers use a telnet server program.
It is used as a standard TCP/IP protocol for virtual terminal
service which is provided by ISO (International Organization
for Standardization).
2) WEB PORTAL:
It is a web site, which hosts
other website. In other words,
a web portal has hyperlinks to
many other web sites.
Types of web-hosting:
1) Free Hosting:
Free Hosting is a non-paid web hosting service. Many
prominent sites offer to host some web pages at no cost, such
as Hostinger.
2) Shared/Virtual Hosting:
Shared or Virtual Hosting is a web hosting service where
many websites reside on one web server connected to the
internet. It allows presenting oneself as a fully independent
identity to the web audience under one’s own domain name,
like www.yourname.com, with a hosting plan.
3) Dedicated Hosting:
Dedicated Hosting involves hosting on a dedicated server and
is best suited for large websites with high traffic. Companies
rent an entire web server from a hosting company for their
exclusive use. This setup is ideal for hosting larger websites,
managing others’ sites, or operating big online malls, such as
those hosted on Google Cloud.
4) Co-located Hosting:
Co-located Hosting allows you to place your own web server on
the premises of a service provider. It is similar to dedicated
hosting, but the server is provided by the user-company itself,
while its physical needs (like power and cooling) are supported
by the hosting company, similar to setups offered by AWS.
WEB 2.0:
It refers to added
features and
applications that
make the web
more interactive,
support easy
online-
information
exchange and
interoperability.
Some noticeable
features of Web
2.0 are blogs,
wikis, video-
sharing websites,
social networking
Thank
you