0% found this document useful (0 votes)
20 views13 pages

Understanding Computer Networking Basics

Uploaded by

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

Understanding Computer Networking Basics

Uploaded by

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

NETWORKING

1
MVGR COLLEGE
NETWORKING

TABLE OF CONTENTS

1. INTRODUCTION ………………………………. 03
2. DOMAIN NAME SYSTEM …………………. ….. 04
3. PORTS……………………………………….….. 05
4. TYPE OF NETWORKS………………………. ….. 06
5. PROTOCOL LAYERS………………………... ….. 08
6. CONCLUSION……………………………… …… 13

TABLE OF FIGURES

1. FIGURE 1: Computer Networking Services 04


2. FIGURE 2: Working Of DNS 05
3. FIGURE 3: Network Operating Systems 09

2
MVGR COLLEGE
NETWORKING

A computer network is a set of computers sharing resources located on or

provided by network nodes. Computers use common communication protocols

over digital interconnections to communicate with each other. These

interconnections are made up of telecommunication network technologies

based on physically wired, optical, and wireless radio-frequency methods that

may be arranged in a variety of network topologies.

The nodes of a computer network can include personal computers, servers,

networking hardware, or other specialized or general-purpose hosts. They are

identified by network addresses and may have hostnames. Hostnames serve

as memorable labels for the nodes and are rarely changed after initial

assignment. Network addresses serve for locating and identifying the nodes

by communication protocols such as the Internet Protocol.

Computer networks may be classified by many criteria, including the

transmission medium used to carry signals, bandwidth, communications

protocols to organize network traffic, the network size, the topology, traffic

control mechanisms, and organizational intent. Computer networks support

many applications and services, such as access to the World Wide Web, digital

video and audio, shared use of application and storage servers, printers and

fax machines, and use of email and instant messaging applications.

Computer networking may be considered a branch of computer science,

computer engineering, and telecommunications, since it relies on the

theoretical and practical application of the related disciplines. Computer

3
MVGR COLLEGE
NETWORKING

networking was influenced by a wide array of technological developments and

historical milestones.

Fig 1: Computer Networking Service

DOMAIN NAME SYSTEM(DNS):


The Domain Name System (DNS) is the phonebook of the Internet. Humans

access information online through domain names, like [Link] or

[Link]. Web browsers interact through Internet Protocol (IP) addresses.

DNS translates domain names to IP addresses so browsers can load Internet

resources.

Each device connected to the Internet has a unique IP address which other

machines use to find the device. DNS servers eliminate the need for humans

to memorize IP addresses such as [Link] (in IPv4), or more complex

newer alphanumeric IP addresses.

4
MVGR COLLEGE
NETWORKING

Fig 2: WORKING OF DNS

PORTS:
A port is a virtual point where network connections start and end. Ports are

software-based and managed by a computer's operating system. Each port is

associated with a specific process or service. Ports allow computers to easily

differentiate between different kinds of traffic: emails go to a different port than

webpages, for instance, even though both reach a computer over the same

Internet connection.

Ports are standardized across all network-connected devices, with each port

assigned a number. Most ports are reserved for certain protocols — for

example, all Hypertext Transfer Protocol (HTTP) messages go to port 80.

While IP addresses enable messages to go to and from specific devices, port

numbers allow targeting of specific services or applications within those

devices. The number of ports is not functionally limited, in contrast to serial

communications where only 4 ports are allowed. There are some port numbers

which are dedicated for specific applications

5
MVGR COLLEGE
NETWORKING

APPLICATIONS PORT NUMBERS


HTTP 80
FTP 20 AND 21
GOPHER 70
SMTP 25
POP3 110
TELNET 23
FINGER 79

TYPES OF NETWORKS:

PAN
NETWORKS

LAN

CAN

MAN

WAN

1. Personal Area Network (PAN):


PAN is the most basic type of computer network. It is a type of network

designed to connect devices within a short range, typically around one person.

It allows your personal devices, like smartphones, tablets, laptops, and

wearables, to communicate and share data with each other. PAN offers a

network range of 1 to 100 meters from person to device providing

6
MVGR COLLEGE
NETWORKING

communication. Its transmission speed is very high with very easy

maintenance and very low cost. This uses Bluetooth, IrDA, and Zigbee as

technology. Examples of PAN are USB, computer, phone, tablet, printer, PDA,

etc.

2. LOCAL AREA NETWORK(LAN):


LAN is the most frequently used network. A LAN is a computer network that

connects computers through a common communication path, contained within

a limited area, that is, locally. A LAN encompasses two or more computers

connected over a server. The two important technologies involved in this

network are Ethernet and Wi-fi. It ranges up to 2km & transmission speed is

very high with easy maintenance and low cost. Examples of LAN are

networking in a home, school, library, laboratory, college, office, etc.

3. CAMPUS AREA NETWORK (CAN):


CAN is bigger than a LAN but smaller than a MAN. This is a type of computer

network that is usually used in places like a school or colleges. This network

covers a limited geographical area that is, it spreads across several buildings

