0% found this document useful (0 votes)
57 views15 pages

Computer Network Architecture Overview

The document discusses different types of computer networks including personal area networks, local area networks, metropolitan area networks, and wide area networks. It also covers network topologies such as point-to-point, bus, star, ring, mesh, and tree. Network components, architecture, transmission media, and applications are also summarized.

Uploaded by

Raj Srivastav RJ
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
57 views15 pages

Computer Network Architecture Overview

The document discusses different types of computer networks including personal area networks, local area networks, metropolitan area networks, and wide area networks. It also covers network topologies such as point-to-point, bus, star, ring, mesh, and tree. Network components, architecture, transmission media, and applications are also summarized.

Uploaded by

Raj Srivastav RJ
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd

Networking

A system of interconnected computers and computerized peripherals such as


printers is called computer network. This interconnection among computers
facilitates information sharing among them. Computers may connect to each
other by either wired or wireless media

Network Architecture
Computer networks can be discriminated into various types such as Client-Server,
peer-to-peer or hybrid, depending upon its architecture.

 There can be one or more systems acting as Server. Other being Client,
requests the Server to serve requests. Server takes and processes request
on behalf of Clients.
 Two systems can be connected Point-to-Point, or in back-to-back fashion.
They both reside at the same level and called peers.
 There can be hybrid network which involves network architecture of both
the above types.

Transmission Media

The media over which the information between two computer systems is sent,
called transmission media. Transmission media comes in two forms.

Guided Media

All communication wires/cables are guided media, such as UTP, coaxial cables,
and fiber Optics. In this media, the sender and receiver are directly connected and
the information is send (guided) through it.

Unguided Media

Wireless or open air space is said to be unguided media, because there is no


connectivity between the sender and receiver. Information is spread over the air,
and anyone including the actual recipient may collect the information.
Network Applications

Computer systems and peripherals are connected to form a network. They


provide numerous advantages:

 Resource sharing such as printers and storage devices


 Exchange of information by means of e-Mails and FTP
 Information sharing by using Web or Internet
 Interaction with other users using dynamic web pages
 IP phones
 Video conferences
 Parallel computing
 Instant messaging

TYPES OF COMPUTER NETWORKS

Generally, networks are distinguished based on their geographical span. A


network can be as small as distance between your mobile phone and its
Bluetooth headphone and as large as the internet itself, covering the whole
geographical world.

Personal Area Network

A Personal Area Network (PAN) is smallest network which is very personal to a


user. This may include Bluetooth enabled devices or infra-red enabled devices.
PAN has connectivity range up to 10 meters. PAN may include wireless computer
keyboard and mouse, Bluetooth enabled headphones, wireless printers, and TV
remotes.
Local Area Network

A computer network spanned inside a building and operated under single


administrative system is generally termed as Local Area Network (LAN). Usually,
LAN covers an organization offices, schools, colleges or universities. Number of
systems connected in LAN may vary from as least as two to as much as 16 million.
LAN provides a useful way of sharing the resources between end users. The
resources such as printers, file servers, scanners, and internet are easily sharable
among computers.

LANs are composed of inexpensive networking and routing equipment. It may


contains local servers serving file storage and other locally shared applications. It
mostly operates on private IP addresses and does not involve heavy routing. LAN
works under its own local domain and controlled centrally. LAN uses either
Ethernet or Token-ring technology. Ethernet is most widely employed LAN
technology and uses Star topology, while Token-ring is rarely seen. LAN can be
wired, wireless, or in both forms at once

Metropolitan Area Network

The Metropolitan Area Network (MAN) generally expands throughout a city such
as cable TV network. It can be in the form of Ethernet, Token-ring, ATM, or Fiber
Distributed Data Interface (FDDI). Metro Ethernet is a service which is provided by
ISPs. This service enables its users to expand their Local Area Networks. For
example, MAN can help an organization to connect all of its offices in a city.
Wide Area Network

As the name suggests, the Wide Area Network (WAN) covers a wide area which
may span across provinces and even a whole country. Generally,
telecommunication networks are Wide Area Network. These networks provide
connectivity to MANs and LANs. Since they are equipped with very high speed
backbone, WANs use very expensive network equipment.

