1 jay network final.pptx

Upload: ishajain11

Post on 02-Jun-2018

219 views

Category:

Documents


0 download

TRANSCRIPT

  • 8/11/2019 1 JAY NETWORK FINAL.pptx

    1/26

    SUBMITTED BY : JAYVEER DEO

    SUBMITTED TO : PROF. I. CHAKRAPANI

  • 8/11/2019 1 JAY NETWORK FINAL.pptx

    2/26

    Computer network A collection of computingdevices that are connected in various ways inorder to communicate and share resources

    Usually, the connections betweencomputers in a network are made usingphysical wires or cables

    However, some connections are wireless, using

    radio waves or infrared signals

  • 8/11/2019 1 JAY NETWORK FINAL.pptx

    3/26

    The generic term nodeor hostrefers to anydevice on a network

    Data transfer rate The speed with whichdata is moved from one place on a network toanother

    Data transfer rate is a key issuein computernetworks

  • 8/11/2019 1 JAY NETWORK FINAL.pptx

    4/26

    Computer networks have opened up anentire frontier in the world of computing

    called the client/server model

  • 8/11/2019 1 JAY NETWORK FINAL.pptx

    5/26

    File server A computer that stores andmanages files for multiple users on a network

    Web server A computer dedicated toresponding to requests (from the browserclient) for web pages

  • 8/11/2019 1 JAY NETWORK FINAL.pptx

    6/26

    Local-area network(LAN) A network thatconnects a relatively small number of

    machines in a relatively close geographicalarea

  • 8/11/2019 1 JAY NETWORK FINAL.pptx

    7/26

    Various configurations, called topologies, have beenused to administer LANs

    Ring topology A configuration that connects all nodes ina closed loop on which messages travel in one direction

    Star topology A configuration that centers around onenode to which all others are connected and through which

    all messages are sent Bus topology All nodes are connected to a single

    communication line that carries messages in bothdirections

  • 8/11/2019 1 JAY NETWORK FINAL.pptx

    8/26

    A bus technology called Ethernethas become the industry standard for local-areanetworks

  • 8/11/2019 1 JAY NETWORK FINAL.pptx

    9/26

    Wide-area network(WAN) A network thatconnects two or more local-area networks over a

    potentially large geographic distance

    Often one particular node on a LAN is set up to serve as agatewayto handle all communication going between thatLAN and other networks

    Communication between networks is called

    internetworking

    The Internet,as we know it today, is essentially theultimate wide-area network, spanning the entire globe

  • 8/11/2019 1 JAY NETWORK FINAL.pptx

    10/26

    Metropolitan-area network(MAN) Thecommunication infrastructures that have

    been developed in and around large cities

  • 8/11/2019 1 JAY NETWORK FINAL.pptx

    11/26

    Well, nobody does. No single person orcompany owns the Internet or even controls

    it entirely. As a wide-area network, it is madeup of many smaller networks. These smallernetworks are often owned and managed by aperson or organization. The Internet, then, isreally defined by how connections can bemade between these networks.

  • 8/11/2019 1 JAY NETWORK FINAL.pptx

    12/26

    Local-area networks connected across a

    distance to create a wide-area network

  • 8/11/2019 1 JAY NETWORK FINAL.pptx

    13/26

    Internet backbone A set of high-speednetworks that carry Internet traffic

    These networks are provided by companiessuch as AT&T, GTE, and IBM Internet service provider(ISP)A company

    that provides other companies or individualswith access to the Internet

  • 8/11/2019 1 JAY NETWORK FINAL.pptx

    14/26

    There are various technologies available that you can use toconnect a home computer to the Internet

    A phone modemconverts computer data into an analog audio

    signal for transfer over a telephone line, and then a modem at thedestination converts it back again into data

    A digital subscriber line(DSL)uses regular copper phone lines totransfer digital data to and from the phone companys centraloffice

    A cable modemusesthe same line that your cable TV signalscome in on to transfer the data back and forth

  • 8/11/2019 1 JAY NETWORK FINAL.pptx

    15/26

    To improve the efficiency of transferring informationover a shared communication line, messages aredivided into fixed-sized, numbered packets

    Network devices called routers are used to direct

    packets between networks

  • 8/11/2019 1 JAY NETWORK FINAL.pptx

    16/26

    Network protocols are layered such that eachone relies on the protocols that underlie it

    Sometimes referred to as a protocol stack

    Layering of key network protocols

  • 8/11/2019 1 JAY NETWORK FINAL.pptx

    17/26

    TCP stands for Transmission Control Protocol

    TCP software breaks messages into packets,

    hands them off to the IP software for delivery, and

    then orders and reassembles the packets at theirdestination

    IP stands for Internet Protocol

    IP software deals with the routing of packetsthrough the maze of interconnected networks to

    their final destination

  • 8/11/2019 1 JAY NETWORK FINAL.pptx

    18/26

    UDP stands for User Datagram Protocol

    It is an alternative to TCP

    The main difference is that TCP is highly reliable,

    at the cost of decreased performance, while UDP

    is less reliable, but generally faster

  • 8/11/2019 1 JAY NETWORK FINAL.pptx

    19/26

  • 8/11/2019 1 JAY NETWORK FINAL.pptx

    20/26

    Other protocols build on the foundationestablished by the TCP/IP protocol suite

    Simple Mail Transfer Protocol (SMTP)

    File Transfer Protocol (FTP)

    Telnet

    Hyper Text Transfer Protocol (http)

  • 8/11/2019 1 JAY NETWORK FINAL.pptx

    21/26

    By far the most popular application on the Internettoday is electronic mail (email). The protocol thatsupports email on the Internet is Simple Mail TransferProtocol (SMTP). To send and receive email, the usermust install both client and server SMTP software ona computer. SMTP is often used with another protocolsuch as Post Office Protocol (POP).

  • 8/11/2019 1 JAY NETWORK FINAL.pptx

    22/26

    The standard protocol on the Internet for transferring a file fromone machine to another is the File Transfer Protocol (FTP). FTPwas designed to respond to traditional problems related to filetransfer, one problem is the different coding systems in use; onemachine may use ASCII, and the other may use Unicode. Another

    problem is the different file formats in use. FTP was designed toresolve these problems.

  • 8/11/2019 1 JAY NETWORK FINAL.pptx

    23/26

    Hypertext Transfer Protocol (HTTP) is a client-serverprogram that is used to access and transfer documents inthe World Wide Web.

    Uniform Resource locator (URL) HTTP uses a specialkind of addressing called the Uniform Resource Locator

    (URL), which is a standard for specifying any kind ofinformation on the Internet. The URL defines four things:method, host computer, port, and path.

  • 8/11/2019 1 JAY NETWORK FINAL.pptx

    24/26

    A computer network is a combination of devicesconnected by transmission media.

    The Open Systems Interconnection (OSI) model is atheoretical model that shows how any two different

    systems can communicate with each other. The seven layers of the OSI model are the physical layer,

    data-link layer, Network layer, transport layer, sessionlayer, presentation layer, and application layer.

    A local area network (LAN) allows resource sharing

    (hardware, software, and data) between computers. A LAN can de configured in a bus, ring, or star topology. A metropolitan area network (MAN) uses the services

    provided by a common carrier.

  • 8/11/2019 1 JAY NETWORK FINAL.pptx

    25/26

    A wide area network (WAN) is the connection of individualcomputers or LANs over a large area. WANs are installedand run by common carriers.

    A repeater is a connecting device that regenerates data

    and extends the physical length of a network. A bridge is a connecting device that filters traffic. A router is a connecting device that routes packets. A gateway allows two networks, each with a completely

    different protocol suite, to communicate.

    An internetwork is two or more LANs, MANs, or WANs. Transmission Control Protocol/Internet Protocol (TCP/IP)is the set of protocols used by the Internet, a worldwideinternetwork of computers

  • 8/11/2019 1 JAY NETWORK FINAL.pptx

    26/26