32
Network of Networks Vineeth Nagumantri Roll No. 1225108260 MBA(P)-B

Network of Networks Vineeth Nagumantri Roll No. 1225108260 MBA(P)-B

Embed Size (px)

Citation preview

Page 1: Network of Networks Vineeth Nagumantri Roll No. 1225108260 MBA(P)-B

Network of Networks

Vineeth NagumantriRoll No. 1225108260MBA(P)-B

Page 2: Network of Networks Vineeth Nagumantri Roll No. 1225108260 MBA(P)-B

UNIT-IITechnical Aspects of EC

• A Network of Networks• TCP/IP• Hyper Text Transfer Protocol• Web Browsers• Web Servers• Commercial Web Servers• Intranet• Extranet• EDI

Page 3: Network of Networks Vineeth Nagumantri Roll No. 1225108260 MBA(P)-B

LEARNING OUTCOMES• A Network of Networks• Internet• Define Computer Networks• Define Communication• State Importance of Computer network and communication• Network classification• Types of networks• Comparison of different networks• TCP/IP• Hypertext Transfer Protocol

Page 4: Network of Networks Vineeth Nagumantri Roll No. 1225108260 MBA(P)-B

Internet• A network formed by the co-operative

interconnection of a large no. of computer networks.

• Since Internet is formed by the interconnection of no. of networks, sometimes its also called as network of networks

Page 6: Network of Networks Vineeth Nagumantri Roll No. 1225108260 MBA(P)-B

Computer network

• A computer network is a system of interconnected computers and peripheral devices.

• For example, it may connect computers, printers, scanners and cameras.

Page 8: Network of Networks Vineeth Nagumantri Roll No. 1225108260 MBA(P)-B

Communications• Communications is about the transfer of

information from a sender, across a distance, to a receiver.

• Communication is an act of transmitting messages.

Page 9: Network of Networks Vineeth Nagumantri Roll No. 1225108260 MBA(P)-B

Computer network communication• We transmit information or data by

using two types of signals, namely analog and digital.

• Computers communicate with digital signals.

• The older forms of communications technology, such as telephones and radios, use analog signals.

Page 10: Network of Networks Vineeth Nagumantri Roll No. 1225108260 MBA(P)-B

Network Classification• Connection method

Computer networks can also be classified according to the hardware and software technology that is used to interconnect the individual devices in the network, such as

Optical fiber, Ethernet, Wireless LAN, HomePNA, Power line communication or G.hn.

• ScaleBased on their scale, networks can be classified as Local Area Network (LAN), Wide Area Network (WAN), Metropolitan Area Network (MAN), Personal Area Network (PAN), Virtual Private Network (VPN), Campus Area Network (CAN), Storage Area Network (SAN), etc.

• Functional relationship (network architecture)Computer networks may be classified according to the functional relationships which exist among the elements of the network, e.g., Active Networking, Client-server and Peer-to-

peer (workgroup) architecture.

• Network topology Computer networks may be classified according to the network topology upon which the

network is based, such as bus network, star network, ring network, mesh network, star-bus network, tree or hierarchical topology network.

Page 11: Network of Networks Vineeth Nagumantri Roll No. 1225108260 MBA(P)-B

Types of Networks• Local area network(LAN)

• Metropolitan area network(MAN)

• Wide area network(WAN)

• Personal area network (PAN)

• Campus area network (CAN)

• Global area networks (GAN)

• Virtual private network (VPN)

Page 12: Network of Networks Vineeth Nagumantri Roll No. 1225108260 MBA(P)-B

LOCAL AREA NETWORK (LAN)• Smallest network compared to

the other two networks. • The simplest form of LAN is to

connect two computers together.

• LAN is operated within a limited physical area, such as at home, school, a single building or several buildings.

• A network which consists of less than 500 interconnected devices across several buildings, is still recognised as a LAN.

Page 13: Network of Networks Vineeth Nagumantri Roll No. 1225108260 MBA(P)-B

METROPOLITAN AREA NETWORK (MAN) A metropolitan area network (MAN) is a network

that connects two or more local area networks or campus area networks together but does not extend beyond the boundaries of the immediate town/city. MANs provide Internet connectivity for LANs in a metropolitan region, and connect them to wider area networks like the Internet

A MAN is made from switches or routers connected to one another with high-speed links (usually fibre optic cables).

Metropolitan Area Networks (MANs) are networks that connect LANs together within a city.

Page 14: Network of Networks Vineeth Nagumantri Roll No. 1225108260 MBA(P)-B

WIDE AREA NETWORK (WAN)• The largest network of all network types. • Internet is the largest WAN in the world. • WAN generally covers large distances such as

states, countries or continents.• This is network which covers a large

geographical area, and use communications circuits to connect the intermediate nodes.

• In other words this is in contrast to both the local area network and the metropolitan area network, which provides communication within a restricted geographic area.

• WAN is a group of MANs or LANs or the mixture of both networks.

Page 15: Network of Networks Vineeth Nagumantri Roll No. 1225108260 MBA(P)-B

Comparison of LAN, MAN, WAN

Page 16: Network of Networks Vineeth Nagumantri Roll No. 1225108260 MBA(P)-B

Personal area networkA personal area network (PAN) is a computer network used for communication among computer devices close to one person. Some examples of devices that are used in a PAN are printers, fax machines, telephones, PDAs and scanners. The reach of a PAN is typically about 20-30 feet (approximately 6-9 meters), but this is expected to increase with technology improvements.

