In its broadest sense, a network consists of two or more devices, sharing resources and information via a medium. The desktops on the school are all connected via the school network. Your mobile phone is part of your service providers mobile network. The devices can be interconnected using physical cables or wireless.
The Internet is the global system of interconnected computer networks that uses the Internet protocol suite (TCP/IP) to communicate between networks and devices
Write a letter on a piece of paper
Put the letter in an envelope
Write your friends address on the envelope
Write your address on the envelop (in case your friend wants to send a reply)
We carry the letter to the mailbox and mail it.
Mail man picks up the letter and takes to the post office
Post Office sorts all incoming Letters and send yours to your friends home
Mail man delivers the mail to your friends home.
Your friend receives your letter, opens the envelope and reads your message.
Driver engages the joystick button. Software running on the (Driver Station) Laptop detects it. Software issues a command to Robot
FRC library encapsulates the command in an IP
ping: Used to test the reachability of a host on a network
Usage "ping IP_Address"
ifconfig(linux) / ipconfig(windows): display network interface configuration
Usage "ifconfig"
traceroute(linux)/tracert(Windows): Diagnostic command for displaying possible routes (paths) for packets across the network
Usage "traceroute IP_Address"
route: Command to display the routing configuration on a host / router
Usage "route -v"
arp: List the ARP table entries on the host/router
Usage "arp -a"