Elnasr Tech4 Network Lec2
Elnasr Tech4 Network Lec2
IT Department
Level (4)
“Network Administration”
Lecture #2
By:
Mohamed A. Goumaa
M.Sc. in Computer Architecture and Networking
University of Khartoum
Lecture #2 Page 1 of 5
1. Network Adapter Facts
A network adapter connects a host to the network medium. Some computers, like laptops, come
with built-in network adapters. Other computers use NICs (network interface cards) that plug in
to the system's expansion slots or which are external to the computer and connect through an
existing computer port.
Component Description
A NIC's transceiver is responsible for transmitting and receiving network
communications. To send signals to the network, it converts digital data from a PC
to digital signals. The type of signal the transceiver sends depends on the type of
Transceiver
network. A fiber optic NIC sends light signals; an Ethernet NIC sends electronic
signals. To receive signals, the transceiver converts digital signals from the
network to digital data for the PC.
The MAC address is a unique hexadecimal identifier burned into the ROM
(physically assigned address) of every network interface.
Lecture #2 Page 2 of 5
2. Network Connection Device Facts
The following table lists several common connection devices used within a LAN.
Device Description
A hub is the central connecting point of a physical star, logical bus topology. Hubs
manage communication among hosts using the following method:
Switches provide functionality similar to hubs, but typically on a larger scale and
with higher performance (A switch offers guaranteed bandwidth to each port).
Unlike a hub, a switch forwards frames only to the intended host, not every host
connected to the switch.
Eventually, a switch learns the location of all devices on the network. Incoming
frames are then sent directly to the switch port to which a specific host is
connected.
Bridges connect separate media segments (networks) that use the same protocol.
Like a switch, bridges use MAC addresses to determine a frame's destination. This
Bridge
keeps the network from wasting bandwidth by eliminating unnecessary traffic
between segments.
A wireless access point (WAP) is a hub for a wireless network. A WAP works
like a hub except that hosts connect using radio waves instead of wires.
Wireless
Access Point
Note: A WAP can have ports that interface with a wired portion of a segment,
(WAP)
allowing you to connect the WAP to the wired network. Some WAPs even have
built-in wired hubs or switches.
Lecture #2 Page 3 of 5
3. Internetwork Device Facts
Devices such as hubs, switches, and bridges connect multiple devices to the same network
segment. Internetwork devices connect multiple networks or subnets together, and enable
communication between hosts on different types of networks.
Device Description
A gateway is used to describe any device that connects one administratively managed
Gateway network with another. For example, a gateway connects a business network to the
Internet.
A router is a device that connects two or more network segments or subnets.
In addition to simply linking multiple subnets together, routers keep track of other
subnets on the internetwork and decide the direction data should travel to reach the
destination.
A firewall is a router with additional security features. Firewalls can be programmed
with security rules to restrict the flow of traffic between networks.
A firewall can control the type of traffic allowed in to a network and the type of
Firewall
traffic allowed out of a network.
A firewall can be either hardware devices or software installed onto operating
systems.
4. Ethernet Facts
Characteristic Description
Ethernet uses one or more of the following networking topologies:
Lecture #2 Page 4 of 5
transmission media, a device with data to send first listens to the
transmission medium to determine if it is free (carrier sense).
2. If it is not free, the device waits a random time and listens again to the
transmission medium. When it is free, the device transmits its message.
3. If two devices transmit at the same time, a collision occurs. The sending
devices detect the collision (collision detection) and send a jam signal to
notify all other hosts that a collision has occurred.
4. Both devices wait a random length of time before attempting to resend
the original message (called backoff).
NICs
Networking
Hubs
Devices
Switches
Routers
Physical Ethernet devices are identified using the MAC address which is burned into the
Addresses network interface card.
A frame is a unit of data that is ready to be sent on the network medium.
Ethernet frames contain the following components:
Lecture #2 Page 5 of 5