WAN may use advanced technologies such as Asynchronous Transfer Mode


(ATM), Frame Relay, and Synchronous Optical Network (SONET). WAN may be
managed by multiple administration.

Internetwork
A network of networks is called an internetwork, or simply the internet. It is the
largest network in existence on this planet. The internet hugely connects all
WANs and it can have connection to LANs and Home networks. Internet uses
TCP/IP protocol suite and uses IP as its addressing protocol. Present day, Internet
is widely implemented using IPv4. Because of shortage of address spaces, it is
gradually migrating from IPv4 to IPv6. Internet enables its users to share and
access enormous amount of information worldwide. It uses WWW, FTP, email
services, audio, and video streaming etc. At huge level, internet works on Client-
Server model. Internet uses very high speed backbone of fiber optics. To inter-
connect various continents, fibers are laid under sea known to us as submarine
communication cable. Internet is widely deployed on World Wide Web services
using HTML linked pages and is accessible by client software known as Web
Browsers. When a user requests a page using some web browser located on some
Web Server anywhere in the world, the Web Server responds with the proper
HTML page.

The communication delay is very low. Internet is serving many proposes and is
involved in many aspects of life. Some of them are:

 Web sites

 E-mail

 Instant Messaging

 Blogging

 Social Media

 Marketing

 Networking

 Resource Sharing

 Audio and Video Streaming

Network Topology

A Network Topology is the arrangement with which computer systems or network


devices are connected to each other. Topologies may define both physical and
logical aspect of the network. Both logical and physical topologies could be same
or different in a same network.
Point-to-Point

Point-to-point networks contains exactly two hosts such as computer, switches,


routers, or servers connected back to back using a single piece of cable. Often, the
receiving end of one host is connected to sending end of the other and vice versa.

If the hosts are connected point-to-point logically, then may have multiple
intermediate devices. But the end hosts are unaware of underlying network and
see each other as if they are connected directly.

Bus Topology

In case of Bus topology, all devices share single communication line or cable. Bus
topology may have problem while multiple hosts sending data at the same time.
Therefore, Bus topology either uses CSMA/CD technology or recognizes one host
as Bus Master to solve the issue. It is one of the simple forms of networking
where a failure of a device does not affect the other devices. But failure of the
shared communication line can make all other devices stop functioning.
Star Topology

All hosts in Star topology are connected to a central device, known as hub device,
using a point-to-point connection. That is, there exists a point to point connection
between hosts and hub. The hub device can be any of the following:
 Layer-1 device such as hub or repeater

 Layer-2 device such as switch or bridge

 Layer-3 device such as router or gateway

As in Bus topology, hub acts as single point of failure. If hub fails, connectivity of
all hosts to all other hosts fails. Every communication between hosts takes place
through only the hub. Star topology is not expensive as to connect one more host,
only one cable is required and configuration is simple.

Ring Topology

In ring topology, each host machine connects to exactly two other machines,
creating a circular network structure. When one host tries to communicate or
send message to a host which is not adjacent to it, the data travels through all
intermediate hosts. To connect one more host in the existing structure, the
administrator may need only one more extra cable
Failure of any host results in failure of the whole ring. Thus, every connection in
the ring is a point of failure. There are methods which employ one more backup
ring.

Mesh Topology

In this type of topology, a host is connected to one or multiple hosts. This


topology has hosts in point-to-point connection with every other host or may also
have hosts which are in point-to-point connection with few hosts only.

Hosts in Mesh topology also work as relay for other hosts which do not have
direct point-to-point links. Mesh technology comes into two types:

Full Mesh: All hosts have a point-to-point connection to every other host in the
network. Thus for every new host n(n-1)/2 connections are required. It provides
the most reliable network structure among all network topologies.
Partially Mesh: Not all hosts have point-to-point connection to every other host.
Hosts connect to each other in some arbitrarily fashion. This topology exists
where we need to provide reliability to some hosts out of all.

Tree Topology

Also known as Hierarchical Topology, this is the most common form of network
topology in use presently. This topology imitates as extended Star topology and
inherits properties of Bus topology. This topology divides the network into
multiple levels/layers of network. Mainly in LANs, a network is bifurcated into
three types of network devices. The lowermost is access-layer where computers
are attached. The middle layer is known as distribution layer, which works as
mediator between upper layer and lower layer. The highest layer is known as core
layer, and is central point of the network, i.e. root of the tree from which all
nodes fork.