within the campus. CAN mainly use Ethernet technology with a range from

1km to 5km. Its transmission speed is very high with a moderate maintenance

cost and moderate cost. Examples of CAN are networks that cover schools,

colleges, buildings, etc.

4. METROPOLITAN AREA NETWORK(MAN):


A MAN is larger than a LAN but smaller than a WAN. This is the type of

computer network that connects computers over a geographical distance

7
MVGR COLLEGE
NETWORKING

through a shared communication path over a city, town, or metropolitan area.

This network mainly uses FDDI, CDDI, and ATM as the technology with a

range from 5km to 50km. Its transmission speed is average. It is difficult to

maintain and it comes with a high cost. Examples of MAN are networking in

towns, cities, a single large city, a large area within multiple buildings, etc

5. WIDE AREA NETWORK(WAN):


WAN is a type of computer network that connects computers over a large

geographical distance through a shared communication path. It is not

restrained to a single location but extends over many locations. WAN can also

be defined as a group of local area networks that communicate with each other

with a range above 50km. Here we use Leased-Line & Dial-up technology.

Its transmission speed is very low and it comes with very high maintenance

and very high cost. The most common example of WAN is the Internet.

PROTOCOL LAYERS:
Most network protocol suites are structured as a series of layers, sometimes

referred to collectively as a protocol stack. Each layer is designed for a specific

purpose. Each layer exists on both the sending and receiving hosts. A specific

layer on one machine sends or receives exactly the same object that another

machine's peer process sends or receives. These activities occur

independently from activities in layers above or below the layer under

consideration. Effectively, each layer on a host act independently of other

layers on the same machine. Each layer acts in parallel with the same layer

on other hosts.

8
MVGR COLLEGE
NETWORKING

• OPEN SYSTEM INTERCONNECTION(OSI):


The open systems interconnection (OSI) model is a conceptual model

created by the International Organization for Standardization which enables

diverse communication systems to communicate using standard protocols.

The OSI Model can be seen as a universal language for computer

networking. It is based on the concept of splitting up a communication

system.

Iso functioning Involves at least 7 layers, each playing a specific role when

applications are communicating over the …. During the sending process,

each layer (from top to down) will add a specific header to the raw data.

At the reception, headers are eliminated conversely until the data arrived

to the receiving application.

9
MVGR COLLEGE
NETWORKING

OSI LAYERS:

APPLICATION LAYER

PRESENTATION LAYER

SESSION LAYER

TRANSPORT LAYER

NETWORK LAYER

DATA LINK LAYER

PHYSICAL LAYER

➢ Application layer: contains the applications which are used by the end-

user, such as Java etc.

➢ Presentation layer: determines the format of the data transmitted to

applications, data compressing/decompressing, encrypting etc.

➢ Session layer: in charge of the management of network access.

➢ Transport layer: in charge of the delivery of packets from a source A to

a destination B.

➢ Network layer: in charge of packets transmission from a source A to a

destination B.

➢ Data link layer: in charge of data encapsulation under the form of

packets and their interpretation at the physical layer.

➢ Physical layer: ensures a safe and efficient travel of data; consists of

electronic circuits for data transmission etc.

10
MVGR COLLEGE
NETWORKING

• THE TCP/IP MODEL:


TCP/IP stands for Transmission Control Protocol/Internet Protocol and

is a suite of communication protocols used to interconnect network

devices on the internet. TCP/IP is also used as a communications

protocol in a private computer network -- an intranet or extranet.

The entire IP suite -- a set of rules and procedures -- is commonly

referred to as TCP/IP. TCP and IP are the two main protocols, though

others are included in the suite. The TCP/IP protocol suite functions as

an abstraction layer between internet applications and the routing and

switching fabric.

LAYERS OF TCP/IP:

11
MVGR COLLEGE
NETWORKING

➢ Application layer: It Combines the functions of the OSI application,

presentation, and session layers. -Protocols involved in this layer:

HTTP, FTP

➢ Transport layer -Based on two main protocols: TCP

(Transmission Control Protocol) and UDP (User Datagram

protocol).

➢ Internet layer -Lies at the heart of TCP/IP. -Based on the Internet

Protocol (IP), which provides the frame for transmitting data from

place A to place B.

➢ Network layer -Provides the same functionality as the physical,

the data link and network layers in the OSI model. -Mapping

between IP addresses and network physical addresses. -

Encapsulation of IP datagrams, ex: packets, in format

understandable by the network.

CONCLUSION
In conclusion, a network is two or more computers connected together

using a telecommunication system for the purpose of communicating

and sharing resources. Without having a network, Companies would not

be able to share resources and increase productivity more effectively.

The WAN network allowed companies to use the Internet over large

areas. This provided the company to have meetings overseas by video

conferencing and sharing data over the network. As you can see,

Networks have many benefits to the end user. Weather your Network is

12
MVGR COLLEGE
NETWORKING

Wired or Wireless, Networks are an important part of technology.

(Sterling, 2024)

Bibliography
(n.d.). NETWORKING.