Page 17: Network of Networks Vineeth Nagumantri Roll No. 1225108260 MBA(P)-B

• A campus area network (CAN) is a computer network made up of an interconnection of local area networks (LANs) within a limited geographical area. It can be considered one form of a metropolitan area network, specific to an academic setting.• A global area networks (GAN) specification is in development by several groups, and there is no common definition. In general, however, a GAN is a model for supporting mobile communications across an arbitrary number of wireless LANs, satellite coverage areas, etc. • A virtual private network (VPN) is a computer network in which some of the links between nodes are carried by open connections or virtual circuits in some larger network (e.g., the Internet) instead of by physical wires.

Page 18: Network of Networks Vineeth Nagumantri Roll No. 1225108260 MBA(P)-B

Network architecture• Overall design of a computer network that describes how a

computer network is configured and what strategies are being used.

• mainly focuses on the functions of the networks. • Also known as network model or network design.• They are two types

– Client / Server Network– Peer-to-peer or P2P Network

Page 19: Network of Networks Vineeth Nagumantri Roll No. 1225108260 MBA(P)-B

CLIENT/SERVER NETWORK• A client/server network is a network in which the

shared files and applications are stored in the server but network users (clients) can still store files on their individual PCs.

• A server is a computer that shares information and resources with other computers on a network.

• A client is a computer which requests services or files from a server computer.

Page 20: Network of Networks Vineeth Nagumantri Roll No. 1225108260 MBA(P)-B

Network architecturePeer-to-peer or P2P

• It is a network with all the nodes acting as both servers and clients.

• A PC can access files located on another PC and can also provide files to other PCs.

• All computers in the peer-to-peer network has equal responsibilities and capabilities to use the resources available on the network.

• With peer-to-peer network, no server is needed; each computer in the network is called a peer.

Page 21: Network of Networks Vineeth Nagumantri Roll No. 1225108260 MBA(P)-B

Differences

Page 22: Network of Networks Vineeth Nagumantri Roll No. 1225108260 MBA(P)-B

Network topology • Computer networks may be classified according to the

network topology upon which the network is based, such as bus network, star network, ring network, mesh network, star-bus network, tree or hierarchical topology network.

• Network topology signifies the way in which devices in the network see their logical relations to one another.

Page 23: Network of Networks Vineeth Nagumantri Roll No. 1225108260 MBA(P)-B

Bus Topology

Click on picture to play video

Page 24: Network of Networks Vineeth Nagumantri Roll No. 1225108260 MBA(P)-B

Star Topology

Click on picture to play video

Page 25: Network of Networks Vineeth Nagumantri Roll No. 1225108260 MBA(P)-B

Ring Topology

Click on picture to play video

Page 26: Network of Networks Vineeth Nagumantri Roll No. 1225108260 MBA(P)-B

Basic hardware components

Network Interface Card

Repeaters Hub

Bridges Switches Routers

Page 27: Network of Networks Vineeth Nagumantri Roll No. 1225108260 MBA(P)-B

TCP/IP (Transmission Control Protocol/Internet Protocol)

TCP/IP (Transmission Control Protocol/Internet Protocol) is the basic communication language or protocol of the Internet. It can also be used as a communications protocol in a private network (either an intranet or an extranet). When you are set up with direct access to the Internet, your computer is provided with a copy of the TCP/IP program just as every other computer that you may send messages to or get information from also has a copy of TCP/IP. TCP/IP is a two-layer program. The higher layer, TCP, manages the assembling of a message or file into smaller packets that are transmitted over the Internet and received by a TCP layer that reassembles the packets into the original message. The lower layer, Internet Protocol, handles the address part of each packet so that it gets to the right destination. The TCP/IP model consists of four layers, From lowest to highest, these are the Link Layer, the Internet Layer, the Transport Layer, and the Application Layer

Page 28: Network of Networks Vineeth Nagumantri Roll No. 1225108260 MBA(P)-B

TCP/IP

Click on picture to play video

Page 29: Network of Networks Vineeth Nagumantri Roll No. 1225108260 MBA(P)-B

Hypertext Transfer Protocol HTTP (Hypertext Transfer Protocol) is the set of rules for transferring files (text, graphic images, sound, video, and other multimedia files) on the World Wide Web. As soon as a Web user opens their Web browser, the user is indirectly making use of HTTP. HTTP is an application protocol that runs on top of the TCP/IP suite of protocols. HTTP development was coordinated by the World Wide Web Consortium and the Internet Engineering Task Force (IETF) HTTP/1.1, the version of HTTP in common use HTTP is a request/response standard between a client and a server When the browser user enters file requests by either "opening" a Web file (typing in a Uniform Resource Locator or URL) or clicking on a hypertext link, the browser builds an HTTP request It establishes a Transmission Control Protocol (TCP) connection to a particular port on a host (port 80 by default; see List of TCP and UDP port numbers) and sends it to the Internet Protocol address (IP address) indicated by the URL. Upon receiving the request, the server sends back a status line, such as "HTTP/1.1 200 OK", and a message of its own, the body of which is perhaps the requested resource, an error message, or some other information.

Page 30: Network of Networks Vineeth Nagumantri Roll No. 1225108260 MBA(P)-B

Network to HTTP

Click on picture to play video

Page 31: Network of Networks Vineeth Nagumantri Roll No. 1225108260 MBA(P)-B

How a Computer Network Works?

Click on picture to play video

Page 32: Network of Networks Vineeth Nagumantri Roll No. 1225108260 MBA(P)-B