Fundamentals of Networking
Fundamentals of Networking
Introduction
✓ A computer network that covers a broad area (i.e., any network whose
communications links cross metropolitan, regional, or national boundaries).
✓ This is in contrast with personal area networks (PANs), local area network (LANs),
campus area networks (CANs), or metropolitan area networks (MANs) which are
usually limited to a room, building, campus or specific metropolitan area (e.g., a city)
respectively.
✓ Computers connected to a wide-area network are often connected through public
networks, such as the telephone system.
✓ They can also be connected through leased lines or satellites.
✓ The largest WAN in existence is the Internet.
Wide Area Network (WAN)
Storage Area Network (SAN)
➢ A dedicated storage network that provides
access to consolidated, block level storage.
➢ SANs are used primarily to make storage
devices (such as disk arrays, tape libraries, and
optical jukeboxes) accessible to servers so that
the devices appear as locally attached to the
operating system.
➢ A SAN typically has its own network of storage
devices that are generally not accessible
through the regular network by regular devices.
The Internet
❑ A global system of interconnected computer
networks that use the standard Internet
Protocol Suite (TPC/IP) to serve billions of
users worldwide.
❑ It is a network of networks that consists of
millions of private, public, academic,
business, and government networks, of local
to global scope, that are linked by a broad
array of electronic, wireless and optical
networking technologies.
The Internet
❑ The Internet can also be defined as a
worldwide interconnection of computers and
computer networks that facilitate the sharing
or exchange of information among users.
❑ The Internet carries a vast range of
information resources and services, such as
the inter-linked hypertext documents of the
World Wide Web (WWW) and the
infrastructure to support electronic mail etc.
Virtual Private Network (VPN)
The term Client/Server refers to the concept of sharing the work involved in
processing data between the client computer and the most powerful server
computer.
Inside the TPC/IP standard, there are several protocols for handling data
communication:
❖ The “full-duplex” communication will occupy the communication line between the
❖ IP does not occupy the communication line between two computers. IP reduces the
need for network lines. Each line can be used for communication between many
❖ With IP, messages (or other data) are broken up into small independent “packets”
❖ The IP router is responsible for “routing” the packet to the correct destination,
❖ The path the packet will follow might be different from other packets of the same
postcards, each finding its own (often different) way to the receiver.
TCP/IP
❖ TCP takes care of the communication between your application software (i.e. your
❖ TCP is responsible for breaking data down into IP v before they are sent, and for
IP Addresses
❖ Each computer must have an IP address before it can connect to the Internet.
❖ Each IP packet must have an address before it can be sent to another computer.
32 Bits = 4 Bytes
TCP/IP uses 32 bits addressing. One computer byte is 8 bits. So TCP/IP uses 4 computer
bytes. A computer byte can contain 256 different values:
00000000, 00000001, 00000010, 00000011, 00000100, 0000110, 00000111,
00001000 …….and all the way up to 11111111.