#3054 - Farhan - CSE Final Assignment - 48A PDF
#3054 - Farhan - CSE Final Assignment - 48A PDF
FINAL ASSIGNMENT
Course Name : Introduction to Internet
Course Code : CSE-302
Submitted by Submitted to
Md. FARHAN SHAHRIYAR AYESHA SIDDIKA
Roll: 3054
Batch : 48-A Senior Lecturer
Semester : 2nd
Layer 7 – Application
Layer 6 - Presentation
Layer 5 - Session
Layer 4 - Transport
Layer 3 - Network
Layer 2 - Data Link
Layer 1 – Physical
Layer 3: The network layer: Primary function is to move data into and
through other networks. Network layer protocols accomplish this by
packaging data with correct network address information, selecting
the appropriate network routes and forwarding the packaged data up
the stack to the transport layer.
1. Franchise model
Best for the company’s expansion, franchising allows the franchisor
to license its resources, brand name. Intellectual property and rights
for a franchise to sell its products and services in exchange for a
royalty. McDonalds’s is the best example which has 93% of its
franchised restaurants worldwide.
Example: Subway, McDonald’s, Gold’s Gym
2. Multi-sided platform model
Any company that offers services to both sides of business carries out
a multi-sided business model. The perfect example is LinkedIn, which
provides subscription services to people to find job opportunities as well
as to HR managers to find candidates for their vacancies.
Example: LinkedIn, Freelancer.com
xample:Apple’s App Store and iTunes sell apps, movies, songs, etc. at
reasonable rates but charges premium prices on its devices like iPhone,
iPad, and Mac.
Examples: Procter & Gamble, Unilever, and Nestle are a few examples.
1. Access provider
2. Mailbox provider
3. Hosting Provider
4. Transit ISPs
5. Virtual ISPs
6. Free ISPs
7. Wireless ISP
1) Access provider ISP:
These types of ISPs provide Internet access via two methods, such as
wireless and wired. In the wired method, the ISP provides various
devices to access the Internet for the customer such as telephone
modems, cables, and fiber optics.
The customer can get both services wireless and wired from his ISP
according to his requirement.
4) Transit ISPs:
Transit ISP is another type of ISP which provides a huge amount of
internet bandwidth to another ISPs and customer for connecting both
hosting ISP and access ISP.
The transit ISP is called the internet and IP Transit and sometimes
also known as “upstream providers”.
5) Virtual ISP:-
The virtual ISP is also called VISP(Virtual ISP). This types of ISPs
purchase services from another ISP it means other Internet Service
Providers.
The customers of Virtual ISPs use the services(Internet Services) from
which the VISP purchased it. Sometimes these ISPs are called
wholesale ISPs.
6) Free ISP:-
The Free ISPs provide the service at free of cost, it means the users have
no need to pay any services charge to his ISPs. Instead of service
charges, the users may watch the advertisement provided by the ISPs
like the commercial television channels while they connected.
In other words, we can say that the Free ISPs are selling the user’s
attention to his advertiser.
7) Wireless ISP:-
Wireless ISPs uses wireless network technology. It provides Internet
services through wireless networking such as wifi technology.
The users are enjoying Internet services without connecting any
wires.
1) Bus Topology
Bus topology is the kind of network topology where every node, i.e.
every device on the network is connected to a solo main cable line.
Data is transmitted in a single route, from one point to the other. We
cannot transmit data in both ways. When this topology has precisely
two endpoints, it is known as Linear Bus Topology. It is mostly used
for small networks.
2) Ring Topology
Ring Topology is a type of topology in which every computer is
connected to another computer on each side, with the last computer
being connected to the first, thus forming a ring shape. This topology
allows for each computer to have exactly two neighboring computers.
3) Star Topology
Star Topology is the kind of network topology in which all the nodes
are connected via cables to a single node called hub, which is the
central node. The hub can be active or passive in nature. Active hubs
contain repeaters, while passive hubs are considered as non-intelligent
nodes. Each node contains a reserved connection to the central node,
which the central node acting as a repeater during data transmission.
**Benefits of Star Topology
4) Mesh Topology
Mesh topology is the kind of topology, in which all the nodes are
connected with all the other nodes via a network channel. Mesh
topology is a point-to-point connection. It has n(n-1)/2 network
channels to connect n nodes.
Mesh topology has two techniques for transmission of data, i.e.
routing and flooding. In the routing technique, the nodes possess a
routing logic, like the logic for the shortest distance to the destination
node or the logic to avoid routes with broken connections. In the
flooding technique, all the network nodes receive the same data. This
leaves us no need for routing logic. This technique makes the network
robust but results in unwanted load on the network.
1. It is profoundly cabled.
2. It is expensive when compared to other topologies.
3. If the root node collapses, the network will also collapse.
6) Hybrid Topology
Hybrid Topology is basically a network topology comprising of two or
more different types of topologies. It is a reliable and scalable
topology, but simultaneously, it is a costly one. It receives the merits
and demerits of the topologies used to build it.
TCP UDP
TCP reads data as streams of bytes, UDP messages contain packets that
and the message is transmitted to were sent one by one. It also checks for
segment boundaries. integrity at the arrival time.
The speed for TCP is slower. UDP is faster as error recovery is not
attempted.
TCP does error checking and also UDP performs error checking, but it
makes error recovery. discards erroneous packets.
TCP offers extensive error checking UDP has just a single error checking
mechanisms because it provides flow mechanism which is used for
control and acknowledgment of data. checksums.
Popular Internet Terminologies :
Home page - Generally the first page retrieved when accessing a Web
site. Usually a "home" page acts as the starting point for a user to
access information on the site. The "home" page usually has some type
of table of contents for the rest of the site information or other
materials. When creating Web pages, the "home" page has the
filename "index.html," which is the default name. The "index" page
automatically opens up as the "home" page.