Date and time note was created$= dv.current().file.ctime
Date and time note was modified$= dv.current().file.mtime

Core Subjects in Computer Science

Network is a collection of nodes1 connected via links2.

  • Any device connected to the internet is known as host / end-system.
  • Connections are made using communication links and packet switches .
    • routers and link-layer switches are two types of packet switches
  • transmission rate is measured in bits/s

packet

A collection of segments of information attached with header.

  • route : path from ‘Source’ to ‘Destination’
  • Analogy of packet-switched network
    • truck taking a delivery from Source to destination
  • ISP ( internet service provider): provides internet to end users.
    • provides internet connectivity

Layered architecture

Ticket system at airplane reservation

Transport Layer

  • data link layer is for node to node delivery of data
  • network layer is used for datagram 3 delivery.
  • transport layer is used for process to process delivery of packets.
  • server-client relationship

References

Footnotes

Footnotes

  1. Computers / Devices that share data or communicate over the network

  2. Communication channels / wires for making connections between devices

  3. A self-contained, independent entity of data carrying sufficient information to be routed from the source to the destination computer without reliance on earlier exchanges between this source and destination computer and the transporting network.”