Sample GSCE 21 Network Protocols and Layers
Sample GSCE 21 Network Protocols and Layers
Free Sample
THANK YOU FOR DOWNLOADING THIS FREE SAMPLE RESOURCE!
Here, you’ll find a snippet of the module, which you can use to gauge the quality
of our offering, but will also find super useful in the classroom.
teachcomputerscience.com
Teach Computer Science
GSCE Computing
Network
Protocols and
Layers
teachcomputerscience.com
1.
Revision notes
teachcomputerscience.com
Introduction
Networking protocols define rules and conventions for
communication. Protocols determine the speed of transmission, size
of the message, error checking methods and type of transmission
(synchronous or asynchronous). The protocols are established
between sender and receiver before starting communication. This is
done by handshaking, which is the process of negotiation between the
sender and receiver by an exchange of messages. Once handshaking is
complete, data packets travel from sender to receiver through various
routers. Data packets are exchanged between various routers; this is
called packet switching.
Network Addressing
A data packet contains the sender’s and receiver’s address. Each device
in the network is assigned a unique address, which is called an IP
address. An IP address consists of binary numbers and is usually
represented in decimal or hexadecimal format.
In IPv4 (Internet Protocol version 4), each device is assigned a 32-bit
address. For example: 197.154.13.145. With 32 bits, around 4 billion
unique IP addresses can be assigned. 8 bits form an octet. Each octet
may represent any number between 0 to 255.
In IPv6 (Internet Protocol version 6), each device is assigned a 128-bit
address. For example: 2001: db8: ac10: fa03: 1528: 11: 134: 2.
IP addresses can be assigned in a static or dynamic manner. Static IP
addresses are assigned by the network administrator. When the device
is not in use, this address remains unused too.
IP addresses are assigned dynamically to devices. An IP address can be
reused when the device is not in use. The protocol responsible for this
is the dynamic host control protocol (DHCP).
The IP address should not be confused with MAC address. MAC
address is the address provided by the manufacturer that uniquely
identifies the network interface card, whereas an IP address is
provided by the network administrator and defines the connection
between network and device. teachcomputerscience.com
Protocols
Transmission Control Protocol/Internet Protocol (TCP/IP)
TCP/IP is a suite of communication protocols used to interconnect
network devices of different manufacturers on the Internet. The data
packets contain the following information:
teachcomputerscience.com
2.
Activities
teachcomputerscience.com
Activity-1 (Internet Research)
Duration: 15 minutes
Layer Function
teachcomputerscience.com
Activity-1 (Internet Research)
Duration: 15 minutes
Layer Function
teachcomputerscience.com
Flashcards
teachcomputerscience.com
Glossary
A message sent by the receiver to the sender
Acknowledgement indicating that the data has been received
correctly.
A single package of data that travels along
Data packet
the network path.
teachcomputerscience.com
Quiz
1. Complete this sentence: In IPv6, each device is assigned a
……………….. address. Whereas, in IPv4, each device is assigned a
……………….. address.
A. 32-bit, 16-bit
B. 64-bit, 32-bit
C. 128-bit, 32-bit
D. 256-bit, 64-bit
http://creativecommons.org/licenses/by-nc/4.0/
Thank you!
teachcomputerscience.com
Teach Computer Science
We hope it has been useful for you in the classroom and that your
students enjoy the activities.
For more teaching resources like this, don’t forget to come back
and download the new material we add every week!
teachcomputerscience.com