CS 422



Monday 8/28/00




Standards for Communication

Example of a Network Standard

RS232c

VOLTS

Problems With Electronic Transmission
Serial lines are:



Wednesday 8/30/00




Information on Lab 2                 While there are packets in file do
                {
                        Read packet
                        If packet is ARP print ARP header
                        Else if packet is IP do
                        {
                               Print IP header
                                If Packet is TCP
                                        Print TCP header
                                Else if packet is UDP
                                        Print UDP header
                                Else if packet is ICMP
                                        Print ICMP header
                          } // end elseif
                    } // end while
 

Type of Modulation


Modems



Friday 9/1/00




Definitions

Nyquist Theorem             For RS232
            K = 2 (because it can be +15 or -15)

            So, D = 2B lg2 ===> 2B, so 2 times the bandwidth
 

            For Phase Shift Encoding
            Assume K=4 (4 possible shifts)
            So, D = 2B lg4 ===> 4B, so 4 times the bandwidth
 

Shannon's Theorem                 Telephone system
                    Bandwidth: 3000hz
                    Typical S/N ratio = 1000

                    C = 3000 lg (1 + 1000)  ==> 30,000bps

                S/N = 1000
                S/N in decibels = 10 log 1000 ===> 30 dB
                 S/N  = 20dB
               20 = 10 log S/N ===> 100
 

Multiplexing

End of Week 2 Notes