Top-Rated Free Essay
Preview

Brief History

Powerful Essays
1581 Words
Grammar
Grammar
Plagiarism
Plagiarism
Writing
Writing
Score
Score
Brief History
The Elements of Communication * The first of these elements is the message source, or sender. Message sources are people, or electronic devices, that need to send a message to other individuals or devices. * The second element of communication is the destination, or receiver, of the message. The destination receives the message and interprets it. * A third element, called a channel, consists of the media that provides the pathway over which the message can travel from source to destination.

Components of the Network * Devices and media are the physical elements or hardware of the network. Hardware is often the visible components of the network platform such as a laptop, a PC, a switch, or the cabling used to connect the devices. * Services and processes are the communication programs, called software, that run on the networked devices. Services include many of the common network applications people use every day, like e-mail hosting services and web hosting services. Processes provide the functionality that directs and moves the messages through the network.

End Devices and their Role on the Network * The network devices that people are most familiar with are called end devices. * These devices form the interface between the human network and the underlying communication network. a. Computers (work stations, laptops, file servers, web servers) b. Network printers c. VoIP phones d. Security cameras e. Mobile handheld devices (such as wireless barcode scanners, PDAs)

Intermediary Devices and their Role on the Network * Networks rely on intermediary devices to provide connectivity and to work behind the scenes to ensure that data flows across the network. These devices connect the individual hosts to the network and can connect multiple individual networks to form an internetwork. f. Network Access Devices (Hubs, switches, and wireless access points) g. Internetworking Devices (routers) h. Communication Servers and Modems i. Security Devices (firewalls) * Processes running on the intermediary network devices perform these functions: j. Regenerate and retransmit data signals k. Maintain information about what pathways exist through the network and internetwork l. Notify other devices of errors and communication failures m. Direct data along alternate pathways when there is a link failure n. Classify and direct messages according to QoS priorities o. Permit or deny the flow of data, based on security settings

Network Media * Communication across a network is carried on a medium. The medium provides the channel over which the message travels from source to destination. p. Metallic wires within cables q. Glass or plastic fibers (fiber optic cable) r. Wireless transmission * Criteria for Choosing a Network Media s. The distance the media can successfully carry a signal. t. The environment in which the media is to be installed. u. The amount of data and the speed at which it must be transmitted. v. The cost of the media and installation

Local Area Networks * Networks infrastructures can vary greatly in terms of: * The size of the area covered * The number of users connected * The number and types of services available

* A LAN is usually administered by a single organization. * The administrative control that governs the security and access control policies are enforced on the network level.

Wide Area Networks * Networks that connect LANs in geographically separated locations. * WANs use specifically designed network devices to make the interconnections between LANs.

Internetwork * A global mesh of interconnected networks (internetworks) meets these human communication needs. * The most well-known and widely used publicly-accessible internetwork is the Internet.

Intranet * The term intranet is often used to refer to a private connection of LANs and WANs that belongs to an organization, and is designed to be accessible only by the organization's members, employees, or others with authorization.

Network Representations & Common Data Network Symbols

Network Interface Card - A NIC, or LAN adapter, provides the physical connection to the network at the PC or other host device. The media connecting the PC to the networking device plugs directly into the NIC.

Physical Port - A connector or outlet on a networking device where the media is connected to a host or other networking device.

Interface - Specialized ports on an internetworking device that connect to individual networks. Because routers are used to interconnect networks, the ports on a router are referred to network interfaces.

Switch - the most common device for interconnecting local area networks
Firewall - provides security to networks
Router - helps direct messages as they travel across a network
Wireless Router - a specific type of router often found in home networks
Cloud - used to summarize a group of networking devices.
Serial Link - one form of WAN interconnection, represented by the lightning bolt-shaped line

Protocol Suites and Industry Standards * A standard is a process or protocol that has been endorsed by the networking industry and ratified by a standards organization. * Institute of Electrical and Electronics Engineers (IEEE) * Internet Engineering Task Force (IETF).

* Networking protocol suites describe processes such as: * The format or structure of the message * The method by which networking devices share information about pathways with other networks * How and when error and system messages are passed between devices * The setup and termination of data transfer sessions

The Interaction of Protocols

Application Protocol: * Hypertext Transfer Protocol (HTTP) is a common protocol that governs the way that a web server and a web client interact. * HTTP defines the content and formatting of the requests and responses exchanged between the client and server.

