Chapter 1
Chapter 1
Chapter 1
6. What is a server?
The server stores data or software that can be accessed by the clients, or remote users of a
hardware input or output device. In client-server computing, several servers may work
together over the network to support the business application.
7. Why are network layers important?
Communication networks are often broken into a series of layers, each of which can be
defined separately, to enable vendors to develop software and hardware that can work
together in the overall network. These layers enable simplicity in development and also in
the comprehension of complex networks. In the end, the strategy of using more simplistic
network layers allows vastly different kinds of equipment to be able to have connectivity
over a common platform or network, using protocols and standards that are applicable to
each narrow slice of the network.
8. Describe the seven layers in the OSI network model and what they do.
The application layer is the application software used by the network user. The presentation
layer formats the data for presentation to the user by accommodating different interfaces on
different terminals or computers so the application program need not worry about them. The
session layer is responsible for initiating, maintaining, and terminating each logical session
between end users. The transport layer deals with end-to-end issues, such as procedures for
entering and departing from the network, by establishing, maintaining, and terminating
logical connections for the transfer of data between the original sender and the final
destination of the message. The network layer takes the message generated by the application
layer and if necessary, breaks it into several smaller messages. It then addresses the
message(s) and determines their route through the network, and records message accounting
information before passing it to the data link layer. The data link layer formats the message to
indicate where it starts and ends, decides when to transmit it over the physical media, and
detects and corrects any errors that occur in transmission. The physical layer is the physical
connection between the sender and receiver, including the hardware devices (e.g., computers,
terminals, and modems) and physical media (e.g., cables, and satellites).
9. Describe the five layers in the Internet network model and what they do.
The application layer is the application software used by the network user. The transport
layer deals with end-to-end issues, such as procedures for entering and departing from the
network, by establishing, maintaining, and terminating logical connections for the transfer of
data between the original sender and the final destination of the message. The network layer
takes the message generated by the application layer and if necessary, breaks it into several
smaller messages. It then addresses the message(s) and determines their route through the
network, and records message accounting information before passing it to the data link layer.
The data link layer formats the message to indicate where it starts and ends, decides when to
transmit it over the physical media, and detects and corrects any errors that occur in
transmission. The physical layer is the physical connection between the sender and receiver,
including the hardware devices (e.g., computers, terminals, and modems) and physical media
(e.g., cables, and satellites).
10. Explain how a message is transmitted from one computer to another using layers.
The application layer is the application software used by the network user. The transport
layer is responsible for obtaining the address of the end user (if needed), breaking a large data
transmission into smaller packets (if needed), ensuring that all the packets have been
received, eliminating duplicate packets, and performing flow control to ensure that no
computer is overwhelmed by the number of messages it receives. The network layer takes the
message generated by the application layer and if necessary, breaks it into several smaller
messages. It then addresses the message(s) and determines their route through the network,
and records message accounting information before passing it to the data link layer. The data
link layer formats the message to indicate where it starts and ends, decides when to transmit
it over the physical media, and detects and corrects any errors that occur in transmission. The
physical layer is the physical connection between the sender and receiver, including the
hardware devices (e.g., computers, terminals, and modems) and physical media (e.g., cables,
and satellites).
11. Describe the three stages of standardization.
The formal standardization process has three stages: specification, identification of choices,
and acceptance. The specification stage consists of developing a nomenclature and
identifying the problems to be addressed. In the identification of choices stage, those working
on the standard identify the various solutions and choose the optimum solution from among
the alternatives. Acceptance, which is the most difficult stage, consists of defining the
solution and getting recognized industry leaders to agree on a single, uniform solution.
ISO standards development is pursued at the national and international levels. Authorized
national technical committees can be designated as Technical Advisory Groups (TAGs) to
international subcommittees or workgroups.
Examples of national-level standards bodies (with the legal authority for national standards
development and articulation with ISO) are:
Standards
Designation
ANSI
SCC
DGN
BSI
JISC
AFNOR
BIS
CSBTS
Web Site
Nation
www.ansi.org
www.scc.ca
www.economia.gob.
mx/normas
www.bsi-global.com
www.jisc.org
USA
Canada
Mexico
www.afnor.fr
www.bis.org.in
www.csbts.cn.net
France
India
China
UK
Japan
GOST R
SNV
DIN
Technical Supervision
State Committee of the Russian
Federation for Standardization and
Metrology
Swiss Association for Standardization
(Schweizerische Normen-Vereinigung)
Deutsches Institut fr Normung
www.gost.ru
Russian
Federation
www.snv.ch
Switzerland
www.din.de
Germany
18. In the 1980s, when we wrote the first edition of this book, there were many, many more
protocols in common use at the data link, network, and transport layers than there are today.
Why do you think the number of commonly used protocols at these layers has declined? Do
you think this trend will continue? What are the implications for those who design and
operate networks?
Today there is convergence around the non-proprietary use of TCP/IP as the protocol of
choice for all networks. For the most part, network software is designed to interface with
networks using this protocol. By non-proprietary, this means that TCP/IP is an interoperable
protocol portable to any manufacturer's hardware. All manufacturers are developing their
products to use TCP/IP as their protocol of choice. This is of great benefit for those
operating networks because they do not have to deal with the incompatibilities of various
proprietary networks. In the past, network equipment such as IBMs SNA and Novells
Netware products had retained proprietary protocols that did not interface with as much ease
as todays more compatible and TCP/IP based products. The decline of the number of
competing protocols is related to the emergence of TCP/IP as the universal connector, along
with the rise in competition and subsequently better price availability from those vendors
who market to this protocol, thus ensuring the viability of this standard for a long time to
come for network managers.
19. The number of standardized protocols in use at the application layer has significantly
increased from the 1980s to today. Why? Do you think this trend will continue? What are the
implications for those who design and operate networks?
The biggest reason that there are more standardized protocols at the application layer is
related to the predominant use of the Web and its standardized graphic interface (HTTP,
DHCP, for example). In a way, many new protocols ride on top of TCP/IP networks, and
some of these new protocols have been developed to enable the retrofitting of new
technologies on top of an older networking architecture. On the other hand some proprietary
protocols connected with such models as IBM's SNA and DECNet have declined in
significance while the importance of Internet-related protocols has grown,
20. How many bits (not bytes) are there in a 10 page text document? Hint: There are
approximately 350 words on a double-spaced page.
First, some assumptions must be made. Assume each word averages seven letters and there is
one space between each word. Next assume we are using 8-bit ASCII.
Multiply 350 words by 8 bytes (7 letters plus a space) to get 2,800 bytes per page.
Multiply 2,800 by 10 pages to get 28,000
Multiply 28,000 bytes by 8 bits per byte to get 224,000 bits