Sie sind auf Seite 1von 6

MULTITECH BUSINESS SCHOOL

NAME:MATWARI DAN.
Reg.no:MBS/BIT/915/M/16/K

QUESTIONS:
1.Discuss the differant layers of the OSI model and their importances.
2.Why are the lyers of OSI model important to the adiministrator.
3.Discuss the differant layers of the TCP/IP referance model.
4.give the importances of a loopback computer address.

PHYSICAL LAYER
The physical layer, the lowest layer of the OSI model, is concerned with the
transmission and reception of the unstructured raw bit stream over a physical
medium. It describes the electrical/optical, mechanical, and functional
interfaces to the physical medium, and carries the signals for all of the higher
layers. It provides:

Data encoding: modifies the simple digital signal pattern used by the
computer to better accommodate the characteristics of the physical medium
and to aid in bit and frame synchronization. It determines
Transmission technique: determines whether the encoded bits will be
transmitted by baseband (digital) or broadband (analog) signaling.
Physical medium transmission: transmits bits as electrical or optical signals
appropriate for the physical medium, and determines:What physical medium
options can be used,
How many volts/db should be used to represent a given signal state, using a
given physical medium

DATA LINK LAYER


The data link layer provides error-free transfer of data frames from one node
to another over the physical layer, allowing layers above it to assume

virtually error-free transmission over the link.


importances of this layer are;
Link establishment and termination: establishes and terminates the logical
link between two nodes.
Frame traffic control: tells the transmitting node to "back-off" when no frame
buffers are available.
Frame sequencing: transmits/receives frames sequentially.
Frame acknowledgment: provides/expects frame acknowledgments. Detects
and recovers from errors that occur in the physical layer by retransmitting
non-acknowledged frames and handling duplicate frame receipt.
Frame delimiting: creates and recognizes frame boundaries.
Frame error checking: checks received frames for integrity.
Media access management: determines when the node "has the right" to use
the physical medium.

NETWORK LAYER:
The network layer controls the operation of the subnet, deciding which
physical path the data should take based on network conditions, priority of
service, and other factors.
importance of this layer;
Routing: routes frames among networks.
Subnet traffic control: routers (network layer intermediate systems) can
instruct a sending station to "throttle back" its frame transmission when the
router's buffer fills up.
Frame fragmentation: if it determines that a downstream router's
maximum transmission unit (MTU) size is less than the frame size, a router
can fragment a frame for transmission and re-assembly at the destination
station.
Logical-physical address mapping: translates logical addresses, or
names, into physical addresses.
Subnet usage accounting: has accounting functions to keep track of frames
forwarded by subnet intermediate systems, to produce billing

information.This layer relieves the upper layers of the need to know anything
about the data transmission and intermediate switching technologies used to
connect systems. It establishes, maintains and terminates connections across
the intervening communications facility (one or several intermediate systems
in the communication subnet).

TRANSPORT ;LAYER
The transport layer ensures that messages are delivered error-free, in
sequence, and with no losses or duplications. It relieves the higher layer
protocols from any concern with the transfer of data between them and their
peers.The size and complexity of a transport protocol depends on the type of
service it can get from the network layer. For a reliable network layer with
virtual circuit capability, a minimal transport layer is required. If the network
layer is unreliable and/or only supports datagrams, the transport protocol
should include extensive error detection and recovery.

The transport layer has provided the following roles;


Message segmentation: accepts a message from the (session) layer above it,
splits the message into smaller units (if not already small enough), and
passes the smaller units down to the network layer. The transport layer at the
destination station reassembles the message.
Message acknowledgment: provides reliable end-to-end message delivery
with acknowledgments.
Message traffic control: tells the transmitting station to "back-off" when no
message buffers are available.
Session multiplexing: multiplexes several message streams, or sessions onto
one logical link and keeps track of which messages belong to which sessions .

SESSION LAYER
The session layer allows session establishment between processes running
on different stations.
this layer has provided the following roles;
Session establishment, maintenance and termination: allows two application
processes on different machines to establish, use and terminate a

connection, called a session.


Session support: performs the functions that allow these processes to
communicate over the network, performing security, name recognition,
logging, and so on.
PRESENTATION LAYER
The presentation layer formats the data to be presented to the application
layer. It can be viewed as the translator for the network. This layer may
translate data from a format used by the application layer into a common
format at the sending station, then translate the common format to a format
known to the application layer at the receiving station.
The presentation layer provide the fowllowing roles;
Character code translation: for example, ASCII to EBCDIC.
Data conversion: bit order, CR-CR/LF, integer-floating point, and so on.
Data compression: reduces the number of bits that need to be transmitted
on the network.
Data encryption: encrypt data for security purposes. For example, password
encryption.

APPLICATION LAYER
The application layer serves as the window for users and application
processes to access network services. This layer contains a variety of
commonly needed functions:
This layer has got the following importance
Resource sharing and device redirection
Remote file access
Remote printer access
Inter-process communication
Network management
irectory services
Electronic messaging (such as mail)

Network virtual terminals


TCP/IP Model Layers
Qn 2.
Each layer of the TCP/IP has a particular function to perform and each layer is
completely separate from the layer(s) next to it. The communication process
that takes place, at its simplest between two computers, is that the data
moves from layer 4 to 3 to 2 then to 1 and the information sent arrives at the
second system and moves from 1 to 2 to 3 and then finally to layer 4.
Application Layer

The application layer is concerned with providing network services to


applications. There are many application network processes and protocols
that work at this layer, including HyperText Transfer Protocol (HTTP), Simple
Mail Transport Protocol (SMTP) and File Transfer Protocol (FTP).

At this layer sockets and port numbers are used to differentiate the path and
sessions which applications operate. Most application layer protocols,
especially on the server side, have specially allocated port numbers, e.g.
HTTP = 80 and SMTP = 25, and FTP = 20 (Control), 21 (Data).
Transport Layer

This layer is concerned with the transmission of the data. The two main
protocols that operate at this layer are Transmission Control Protocol (TCP)
and User Datagram Protocol (UDP). TCP is regarded as being the reliable
transmission protocol and it guarantees that the proper data transfer will take
place. UDP is not as complex as TCP and as such is not designed to be
reliable or guarantee data delivery. UDP is generally thought of as being a
best effort data delivery, i.e. once the data is sent, UDP will not carry out any
checks to see that it has safely arrived.
The Internet Layer

This is the layer that contains the packet construct that will be transmitted.
This takes the form of the Internet Protocol (IP) which describes a packet that
contains a source IP Address, destination IP Address and the actual data to be

delivered.
Network Access Layer

This is the lowest level of the TCP/IP protocol stack and functions carried out
here include encapsulation of IP packets into frames for transmission,
mapping IP addresses to physical hardware addresses (MAC Addresses) and
the use of protocols for the physical transmission of data.

Das könnte Ihnen auch gefallen