WorksheetsFUBDATACOMS lect2
Total questions: 61
Worksheet time: 43mins
is a combination of hardware and software that sends data from one location to another
network
hardware
software
consists of the physical equipment that carries signals from one point of the network to another.
network
hardware
software
consists of instruction sets that make possible the services that we expect from a network.
network
hardware
software
sender site
higher layer>middle layer>lower layer
lower layer>middle layer>higher layer
written>carried>deliver
deliver>carried>read
receiver side
higher layer>middle layer>lower layer
lower layer>middle layer>higher layer
written>carried>deliver
deliver>carried>read
The layered model that dominated data communications and networking literature before 1990
(a)
became the dominant commercial architecture because it was used and tested extensively in the Internet; the OSI model was never fully implemented.
(a)
a multinational body dedicated to worldwide agreement on international standards.
(a)
(a) is a set of protocols that allows any two different systems to communicate regardless of their underlying architecture.
(a) is a layered framework for the design of network systems that allows communication between all types of computer systems.
It consists of seven separate but related layers, each of which defines a part of the process of moving information across a network
(a)
an agreed-upon series of rules and conventions which governs communication between layers of a system.
(a)
The processes on each machine that communicate at a given layer are called (a)
network support layers
physical
data link
network
transport
user support layers
session
presentation
application
transport
(a) is the technique in which a data unit from one protocol is placed within the data field portion of the data unit of another protocol.
▪ coordinates the functions required to carry a bit stream over a physical medium.
▪ It deals with the mechanical and electrical specifications of the interface and transmission medium.
▪ It also defines the procedures and functions that physical devices and interfaces have to perform for transmission to occur.
(a)
transforms the physical layer, a raw transmission facility, to a reliable link.
▪ It makes the physical layer appear error-free to the upper layer (network layer).
▪ is responsible for moving frames from one hop (node) to the next.
(a)
Other responsibilities of the data link layer include the following:
framing
physical addressing
flow control
error control
access control
The data link layer divides the stream of bits received from the network layer into manageable data units called frames.
framing
physical addressing
flow control
error control
access control
If frames are to be distributed to different systems on the network, the data link layer adds a header to the frame to define the sender and/or receiver of the frame.
If the frame is intended for a system outside the sender's network, the receiver address is the address of the device that connects the network to the next one.
framing
physical addressing
flow control
error control
access control
If the rate at which the data are absorbed by the receiver is less than the rate at which data are produced in the sender, the data link layer imposes a flow control mechanism to avoid overwhelming the receiver.
framing
physical addressing
flow control
error control
access control
The data link layer adds reliability to the physical layer by adding mechanisms to detect and retransmit damaged or lost frames.
It also uses a mechanism to recognize duplicate frames.
framing
physical addressing
flow control
error control
access control
When two or more devices are connected to the same link, data link layer protocols are necessary to determine which device has control over the link at any given time.
framing
physical addressing
flow control
error control
access control
is responsible for the source-to-destination delivery of a packet, possibly across multiple networks (links).
(a)
If two systems are connected to the same link, there is usually no need for a network layer.
true
false
ewan
mama mo
However, if the two systems are attached to different networks (links) with connecting devices between the networks (links), there is often no need for the network layer to accomplish source-to-destination delivery.
true
false
sirit na
ewan
is responsible for the delivery of individual packets from the source host to the destination host.
(a)
▪ The physical addressing implemented by the data link layer handles the addressing problem locally.
▪ If a packet passes the network boundary, we need another addressing system to help distinguish the source and destination systems.
▪ The network layer adds a header to the packet coming from the upper layer that, among other things, includes the logical addresses of the sender and receiver
(a)
▪ When independent networks or links are connected to create internetworks (network of networks) or a large network, the connecting devices (called routers or switches) route or switch the packets to their final destination.
▪ One of the functions of the network layer is to provide this mechanism.
(a)
(a) is responsible for process-to-process delivery of the entire message
(a) is responsible for the delivery of a message from one process to another.
Other responsibilities of the transport layer include the following:
service-point addressing
segmentation and reassembly
connection control
flow control
error control
Source-to-destination delivery means delivery not only from one computer to the next but also from a specific process (running program) on one computer to a specific process (running program) on the other.
service-point addressing
segmentation and reassembly
connection control
flow control
error control
▪ A message is divided into transmittable segments, with each segment containing a sequence number.
▪ These numbers enable the transport layer to reassemble the message correctly upon arriving at the destination and to identify and replace packets that were lost in transmission.
service-point addressing
segmentation and reassembly
connection control
flow control
error control
▪ The transport layer can be either connectionless or connection-oriented.
▪ A connectionless transport layer treats each segment as an independent packet and delivers it to the transport layer at the destination machine.
▪ A connection-oriented transport layer makes a connection with the transport layer at the destination machine first before delivering the packets.
service-point addressing
segmentation and reassembly
connection control
flow control
error control
control at this layer is performed end to end rather than across a single link
service-point addressing
segmentation and reassembly
connection control
flow control
error control
The sending transport layer makes sure that the entire message arrives at the receiving transport layer without error (damage, loss, or duplication).
service-point addressing
segmentation and reassembly
connection control
flow control
error control
(a) is the network dialog controller. It establishes, maintains, and synchronizes the interaction among communicating systems. This layer is responsible for dialog control and synchronization.
▪ The session layer allows two systems to enter into a dialog.
▪ It allows the communication between two processes to take place in either half-duplex (one way at a time) or full-duplex (two ways at a time) mode
dialog control
synchronization
The session layer allows a process to add checkpoints, or synchronization points, to a stream of data.
dialog control
synchronization
(a) is concerned with the syntax and semantics of the information exchanged between two systems.
is responsible for translation, compression and encryption.
▪ The information must be changed to bit streams before being transmitted. Because different computers use different encoding systems, the presentation layer is responsible for interoperability between these different encoding methods.
▪ The presentation layer at the sender changes the information from its sender-dependent format into a common format.
▪ The presentation layer at the receiving machine changes the common format into its receiver-dependent format.
translation
compression
encryption
means that the sender transforms the original information to another form and sends the resulting message out over the network.
translation
compression
encryption
decryption
reverses the original process to transform the message back to its original form.
translation
compression
encryption
decryption
reduces the number of bits contained in the information.
particularly important in the transmission of multimedia such as text, audio, and video.
translation
compression
encryption
decryption
enables the user, whether human or software, to access the network.
It provides user interfaces and support for services such as electronic mail, remote file access and transfer, shared database management, and other types of distributed information services.
is responsible for providing services to the user.
(a)
Specific services provided by the application layer include the following:
network virtual terminal
file transfer, access and management
mail services
directory services
______ is a software version of a physical terminal, and it allows a user to log on to a remote host
network virtual terminal
file transfer, access and management
mail services
directory services
This application allows a user to access files in a remote host (to make changes or read data), to retrieve files from a remote computer for use in the local computer, and to manage or control files in a remote computer locally.
network virtual terminal
file transfer, access and management
mail services
directory services
This application provides the basis for e-mail forwarding and storage.
network virtual terminal
file transfer, access and management
mail services
directory services
This application provides distributed database sources and access for global information about various objects and services.
network virtual terminal
file transfer, access and management
mail services
directory services
is a five-layer protocol suite that defines the exchange of transmissions across the Internet.
is a hierarchical protocol made up of interactive modules, each of which provides a specific functionality; however, the modules are not necessarily interdependent.
(a)
IP transports data in packets called _____, each of which is transported separately. ______ is an independent data unit in packet switching.
(a)
▪ It is used to associate a logical address with a physical address.
▪ On a typical physical network, such as a LAN, each device on a link is identified by a physical or station address, usually imprinted on the network interface card (NIC).
▪ is used to find the physical address of the node when its Internet address is known.
address resolution protocol (ARP)
reverse address resolution protocol (RARP)
internet control message protocol (ICMP)
internet group message protocol (IGMP)
▪ It is used to associate a logical address with a physical address.
▪ allows a host to discover its Internet address when it knows only its physical address.
▪ It is used when a computer is connected to a network for the first time or when a diskless computer is booted.
address resolution protocol (ARP)
reverse address resolution protocol (RARP)
internet control message protocol (ICMP)
internet group message protocol (IGMP)
▪ a mechanism used by hosts and gateways to send notification of datagram problems back to the sender.
▪ sends query and error reporting messages.
address resolution protocol (ARP)
reverse address resolution protocol (RARP)
internet control message protocol (ICMP)
internet group message protocol (IGMP)
▪ It is used to facilitate the simultaneous transmission of a message to a group of recipients.
address resolution protocol (ARP)
reverse address resolution protocol (RARP)
internet control message protocol (ICMP)
internet group message protocol (IGMP)
▪ It is the simpler of the two standard TCPIIP transport protocols.
▪ It is a process-to-process protocol that adds only port addresses, checksum error control, and length information to the data from the upper layer.
user datagram protocol (UDP)
transmission control protocol (TCP)
stream control transmission protocol (SCTP)
It provides full transport-layer services to applications and is reliable stream transport protocol.
user datagram protocol (UDP)
transmission control protocol (TCP)
stream control transmission protocol (SCTP)
▪ This protocol provides support for newer applications such as voice over the Internet.
▪ It is a transport layer protocol that combines the best features of UDP and TCP.
user datagram protocol (UDP)
transmission control protocol (TCP)
stream control transmission protocol (SCTP)
