|
Network Programming This website demonstrates using wikis as teaching and learning tool. The course instructor is happy to share the teaching materials here with those who find it readable. |
Lecture /
SOHO Network DesignA Network Programming Lecture by Steven Choy Overview: Network Devices - Examples of home network design - Wired vs. Wireless - Router Configuration - WAN Settings - LAN Settings - Wireless LAN Settings - Network settings Network Devices and Components
It is a computer hardware component designed to allow computers to communicate over a computer network.
It provides physical access to a networking medium and provides a low-level addressing system through the use of MAC addresses.
A wireless network adapter allows a computing device to join a wireless LAN.
Wireless network adapters contain a built-in radio transmitter and receiver.
Each adapter supports one or more of the 802.11a, 802.11b, or 802.11g Wi-Fi standards.
It is connected between the broadband modem and the network.
This enables multiple devices to connect to the Internet simultaneously.
A router can include the residential gateway, hub/switch, DSL modem, and wireless access point all in one box detailed as a router.
(Diagram: A home network example)
A wireless access point (WAP) is a device that allows wireless communication devices to connect to a wireless network using Wi-Fi, Bluetooth or related standards.
The WAP usually connects to a router, and can relay data between the wireless devices (such as computers or printers) and wired devices on the network.
It is a central networking hub containing a number of Ethernet port for connecting multiple networked devices together.
This is another piece that can be built-in to a router.
A bridge is added in a a network to connect two different networks (2 different LANs) together.
A bridge is an interconnection device that operates in the data link layer of ISO OSI model, it can connect different LANs together, but it can also filter the traffic among (between) the LANs. Basically a bridge serves three functions:
(1) Packet forwarding function. A bridge can determine where to forward a packet (towards its destination).
(2) Another important feature of a bridge is the transformation between different LAN frame formats.
(3) A bridge is also required to accommodate the speed differences between LANs.
A gateway is an interconnection device for the highest layer in the OSI model — the application layer.
They can examine every field of an incoming packet, even its data content, and then take some operations to modify incoming packets.
A repeater is used to regenerate transmission signals (so that they can travel farther) to extend the length of a LAN. It operates in the physical layer of ISO OSI model. It is usually used when a travelling signal is too weak to travel farther. When a repeater receives a frame, it regenerates the frame and strengthens the signal. A hub is a multi-port form of a repeater. The main advantage of a repeater is its low cost, because its function is simple. But its disadvantage is that if a repeater connects two LANs, the two LANs will actually become one LAN. For example, if a repeater connects two Ethernets, when a station in one of the two LANs sends a frame, all stations in two LANs can read this frame — the two have merged into one. Thus, even though a repeater is the simplest interconnection device, it is not suitable if you want to build separate LANs.
Some examples of home network designExample 1: A Home Network with Wireless Router
Example 2: A Home Network with Wired Router
Example 3: A Home Network with Wired Router and Wireless Access Point
Example 4: A Wireless Home Network featuring Wi-Fi Connections
Example 5: A Wired Home Network featuring Ethernet Switch
Example 6: Another Home Network Design
Wired vs. Wireless
Router Configuration1) WAN Settings
2) LAN Settings
3) Wireless LAN Settings
4) Network settings
This setting turns the Network Address Translation function on or off.
If this is not used, the network becomes self-contained and no access to the Internet or WAN is possible.
When address translation is used, two scenarios are supported.
IP masquerade:
Communications from LAN side devices to WAN side devices are changed to present the WAN side the IP address of the AirStation's WAN port automatically. Multiple LAN side clients share the single IP address of the WAN port to access the Internet.
Static address translation:
Communications from the LAN side devices to WAN side devices will be sent to a static LAN side IP address.
In computer networks, a DMZ (demilitarized zone) is a computer host or small network inserted as a "neutral zone" between a company's private network and the outside public network. It prevents outside users from getting direct access to a server that has company data. (The term comes from the geographic buffer zone that was set up between North Korea and South Korea following the UN "police action" in the early 1950s.) A DMZ is an optional and more secure approach to a firewall and effectively acts as a proxy server as well. (Source)
The DMZ client will receive all the packets that have an unknown destination when network address translation is performed.
Incoming packets containing no recognizable destination port information will be redirected to the DMZ’s IP address.
References and Resources
Thanks for ReadingIf you would rather like to have this lecture note in printed format, please click the print action link in the top right corner. If you find any problem in this lecture note, please feel free to tell Steven via steven@findaway.hk. |