Technology has advanced to the point where programming has become an essential part of our lives. We use software and applications for communication, entertainment, education, and work, and these are all built on programming languages.

Web Browser

   Web browser is the "window to the web" for Internet users around the world. It is a program that enables a user to display and interact with text, images, sound and other information located on a web page of a web site on the World Wide Web. It enables a user to quickly and easily access information provided on the web pages of the web sites by traversing hyperlinks. The two most popular browser are Internet Explorer by Microsoft and Navigator from Netscape. These browsers are used mainly by Windows based computers. Mosaic was a popular browser used by Macintosh users but today the Mac users use the Microsoft Internet Explorer as their default browser.

Web Browser History

The first widely used web browser was NCSA Mosaic. The Mosaic programming team then created the first commercial web browser called Netscape Navigator, later renamed Communicator, then renamed back to just Netscape. The Netscape browser led in user share until Microsoft Internet Explorer took the lead in 1999 due to its distribution advantage. A free open source software version of Netscape was then developed called Mozilla, which was the internal name for the old Netscape browser, and released in 2002. Mozilla has since gained in market share, particularly on non- Windows platforms, largely due to its open source foundation, and in 2004 was released in the quickly popular FireFox version.



Share:

OSI Reference Model

 The Open System Interconnection (OSI) Model is a conceptual and logical layout that defines network communication used by systems open to interconnection and communication with other systems.

The model is broken into seven sub-components, or layers, each of which represents a conceptual collection of services provided to the layers above and below it. The OSI Model also defines a logical network and effectively describes computer packet transfer by using different layer protocols.

The OSI Model may also be referred to as the seven layer OSI Model or the seven layer model. 

The Seven layers of OSI model are :

  1. Physical Layer
  2. Data Link Layer
  3. Network Layer
  4. Transport Layer
  5. Session Layer
  6. Presentation Layer
  7. Application Layer

1. 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. 

The functions of physical layer are :

  • Data encoding : modifies the simple digital signal patters(1s and 0s) used by the PC to better accommodate the characteristics of the physical medium, and to aid in bit and frame synchronization. 

It determines :

What signal state represents a binary 1?

How the receiving station knows when a "bit-time" starts ?

 How the receiving station delimits a frame?

Physical medium attachment, accommodating various possibilities in the medium :

Will an external transceiver (MAU) be used to connect to the medium?

How many pins do the connectors have and what is each pin used for?

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 represents a given signal state, using a given physical medium?

 

2. 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. To do this, the data link layer provides:

  • 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 acknowledgement : 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.

3. 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. It provides :

  • 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 transmMission 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.

In the network layer and the layers below, peer protocols exist between a node and its immediate neighbor, but the neighbor may be a node through which data is routed, not the destination station. The source and the destination stations may be separated by many intermediate systems.

4. Transport Layer : The transport layer ensures that messages are delivered error free, in sequence, and with no losses or duplication. 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 provides :

  • Message segmentation : accepts a message from the (session) layer above it, splits the message in 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 acknowledgement : provides reliable end-to-end message delivery with acknowledgements.
  • 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.5.

Typically, the transport layer can accept relatively large messages, but there are strict message size limits imposed by the network(or lower) layer. Consequently, the transport layer must break up the messages into smaller units, or frames, prepending a header to each frame. 

5. Session Layer :

The session layer allows session establishment between processes running on different stations. It provides :

  • 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.

6. 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 provides :

  • 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.

7. 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.

  • Resource sharing and device redirection.
  • Remote file access.
  • Remote printer access
  • Inter-process communication.
  • Network management.
  • Directory services
  • Electronic messaging(such as mail)
  • Network virtual terminals

 

 

 

Share:

Translate

Wikipedia

Search results