Transport Protocol: * Transmission Control Protocol (TCP) is the transport protocol that manages the individual conversations between web servers and web clients. * TCP divides the HTTP messages into smaller pieces, called segments, to be sent to the destination client. * It is also responsible for controlling the size and rate at which messages are exchanged between the server and the client.

Internetwork Protocol: * IP is responsible for taking the formatted segments from TCP, encapsulating them into packets, assigning the appropriate addresses, and selecting the best path to the destination host.

Network Access Protocols: * Network access protocols describe two primary functions, data link management and the physical transmission of data on the media. * Data-link management protocols take the packets from IP and format them to be transmitted over the media. * The standards and protocols for the physical media govern how the signals are sent over the media and how they are interpreted by the receiving clients.

The Benefits of using a Layered Model * Assists in protocol design, because protocols that operate at a specific layer have defined information that they act upon and a defined interface to the layers above and below. * Fosters competition because products from different vendors can work together. * Prevents technology or capability changes in one layer from affecting other layers above and below. * Provides a common language to describe networking functions and capabilities.

Two Basic Types of Networking Models

1.) Reference Model. A reference model provides a common reference for maintaining consistency within all types of network protocols and services. * The primary purpose of a reference model is to aid in clearer understanding of the functions and process involved.

* The Open Systems Interconnection (OSI) model is the most widely known internetwork reference model. It is used for data network design, operation specifications, and troubleshooting.

* Initially the OSI model was designed by the International Organization for Standardization (ISO) to provide a framework on which to build a suite of open systems protocols.

* The vision was that this set of protocols would be used to develop an international network that would not be dependent on proprietary systems.

2.) Protocol Model. A protocol model provides a model that closely matches the structure of a particular protocol suite. * The TCP/IP model is a protocol model because it describes the functions that occur at each layer of protocols within the TCP/IP suite.

Comparing OSI Model with the TCP/IP Model

The OSI Layers 1 and 2 discuss the necessary procedures to access the media and the physical means to send data over a network.

OSI Model Layer 3, the Network layer, almost universally is used to discuss and document the range of processes that occur in all data networks to address and route messages through an internetwork. The Internet Protocol (IP) is the TCP/IP suite protocol that includes the functionality described at Layer 3.

Layer 4, the Transport layer of the OSI model, is often used to describe general services or functions that manage individual conversations between source and destination hosts. These functions include acknowledgement, error recovery, and sequencing. At this layer, the TCP/IP protocols Transmission Control Protocol (TCP) and User Datagram Protocol (UDP) provide the necessary functionality.

The OSI model Layers 5, 6 and 7 are used as references for application software developers and vendors to produce products that need to access networks for communications.

Protocol Data Units and Encapsulation * Data - The general term for the PDU used at the Application layer * Segment - Transport Layer PDU * Packet - Internetwork Layer PDU * Frame - Network Access Layer PDU * Bits - A PDU used when physically transmitting data over the medium

Getting Data to the End Device: Layer 2 is concerned with the delivery of messages on a single local network. Getting the Data through the Internetwork: Layer 3 protocols are primarily designed to move data from one local network to another local network within an internetwork.
Getting the Data to the Right Application: At Layer 4, information contained in the PDU header does not identify a destination host or a destination network.

Addressing in the Network * The OSI model describes the processes of encoding, formatting, segmenting, and encapsulating data for transmission over the network.

