11.1 Data transmission
Modern communication systems are the result of a gradual evolution from earlier systems, each bringing its own legacy of diverse technologies and infrastructure that need to be integrated for effective transition. An important task is to ensure that the content of messages is not compromised during the process, and this has led to the development of protocols whose role is to ensure that the message can be conveyed by various networking technologies in a way that is independent of message content. This has led to the development of protocols that work for almost any of the standard data transmission media and almost any kind of content, whether text, audio, video or whatever.
In this section you will revisit some of the concepts of data transmission introduced earlier in this course, keeping an eye on the historical journey that brings us to where we are.
Watch the video below (which is about 5 minutes long). This video considers the influence of the historical development of data transmission on the technologies used today.
Box _unit7.1.1 Data transmission

Transcript
Using the analogy of shipping containers, Session 1 introduced you to the idea of a layered approach to data transmission where each layer is responsible for a different aspect of the transport and delivery of the data. The important concept to take away from this is that the message content is completely independent of the mode of transport used and the services associated with it.
In Session 1 you were also introduced to the four layers of the TCP/IP protocol stack, which is the suite of protocols used on the internet and most other computer networks. In Session 3 you learned that the data created by the users at the Application layer is sent down the stack to the next layer, the Transport layer, where it is segmented into chunks of the same size called data units before being passed down the stack to the next layer. Each layer adds some information that enables it to do its job. This is called encapsulation. The Internet layer is responsible for getting data units across networks – sometimes via many different networks. The information that’s added here includes the IP addresses and subnet masks of the source and destination networks. Routers work at this level and use IP addresses and subnet masks to get information from network to network.
But why do we need to go to all this trouble of encapsulation? Why don’t we just launch data units out onto ‘the internet’, with the IP address uppermost, and have them successfully delivered? To answer this, we need to think about what the internet is. You might have heard it described as a ‘network of networks’ which makes it easier to understand.
The Internet is made up by interlinking many different sorts of networks – so many that it is impossible to draw a full map of them. The network technologies work together to cross geographical, system and ownership boundaries.
For example, the telecomms companies had nationwide and international high speed packet-based networks back in the sixties and seventies. These used addressing systems and technologies that were particular to that industry. Offices and businesses in the early 80s had small networks to join computers to each other, to printers and to storage devices using protocols like AppleTalk, Ethernet and token ring. Often companies would link their own remote offices and sites with networks connected together through leased lines that used different technologies. All these networks were like islands where different languages were spoken. There was no obvious way to get data from one such network to another, because initially people didn’t see the need for data to go outside its local network.
What IP addressing and routers give us are a way of getting data from one such ‘island’ to another. But on the island itself, data has to be carried by the local form of transport. That’s why IP data has to be encapsulated, and the outer layer of the encapsulation has to use whatever addressing system is particular to the network the data is being carried across. This is why we speak of ‘lower-level’ and ‘higher-level’ networks and addressing. The lower-level addressing is meaningful only on a local network, whereas the higher-level addressing has to be interpretable on external networks. By the way, a ‘local network’ isn’t necessarily a small one.
So, you’ve met the TCP/IP protocol suite, but there is another layered model that is commonly referred to in data networks. This is known as the Open Systems Interconnection model, abbreviated to OSI. In this model, seven layers are defined and, though the model is only conceptual, you will often encounter network functions being identified with OSI layers instead of TCP/IP layers. The OSI model is much more detailed. For example, the Physical layer (layer 1) deals with whether the physical medium is cable, optical fibre or wireless. The Data Link layer (layer 2) deals with the switching of data in the local network and the Network layer (layer 3) deals with routing data across the internet.
Fortunately there is quite a straightforward mapping between TCP/IP and OSI as you can see here. So when you come across functions identified as occurring at layer 3 of the OSI model, this is actually referring to the Network layer (or the Internet layer in the TCP/IP model).
Switches operate at the Network Access layer of the TCP/IP stack and the Data Link layer (layer 2) of the OSI model. Their purpose is to connect devices within a local network. Routers operate at the Internet layer of the TCP/IP stack and the Network layer (layer 3) of the OSI model. Their function is to connect networks. You can think of a router as being a gateway from one network to another. Within the network itself the router doesn’t really have any function related to delivery. That’s handled by the switch, and it’s why you can ping from one computer to another on the same network even if the computers aren’t configured to know about the router. Routers, therefore, continually direct incoming packets to other routers until a packet arrives that is destined for the local network that the router is a gateway to. Also, packets on the local network come to the router when their destination is outside the originating local network.
Activity _unit7.1.1 Activity 1 Think about
5 minutes
Write two or three sentences to briefly explain the process of encapsulation of data units and why it is needed.
Discussion
Here’s one possible answer.
During transmission, a message is likely to be carried over a variety of communication networks using different methods and processes. Encapsulation of data units is the process of successively adding delivery information relevant to the protocol being used at a particular point in the journey.
Activity _unit7.1.2 Activity 2 Test yourself
5 minutes
1.
Using the following two lists, match each numbered item with the correct letter.
-
Network Access
-
Data Link
-
Internet
-
Network
a.Which layer of the TCP/IP protocol suite do switches operate at?
b.Which layer of the TCP/IP protocol suite do routers operate at?
c.Which layer of the OSI model do routers operate at?
d.Which layer of the OSI model do switches operate at?
- 1 = a
- 2 = d
- 3 = b
- 4 = c
a.
Without a router in a local network, it is not possible for two network devices to ping each other.
b.
OSI stands for Organised System Information.
c.
Encapsulation is the process of adding protocol information to a data unit.
d.
Both the OSI model and the TCP/IP protocol suite have a layer called ‘Application’.
The correct answers are c and d.