Network architecture

Network architecture

Network architecture is the design of a communications network. It is a framework for the specification of a network's physical components and their functional organization and configuration, its operational principles and procedures, as well as data formats used in its operation.

In telecommunication, the specification of a network architecture may also include a detailed description of products and services delivered via a communications network, as well as detailed rate and billing structures under which services are compensated.

The network architecture of the Internet is predominantly expressed by its use of the Internet Protocol Suite, rather than a specific model for interconnecting networks or nodes in the network, or the usage of specific types of hardware links.

Contents

OSI Network Model

OSI model
7. Application layer
NNTP  · SIP  · SSI  · DNS  · FTP  · Gopher  · HTTP  · NFS  · NTP  · SMPP  · SMTP  · SNMP  · Telnet  · DHCP  · Netconf  · RTP  · SPDY  · (more)
6. Presentation layer
MIME  · XDR  · TLS  · SSL
5. Session layer
Named pipe  · NetBIOS  · SAP  · L2TP  · PPTP · SOCKS
4. Transport layer
TCP  · UDP  · SCTP  · DCCP  · SPX
3. Network layer
IP (IPv4, IPv6)  · ICMP  · IPsec  · IGMP  · IPX  · AppleTalk
2. Data link layer
ATM  · SDLC  · HDLC  · ARP  · CSLIP  · SLIP  · GFP  · PLIP  · IEEE 802.3  · Frame Relay  · ITU-T G.hn DLL  · PPP  · X.25  · Network switch
1. Physical layer
EIA/TIA-232  · EIA/TIA-449  · ITU-T V-Series  · I.430  · I.431  · POTS  · PDH  · SONET/SDH  · PON  · OTN  · DSL  · IEEE 802.3  · IEEE 802.11  · IEEE 802.15  · IEEE 802.16  · IEEE 1394  · ITU-T G.hn PHY  · USB  · Bluetooth  · Hubs
This box: view · talk · edit

The Open Systems Interconnection model (OSI model) is a product of the Open Systems Interconnection effort at the International Organization for Standardization. It is a way of sub-dividing a communications system into smaller parts called layers. A layer is a collection of similar functions that provide services to the layer above it and receives services from the layer below it. On each layer, an instance provides services to the instances at the layer above and requests service from the layer below.

Physical Layer

The Physical Layer defines the electrical and physical[disambiguation needed ] specifications for devices. In particular, it defines the relationship between a device and a transmission medium, such as a copper or optical cable. This includes the layout of pins, voltages, cable specifications, hubs, repeaters, network adapters, host bus adapters (HBA used in storage area networks) and more. Its main task is the transmission of a stream of bits over a communication channel.

Data Linking Layer

The Data Link Layer provides the functional and procedural means to transfer data between network entities and to detect and possibly correct errors that may occur in the Physical Layer. Originally, this layer was intended for point-to-point and point-to-multipoint media, characteristic of wide area media in the telephone system. Local area network architecture, which included broadcast-capable multiaccess media, was developed independently of the ISO work in IEEE Project 802. IEEE work assumed sublayering and management functions not required for WAN use. In modern practice, only error detection, not flow control using sliding window, is present in data link protocols such as Point-to-Point Protocol (PPP), and, on local area networks, the IEEE 802.2 LLC layer is not used for most protocols on the Ethernet, and on other local area networks, its flow control and acknowledgment mechanisms are rarely used. Sliding-window flow control and acknowledgment is used at the Transport Layer by protocols such as TCP, but is still used in niches where X.25 offers performance advantages. Simply, its main job is to create and recognize the frame boundary. This can be done by attaching special bit patterns to the beginning and the end of the frame. The input data is broken up into frames.

Network Layer

The Network Layer provides the functional and procedural means of transferring variable length data sequences from a source host on one network to a destination host on a different network, while maintaining the quality of service requested by the Transport Layer (in contrast to the data link layer which connects hosts within the same network). The Network Layer performs network routing functions, and might also perform fragmentation and reassembly, and report delivery errors. Routers operate at this layer—sending data throughout the extended network and making the Internet possible. This is a logical addressing scheme – values are chosen by the network engineer. The addressing scheme is not hierarchical. It controls the operation of the subnet and determine the routing strategies between IMP and insures that all the packs are correctly received at the destination in the proper order.

Transport Layer

The Transport Layer provides transparent transfer of data between end users, providing reliable data transfer services to the upper layers. The Transport Layer controls the reliability of a given link through flow control, segmentation/desegmentation, and error control. Some protocols are state and connection oriented. This means that the Transport Layer can keep track of the segments and retransmit those that fail. The Transport layer also provides the acknowledgement of the successful data transmission and sends the next data if no errors occurred. Some Transport Layer protocols, for example TCP, but not UDP, support virtual circuits provide connection oriented communication over an underlying packet oriented datagram network .Where it assures the delivery of packets in the order in which they were sent and assure that they are free of errors .The datagram transportation deliver the packets randomly and broadcast it to multiple nodes. Notes: The transport layer multiplexes several streams on to 1 physical channel.The transport headers tells which message belongs to which connnection.