You May Also Find These Documents Helpful

  • Better Essays

    INDP Kudler Fine Food

    • 1189 Words
    • 4 Pages

    A network is defined as computer components such as hardware, assorted cables, and fiber optics, networking equipment used to link a company’s computers so that they can assign files, printers, software, and additional computer-related assets across short and long distances.…

    • 1189 Words
    • 4 Pages
    Better Essays
  • Good Essays

    2. For the Network you would consider routers for distribution of packets, bridges for physical connections of routers, switches for direct connections and the cabling for the connections and other sorts of informational distribution. Patch Panel connections.…

    • 7085 Words
    • 29 Pages
    Good Essays
  • Good Essays

    Week 4 INDP NTC 362

    • 821 Words
    • 3 Pages

    There are a few requirements when building a network in order for the network to operate. There is the hardware components with the end nodes (i.e. the sending and receiving computers). The intermediate nodes that perform the data exchange (i.e. , switches, and hubs). And the telecommunication links (i.e. wired &…

    • 821 Words
    • 3 Pages
    Good Essays
  • Satisfactory Essays

    NT1210 Final Exam Review

    • 1591 Words
    • 9 Pages

    7. What is the piece of hardware that allows a device to physically access a network?…

    • 1591 Words
    • 9 Pages
    Satisfactory Essays
  • Powerful Essays

    Nt1310 Unit 7

    • 2452 Words
    • 10 Pages

    Communication to run smoothly across the network there are devices that place intermediary roles in networking. These intermediary devices provide connectivity and work behind the scenes to ensure that data flows across the network. These devices connect the individual hosts (end devices) to the network and can connect multiple individual networks to form an internetwork.…

    • 2452 Words
    • 10 Pages
    Powerful Essays
  • Satisfactory Essays

    Unit 1 Exercise 1

    • 617 Words
    • 2 Pages

    The purpose of a Network is to share data. To make this possible, you have to be able to connect to other computers. To make this enticing to people to want to take advantage of this technology, it has to be simple not so complex. This sounds a little difficult to understand as far as a qualified answer, but to sum things up that is it. The question to ask and that many people don’t consider is how data is transferred from one computer to another computer?…

    • 617 Words
    • 2 Pages
    Satisfactory Essays
  • Satisfactory Essays

    Effective communication incorporates the basic elements of communication based on how the information is communicated from the messenger, which can have a profound effect on the presentation of the message and the understanding using the basic elements of communication. It is essential to basic communication for the messenger to relay the message clearly and in a concise manner to decrease misunderstanding of the information presented. The basic elements of communication that consist of the message that is the information discussed or presented. Second element is the sender or messenger the individual or device used present the can be telephone,…

    • 395 Words
    • 2 Pages
    Satisfactory Essays
  • Powerful Essays

    The ____ includes the physical transmission medium (cables or wireless media) that any network must use to send and receive the signals that constitute the physical expression of networked communications.…

    • 694 Words
    • 3 Pages
    Powerful Essays
  • Powerful Essays

    Study Guide

    • 1143 Words
    • 5 Pages

    Define the basic communication elements contained in the communication models.a. sender: initiator and encoderb. message: stimulus that produces meaningc. channel: medium through which a message travels, such as oral or writtend. receiver: decoder of a messagee. noise: interference with effective transmission and reception of a messagef. Field of experience: includes our cultural, background, ethnicity, geographic location, extent of travel, and general personal experiences accumulated over the course of a lifetime.…

    • 1143 Words
    • 5 Pages
    Powerful Essays
  • Better Essays

    The sender initiates the communication. Verbal and non-verbal techniques are used to properly convey the message and the sender should have an understanding of who is receiving the message. The party in which the sender is transmitting communication is the receiver. To correctly absorb the message the receiver should listen carefully and not get distracted. The medium is most important of the five elements. It can come in many different forms and is what the receiver is trying to communicate to the receiver. The channel is how the communication is being sent, whether it is mail, text, email or oral. Finally, the feedback describes the receiver’s response or reaction to the sender’s message. Feedback may come from asking questions, body language or facial expressions.…

    • 888 Words
    • 4 Pages
    Better Essays
  • Good Essays

    channeled and imparted by a sender to a receiver via some medium. The receiver then…

    • 3331 Words
    • 15 Pages
    Good Essays
  • Good Essays

    1-2. What are the roles of the source and the receiver in the communication process?…

    • 717 Words
    • 3 Pages
    Good Essays
  • Good Essays

    Communication involves a sender and a receiver transmitting information through communication channels. Senders message can be used for various reasons, such as bring out changes in attitudes, motivate people or establish and maintain relationships. Receivers mission is to interpret message correctly.…

    • 614 Words
    • 3 Pages
    Good Essays
  • Good Essays

    Communication Process Nvq

    • 1238 Words
    • 5 Pages

    Channel is the route the message will travel on, be it verbal or written the source should decide the best route for effective communication.…

    • 1238 Words
    • 5 Pages
    Good Essays
  • Better Essays

    Communication is a continuous process that involves the exchange of both verbal and nonverbal messages among two or more people. It consists of five key elements; sender, medium, message, receiver, and feedback. The sender is the person who initiates…

    • 980 Words
    • 4 Pages
    Better Essays