Norman notes Until Structured Cabling Flashcards
Computer Networks
the interconnection of a collection of autonomous computers
Advantages of Computer Networks
Resource Enhancement (Sharing)
High speed communications
Cost Balancing (scalable and agile)
Reliable
Availability
Mobility (accessed from anywhere)
Simple network model
Logical connection between two APS comes about by a physical connection of circuits
Protocols
A set of rules that govern the communication between two entities
Categories of protocols
Proprietary
Public
De Jure Standards
De Facto standards
Proprietary Protocols
Device can only communicate with devices of the same protocol
Public protocol
Standardized publicly used protocol such as tcpip
Defacto standards protocols
Standard protocol that comes around due to widespread acceptance
De jure standards
Formal standards by organizations such as IEEE. Ensure QoS
Types of Protocol
Master and slave
Peer to peer
Connection less data gram
Connection oriented virtual circuit
Send and pray
Remote procedural call
Synchronous
Asynchronous
Layered
Monolithic
Heavy
Light
Master and Slave
One device known as master controls all other slave devices
Connectionless data gram
Data is transmitted without establishing dedicated connection. Each packet treated individually, no guarantee they will arrive in order
Connection oriented (VC)
Dedicated connection, packets arrive in order
Send and pray
Transmit data without any error checking
Remote procedural call (rpc)
Program on one pc allowed to execute on another pc over a network