The Session Layer

This Layer provide a user interface to the network where the user negotiate to establish a connection ,the user must provide the remote address in with he want to contact. The operation of setting up a session between 2 process is called "Binding" in some protocols it is merged with the transport layer.It's main work is transfred the data farom the other application to this application so this application is maily used for transfreed layar.

Presentation Layer

The Presentation Layer establishes context between Application Layer entities, in which the higher-layer entities may use different syntax and semantics if the presentation service provides a mapping between them. If a mapping is available, presentation service data units are encapsulated into session protocol data units, and passed down the stack.This layer provides independence from data representation (e.g., encryption) by translating between application and network formats. The presentation layer transforms data into the form that the application accepts. This layer formats and encrypts data to be sent across a network. It is sometimes called the syntax layer.[citation needed] The original presentation structure used the basic encoding rules of Abstract Syntax Notation One (ASN.1), with capabilities such as converting an EBCDIC-coded text file to an ASCII-coded file, or serialization of objects and other data structures from and to XML.

Application Layer

The Application Layer is the OSI layer closest to the end user, which means that both the OSI application layer and the user interact directly with the software application. This layer interacts with software applications that implement a communicating component. Such application programs fall outside the scope of the OSI model. Application layer functions typically include identifying communication partners, determining resource availability, and synchronizing communication. When identifying communication partners, the application layer determines the identity and availability of communication partners for an application with data to transmit.

Distributed computing

In distinct usage in distributed computing, the term network architecture often describes the structure and classification of a distributed application architecture, as the participating nodes in a distributed application are often referred to as a network. For example, the applications architecture of the public switched telephone network (PSTN) has been termed the Advanced Intelligent Network. There are any number of specific classifications but all lie on a continuum between the dumb network (e.g., Internet) and the intelligent computer network (e.g., the telephone network). Other networks contain various elements of these two classical types to make them suitable for various types of applications. Recently the context aware network, which is a synthesis of two, has gained much interest with its ability to combine the best elements of both.

A popular example of such usage of the term in distributed applications, as well as PVCs (permanent virtual circuits), is the organization of nodes in peer-to-peer (P2P) services and networks. P2P networks usually implement overlay networks running over an underlying physical or logical network. These overlay network may implement certain organizational structures of the nodes according to several distinct models, the network architecture of the system.

Network architecture is a broad plan that specifies everything necessary for two application programs on different networks on an Internet to be able to work together effectively.

References


Wikimedia Foundation. 2010.

Игры ⚽ Нужна курсовая?

Look at other dictionaries:

  • network architecture —    The design of a network, including the hardware, software, access methods, and the protocols in use. Several well accepted network architectures have been defined by standards committees and major vendors. For example, the International… …   Dictionary of networking

  • network architecture — tinklo architektūra statusas T sritis informatika apibrėžtis Pamatinė kompiuterių ↑tinklo struktūra ir ją sudarantys komponentai: kompiuteriai, ↑programinė įranga, ryšio priemonės, ↑protokolai, ↑serveriai, sąsajos, naudojami ryšiams tinkle… …   Enciklopedinis kompiuterijos žodynas

  • network architecture — manner in which a computer network is built and the protocol by which the network is managed …   English contemporary dictionary

  • network architecture —    Refers to the structure and protocols employed in a computer network …   IT glossary of terms, acronyms and abbreviations

  • network architecture — noun specification of design principles (including data formats and procedures) for creating a network configuration of data processors • Hypernyms: ↑specification, ↑spec …   Useful english dictionary

  • Autonomic Network Architecture — The ANA Project aims at exploring novel ways of organizing and using networks beyond legacy Internet technology. The ultimate goal is to design and develop a novel autonomic networking architecture that enables flexible, dynamic, and fully… …   Wikipedia

  • IBM Systems Network Architecture — Systems Network Architecture (SNA) is IBM s proprietary networking architecture created in 1974. It is a complete protocol stack for interconnecting computers and their resources. SNA describes the protocol and is, in itself, not actually a… …   Wikipedia

  • Open network architecture — In telecommunications, and in the context of Federal Communications Commission s (FCC) Computer Inquiry III, Open network architecture (ONA) is the overall design of a communication carrier s basic network facilities and services to permit all… …   Wikipedia

  • Digital Network Architecture — DECnet ist ein homogenes Lokales Netzwerk, das die Firma Digital Equipment Corporation (kurz DEC ) im Jahr 1975 eingeführt hat, um ihre Minicomputer zu vernetzen. Es besteht aus einer Reihe von Netzwerkprotokollen, die in ihrer Gesamtheit als… …   Deutsch Wikipedia

  • IBM Systems Network Architecture — Pour les articles homonymes, voir SNA. Systems Network Architecture (SNA) est une architecture réseau en couches définie par IBM en 1974. SNA est désormais largement remplacé par le modèle OSI. Historique En 1974, le but de SNA était de… …   Wikipédia en Français

Share the article and excerpts

Direct link
Do a right-click on the link above
and select “Copy Link”