Hybrid Topology

A network structure whose design contains more than one topology is said to be
hybrid topology. Hybrid topology inherits merits and demerits of all the
incorporating topologies.
OSI Model

Open System Interconnect is an open standard for all communication systems.


OSI model is established by International Standard Organization (ISO). This model
has seven layers:
Application Layer: This layer is responsible for providing interface to the
application user. This layer encompasses protocols which directly interact with
the user.

Presentation Layer: This layer defines how data in the native format of remote
host should be presented in the native format of host.

Session Layer: This layer maintains sessions between remote hosts. For example,
once user/password authentication is done, the remote host maintains this
session for a while and does not ask for authentication again in that time span.
Transport Layer: This layer is responsible for end-to-end delivery between hosts.

Network Layer: This layer is responsible for address assignment and uniquely
addressing hosts in a network.

Data Link Layer: This layer is responsible for reading and writing data from and
onto the line. Link errors are detected at this layer.

Physical Layer: This layer defines the hardware, cabling, wiring, power output,
pulse rate etc.

Internet Model

Internet uses TCP/IP protocol suite, also known as Internet suite. This defines
Internet Model which contains four layered architecture. OSI Model is general
communication model but Internet Model is what the internet uses for all its
communication. The internet is independent of its underlying network
architecture so is its Model. This model has the following layers:

Application Layer: This layer defines the protocol which enables user to interact
with the network. For example, FTP, HTTP etc.

Transport Layer: This layer defines how data should flow between hosts. Major
protocol at this layer is Transmission Control Protocol (TCP). This layer ensures
data delivered between hosts is in-order and is responsible for end-to-end
delivery.
Internet Layer: Internet Protocol (IP) works on this layer. This layer facilitates
host addressing and recognition. This layer defines routing.

Link Layer: This layer provides mechanism of sending and receiving actual data.
Unlike its OSI Model counterpart, this layer is independent of underlying network
architecture and hardware.

Common questions

Powered by AI

The Transport Layer plays a critical role in reliable data transmission by managing end-to-end communication between devices across a network. It uses protocols such as TCP, which ensure data integrity and correct sequencing through error-checking and acknowledgments. This layer is responsible for segmenting data, controlling flow, and maintaining data ordering, which is essential for ensuring stability and consistency of data delivery . Such mechanisms help mitigate transmission errors and packet losses, enhancing network reliability. However, the inclusion of these reliability features can introduce latency, affecting network performance. This is due to additional processing time and potential retransmission efforts required to achieve data accuracy, especially under high traffic or error-prone conditions.

The primary differences between the OSI Model and the Internet Model (TCP/IP) lie in the number of layers and their functions. The OSI Model has seven layers, including the Physical, Data Link, Network, Transport, Session, Presentation, and Application layers . It is a comprehensive and general model used as a guideline for networking protocols. However, the Internet Model consists of only four layers: Link, Internet, Transport, and Application layers. It is specifically designed for the suite of internet protocols (TCP/IP) used globally . The Internet Model does not separate the Presentation and Session layers, combining them into the Application layer, and combines the OSI's Data Link and Physical layers into the Link layer .

Guided transmission media, such as UTP, coaxial cables, and fiber optics, have inherent security advantages since data is transmitted through dedicated physical conduits which can be controlled and secured more easily. This minimizes unauthorized data interception as physical access to the cables is required for interception . Unguided media, on the other hand, involve data being transmitted over air, such as with wireless networks, making it more susceptible to interception by unauthorized parties due to the lack of physical constraints on who can access the signals . Consequently, ensuring data security over wireless networks typically involves additional encryption and security protocols to mitigate the increased risk of data breaches.

Metro Ethernet extends the capabilities of Local Area Networks (LANs) by leveraging Ethernet technology across broader urban areas, facilitating connectivity between LANs across a city . As a service provided by ISPs, Metro Ethernet allows organizations to connect multiple branch locations within metropolitan boundaries seamlessly, mimicking the simplicity and speed of traditional Ethernet over larger distances. This connectivity extension is significant because it provides cost-effective scalability, improves data transfer rates, and maintains compatibility with existing LAN technologies. It supports diverse business needs, including enhanced disaster recovery options, increased centralized access to resources, and uniform administration across locations. However, ensuring network reliability and security over larger, less controlled distances remains a challenge, requiring robust network management and protection measures .

