Information transfer

In telecommunications, information transfer is the process of moving messages containing user information from a source to a sink via a communication channel. In this sense, information transfer is equivalent to data transmission which highlights more practical, technical aspects.

The information transfer rate may or may not be equal to the transmission modulation rate.

Bidirectional information transfer is called information exchange.

Non-technical meaning

In a non-technical context, information transfer is sometimes used to signify knowledge transfer or teaching.

gollark: ```haskellimport Data.List (intersperse)square :: Int -> Char -> Stringsquare size char =intercalate"\n" $ replicate size (replicate size char)```
gollark: ```<interactive>:1:27: error: • Occurs check: cannot construct the infinite type: t ~ t -> t1 -> t2 • In the first argument of ‘haskell’, namely ‘haskell’ In the expression: haskell haskell haskell In an equation for ‘haskell’: haskell haskell = haskell haskell haskell • Relevant bindings include haskell :: t -> t1 -> t2 (bound at <interactive>:1:9)<interactive>:1:35: error: • Occurs check: cannot construct the infinite type: t1 ~ t -> t1 -> t2 • In the second argument of ‘haskell’, namely ‘haskell’ In the expression: haskell haskell haskell In an equation for ‘haskell’: haskell haskell = haskell haskell haskell • Relevant bindings include haskell :: t -> t1 -> t2 (bound at <interactive>:1:9)```
gollark: haskell haskell = haskell haskell haskell
gollark: ```haskellmain = putStrLn "that"```
gollark: ...

See also

This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.