Theory: Communication And Networking Flashcards
Define Baud rate
The number of distinct symbol changes in the medium (signalling events) made per second
Define bit rate
The number of bits transmitted over the medium per second to represent a continuous medium (audio) / value being recorded.
Define bandwidth
(In hertz) the range of frequencies a communication medium is capable of transmitting.
Higher bandwidth results in a larger bit rate.
Define latency
-The delay during data transfer
-More specifically the delay between data transfer and the instruction for data transfer
-(in milliseconds) the difference in time between an action and its effect being noticed.
-increases with distance
Define protocol
- rules for communication between devices.
-A set of rules or procedures for (? formatting and) transmitting data between electronic devices.
-international organisations decide upon and publish protocols
Define a symbol
A particular pattern of bits represented by a signal. A symbol of four bits might be 1101.
Define serial data transmission
Data is sent one bit at a tine over one communication wire (metal wire, optical fibre, wireless channel)
Define parallel data transmission
Uses numerous parallel communication lines to send multiple bits simultaneously
Advantages of serial data transmisson
-Serial data transmission can be used over longer distances ( like with wired peripherals)
-does not have the issue of skew or crosstalk, so data is less vulnerable to corruption.
-cheaper to install than parallel mediums
Define synchronous data transmission
-A clock signal shared by both the sender and the receiver times when signals are sent
(Used within the busses of a computers processor)
-signals are sent at regular intervals and received in the same order
-used in real time systems
-sender and receiver must use the same baud rate, only need to synchronise clocks for the length of transmission
Define asynchronous data transmission
-Start and stop bits are used to indicate the duration of a transmission.
-the start bit is either a 1 or 0 and the stop bit is always the opposite.
What is a start/stop bit?
Indicates the beginning and the end of a transmission in asynchronous data transmission
Define physical network topology
Refers to the actual, physical architecture of a network
Define physical star network topology
-each client (device on a network) has its own direct connection to a central hub.
-The hub receives packets for all clients and forwards it to the correct recipient.
-a server can be connected just like other clients.
Define physical bus topology
-clients are connected to a single cable called a backbone with a TERMINATOR at either end of the backbone.
-no need for a central hub, server is connected to backbone
Define logical network topology
-Refers to the FLOW OF DATA PACKETS within a network
Define mixing topologies
-a network can be set up physically as a star topology, but function logically as a bus topology if a bus protocol is run.
Define client server networking
-one/many central server(s) provide services to clients on a network.
-clients and servers are connected to a network in the same way, but a server is often a more powerful machine
Define peer to peer networking
-services are provided by the clients, every client has equal status
What is carrier sense multiple access with collision avoidance
A protocol used in wireless data transmission that attempts to avoid collisions by listening for a transmission signal from other devices before sending. Used in combination with RTS/CTS to prevent collisions with devices outside of range that are undetected.
What does www stand for?
World wide web
What is the difference between the internet and world wide web?
the Internet is a global connection of networks while the Web is a collection of information that can be accessed using the Internet. In other words, the Internet is the infrastructure and the Web is a service on top.
What does url stand for?
Uniform resource locator
What is a URL and how does it differ from a domain name?
A URL is the whole web address, where the domain name is a part of the web address. A url is a reference to a web resource that specifies its location on a computer network and how to retrieve it.