Preview lessons, content and tests

Computer Science & Programming solved. All in one platform.

1. To trial the platform and take tests, please take a few seconds to SIGN UP and SET UP FREE.

2. Searching for something specific? See our text overview of all tests. Scroll right for levels, and lists.

3. Student and Teacher User Guides |  Schemes of Work |   Real Teacher use Videos |


Join 36000+ teachers and students using TTIO.

Routing - how it works

If you're super interested in trying things out for yourself, you may want to check out this link which will get you started with some cool cmd commands! 

Routing is the process of selecting a path for traffic in a network or between or across multiple networks. Broadly, routing is performed in many types of networks, including circuit-switched networks, such as the public switched telephone network (PSTN), and computer networks, such as the Internet.

Suggested Video

A brief summary of routing

  • Routers have interfaces which connect with other network devices
  • When a packet comes at an interface, router needs to find the right interface to send out the packet
  • The destination IP field of packet is checked against information stored in the router
  • If there is a match, the packet is sent out via the proper interface
  • this process is repeated along the way on each router

Useful Link and Reading

https://networklessons.com/cisco/ccna-routing-switching-icnd1-100-105/ip-routing-explained

www.teachyourselfpython.com