Network Infrastructure
Synapsecom is an official Internet Service Provider registered in Greece.
Our Networking infrastructure footprint covers all major Data Centers we offer our services, including:
- SNC1 : Thessaloniki Area
- SNC2 : West Attica Area
- TIS : Athens Area
- BG: Thessaloniki Area
- TP: Sofia Area (Bulgaria)
Dark Fiber Metropolitan Coverage
In the two major Metropolitan Areas of Greece, Athens and Thessaloniki we have created a multipop Architecture that is interconnected with diverse Dark Fiber infrastructure.
Leased Circuits
We lease circuits from well respected providers keeping always in mind to maintain diversity in providers and paths. Leased Circuits are used as backbone circuits interconnecting our PoPs
graph TD;
subgraph ATH
direction BT
R1((SNC2-R1)) <===> R2((SNC2-R2))
R2 <===> R3((TIS-R1));
R3 <===> R1;
end
subgraph SKG
direction BT
R4((SNC1-R1)) <===> R5((SNC1-R2));
R4 <===> R6
R5 <===> R6((BG-R1));
end
%% Connecting the two triangles
R1 --- R4;
R2 --- R5;
R3 --- R6;
Extending our service area to Customer Location
NNIs with major Local Loop Providers
MPLS switched Network
AS8280 Synapsecom IP network
Connectivity Service L2
Extension to your Location
Service Catalog
Category | Service | Provided in | Description |
---|---|---|---|
Connectivity | Internet Access | SNC1, SNC2,TIS,BG,TP | Provision of Internet Access Service to end customer. Customer is statically routed to SNC network and is using Provider Aggregatable IP space. Provided in steps of 100Mbps up to 10Gbps |
Connectivity | Internet Transit | SNC1, SNC2,TIS,BG,TP | Provision of Internet Transit Service to end customer. Customer is dynamically routed through SNC via BGP. Customer may be using Provider Aggregatable or Provider Independed ip space. Customer should have its own ip blocks. Provided in steps of 100Mbps up to 10Gbps |
Connectivity | Burst Fee For IP Transit | SNC1, SNC2,TIS,BG,TP | Internet Access and Internet Transit can be offered in burstable billing mode. This means that the clients commits for a certain rate (Committed rate and is charged based on committed + exceed traffic traffic rate. Exceed Traffic Rate is calculated based on 95 percentile algorithm. |
Connectivity | Leased Line Service | SNC1, SNC2,TIS,BG,TP | Provision of dedicated Ethernet L2 Circuit between SNC PoPs. It is provided over the IP/MPLS backbone in steps of 100Mbps up to 10Gbps |
Connectivity | BGP | SNC1, SNC2,TIS,BG,TP | Configuration and management of dynamic routing protocol BGP between SNC routers and Customer |
Connectivity | Dark Fiber | It is a special reselling service for fiber from Vestitel between SNC1 - Vodafone MTX in Kalochori | |
Connectivity | Slash 30 | 4 X IP's | |
Connectivity | Slash 29 | 8 X IP's | |
Connectivity | Slash 28 | 16 X IP's | |
Connectivity | Slash 27 | 32 X IP's | |
Connectivity | Slash 26 | 64 X IP's | |
Connectivity | Slash 25 | 128 X IP's | |
Connectivity | Slash 24 | 256 X IP's |
graph TD;
subgraph ATH
direction TB
R1((SNC2-R1)) <=====> R2((SNC2-R2))
R2 --- R3((TIS-R1));
R3 --- R1;
end
R3 --- S[Seabone Internet];
R3 --- R[GRIX-ATH IX];
subgraph SKG
direction TB
R4((SNC1-R1)) <====> R5((SNC1-R2));
R4 <===> R6
R5 <===> R6((BG-R1));
end
R4 --- T[GRIX-THESS IX];
%% Connecting the two triangles
R1 --- R4;
R2 --- R5;
R3 --- R6;
subgraph SOF
%% The tail part
R4 --- R7((TP-R1));
R5 --- R7;
end
%% R7 connected to Google Cloud
R7 === G[Cloud - Google];
R7 ===> L[Lumen Internet];
R7 === B[BIX IXP];
linkStyle 4 stroke-width:3px;