The migration from IPv4, which provides approximately 4.3 billion unique addresses using a 32-bit addressing scheme, to IPv6 addresses the issue of address space limitation by utilizing a 128-bit addressing scheme . This expansion increases the number of unique IP addresses to approximately 3.4 x 10^38, vastly accommodating the growing number of internet-enabled devices. IPv6 not only solves the problem of address exhaustion but also introduces efficiencies in routing and network autoconfiguration and enhances security features with mandatory support for IPSec . The migration process, however, involves complexities such as dual-stack implementation and infrastructure upgrades, posing deployment challenges but ultimately providing long-term benefits in scalability and network resilience.

Ethernet technology impacts LAN performance positively by providing a robust, reliable, and fast means of data transmission using protocols that are widely supported. The use of Ethernet in LANs offers simplicity and minimal latency in data propagation due to its typically star topology and wired nature . Ethernet's scalability is also noteworthy, with its ability to support network growth from small to large numbers of interconnected devices without significant changes to infrastructure. The ease of adding new nodes to Ethernet networks contributes to scalability, requiring only simple connections to the central hub or switch. However, the overall performance can be impacted by network congestion if the network's bandwidth is exceeded, which can limit scalability unless bandwidth planning and capacity upgrades are implemented.

Hybrid network topology integrates multiple topological structures, allowing networks to capitalize on the advantages of individual topologies while mitigating their weaknesses. For instance, a combination of Star and Mesh topologies can enhance reliability through redundant paths while ensuring ease of expansion typical of Star topology . A key advantage is flexibility; networks can be customized to meet specific requirements, such as balancing cost, scalability, and fault tolerance. Conversely, a Hybrid topology's major disadvantage lies in its complexity. It requires sophisticated design and management, demanding more expertise and potentially resulting in higher costs due to the integration of varied components and technologies. Maintenance and troubleshooting can also be more intricate compared to simpler, singular topologies.

Mesh topology offers high reliability because each host is connected to multiple other hosts, creating multiple paths for data to travel, which means failure of one path does not affect the network significantly. Full Mesh ensures the highest reliability by having a dedicated link between every pair of nodes . However, Mesh topology is less scalable due to the n(n-1)/2 connections required for full mesh, making it complex and expensive to implement as the network grows . Tree topology, meanwhile, combines elements of Star and Bus topologies and can be more scalable than Mesh as it organizes networks hierarchically into layers. Node failures in Tree topology do not necessarily disrupt the entire network unless the faulty node is at the top hierarchy . However, its hierarchical structure means that if the core node fails, significant parts of the network can be affected, impacting reliability.

Personal Area Networks (PANs) are instrumental in providing wireless communication solutions for personal devices, such as smartphones, tablets, and laptops. They allow easy connectivity and data exchange between devices within a short range, typically up to 10 meters . PANs support applications like wireless printing, file transfers, and peripheral connectivity (e.g., mice, keyboards) via technologies like Bluetooth and Infrared. However, their limited range and bandwidth can constrain their functionality for high-speed or long-distance data transmission. Additionally, security can be a concern as PANs often rely on shorter authentication measures due to their simplicity . Despite these limitations, latency is minimally impacted, making PANs ideal for rapid, temporary connections in environments where convenience and mobility are prioritized.

Wide Area Networks (WANs) enable organizations to expand their operations over large geographical distances by connecting multiple LANs and MANs, thus allowing seamless data communication and resource sharing across provinces or even countries . WANs facilitate organizational expansion by utilizing high-speed backbones, such as ATM or SONET technologies, to provide efficient and reliable network services. However, they pose significant challenges, including higher costs associated with laying infrastructure and maintaining the network due to the use of expensive technologies and the need for specialized management. Additionally, WANs can experience latency issues due to the vast distances over which data must travel and are susceptible to data breaches, requiring robust security measures to protect sensitive information .

You might also like