click below
click below
Normal Size Small Size show me how
NETW202 Ch 2
Communicating over the Network
Question | Answer |
---|---|
Channel | A communication path over a medium used to transport information from a sender to a receiver. Multiple channels can be multiplexed over a single cable. |
Segmentation | In TCP, the process of taking a large chunk of data and breaking it into small-enough pieces to fit within a TCP segment without breaking any rules about the maximum amount of data allowed in a segment. |
Multiplexing | A process where multiple digital data streams are combined into one signal. |
Switch | A Layer 2 device that receives an electrical signal in one port, interprets the bits, and makes a filtering or forwarding decision about the frame. If it forwards, it sends a regenerated signal. |
End Device | A device such as a desktop or mobile device that is used by an end user. |
Host | A network device that has an IPv4 address assigned to it to communication over a network. |
Client | A network device that accesses a service on another computer remotely by accessing the network. |
Host Address | IPv4 address of a network host. When talking about host addresses, they are the network layer addresses. |
Physical Address | A data link layer address; a MAC address. |
Intermediary Device | A device that connects end devices to the network or interconnects different networks. A router is an example of an intermediary device. |
Encoding | To change the energy levels transmitted over some networking medium to transmit bits over that medium. |
Protocols | Written specifications that defines what tasks a service or device should perform. |
Protocol Suite | a delineation of networking protocols and standards into different categories, called layers, along with definitions of which sets of standards and protocols need to be implemented to create products used to create a working network. |
Protocol Data Unit | A generic term from OSI that refers to the data, headers, and trailers about which a particular networking layers is concerned. |
Port | Refers to a hub or switch, or an interface which is a physical connector for cable media. With TCP/UDP, it is a software function that uniquely identifies a software process or service. A USB or parallel port on a PC. |
Internet Engineering Task Force (IETF) | The standards body responsible for the development and approval of TCP/IP standards. |
Institute of Electrical and Electronics Engineers (IEEE) | An international, non-profit organization for the advancement of technology related to electricity. IEEE maintains the standards defining many LAN protocols. |
International Organization for Standardization (ISO) | An international standards body that defines many networking standards. Also, the standards body that created the OSI model. |
Layered Model | A model that consists of various layers that enable the development and explanation of technology to be done on a modular basis. This allows interoperability among different technologies among the different layers. |
Transmission Control Protocol / Internet Protocol (TCP/IP) | A network model defined by the IETF that has been implemented on most computer and network devices in the world. |
Encapsulation | The process by which a device adds networking heads and trailers to data from an application for the eventual transmission of the data onto a transmission medium. |
Decapsulation | A process by which an end device, after receiving data via a medium, examines the headers and trailers at each successive higher layer, eventually handing the data to the correct application. Sometimes called de-encapsulation. |
Protocol Data Unit (PDU) | A generic term from OSI that refers to the data, headers, and trailers about which a particular networking layer is concerned. |
Segment | A collision domain that is a section of a LAN that is bound by bridges, routers, or switches. Also used with TCP, the term reders to the work TCP does to accept a large piece of data from an application and break it into smaller pieces. |
Frame | the layer 2 PDU that has been encoded by a data link layer protocol for digital transmission. Some different kinds of frames are Ethernet frames and PPP frames. |
Open Systems Interconnection (OSI) | International standardization program created by ISO and ITU-T to develope standards for data networking that facilitate multivendor equipment interoperability. |
Which OSI layer is associated with IP addressing? | Layer 3 |
The elements of communication include a message source, a message destination, and a ____________, or medium, to transport the message. | Channel |
Which type of addressing is found at the OSI Layer 2? (Choose two) Logical, Physical, MAC, IP, or Port | Physical & MAC. A MAC address is the physical address burned onto the OSI Layer 2 network interface card. Logical Addressing happens at OSI Layer 3. |
When a server responds to a web request, what occurs next in the encapsulation process after the web page data is formatted and seperated into TCP segments? | The server adds the source and destination IP address to each segment header to deliver the packets to the destination. |
Which term describes a specific set of rules that determine the formatting of messages and the process of encapsulation used to forward data? | Protocol |
A limited-use protocol owned by a company is considered to be __________? | Proprietary |
Which one of the following is associated with Layer 4 of the OSI Model? IP, TCP, FTP, or TFTP | TCP is the answer. FTP = Application - Layer 7 and IP & TFTP are Network - Layer 3 |
The device that connects a device to the media is called a/an? | Network Interface Card (NIC) |
What is the term that defines dividing data streams into smaller peices suitable for transmission? | Segmentation, which occurs at OSI Layer 4 - Transport |
A device that moves data between networks is a ________? | Router |
What do you call the process of interweaving multiple data streams onto one shared communication channel or network medium? | Multiplexing |
Which of the following is associated with the OSI network layer (Layer 3)? IP Address, Frames, MAC Address, Physical Address | IP Address is the correct answer. All the others are OSI Layer 2 - Data Link |
What is the correct "top down" order of the OSI model? | Application -> Presentation -> Session -> Transport -> Network -> Data Link -> Physical |
Which layer of the OSI model is concerned with the end-to-end message delivery over the network? | Transport, OSI Layer 4 handles end-to-end message delivery. |