Thursday, September 25, 2014

TCP/IP

The TCP/IP Model's FIVE Layers Defined Functions Fomat & Protocols.

The Open Systems Interconnect (OSI) model has seven layers. This article describes and explains them, beginning with the 'lowest' in the hierarchy (the physical) and proceeding to the 'highest' (the application). The layers are stacked this way:
  • Application
  • Transport
  • Network (Internet)
  • Network interface
  • Physical

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:

  • Functions
  • Data encoding: modifies the simple digital signal pattern (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 represent a given signal state, using a given physical medium
    • Data Format:
    • Bits
    • Protocols
    • Telephone network modems- V.92
    • DSL
    • Mobile Industry Processor Interface
    • ISDN
    • IEEE 1394 interface

NETWORK INTERFACE 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: 

  • Functions
  • 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.
  • Data Format:
  • Packet
  • Protocol
  • L2F Layer 2 Forwarding Protocol
  • LLDP Link Layer Discovery Protocol
  • HDLC High-Level Data Link Control
  • L2TP Layer 2 Tunneling Protocol
  • VLAN Virtual Local Area Network

NETWORK (INTERNET) 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: 

  • Functions
  • 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.
  • Data Format:
  • Frame
  • Protocol
  •  Data in Frame 
  • AppleTalk
  • DECnet
  • IPX/SPX
  • Internet Protocol Suite
  • Xerox Network Systems
  • TCP/IP

Communications Subnet

The network layer software must build headers so that the network layer software residing in the subnet intermediate systems can recognize them and use them to route data to the destination address. 

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

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 destination stations may be separated by many intermediate systems.

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 provides:
  • Functions
  • 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 (see session layer).
  • Data Format:
  • UDP
  • Protocols
  • AH Authentication Header over IP or IPSec
  • IL Originally developed as transport layer for 9P
  • SCTP Stream Control Transmission Protocol
  • Sinec H1 for telecontrol
  • SPX Sequenced Packet Exchange
  • TCP Transmission Control Protocol
  • UDP User Datagram Protocol
  • DCCP Datagram Congestion Control Protocol

  • 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: 
  • Functions
  • Generate Data
  • 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
  • Protocols
  • Gopher, a hierarchical hyperlinkable protocol
  • HTTP, Hypertext Transfer Protocol
  • HTTPS, Hypertext Transfer Protocol Secure
  • IMAP, Internet Message Access Protocol
  • IRC, Internet Relay Chat
  • ISUP, ISDN User Part
  • LDAP Lightweight Directory Access Protocol
  • MIME, Multipurpose Internet Mail Extensions
  • MSNP, Microsoft Notification Protocol (used by Windows Live Messenger)
  • MAP, Mobile Application Part
  • Mosh, Mobile Shell
  • NetBIOS, File Sharing and Name Resolution protocol - the basis of file sharing with Windows.
  • NNTP
  • TFTP, Trivial File Transfer Protocol, a simple file transfer protocol

  • Reference URL
  • http://www.support.microsoft.com/kb/103884
  • http://www.cram.com/flashcards/osi-model-layers-function-hardware-protocols-and-standards-1248912
  • http://en.wikipedia.org/wiki/List_of_network_protocols_(OSI_model)

ISO MODEL

The OSI Model's Seven Layers Defined Functions Fomat & Protocols.

The Open Systems Interconnect (OSI) model has seven layers. This article describes and explains them, beginning with the 'lowest' in the hierarchy (the physical) and proceeding to the 'highest' (the application). The layers are stacked this way:
  • Application
  • Presentation
  • Session
  • Transport
  • Network
  • Data Link
  • Physical

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:

  • Functions
  • Data encoding: modifies the simple digital signal pattern (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 represent a given signal state, using a given physical medium
    • Data Format:
    • Bits
    • Protocols
    • Telephone network modems- V.92
    • DSL
    • Mobile Industry Processor Interface
    • ISDN
    • IEEE 1394 interface

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: 

  • Functions
  • 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.
  • Data Format:
  • Packet
  • Protocol
  • L2F Layer 2 Forwarding Protocol
  • LLDP Link Layer Discovery Protocol
  • HDLC High-Level Data Link Control
  • L2TP Layer 2 Tunneling Protocol
  • VLAN Virtual Local Area Network

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: 

  • Functions
  • 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.
  • Data Format:
  • Frame
  • Protocol
  •  Data in Frame 
  • AppleTalk
  • DECnet
  • IPX/SPX
  • Internet Protocol Suite
  • Xerox Network Systems
  • TCP/IP

Communications Subnet

The network layer software must build headers so that the network layer software residing in the subnet intermediate systems can recognize them and use them to route data to the destination address. 

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

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 destination stations may be separated by many intermediate systems.

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 provides:
  • Functions
  • 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 (see session layer).
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. 

The transport layer header information must then include control information, such as message start and message end flags, to enable the transport layer on the other end to recognize message boundaries. In addition, if the lower layers do not maintain sequence, the transport header must contain sequence information to enable the transport layer on the receiving end to get the pieces back together in the right order before handing the received message up to the layer above.

End-to-end layers

Unlike the lower "subnet" layers whose protocol is between immediately adjacent nodes, the transport layer and the layers above are true "source to destination" or end-to-end layers, and are not concerned with the details of the underlying communications facility. Transport layer software (and software above it) on the source station carries on a conversation with similar software on the destination station by using message headers and control messages.
  • Data Format:
  • UDP
  • Protocols
  • AH Authentication Header over IP or IPSec
  • IL Originally developed as transport layer for 9P
  • SCTP Stream Control Transmission Protocol
  • Sinec H1 for telecontrol
  • SPX Sequenced Packet Exchange
  • TCP Transmission Control Protocol
  • UDP User Datagram Protocol
  • DCCP Datagram Congestion Control Protocol

SESSION LAYER

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

  • Functions
  • Create session between the two parties.
  • Token management.
  • Dialouge Control
  • Synchronization/Check Point.
  • 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.
  • Protocols
  • 9P Distributed file system protocol developed originally as part of Plan 9
  • NCP NetWare Core Protocol
  • NFS Network File System
  • SMB Server Message Block
  • SOCKS "SOCKetS

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.
  • Data Format:
  • TCP/IP
  • Protocols
  • TLS Transport Layer Security
  • Syntex & Samentic
  • Encoding & Decoding Scheme

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: 
  • Functions
  • Generate Data
  • 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
  • Protocols
  • Gopher, a hierarchical hyperlinkable protocol
  • HTTP, Hypertext Transfer Protocol
  • HTTPS, Hypertext Transfer Protocol Secure
  • IMAP, Internet Message Access Protocol
  • IRC, Internet Relay Chat
  • ISUP, ISDN User Part
  • LDAP Lightweight Directory Access Protocol
  • MIME, Multipurpose Internet Mail Extensions
  • MSNP, Microsoft Notification Protocol (used by Windows Live Messenger)
  • MAP, Mobile Application Part
  • Mosh, Mobile Shell
  • NetBIOS, File Sharing and Name Resolution protocol - the basis of file sharing with Windows.
  • NNTP
  • TFTP, Trivial File Transfer Protocol, a simple file transfer protocol

  • Reference URL
  • http://www.support.microsoft.com/kb/103884
  • http://www.cram.com/flashcards/osi-model-layers-function-hardware-protocols-and-standards-1248912
  • http://en.wikipedia.org/wiki/List_of_network_protocols_(OSI_model)

Monday, May 5, 2014

NON VERBAL COMUNICATION

  • 1. PAPER PRESENTATION ON NON VERBAL COMUNICATION 1
  • 2. Non VerbalCommunication 2
  • 3. Verbal NonverbalCommunicatio Communication nThewords we Bodily actions and use vocal qualities that typically accompany a verbal message 3
  • 4. IMPORTANCE OF NON-VERBALCOMMUNICATION♦ only 7% of a message’s effect is carried by words ; listeners receive the other 93% through non -verbal means - Communication researcher Mehrabian ♦Over 65 percent of the social meaning of the messages we send to others are communicated non-verbally. 4
  • 5. “What you are speaksso loudly that I cannot hear what you say” -Ralph Waldo Emerson 5
  • 6. Characteristics of NonverbalCommunication Intentional or unintentional Ambiguous Primary Continuous Multichanneled 6
  • 7. Functions of NonverbalCommunicationTo provide informationTo regulate interactionTo express or hide emotion and affectTo present an imageTo express power and control 7
  • 8. Regulate Interaction Facial expressions or gestures that are used to control or regulate the flow of a conversation Microsoft Photo 8
  • 9. Express Emotion or AffectFacial expressions and gestures that augment the verbal expression of feelings Microsoft Photo 9
  • 10. Types of NonverbalCommunication Kinesics Paralanguage Vocal interferences Spatial Usage tthiing y h ng Self-presentation E v e rry p t E ve e pt cues e xc e e xc s! worrd s ! e wo d tth e h 10
  • 11. KinesicsEye ContactFacial expressionsEmoticonsGesturePostureTouch 11
  • 12. Touch Touching and being touched are essential to a healthy life Touch can communicate power, empathy, understanding Microsoft Photo 12
  • 13. Paralanguage Pitch Volume Rate Quality Intonation 13
  • 14. Vocal Interferences Extraneous sounds or words that interrupt fluent speech ◦ “uh,” “um” ◦ “you know,” “like” Place markers Filler 14
  • 15. Spatial UsageProxemics ◦ Intimate distance ◦ Personal distance ◦ Social distance ◦ Public DistanceTerritory 15
  • 16. Personal Space at WorkYour officeYour deskA table in the cafeteria that you sit at regularly Microsoft Photo 16
  • 17. Color Influences Communication Yellow cheers Red excites Blue comforts and and andelevates moods stimulates soothes In some In some cultures cultures black suggests white suggests mourning purity 17
  • 18. Self-Presentation Cues Physical Appearance Time (Chronemics) Olfactory Communication 18
  • 19. Self-Presentation What message do you wish to send with your choice of clothing and personal Microsoft Photo grooming? 19
  • 20. Time How do we manage and react to others’ management of time ◦ duration ◦ activity ◦ punctuality Microsoft Photo 20
  • 21. Cultural and Gender VariationsKinesicsParalanguageProxemics and TerritoryOlfactory Communication 21
  • 22. NonverbalVary from culture toSignalsculture Microsoft Photo 22
  • 23. What does this symbol mean to you? In the United States it is a symbol for good job In Germany the number one In Japan the number five In Ghana an insult In Malaysia the thumb is used to point rather than a finger 23
  • 24. Improving Nonverbal CommunicationSkills•When sending messages • Be conscious of nonverbal behavior • Be purposeful in use of nonverbals • Make sure nonverbals are not distracting • Match verbal and nonverbal communication • Adapt to the situation 24
  • 25. Improving Nonverbal CommunicationSkills•When receiving messages • Don’t automatically assume • Consider gender, culture and individual differences • Pay attention to all aspects of nonverbal communication • Use perception checking 25
  • 26. Teachers should be aware of nonverbal behavior forthree major reasons:An awareness of nonverbal behavior will allow you to become better receivers of students messages.You will become a better sender of signals that reinforce learning.This mode of communication increases the degree of the perceived psychological closeness between teacher and student. 26
  • 27. Creating a climate that facilitateslearning and retention demands good nonverbal skills. THANK YOU 27

Tuesday, April 22, 2014

MATLAB 7.0.rar

MATLAB 7.0.rar
960MB
MATLAB and Simulink Student Version Users:

Technical support by MathWorks is only
available for issues related to activation, installation, and bug-related problems.
For other issues, visit the MATLAB and Simulink Student Version support page or
contact your instructor.



SITE MENU