Lesson 7
Lesson 7
Point-to-point or Multipoint
The entire capacity of the link is reserved for transmission between those two
devices.
Changing the T.V with a remote is a point-to-point connection between the remote
control and the television.
This means either every computer shares a specific space of the link or each
computer shares the link for a specific time when being used.
1
Networks all have a physical topology.
In a mesh topology, each physical link carries information only between the
two devices that it connects.
If it is a duplex connection, you only need half the physical links, since each
link travels both ways.
• Avoid traffic since each link can carry its own data and none are being
shared
• If one link breaks, the rest of the network is still functional
• Privacy since only the dedicated device receives the message.
• Easy to detect a problem in the network by discovering which device is
having problems and examining the link that connects to it.
2
2. Star – each device is connected to a hub through a dedicated point-to-point
link.
If one device wants to send data to another, it sends it first to the hub, which
then forwards the data to the other connected device.
3
3. Bus – Multipoint connection. One long cable acts as a backbone; other
devices are connected through a drop line and a tap in the link.
The longer the cable and the more taps it has the weaker the signal becomes.
Taps should be a short distance from each other.
4
4. Ring – devices in a ring topology has a dedicated point-to-point connection
with only the two devices on either side of it.
A signal is passed along the ring in one direction from device to device until
the destination is reach.
Each device has a repeater that passes the data received that is intended for
another device along.
5
4.5.1 LAN
Now that we know about the physical structures of a network we need to cover the
types of network we can find today.
• Privately owned
• Can be a network in a home, office, building or campus.
4.5.2 WAN
WAN – Wide Area Network
4.6 Protocols
In a previous lesson we mentioned TCP/IP protocol but now we will talk about it
with the attention it deserves
These Protocols are organized in layers that each provides a specific function when
sending information through a network such as the Internet.
6
1. Physical Layer – Concerned with physical aspects
2. Data-Link Layer – Doesn’t know the actual destination it just receives the
information and passes it along.
4. Transport Layer – makes sure the data is sent at a specific rate and sequence.
In other words, flow control. This layer includes the TCP aspect of the
protocol
5. Application Layer – Deals with the user interface that you need to view the
message like outlook for an email. This layer contains protocols such as
• HTTP – Hypertext Transfer Protocol – how we access the World
Wide Web.
• SMTP – The main protocol use in e-mail services
• FTP – File Transfer Protocol transferring files between hosts
7