Sterling, C. H. (2024, 11 14). WIKIPEDIA. Retrieved from GOOGLE:


[Link]

13
MVGR COLLEGE

Common questions

Powered by AI

Technological advancements have profoundly impacted the evolution of computer networking from basic local connections to the complex architectures of the modern internet. Initially, networks were limited to basic LANs, connecting a few computers within an organization for sharing resources . The development of protocols such as TCP/IP allowed networks to scale beyond single locations, ushering in the era of WAN and subsequently, the Internet, which connects billions of devices globally . Advances in telecommunications, such as fiber optics and wireless technologies, have further enabled higher data transmission rates and more efficient network infrastructures, significantly broadening connectivity and the ability to share complex digital content globally .

Personal Area Networks (PAN) and Wide Area Networks (WAN) differ significantly in scope and usage. PAN is designed for short-range communication, typically within a range of 1 to 100 meters around an individual, using technologies like Bluetooth and Zigbee. It connects personal devices like smartphones and laptops . WAN, on the other hand, spans large geographical distances and is not restricted to a single location, encompassing multiple LANs, often using leased-line and dial-up technology. WANs, like the internet, connect multiple locations across cities, countries, or continents .

The key differences between the OSI model and the TCP/IP model are primarily in their structure and layer functionality. The OSI model consists of seven layers: Application, Presentation, Session, Transport, Network, Data Link, and Physical, whereas the TCP/IP model includes only four layers: Application, Transport, Internet, and Network Access. The TCP/IP model combines the OSI's Application, Presentation, and Session layers into one Application layer. Additionally, while the OSI model is used more as a conceptual tool, TCP/IP is practical and used for actual Internet architecture .

Integrating ethical considerations into the design of network protocols enhances the security and privacy of modern networks by emphasizing user privacy and data protection from the ground up. Protocols designed with data encryption standards protect information from unauthorized access. Ethical design also involves creating protocols that prevent malicious attacks, uphold user consent, and ensure transparency about data handling practices. This trust-centric design approach mitigates vulnerabilities exploited by cybercriminals and aligns network operations with global regulations like GDPR, fostering secure and privacy-respecting interactions over the internet .

Ports are significant in network communication because they allow a single IP address to support multiple types of data traffic simultaneously. Each port number is associated with a specific application or service, enabling the identification of traffic type and ensuring it reaches the correct application. For example, HTTP traffic typically uses port 80, while HTTPS uses port 443 . By segregating different types of data through ports, networks can efficiently manage traffic, reducing congestion and allowing for better security monitoring .

Managing network traffic poses challenges that vary with different network topologies, influencing efficiency and resilience. In star topology, traffic management is centralized, simplifying control but creating a potential bottleneck and single point of failure if the hub fails . In contrast, a mesh topology can distribute traffic more evenly and provide redundancy, but its complexity increases costs and maintenance difficulty . Solutions involve implementing hybrid topologies to balance these factors, using dynamic routing protocols to optimize paths, and implementing Quality of Service (QoS) protocols to prioritize critical traffic over less important data, effectively balancing the load and maintaining performance under varying conditions .

Network topology refers to the arrangement of different elements (links, nodes, etc.) in a computer network. It significantly impacts both the design and efficiency of networks by influencing factors like performance, scalability, fault tolerance, and maintenance costs. Different topologies like star, bus, ring, and mesh offer varying levels of redundancy and resistance to failure, affecting how easily a network can be scaled or repaired. For instance, a mesh topology offers high redundancy but at a greater cost, whereas a star topology is cost-effective but might have a single point of failure . This choice impacts how efficiently resources can be shared and how easily the network can adapt to growing demands or failures .

The use of diverse communication protocols can significantly impact network efficiency and interoperability within heterogeneous environments. Different protocols may prioritize aspects like speed, data integrity, or reliability differently, creating challenges when these protocols must interact. For example, TCP focuses on connection reliability, while UDP prioritizes speed, leading to differences in how networks handle data loss or bandwidth . In environments with varied devices and applications, protocol compatibility is crucial for smooth operation, requiring middleware or gateways to translate between protocols, which can introduce latencies and complexity . Thus, carefully selecting and standardizing protocols is critical to ensure efficient, seamless communication across diverse systems .

The Domain Name System (DNS) functions as a mapping system that translates human-friendly domain names like 'nytimes.com' into IP addresses which are needed for computers to identify one another on the network . DNS is considered the 'phonebook' of the internet because, similar to how a phonebook maps human names to phone numbers, DNS maps domain names to IP addresses, thus eliminating the need for users to memorize complex IP addresses .

The OSI model's Application Layer strictly deals with network application interactions and delegates data representation tasks to the Presentation Layer and session management to the Session Layer . In contrast, the TCP/IP model merges these functionalities into its Application Layer, leading to a more simplified protocol stack . These differences imply that the OSI model provides a more modular approach, allowing for focused advancements and improvements in data representation and session management, whereas the TCP/IP model offers streamlined protocol development that can be easier to implement and manage in practice .

You might also like