Communication Systems Flashcards
Application Layer
Consists of the OSI Application and Presentation Layers. The actual data is created by the software application and then presented in a suitable format for transmission.
Asynchronous Transmission
Communication that does not attempt to synchronise the sender and receiver clock signals. Also called ‘start-stop’ communication.
ATM
Asynchronous Transfer Mode: Is a switching technique used by telecommunication networks that uses asynchronous time-division multiplexing to encode data into small, fixed-sized cells.
Bridge
a hardware device used to separate a network into different segments at the data link layer of the OSI model.
Bus Topology
All nodes are connected to a single backbone – also known as a trunk or bus. The backbone is a single cable that carries data packets to all nodes. Each node has a t-connector or vampire connector for the backbone which listens for data and there is a terminator at the end of the backbone.
Communication and Control layer
Includes the of the OSI model layers: OSI session layer, OSI Transport layer and the OSI Network layer. This is where communication with the network is established, commences and is maintained.
Communication Systems Framework
The simplified view of the OSI model that is used in IPT when studying communication systems
CRC
Cyclic Redundancy Check: an error checking method performed by network hardware at the transmission level. Detects most of the common types of transmission errors.
CSMA/CD
Carrier Sense Multiple Access with Collision Detection is the LAN access method used in Ethernet. It senses or listens whether the shared channel for transmission is busy or not, and defers transmission’s until the channel is free.
Decryption
The process of decoding encrypted data using a key.
Full Duplex mode
means data can be transmitted in both directions on a signal carrier at the same time
Encryption
The process of making data unreadable by those who do not possess the decryption code.
Ethernet
traditional technology for connecting devices in a wired LAN
File server
a computer dedicated to the task of sharing disk space and files for a network. A feel server handles files on an individual file-by-file basis, allowing users to have their own settings for security-related issues.
Frames
A unit of data. A frame works to help identify data packets used in networking and telecommunications structures. Frames also help to determine how data receivers interpret a stream of data from a source.
FTP
File Transfer Protocol is used for the transfer of files between a client and server on a computer network.
Gateway
Network hardware that acts as a ‘gate’ between two networks, and provides protection for the nodes its network. It may be a firewall, router, server or other device that enables traffic to flow in and out of the network.
Handshaking
used to establish a communication channel for senders and receivers. It refers to a series of messages or signals used to establish whether the devices are compatible and are able to communicate.
HTTP
Italian cheese
Hyper Text Transfer Protocol: the common protocol used in web browsers to communicate and receive web pages
(provolone = Italian soft smoked cheese)
HTTP GET
Retrieves entire documents – the documents retrieved could be HTML files, image files, video files or any other type of file. The browser requests a document from a particular web server using a GET command together with the URL of the document.