Knight Talks Tech

Introduction to cyber security – Week 4, Networking and Communications

What is the internet?

Hierarchy of individual networks – from LANs to telephone networks.
A network of networks.
Two key design factors:

  1. No central controlling computer. All machines would have the same authority.
  2. Information should be deliverable along any route thereby being able to bypass machines which are unavailable. No distinct route required.

How data moves

Internet traffic is split up and may take any number of routes to get to its destination.
Each “message” is broken into datagrams, or packets, which have a recipient address, sender address and serial number.
When all the packets are received by the recipient they are then reassembled according to their serial number. Any broken or lost packets are re-requested from the sender.
One envelope and contents correspond to one datagram.

Movement of data

The domain name extension does not necessarily relate to the country where the website is hosted.
Additionally, heavily used websites may also be cached locally to save heavy traffic over long connections.

Wireless networks

Wi-fi used to connect machines on a local area network (LAN).
Each connected device referred to as a station with its own transmitter and receiver.
Device needs to know the service set identifier (SSID) of the network to join. Service set refers to set or wireless devices served by wireless LAN.

Packet sniffing

When datagrams/packets move between one router and another on their way from sender to recipient it is possible for them to be copied.
Packet sniffing can be used legitimately by law enforcement or to investigate network issues. It can also be used by someone illegally by running a piece of free software.

Security risks of wireless networking

Encryption

Used to ensure:

Encryption in wi-fi

TCP/IP protocols

Domain Name Servers (DNS)

Use several name servers to get from domain name to deliverable IP number.
Works from most general part of domain name back, e.g. open.ac.uk goes to a name server for UK educational institutes then to Open Universities name server.

The World Wide Web is not the internet

Internet dates back to 1982 whereas the WWW came around in 1990.
WWW made available via the HTTP protocol which uses TCP to set up connections and IP to send and receive the data.
Web pages written using HyperText Mark-up Language (HTML).

References

Three ways your personal photos are vulnerable to hackers
http://www.pcworld.com/article/209333/how_to_hijack_facebook_using_firesheep.html

Exit mobile version